Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui')
-rw-r--r--plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/AbstractCSSUiModule.java395
-rw-r--r--plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/CSSExecutableExtensionFactory.java58
-rw-r--r--plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/AbstractCSSProposalProvider.java892
-rw-r--r--plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/CSSParser.java460
-rw-r--r--plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/PartialCSSContentAssistParser.java77
-rw-r--r--plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g17852
-rw-r--r--plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSSLexer.java4314
-rw-r--r--plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSSParser.java56864
-rw-r--r--plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/internal/CSSActivator.java190
9 files changed, 39225 insertions, 41877 deletions
diff --git a/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/AbstractCSSUiModule.java b/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/AbstractCSSUiModule.java
index f40c93c9793..fbceca8696e 100644
--- a/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/AbstractCSSUiModule.java
+++ b/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/AbstractCSSUiModule.java
@@ -1,199 +1,196 @@
-/*
- * generated by Xtext
- */
-package org.eclipse.papyrus.infra.gmfdiag.css3.ui;
-
-import org.eclipse.ui.plugin.AbstractUIPlugin;
-
-/**
- * Manual modifications go to {org.eclipse.papyrus.infra.gmfdiag.css3.ui.CSSUiModule}
- */
-@SuppressWarnings("all")
-public abstract class AbstractCSSUiModule extends org.eclipse.xtext.common.types.ui.DefaultCommonTypesUiModule {
-
- public AbstractCSSUiModule(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.papyrus.infra.gmfdiag.css3.parser.antlr.internal.InternalCSSLexer.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.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.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.generator.generator.GeneratorFragment
- public Class<? extends org.eclipse.xtext.builder.IXtextBuilderParticipant> bindIXtextBuilderParticipant() {
- return org.eclipse.xtext.builder.BuilderParticipant.class;
- }
-
- // contributed by org.eclipse.xtext.generator.generator.GeneratorFragment
- public org.eclipse.core.resources.IWorkspaceRoot bindIWorkspaceRootToInstance() {
- return org.eclipse.core.resources.ResourcesPlugin.getWorkspace().getRoot();
- }
-
- // contributed by org.eclipse.xtext.generator.generator.GeneratorFragment
- public void configureBuilderPreferenceStoreInitializer(com.google.inject.Binder binder) {
- binder.bind(org.eclipse.xtext.ui.editor.preferences.IPreferenceStoreInitializer.class).annotatedWith(com.google.inject.name.Names.named("builderPreferenceInitializer"))
- .to(org.eclipse.xtext.builder.preferences.BuilderPreferenceAccess.Initializer.class);
- }
-
- // contributed by org.eclipse.xtext.ui.generator.labeling.LabelProviderFragment
- @Override
- public Class<? extends org.eclipse.jface.viewers.ILabelProvider> bindILabelProvider() {
- return org.eclipse.papyrus.infra.gmfdiag.css3.ui.labeling.CSSLabelProvider.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.papyrus.infra.gmfdiag.css3.ui.labeling.CSSDescriptionLabelProvider.class);
- }
-
- // contributed by org.eclipse.xtext.ui.generator.outline.OutlineTreeProviderFragment
- public Class<? extends org.eclipse.xtext.ui.editor.outline.IOutlineTreeProvider> bindIOutlineTreeProvider() {
- return org.eclipse.papyrus.infra.gmfdiag.css3.ui.outline.CSSOutlineTreeProvider.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.papyrus.infra.gmfdiag.css3.ui.outline.CSSOutlineTreeProvider.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.papyrus.infra.gmfdiag.css3.ui.quickfix.CSSQuickfixProvider.class;
- }
-
- // contributed by org.eclipse.xtext.ui.generator.contentAssist.ContentAssistFragment
- public Class<? extends org.eclipse.xtext.ui.editor.contentassist.IContentProposalProvider> bindIContentProposalProvider() {
- return org.eclipse.papyrus.infra.gmfdiag.css3.ui.contentassist.CSSProposalProvider.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.papyrus.infra.gmfdiag.css3.ui.contentassist.antlr.CSSParser.class;
- }
-
- // contributed by org.eclipse.xtext.generator.parser.antlr.XtextAntlrUiGeneratorFragment
- public void configureContentAssistLexerProvider(com.google.inject.Binder binder) {
- binder.bind(org.eclipse.papyrus.infra.gmfdiag.css3.ui.contentassist.antlr.internal.InternalCSSLexer.class).toProvider(
- org.eclipse.xtext.parser.antlr.LexerProvider.create(org.eclipse.papyrus.infra.gmfdiag.css3.ui.contentassist.antlr.internal.InternalCSSLexer.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.papyrus.infra.gmfdiag.css3.ui.contentassist.antlr.internal.InternalCSSLexer.class);
- }
-
- // contributed by org.eclipse.xtext.ui.generator.refactoring.RefactorElementNameFragment
- public Class<? extends org.eclipse.xtext.ui.refactoring.IRenameStrategy> bindIRenameStrategy() {
- return org.eclipse.xtext.ui.refactoring.impl.DefaultRenameStrategy.class;
- }
-
- // contributed by org.eclipse.xtext.ui.generator.refactoring.RefactorElementNameFragment
- public Class<? extends org.eclipse.xtext.ui.refactoring.IReferenceUpdater> bindIReferenceUpdater() {
- return org.eclipse.xtext.ui.refactoring.impl.DefaultReferenceUpdater.class;
- }
-
- // contributed by org.eclipse.xtext.ui.generator.refactoring.RefactorElementNameFragment
- public void configureIPreferenceStoreInitializer(com.google.inject.Binder binder) {
- binder.bind(org.eclipse.xtext.ui.editor.preferences.IPreferenceStoreInitializer.class).annotatedWith(com.google.inject.name.Names.named("RefactoringPreferences")).to(org.eclipse.xtext.ui.refactoring.ui.RefactoringPreferences.Initializer.class);
- }
-
- // contributed by org.eclipse.xtext.ui.generator.refactoring.RefactorElementNameFragment
- public Class<? extends org.eclipse.xtext.ui.refactoring.IRenameRefactoringProvider> bindIRenameRefactoringProvider() {
- return org.eclipse.xtext.ui.refactoring.impl.DefaultRenameRefactoringProvider.class;
- }
-
- // contributed by org.eclipse.xtext.ui.generator.refactoring.RefactorElementNameFragment
- public Class<? extends org.eclipse.xtext.ui.refactoring.ui.IRenameSupport.Factory> bindIRenameSupport$Factory() {
- return org.eclipse.xtext.ui.refactoring.ui.DefaultRenameSupport.Factory.class;
- }
-
- // contributed by org.eclipse.xtext.generator.types.TypesGeneratorFragment
- 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.ui.generator.templates.CodetemplatesGeneratorFragment
- public com.google.inject.Provider<org.eclipse.xtext.ui.codetemplates.ui.preferences.TemplatesLanguageConfiguration> provideTemplatesLanguageConfiguration() {
- return org.eclipse.xtext.ui.codetemplates.ui.AccessibleCodetemplatesActivator.getTemplatesLanguageConfigurationProvider();
- }
-
- // contributed by org.eclipse.xtext.ui.generator.templates.CodetemplatesGeneratorFragment
- public com.google.inject.Provider<org.eclipse.xtext.ui.codetemplates.ui.registry.LanguageRegistry> provideLanguageRegistry() {
- return org.eclipse.xtext.ui.codetemplates.ui.AccessibleCodetemplatesActivator.getLanguageRegistry();
- }
-
- // contributed by org.eclipse.xtext.ui.generator.templates.CodetemplatesGeneratorFragment
- @org.eclipse.xtext.service.SingletonBinding(eager = true)
- public Class<? extends org.eclipse.xtext.ui.codetemplates.ui.registry.LanguageRegistrar> bindLanguageRegistrar() {
- return org.eclipse.xtext.ui.codetemplates.ui.registry.LanguageRegistrar.class;
- }
-
- // contributed by org.eclipse.xtext.ui.generator.templates.CodetemplatesGeneratorFragment
- public Class<? extends org.eclipse.xtext.ui.editor.templates.XtextTemplatePreferencePage> bindXtextTemplatePreferencePage() {
- return org.eclipse.xtext.ui.codetemplates.ui.preferences.AdvancedTemplatesPreferencePage.class;
- }
-
- // contributed by org.eclipse.xtext.ui.generator.templates.CodetemplatesGeneratorFragment
- public Class<? extends org.eclipse.xtext.ui.codetemplates.ui.partialEditing.IPartialContentAssistParser> bindIPartialContentAssistParser() {
- return org.eclipse.papyrus.infra.gmfdiag.css3.ui.contentassist.antlr.PartialCSSContentAssistParser.class;
- }
-
- // contributed by org.eclipse.xtext.ui.generator.compare.CompareFragment
- public Class<? extends org.eclipse.compare.IViewerCreator> bindIViewerCreator() {
- return org.eclipse.xtext.ui.compare.DefaultViewerCreator.class;
- }
-
-
-}
+
+/*
+ * generated by Xtext
+ */
+package org.eclipse.papyrus.infra.gmfdiag.css3.ui;
+
+import org.eclipse.ui.plugin.AbstractUIPlugin;
+
+/**
+ * Manual modifications go to {org.eclipse.papyrus.infra.gmfdiag.css3.ui.CSSUiModule}
+ */
+@SuppressWarnings("all")
+public abstract class AbstractCSSUiModule extends org.eclipse.xtext.common.types.ui.DefaultCommonTypesUiModule {
+
+ public AbstractCSSUiModule(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.papyrus.infra.gmfdiag.css3.parser.antlr.internal.InternalCSSLexer.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.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.generator.generator.GeneratorFragment
+ public Class<? extends org.eclipse.xtext.builder.IXtextBuilderParticipant> bindIXtextBuilderParticipant() {
+ return org.eclipse.xtext.builder.BuilderParticipant.class;
+ }
+
+ // contributed by org.eclipse.xtext.generator.generator.GeneratorFragment
+ public org.eclipse.core.resources.IWorkspaceRoot bindIWorkspaceRootToInstance() {
+ return org.eclipse.core.resources.ResourcesPlugin.getWorkspace().getRoot();
+ }
+
+ // contributed by org.eclipse.xtext.generator.generator.GeneratorFragment
+ public void configureBuilderPreferenceStoreInitializer(com.google.inject.Binder binder) {
+ binder.bind(org.eclipse.xtext.ui.editor.preferences.IPreferenceStoreInitializer.class).annotatedWith(com.google.inject.name.Names.named("builderPreferenceInitializer")).to(org.eclipse.xtext.builder.preferences.BuilderPreferenceAccess.Initializer.class);
+ }
+
+ // contributed by org.eclipse.xtext.ui.generator.labeling.LabelProviderFragment
+ public Class<? extends org.eclipse.jface.viewers.ILabelProvider> bindILabelProvider() {
+ return org.eclipse.papyrus.infra.gmfdiag.css3.ui.labeling.CSSLabelProvider.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.papyrus.infra.gmfdiag.css3.ui.labeling.CSSDescriptionLabelProvider.class);
+ }
+
+ // contributed by org.eclipse.xtext.ui.generator.outline.OutlineTreeProviderFragment
+ public Class<? extends org.eclipse.xtext.ui.editor.outline.IOutlineTreeProvider> bindIOutlineTreeProvider() {
+ return org.eclipse.papyrus.infra.gmfdiag.css3.ui.outline.CSSOutlineTreeProvider.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.papyrus.infra.gmfdiag.css3.ui.outline.CSSOutlineTreeProvider.class;
+ }
+
+ // contributed by org.eclipse.xtext.ui.generator.quickfix.QuickfixProviderFragment
+ public Class<? extends org.eclipse.xtext.ui.editor.quickfix.IssueResolutionProvider> bindIssueResolutionProvider() {
+ return org.eclipse.papyrus.infra.gmfdiag.css3.ui.quickfix.CSSQuickfixProvider.class;
+ }
+
+ // contributed by org.eclipse.xtext.ui.generator.contentAssist.ContentAssistFragment
+ public Class<? extends org.eclipse.xtext.ui.editor.contentassist.IContentProposalProvider> bindIContentProposalProvider() {
+ return org.eclipse.papyrus.infra.gmfdiag.css3.ui.contentassist.CSSProposalProvider.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.papyrus.infra.gmfdiag.css3.ui.contentassist.antlr.CSSParser.class;
+ }
+
+ // contributed by org.eclipse.xtext.generator.parser.antlr.XtextAntlrUiGeneratorFragment
+ public void configureContentAssistLexerProvider(com.google.inject.Binder binder) {
+ binder.bind(org.eclipse.papyrus.infra.gmfdiag.css3.ui.contentassist.antlr.internal.InternalCSSLexer.class).toProvider(org.eclipse.xtext.parser.antlr.LexerProvider.create(org.eclipse.papyrus.infra.gmfdiag.css3.ui.contentassist.antlr.internal.InternalCSSLexer.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.papyrus.infra.gmfdiag.css3.ui.contentassist.antlr.internal.InternalCSSLexer.class);
+ }
+
+ // contributed by org.eclipse.xtext.ui.generator.refactoring.RefactorElementNameFragment
+ public Class<? extends org.eclipse.xtext.ui.refactoring.IRenameStrategy> bindIRenameStrategy() {
+ return org.eclipse.xtext.ui.refactoring.impl.DefaultRenameStrategy.class;
+ }
+
+ // contributed by org.eclipse.xtext.ui.generator.refactoring.RefactorElementNameFragment
+ public Class<? extends org.eclipse.xtext.ui.refactoring.IReferenceUpdater> bindIReferenceUpdater() {
+ return org.eclipse.xtext.ui.refactoring.impl.DefaultReferenceUpdater.class;
+ }
+
+ // contributed by org.eclipse.xtext.ui.generator.refactoring.RefactorElementNameFragment
+ public void configureIPreferenceStoreInitializer(com.google.inject.Binder binder) {
+ binder.bind(org.eclipse.xtext.ui.editor.preferences.IPreferenceStoreInitializer.class).annotatedWith(com.google.inject.name.Names.named("RefactoringPreferences")).to(org.eclipse.xtext.ui.refactoring.ui.RefactoringPreferences.Initializer.class);
+ }
+
+ // contributed by org.eclipse.xtext.ui.generator.refactoring.RefactorElementNameFragment
+ public Class<? extends org.eclipse.xtext.ui.refactoring.IRenameRefactoringProvider> bindIRenameRefactoringProvider() {
+ return org.eclipse.xtext.ui.refactoring.impl.DefaultRenameRefactoringProvider.class;
+ }
+
+ // contributed by org.eclipse.xtext.ui.generator.refactoring.RefactorElementNameFragment
+ public Class<? extends org.eclipse.xtext.ui.refactoring.ui.IRenameSupport.Factory> bindIRenameSupport$Factory() {
+ return org.eclipse.xtext.ui.refactoring.ui.DefaultRenameSupport.Factory.class;
+ }
+
+ // contributed by org.eclipse.xtext.generator.types.TypesGeneratorFragment
+ 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.ui.generator.templates.CodetemplatesGeneratorFragment
+ public com.google.inject.Provider<org.eclipse.xtext.ui.codetemplates.ui.preferences.TemplatesLanguageConfiguration> provideTemplatesLanguageConfiguration() {
+ return org.eclipse.xtext.ui.codetemplates.ui.AccessibleCodetemplatesActivator.getTemplatesLanguageConfigurationProvider();
+ }
+
+ // contributed by org.eclipse.xtext.ui.generator.templates.CodetemplatesGeneratorFragment
+ public com.google.inject.Provider<org.eclipse.xtext.ui.codetemplates.ui.registry.LanguageRegistry> provideLanguageRegistry() {
+ return org.eclipse.xtext.ui.codetemplates.ui.AccessibleCodetemplatesActivator.getLanguageRegistry();
+ }
+
+ // contributed by org.eclipse.xtext.ui.generator.templates.CodetemplatesGeneratorFragment
+ @org.eclipse.xtext.service.SingletonBinding(eager=true) public Class<? extends org.eclipse.xtext.ui.codetemplates.ui.registry.LanguageRegistrar> bindLanguageRegistrar() {
+ return org.eclipse.xtext.ui.codetemplates.ui.registry.LanguageRegistrar.class;
+ }
+
+ // contributed by org.eclipse.xtext.ui.generator.templates.CodetemplatesGeneratorFragment
+ public Class<? extends org.eclipse.xtext.ui.editor.templates.XtextTemplatePreferencePage> bindXtextTemplatePreferencePage() {
+ return org.eclipse.xtext.ui.codetemplates.ui.preferences.AdvancedTemplatesPreferencePage.class;
+ }
+
+ // contributed by org.eclipse.xtext.ui.generator.templates.CodetemplatesGeneratorFragment
+ public Class<? extends org.eclipse.xtext.ui.codetemplates.ui.partialEditing.IPartialContentAssistParser> bindIPartialContentAssistParser() {
+ return org.eclipse.papyrus.infra.gmfdiag.css3.ui.contentassist.antlr.PartialCSSContentAssistParser.class;
+ }
+
+ // contributed by org.eclipse.xtext.ui.generator.compare.CompareFragment
+ public Class<? extends org.eclipse.compare.IViewerCreator> bindIViewerCreator() {
+ return org.eclipse.xtext.ui.compare.DefaultViewerCreator.class;
+ }
+
+
+}
diff --git a/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/CSSExecutableExtensionFactory.java b/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/CSSExecutableExtensionFactory.java
index af3403a0116..79ce99f6fa1 100644
--- a/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/CSSExecutableExtensionFactory.java
+++ b/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/CSSExecutableExtensionFactory.java
@@ -1,29 +1,29 @@
-/*
- * generated by Xtext
- */
-package org.eclipse.papyrus.infra.gmfdiag.css3.ui;
-
-import org.eclipse.xtext.ui.guice.AbstractGuiceAwareExecutableExtensionFactory;
-import org.osgi.framework.Bundle;
-
-import com.google.inject.Injector;
-
-import org.eclipse.papyrus.infra.gmfdiag.css3.ui.internal.CSSActivator;
-
-/**
- * This class was generated. Customizations should only happen in a newly
- * introduced subclass.
- */
-public class CSSExecutableExtensionFactory extends AbstractGuiceAwareExecutableExtensionFactory {
-
- @Override
- protected Bundle getBundle() {
- return CSSActivator.getInstance().getBundle();
- }
-
- @Override
- protected Injector getInjector() {
- return CSSActivator.getInstance().getInjector(CSSActivator.ORG_ECLIPSE_PAPYRUS_INFRA_GMFDIAG_CSS3_CSS);
- }
-
-}
+/*
+ * generated by Xtext
+ */
+package org.eclipse.papyrus.infra.gmfdiag.css3.ui;
+
+import org.eclipse.xtext.ui.guice.AbstractGuiceAwareExecutableExtensionFactory;
+import org.osgi.framework.Bundle;
+
+import com.google.inject.Injector;
+
+import org.eclipse.papyrus.infra.gmfdiag.css3.ui.internal.CSSActivator;
+
+/**
+ * This class was generated. Customizations should only happen in a newly
+ * introduced subclass.
+ */
+public class CSSExecutableExtensionFactory extends AbstractGuiceAwareExecutableExtensionFactory {
+
+ @Override
+ protected Bundle getBundle() {
+ return CSSActivator.getInstance().getBundle();
+ }
+
+ @Override
+ protected Injector getInjector() {
+ return CSSActivator.getInstance().getInjector(CSSActivator.ORG_ECLIPSE_PAPYRUS_INFRA_GMFDIAG_CSS3_CSS);
+ }
+
+}
diff --git a/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/AbstractCSSProposalProvider.java b/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/AbstractCSSProposalProvider.java
index 3281aa68cf3..595fb9c2cf1 100644
--- a/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/AbstractCSSProposalProvider.java
+++ b/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/AbstractCSSProposalProvider.java
@@ -1,505 +1,387 @@
-/*
- * generated by Xtext
- */
-package org.eclipse.papyrus.infra.gmfdiag.css3.ui.contentassist;
-
-import org.eclipse.emf.ecore.EObject;
-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.ui.editor.contentassist.AbstractJavaBasedContentProposalProvider}.
- * Methods are dynamically dispatched on the first parameter, i.e., you can override them
- * with a more concrete subtype.
- */
-@SuppressWarnings("all")
-public class AbstractCSSProposalProvider extends org.eclipse.xtext.ui.editor.contentassist.AbstractJavaBasedContentProposalProvider {
-
- public void completeStylesheet_Charset(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) assignment.getTerminal()), context, acceptor);
- }
-
- public void completeStylesheet_Imports(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) assignment.getTerminal()), context, acceptor);
- }
-
- public void completeStylesheet_Ruleset(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) assignment.getTerminal()), context, acceptor);
- }
-
- public void completeStylesheet_Media(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) assignment.getTerminal()), context, acceptor);
- }
-
- public void completeStylesheet_Page(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) assignment.getTerminal()), context, acceptor);
- }
-
- public void completeStylesheet_Font_face(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) assignment.getTerminal()), context, acceptor);
- }
-
- public void completeStylesheet_Keyframes(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) assignment.getTerminal()), context, acceptor);
- }
-
- public void completeCharset_Charset(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) assignment.getTerminal()), context, acceptor);
- }
-
- public void completeImportExpression_Value(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) assignment.getTerminal()), context, acceptor);
- }
-
- public void completeImportExpression_MediaList(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) assignment.getTerminal()), context, acceptor);
- }
-
- public void completePage_PseudoPage(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) assignment.getTerminal()), context, acceptor);
- }
-
- public void completePage_Declarations(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) assignment.getTerminal()), context, acceptor);
- }
-
- public void completeMedia_Medialist(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) assignment.getTerminal()), context, acceptor);
- }
-
- public void completeMedia_Rulesets(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) assignment.getTerminal()), context, acceptor);
- }
-
- public void completeFont_face_Declarations(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) assignment.getTerminal()), context, acceptor);
- }
-
- public void completeKeyframes_Name(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) assignment.getTerminal()), context, acceptor);
- }
-
- public void completeKeyframes_Keyframeselectors(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) assignment.getTerminal()), context, acceptor);
- }
-
- public void completeKeyframe_selector_Type(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) assignment.getTerminal()), context, acceptor);
- }
-
- public void completeKeyframe_selector_Percentage(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) assignment.getTerminal()), context, acceptor);
- }
-
- public void completeKeyframe_selector_Declarations(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) assignment.getTerminal()), context, acceptor);
- }
-
- public void completeRuleset_Selectors(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) assignment.getTerminal()), context, acceptor);
- }
-
- public void completeRuleset_Declarations(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) assignment.getTerminal()), context, acceptor);
- }
-
- public void completeSelector_Simpleselectors(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) assignment.getTerminal()), context, acceptor);
- }
-
- public void completeSelector_Combinator(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) assignment.getTerminal()), context, acceptor);
- }
-
- public void completeSelector_Selector(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) assignment.getTerminal()), context, acceptor);
- }
-
- public void completeSimpleSelectorForNegation_Element(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) assignment.getTerminal()), context, acceptor);
- }
-
- public void completeSimpleSelectorForNegation_Universal(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) assignment.getTerminal()), context, acceptor);
- }
-
- public void completeSimpleSelectorForNegation_SubSelectors(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) assignment.getTerminal()), context, acceptor);
- }
-
- public void completeSimple_selector_Element(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) assignment.getTerminal()), context, acceptor);
- }
-
- public void completeSimple_selector_Universal(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) assignment.getTerminal()), context, acceptor);
- }
-
- public void completeSimple_selector_SubSelectors(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) assignment.getTerminal()), context, acceptor);
- }
-
- public void completeAttributeSelector_Name(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) assignment.getTerminal()), context, acceptor);
- }
-
- public void completeAttributeSelector_Op(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- // subclasses may override
- // subclasses may override
- // subclasses may override
- completeRuleCall(((RuleCall) ((Alternatives) assignment.getTerminal()).getElements().get(4)), context, acceptor);
- completeRuleCall(((RuleCall) ((Alternatives) assignment.getTerminal()).getElements().get(5)), context, acceptor);
- }
-
- public void completeAttributeSelector_Value(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) ((Alternatives) assignment.getTerminal()).getElements().get(0)), context, acceptor);
- completeRuleCall(((RuleCall) ((Alternatives) assignment.getTerminal()).getElements().get(1)), context, acceptor);
- }
-
- public void completeClassSelector_Name(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) assignment.getTerminal()), context, acceptor);
- }
-
- public void completeElementSelector_Name(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) assignment.getTerminal()), context, acceptor);
- }
-
- public void completeUniversalSelector_Namespace(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) assignment.getTerminal()), context, acceptor);
- }
-
- public void completeIdSelector_Name(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) assignment.getTerminal()), context, acceptor);
- }
-
- public void completeCss_declaration_Property(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) assignment.getTerminal()), context, acceptor);
- }
-
- public void completeCss_declaration_ValueTokens(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) assignment.getTerminal()), context, acceptor);
- }
-
- public void completeCss_declaration_Important(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) assignment.getTerminal()), context, acceptor);
- }
-
- public void completeCss_property_Name(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) assignment.getTerminal()), context, acceptor);
- }
-
- public void completePseudoClassName_Name(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) assignment.getTerminal()), context, acceptor);
- }
-
- public void completePseudoClassFunction_Not(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) assignment.getTerminal()), context, acceptor);
- }
-
- public void completePseudoClassFunction_ParamSelector(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) assignment.getTerminal()), context, acceptor);
- }
-
- public void completePseudoClassFunction_Name(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) assignment.getTerminal()), context, acceptor);
- }
-
- public void completePseudoClassFunction_Params(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) assignment.getTerminal()), context, acceptor);
- }
-
- public void completeSymbolTok_Symbol(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) ((Alternatives) assignment.getTerminal()).getElements().get(0)), context, acceptor);
- completeRuleCall(((RuleCall) ((Alternatives) assignment.getTerminal()).getElements().get(1)), context, acceptor);
- }
-
- public void completeStringTok_Value(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) assignment.getTerminal()), context, acceptor);
- }
-
- public void completeNumberTok_Val(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) assignment.getTerminal()), context, acceptor);
- }
-
- public void completeUrlTok_Url(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) assignment.getTerminal()), context, acceptor);
- }
-
- public void completeColorTok_Value(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) assignment.getTerminal()), context, acceptor);
- }
-
- public void completeIdentifierOrFuncTok_Name(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) assignment.getTerminal()), context, acceptor);
- }
-
- public void completeIdentifierOrFuncTok_Params(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) assignment.getTerminal()), context, acceptor);
- }
-
- public void completeURLType_Url(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall) assignment.getTerminal()), context, acceptor);
- }
-
- public void complete_stylesheet(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_charset(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_importExpression(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_page(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_pseudo_page(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_media(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_media_list(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_medium(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_font_face(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_keyframes(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_keyframe_selector(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_ruleset(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_selector(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_SimpleSelectorForNegation(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_SubSelectorForNegation(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_simple_selector(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_SubSelector(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_AttributeSelector(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_ClassSelector(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_ElementSelector(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_UniversalSelector(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_IdSelector(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_css_namespace_prefix(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_css_declaration(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_css_property(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_ValidPropertyIdent(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_PseudoClassOrFunc(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_PseudoClass(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_PseudoClassName(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_PseudoClassFunction(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_NotFunctionCall(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_combinator(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_operator(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_unary_operator(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_SymbolTok(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_WSTok(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_StringTok(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_NumberTok(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_UrlTok(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_ColorTok(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_IdentifierOrFuncTok(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_CssTok(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_URLType(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_ValidURLSymbol(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_KeywordHack(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_ValidURL(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_IMPORTANT_SYM(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_Identifier(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_Num(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_Hex(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_ONE_INT(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_ONE_HEX_LETTER(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_ONE_NON_HEX_LETTER(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_UNDERSCORE(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_DASH(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_PLUS(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_HASHMARK(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_COMMA(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_PERCENT(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_ML_COMMENT(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_WS(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_CSSSTRING(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_INCLUDES(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_DASHMATCH(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-
- public void complete_COLON(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
-}
+/*
+ * generated by Xtext
+ */
+package org.eclipse.papyrus.infra.gmfdiag.css3.ui.contentassist;
+
+import org.eclipse.emf.ecore.EObject;
+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.ui.editor.contentassist.AbstractJavaBasedContentProposalProvider}.
+ * Methods are dynamically dispatched on the first parameter, i.e., you can override them
+ * with a more concrete subtype.
+ */
+@SuppressWarnings("all")
+public class AbstractCSSProposalProvider extends org.eclipse.xtext.ui.editor.contentassist.AbstractJavaBasedContentProposalProvider {
+
+ public void completeStylesheet_Charset(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeStylesheet_Imports(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeStylesheet_Ruleset(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeStylesheet_Media(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeStylesheet_Page(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeStylesheet_Font_face(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeStylesheet_Keyframes(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeCharset_Charset(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeImportExpression_Value(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeImportExpression_MediaList(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completePage_PseudoPage(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completePage_Declarations(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeMedia_Medialist(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeMedia_Rulesets(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeFont_face_Declarations(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeKeyframes_Name(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeKeyframes_Keyframeselectors(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeKeyframe_selector_Type(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeKeyframe_selector_Percentage(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeKeyframe_selector_Declarations(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeRuleset_Selectors(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeRuleset_Declarations(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeSelector_Simpleselectors(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeSelector_Combinator(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeSelector_Selector(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeSimpleSelectorForNegation_Element(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeSimpleSelectorForNegation_Universal(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeSimpleSelectorForNegation_SubSelectors(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeSimple_selector_Element(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeSimple_selector_Universal(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeSimple_selector_SubSelectors(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeAttributeSelector_Name(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeAttributeSelector_Op(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ // subclasses may override
+ // subclasses may override
+ // subclasses may override
+ completeRuleCall(((RuleCall)((Alternatives)assignment.getTerminal()).getElements().get(4)), context, acceptor);
+ completeRuleCall(((RuleCall)((Alternatives)assignment.getTerminal()).getElements().get(5)), context, acceptor);
+ }
+ public void completeAttributeSelector_Value(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)((Alternatives)assignment.getTerminal()).getElements().get(0)), context, acceptor);
+ completeRuleCall(((RuleCall)((Alternatives)assignment.getTerminal()).getElements().get(1)), context, acceptor);
+ }
+ public void completeClassSelector_Name(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeElementSelector_Name(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeUniversalSelector_Namespace(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeIdSelector_Name(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeCss_declaration_Property(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeCss_declaration_ValueTokens(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeCss_declaration_Important(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeCss_property_Name(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completePseudoClassName_Name(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completePseudoClassFunction_Not(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completePseudoClassFunction_ParamSelector(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completePseudoClassFunction_Name(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completePseudoClassFunction_Params(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeSymbolTok_Symbol(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)((Alternatives)assignment.getTerminal()).getElements().get(0)), context, acceptor);
+ completeRuleCall(((RuleCall)((Alternatives)assignment.getTerminal()).getElements().get(1)), context, acceptor);
+ }
+ public void completeStringTok_Value(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeNumberTok_Val(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeUrlTok_Url(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeColorTok_Value(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeIdentifierOrFuncTok_Name(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeIdentifierOrFuncTok_Params(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+ public void completeURLType_Url(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
+ }
+
+ public void complete_stylesheet(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_charset(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_importExpression(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_page(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_pseudo_page(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_media(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_media_list(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_medium(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_font_face(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_keyframes(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_keyframe_selector(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_ruleset(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_selector(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_SimpleSelectorForNegation(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_SubSelectorForNegation(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_simple_selector(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_SubSelector(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_AttributeSelector(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_ClassSelector(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_ElementSelector(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_UniversalSelector(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_IdSelector(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_css_namespace_prefix(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_css_declaration(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_css_property(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_ValidPropertyIdent(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_PseudoClassOrFunc(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_PseudoClass(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_PseudoClassName(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_PseudoClassFunction(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_NotFunctionCall(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_combinator(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_operator(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_unary_operator(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_SymbolTok(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_WSTok(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_StringTok(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_NumberTok(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_UrlTok(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_ColorTok(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_IdentifierOrFuncTok(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_CssTok(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_URLType(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_ValidURLSymbol(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_KeywordHack(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_ValidURL(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_IMPORTANT_SYM(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_Identifier(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_Num(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_Hex(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_ONE_INT(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_ONE_HEX_LETTER(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_ONE_NON_HEX_LETTER(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_UNDERSCORE(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_DASH(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_PLUS(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_HASHMARK(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_COMMA(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_PERCENT(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_ML_COMMENT(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_WS(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_CSSSTRING(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_INCLUDES(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_DASHMATCH(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+ public void complete_COLON(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ // subclasses may override
+ }
+}
diff --git a/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/CSSParser.java b/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/CSSParser.java
index b745a1a5395..9b2b56019d3 100644
--- a/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/CSSParser.java
+++ b/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/CSSParser.java
@@ -1,230 +1,230 @@
-/*
- * generated by Xtext
- */
-package org.eclipse.papyrus.infra.gmfdiag.css3.ui.contentassist.antlr;
-
-import java.util.Collection;
-import java.util.Map;
-import java.util.HashMap;
-
-import org.antlr.runtime.RecognitionException;
-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;
-
-import com.google.inject.Inject;
-
-import org.eclipse.papyrus.infra.gmfdiag.css3.services.CSSGrammarAccess;
-
-public class CSSParser extends AbstractContentAssistParser {
-
- @Inject
- private CSSGrammarAccess grammarAccess;
-
- private Map<AbstractElement, String> nameMappings;
-
- @Override
- protected org.eclipse.papyrus.infra.gmfdiag.css3.ui.contentassist.antlr.internal.InternalCSSParser createParser() {
- org.eclipse.papyrus.infra.gmfdiag.css3.ui.contentassist.antlr.internal.InternalCSSParser result = new org.eclipse.papyrus.infra.gmfdiag.css3.ui.contentassist.antlr.internal.InternalCSSParser(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.getStylesheetAccess().getAlternatives_2(), "rule__Stylesheet__Alternatives_2");
- put(grammarAccess.getCharsetAccess().getAlternatives_0(), "rule__Charset__Alternatives_0");
- put(grammarAccess.getImportExpressionAccess().getAlternatives_0(), "rule__ImportExpression__Alternatives_0");
- put(grammarAccess.getImportExpressionAccess().getAlternatives_1(), "rule__ImportExpression__Alternatives_1");
- put(grammarAccess.getPageAccess().getAlternatives_1(), "rule__Page__Alternatives_1");
- put(grammarAccess.getMediaAccess().getAlternatives_0(), "rule__Media__Alternatives_0");
- put(grammarAccess.getFont_faceAccess().getAlternatives_1(), "rule__Font_face__Alternatives_1");
- put(grammarAccess.getKeyframesAccess().getAlternatives_1(), "rule__Keyframes__Alternatives_1");
- put(grammarAccess.getKeyframe_selectorAccess().getAlternatives_0(), "rule__Keyframe_selector__Alternatives_0");
- put(grammarAccess.getSelectorAccess().getAlternatives_1(), "rule__Selector__Alternatives_1");
- put(grammarAccess.getSimpleSelectorForNegationAccess().getAlternatives(), "rule__SimpleSelectorForNegation__Alternatives");
- put(grammarAccess.getSimpleSelectorForNegationAccess().getAlternatives_0_0(), "rule__SimpleSelectorForNegation__Alternatives_0_0");
- put(grammarAccess.getSubSelectorForNegationAccess().getAlternatives(), "rule__SubSelectorForNegation__Alternatives");
- put(grammarAccess.getSimple_selectorAccess().getAlternatives(), "rule__Simple_selector__Alternatives");
- put(grammarAccess.getSimple_selectorAccess().getAlternatives_0_0(), "rule__Simple_selector__Alternatives_0_0");
- put(grammarAccess.getSubSelectorAccess().getAlternatives(), "rule__SubSelector__Alternatives");
- put(grammarAccess.getAttributeSelectorAccess().getOpAlternatives_3_0_0(), "rule__AttributeSelector__OpAlternatives_3_0_0");
- put(grammarAccess.getAttributeSelectorAccess().getValueAlternatives_3_1_0(), "rule__AttributeSelector__ValueAlternatives_3_1_0");
- put(grammarAccess.getCss_namespace_prefixAccess().getAlternatives_0(), "rule__Css_namespace_prefix__Alternatives_0");
- put(grammarAccess.getPseudoClassOrFuncAccess().getAlternatives(), "rule__PseudoClassOrFunc__Alternatives");
- put(grammarAccess.getPseudoClassFunctionAccess().getAlternatives(), "rule__PseudoClassFunction__Alternatives");
- put(grammarAccess.getCombinatorAccess().getAlternatives(), "rule__Combinator__Alternatives");
- put(grammarAccess.getOperatorAccess().getAlternatives(), "rule__Operator__Alternatives");
- put(grammarAccess.getUnary_operatorAccess().getAlternatives(), "rule__Unary_operator__Alternatives");
- put(grammarAccess.getSymbolTokAccess().getSymbolAlternatives_1_0(), "rule__SymbolTok__SymbolAlternatives_1_0");
- put(grammarAccess.getCssTokAccess().getAlternatives(), "rule__CssTok__Alternatives");
- put(grammarAccess.getValidURLSymbolAccess().getAlternatives(), "rule__ValidURLSymbol__Alternatives");
- put(grammarAccess.getKeywordHackAccess().getAlternatives(), "rule__KeywordHack__Alternatives");
- put(grammarAccess.getValidURLAccess().getAlternatives(), "rule__ValidURL__Alternatives");
- put(grammarAccess.getValidURLAccess().getAlternatives_1(), "rule__ValidURL__Alternatives_1");
- put(grammarAccess.getValidURLAccess().getAlternatives_1_10_1(), "rule__ValidURL__Alternatives_1_10_1");
- put(grammarAccess.getValidURLAccess().getAlternatives_1_10_2(), "rule__ValidURL__Alternatives_1_10_2");
- put(grammarAccess.getIdentifierAccess().getAlternatives_1(), "rule__Identifier__Alternatives_1");
- put(grammarAccess.getIdentifierAccess().getAlternatives_2_0(), "rule__Identifier__Alternatives_2_0");
- put(grammarAccess.getNumAccess().getAlternatives_0(), "rule__Num__Alternatives_0");
- put(grammarAccess.getNumAccess().getAlternatives_1(), "rule__Num__Alternatives_1");
- put(grammarAccess.getHexAccess().getAlternatives_1_0(), "rule__Hex__Alternatives_1_0");
- put(grammarAccess.getStylesheetAccess().getGroup(), "rule__Stylesheet__Group__0");
- put(grammarAccess.getCharsetAccess().getGroup(), "rule__Charset__Group__0");
- put(grammarAccess.getImportExpressionAccess().getGroup(), "rule__ImportExpression__Group__0");
- put(grammarAccess.getImportExpressionAccess().getGroup_1_1(), "rule__ImportExpression__Group_1_1__0");
- put(grammarAccess.getPageAccess().getGroup(), "rule__Page__Group__0");
- put(grammarAccess.getPageAccess().getGroup_5(), "rule__Page__Group_5__0");
- put(grammarAccess.getPseudo_pageAccess().getGroup(), "rule__Pseudo_page__Group__0");
- put(grammarAccess.getMediaAccess().getGroup(), "rule__Media__Group__0");
- put(grammarAccess.getMedia_listAccess().getGroup(), "rule__Media_list__Group__0");
- put(grammarAccess.getMedia_listAccess().getGroup_1(), "rule__Media_list__Group_1__0");
- put(grammarAccess.getFont_faceAccess().getGroup(), "rule__Font_face__Group__0");
- put(grammarAccess.getFont_faceAccess().getGroup_4(), "rule__Font_face__Group_4__0");
- put(grammarAccess.getKeyframesAccess().getGroup(), "rule__Keyframes__Group__0");
- put(grammarAccess.getKeyframesAccess().getGroup_5(), "rule__Keyframes__Group_5__0");
- put(grammarAccess.getKeyframe_selectorAccess().getGroup(), "rule__Keyframe_selector__Group__0");
- put(grammarAccess.getKeyframe_selectorAccess().getGroup_0_1(), "rule__Keyframe_selector__Group_0_1__0");
- put(grammarAccess.getKeyframe_selectorAccess().getGroup_3(), "rule__Keyframe_selector__Group_3__0");
- put(grammarAccess.getRulesetAccess().getGroup(), "rule__Ruleset__Group__0");
- put(grammarAccess.getRulesetAccess().getGroup_1(), "rule__Ruleset__Group_1__0");
- put(grammarAccess.getRulesetAccess().getGroup_4(), "rule__Ruleset__Group_4__0");
- put(grammarAccess.getRulesetAccess().getGroup_4_1(), "rule__Ruleset__Group_4_1__0");
- put(grammarAccess.getSelectorAccess().getGroup(), "rule__Selector__Group__0");
- put(grammarAccess.getSelectorAccess().getGroup_1_0(), "rule__Selector__Group_1_0__0");
- put(grammarAccess.getSelectorAccess().getGroup_1_1(), "rule__Selector__Group_1_1__0");
- put(grammarAccess.getSelectorAccess().getGroup_1_1_1(), "rule__Selector__Group_1_1_1__0");
- put(grammarAccess.getSimpleSelectorForNegationAccess().getGroup_0(), "rule__SimpleSelectorForNegation__Group_0__0");
- put(grammarAccess.getSimple_selectorAccess().getGroup_0(), "rule__Simple_selector__Group_0__0");
- put(grammarAccess.getAttributeSelectorAccess().getGroup(), "rule__AttributeSelector__Group__0");
- put(grammarAccess.getAttributeSelectorAccess().getGroup_3(), "rule__AttributeSelector__Group_3__0");
- put(grammarAccess.getClassSelectorAccess().getGroup(), "rule__ClassSelector__Group__0");
- put(grammarAccess.getElementSelectorAccess().getGroup(), "rule__ElementSelector__Group__0");
- put(grammarAccess.getUniversalSelectorAccess().getGroup(), "rule__UniversalSelector__Group__0");
- put(grammarAccess.getIdSelectorAccess().getGroup(), "rule__IdSelector__Group__0");
- put(grammarAccess.getCss_namespace_prefixAccess().getGroup(), "rule__Css_namespace_prefix__Group__0");
- put(grammarAccess.getCss_declarationAccess().getGroup(), "rule__Css_declaration__Group__0");
- put(grammarAccess.getCss_propertyAccess().getGroup(), "rule__Css_property__Group__0");
- put(grammarAccess.getPseudoClassAccess().getGroup(), "rule__PseudoClass__Group__0");
- put(grammarAccess.getPseudoClassFunctionAccess().getGroup_0(), "rule__PseudoClassFunction__Group_0__0");
- put(grammarAccess.getPseudoClassFunctionAccess().getGroup_1(), "rule__PseudoClassFunction__Group_1__0");
- put(grammarAccess.getNotFunctionCallAccess().getGroup(), "rule__NotFunctionCall__Group__0");
- put(grammarAccess.getSymbolTokAccess().getGroup(), "rule__SymbolTok__Group__0");
- put(grammarAccess.getWSTokAccess().getGroup(), "rule__WSTok__Group__0");
- put(grammarAccess.getStringTokAccess().getGroup(), "rule__StringTok__Group__0");
- put(grammarAccess.getNumberTokAccess().getGroup(), "rule__NumberTok__Group__0");
- put(grammarAccess.getUrlTokAccess().getGroup(), "rule__UrlTok__Group__0");
- put(grammarAccess.getColorTokAccess().getGroup(), "rule__ColorTok__Group__0");
- put(grammarAccess.getIdentifierOrFuncTokAccess().getGroup(), "rule__IdentifierOrFuncTok__Group__0");
- put(grammarAccess.getIdentifierOrFuncTokAccess().getGroup_2(), "rule__IdentifierOrFuncTok__Group_2__0");
- put(grammarAccess.getURLTypeAccess().getGroup(), "rule__URLType__Group__0");
- put(grammarAccess.getValidURLSymbolAccess().getGroup_18(), "rule__ValidURLSymbol__Group_18__0");
- put(grammarAccess.getValidURLAccess().getGroup_1_10(), "rule__ValidURL__Group_1_10__0");
- put(grammarAccess.getIdentifierAccess().getGroup(), "rule__Identifier__Group__0");
- put(grammarAccess.getIdentifierAccess().getGroup_2(), "rule__Identifier__Group_2__0");
- put(grammarAccess.getNumAccess().getGroup(), "rule__Num__Group__0");
- put(grammarAccess.getNumAccess().getGroup_1_0(), "rule__Num__Group_1_0__0");
- put(grammarAccess.getNumAccess().getGroup_1_1(), "rule__Num__Group_1_1__0");
- put(grammarAccess.getNumAccess().getGroup_1_1_1(), "rule__Num__Group_1_1_1__0");
- put(grammarAccess.getHexAccess().getGroup(), "rule__Hex__Group__0");
- put(grammarAccess.getHexAccess().getGroup_1(), "rule__Hex__Group_1__0");
- put(grammarAccess.getStylesheetAccess().getCharsetAssignment_0(), "rule__Stylesheet__CharsetAssignment_0");
- put(grammarAccess.getStylesheetAccess().getImportsAssignment_1(), "rule__Stylesheet__ImportsAssignment_1");
- put(grammarAccess.getStylesheetAccess().getRulesetAssignment_2_0(), "rule__Stylesheet__RulesetAssignment_2_0");
- put(grammarAccess.getStylesheetAccess().getMediaAssignment_2_1(), "rule__Stylesheet__MediaAssignment_2_1");
- put(grammarAccess.getStylesheetAccess().getPageAssignment_2_2(), "rule__Stylesheet__PageAssignment_2_2");
- put(grammarAccess.getStylesheetAccess().getFont_faceAssignment_2_3(), "rule__Stylesheet__Font_faceAssignment_2_3");
- put(grammarAccess.getStylesheetAccess().getKeyframesAssignment_2_4(), "rule__Stylesheet__KeyframesAssignment_2_4");
- put(grammarAccess.getCharsetAccess().getCharsetAssignment_1(), "rule__Charset__CharsetAssignment_1");
- put(grammarAccess.getImportExpressionAccess().getValueAssignment_1_0(), "rule__ImportExpression__ValueAssignment_1_0");
- put(grammarAccess.getImportExpressionAccess().getMediaListAssignment_1_1_1(), "rule__ImportExpression__MediaListAssignment_1_1_1");
- put(grammarAccess.getPageAccess().getPseudoPageAssignment_2(), "rule__Page__PseudoPageAssignment_2");
- put(grammarAccess.getPageAccess().getDeclarationsAssignment_4(), "rule__Page__DeclarationsAssignment_4");
- put(grammarAccess.getPageAccess().getDeclarationsAssignment_5_1(), "rule__Page__DeclarationsAssignment_5_1");
- put(grammarAccess.getMediaAccess().getMedialistAssignment_1(), "rule__Media__MedialistAssignment_1");
- put(grammarAccess.getMediaAccess().getRulesetsAssignment_3(), "rule__Media__RulesetsAssignment_3");
- put(grammarAccess.getFont_faceAccess().getDeclarationsAssignment_3(), "rule__Font_face__DeclarationsAssignment_3");
- put(grammarAccess.getFont_faceAccess().getDeclarationsAssignment_4_1(), "rule__Font_face__DeclarationsAssignment_4_1");
- put(grammarAccess.getKeyframesAccess().getNameAssignment_2(), "rule__Keyframes__NameAssignment_2");
- put(grammarAccess.getKeyframesAccess().getKeyframeselectorsAssignment_4(), "rule__Keyframes__KeyframeselectorsAssignment_4");
- put(grammarAccess.getKeyframesAccess().getKeyframeselectorsAssignment_5_1(), "rule__Keyframes__KeyframeselectorsAssignment_5_1");
- put(grammarAccess.getKeyframe_selectorAccess().getTypeAssignment_0_0(), "rule__Keyframe_selector__TypeAssignment_0_0");
- put(grammarAccess.getKeyframe_selectorAccess().getPercentageAssignment_0_1_0(), "rule__Keyframe_selector__PercentageAssignment_0_1_0");
- put(grammarAccess.getKeyframe_selectorAccess().getDeclarationsAssignment_2(), "rule__Keyframe_selector__DeclarationsAssignment_2");
- put(grammarAccess.getKeyframe_selectorAccess().getDeclarationsAssignment_3_1(), "rule__Keyframe_selector__DeclarationsAssignment_3_1");
- put(grammarAccess.getRulesetAccess().getSelectorsAssignment_0(), "rule__Ruleset__SelectorsAssignment_0");
- put(grammarAccess.getRulesetAccess().getSelectorsAssignment_1_2(), "rule__Ruleset__SelectorsAssignment_1_2");
- put(grammarAccess.getRulesetAccess().getDeclarationsAssignment_4_0(), "rule__Ruleset__DeclarationsAssignment_4_0");
- put(grammarAccess.getRulesetAccess().getDeclarationsAssignment_4_1_1(), "rule__Ruleset__DeclarationsAssignment_4_1_1");
- put(grammarAccess.getSelectorAccess().getSimpleselectorsAssignment_0(), "rule__Selector__SimpleselectorsAssignment_0");
- put(grammarAccess.getSelectorAccess().getCombinatorAssignment_1_0_0(), "rule__Selector__CombinatorAssignment_1_0_0");
- put(grammarAccess.getSelectorAccess().getSelectorAssignment_1_0_2(), "rule__Selector__SelectorAssignment_1_0_2");
- put(grammarAccess.getSelectorAccess().getCombinatorAssignment_1_1_1_0(), "rule__Selector__CombinatorAssignment_1_1_1_0");
- put(grammarAccess.getSelectorAccess().getSelectorAssignment_1_1_2(), "rule__Selector__SelectorAssignment_1_1_2");
- put(grammarAccess.getSimpleSelectorForNegationAccess().getElementAssignment_0_0_0(), "rule__SimpleSelectorForNegation__ElementAssignment_0_0_0");
- put(grammarAccess.getSimpleSelectorForNegationAccess().getUniversalAssignment_0_0_1(), "rule__SimpleSelectorForNegation__UniversalAssignment_0_0_1");
- put(grammarAccess.getSimpleSelectorForNegationAccess().getSubSelectorsAssignment_0_1(), "rule__SimpleSelectorForNegation__SubSelectorsAssignment_0_1");
- put(grammarAccess.getSimpleSelectorForNegationAccess().getSubSelectorsAssignment_1(), "rule__SimpleSelectorForNegation__SubSelectorsAssignment_1");
- put(grammarAccess.getSimple_selectorAccess().getElementAssignment_0_0_0(), "rule__Simple_selector__ElementAssignment_0_0_0");
- put(grammarAccess.getSimple_selectorAccess().getUniversalAssignment_0_0_1(), "rule__Simple_selector__UniversalAssignment_0_0_1");
- put(grammarAccess.getSimple_selectorAccess().getSubSelectorsAssignment_0_1(), "rule__Simple_selector__SubSelectorsAssignment_0_1");
- put(grammarAccess.getSimple_selectorAccess().getSubSelectorsAssignment_1(), "rule__Simple_selector__SubSelectorsAssignment_1");
- put(grammarAccess.getAttributeSelectorAccess().getNameAssignment_2(), "rule__AttributeSelector__NameAssignment_2");
- put(grammarAccess.getAttributeSelectorAccess().getOpAssignment_3_0(), "rule__AttributeSelector__OpAssignment_3_0");
- put(grammarAccess.getAttributeSelectorAccess().getValueAssignment_3_1(), "rule__AttributeSelector__ValueAssignment_3_1");
- put(grammarAccess.getClassSelectorAccess().getNameAssignment_2(), "rule__ClassSelector__NameAssignment_2");
- put(grammarAccess.getElementSelectorAccess().getNameAssignment_1(), "rule__ElementSelector__NameAssignment_1");
- put(grammarAccess.getUniversalSelectorAccess().getNamespaceAssignment_1(), "rule__UniversalSelector__NamespaceAssignment_1");
- put(grammarAccess.getIdSelectorAccess().getNameAssignment_2(), "rule__IdSelector__NameAssignment_2");
- put(grammarAccess.getCss_declarationAccess().getPropertyAssignment_1(), "rule__Css_declaration__PropertyAssignment_1");
- put(grammarAccess.getCss_declarationAccess().getValueTokensAssignment_4(), "rule__Css_declaration__ValueTokensAssignment_4");
- put(grammarAccess.getCss_declarationAccess().getImportantAssignment_5(), "rule__Css_declaration__ImportantAssignment_5");
- put(grammarAccess.getCss_propertyAccess().getNameAssignment_1(), "rule__Css_property__NameAssignment_1");
- put(grammarAccess.getPseudoClassNameAccess().getNameAssignment(), "rule__PseudoClassName__NameAssignment");
- put(grammarAccess.getPseudoClassFunctionAccess().getNotAssignment_0_0(), "rule__PseudoClassFunction__NotAssignment_0_0");
- put(grammarAccess.getPseudoClassFunctionAccess().getParamSelectorAssignment_0_1(), "rule__PseudoClassFunction__ParamSelectorAssignment_0_1");
- put(grammarAccess.getPseudoClassFunctionAccess().getNameAssignment_1_1(), "rule__PseudoClassFunction__NameAssignment_1_1");
- put(grammarAccess.getPseudoClassFunctionAccess().getParamsAssignment_1_3(), "rule__PseudoClassFunction__ParamsAssignment_1_3");
- put(grammarAccess.getSymbolTokAccess().getSymbolAssignment_1(), "rule__SymbolTok__SymbolAssignment_1");
- put(grammarAccess.getStringTokAccess().getValueAssignment_1(), "rule__StringTok__ValueAssignment_1");
- put(grammarAccess.getNumberTokAccess().getValAssignment_1(), "rule__NumberTok__ValAssignment_1");
- put(grammarAccess.getUrlTokAccess().getUrlAssignment_1(), "rule__UrlTok__UrlAssignment_1");
- put(grammarAccess.getColorTokAccess().getValueAssignment_1(), "rule__ColorTok__ValueAssignment_1");
- put(grammarAccess.getIdentifierOrFuncTokAccess().getNameAssignment_1(), "rule__IdentifierOrFuncTok__NameAssignment_1");
- put(grammarAccess.getIdentifierOrFuncTokAccess().getParamsAssignment_2_2(), "rule__IdentifierOrFuncTok__ParamsAssignment_2_2");
- put(grammarAccess.getURLTypeAccess().getUrlAssignment_1(), "rule__URLType__UrlAssignment_1");
- }
- };
- }
- return nameMappings.get(element);
- }
-
- @Override
- protected Collection<FollowElement> getFollowElements(AbstractInternalContentAssistParser parser) {
- try {
- org.eclipse.papyrus.infra.gmfdiag.css3.ui.contentassist.antlr.internal.InternalCSSParser typedParser = (org.eclipse.papyrus.infra.gmfdiag.css3.ui.contentassist.antlr.internal.InternalCSSParser) parser;
- typedParser.entryRulestylesheet();
- return typedParser.getFollowElements();
- } catch (RecognitionException ex) {
- throw new RuntimeException(ex);
- }
- }
-
- @Override
- protected String[] getInitialHiddenTokens() {
- return new String[] { "RULE_WS", "RULE_ML_COMMENT" };
- }
-
- public CSSGrammarAccess getGrammarAccess() {
- return this.grammarAccess;
- }
-
- public void setGrammarAccess(CSSGrammarAccess grammarAccess) {
- this.grammarAccess = grammarAccess;
- }
-}
+/*
+ * generated by Xtext
+ */
+package org.eclipse.papyrus.infra.gmfdiag.css3.ui.contentassist.antlr;
+
+import java.util.Collection;
+import java.util.Map;
+import java.util.HashMap;
+
+import org.antlr.runtime.RecognitionException;
+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;
+
+import com.google.inject.Inject;
+
+import org.eclipse.papyrus.infra.gmfdiag.css3.services.CSSGrammarAccess;
+
+public class CSSParser extends AbstractContentAssistParser {
+
+ @Inject
+ private CSSGrammarAccess grammarAccess;
+
+ private Map<AbstractElement, String> nameMappings;
+
+ @Override
+ protected org.eclipse.papyrus.infra.gmfdiag.css3.ui.contentassist.antlr.internal.InternalCSSParser createParser() {
+ org.eclipse.papyrus.infra.gmfdiag.css3.ui.contentassist.antlr.internal.InternalCSSParser result = new org.eclipse.papyrus.infra.gmfdiag.css3.ui.contentassist.antlr.internal.InternalCSSParser(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.getStylesheetAccess().getAlternatives_2(), "rule__Stylesheet__Alternatives_2");
+ put(grammarAccess.getCharsetAccess().getAlternatives_0(), "rule__Charset__Alternatives_0");
+ put(grammarAccess.getImportExpressionAccess().getAlternatives_0(), "rule__ImportExpression__Alternatives_0");
+ put(grammarAccess.getImportExpressionAccess().getAlternatives_1(), "rule__ImportExpression__Alternatives_1");
+ put(grammarAccess.getPageAccess().getAlternatives_1(), "rule__Page__Alternatives_1");
+ put(grammarAccess.getMediaAccess().getAlternatives_0(), "rule__Media__Alternatives_0");
+ put(grammarAccess.getFont_faceAccess().getAlternatives_1(), "rule__Font_face__Alternatives_1");
+ put(grammarAccess.getKeyframesAccess().getAlternatives_1(), "rule__Keyframes__Alternatives_1");
+ put(grammarAccess.getKeyframe_selectorAccess().getAlternatives_0(), "rule__Keyframe_selector__Alternatives_0");
+ put(grammarAccess.getSelectorAccess().getAlternatives_1(), "rule__Selector__Alternatives_1");
+ put(grammarAccess.getSimpleSelectorForNegationAccess().getAlternatives(), "rule__SimpleSelectorForNegation__Alternatives");
+ put(grammarAccess.getSimpleSelectorForNegationAccess().getAlternatives_0_0(), "rule__SimpleSelectorForNegation__Alternatives_0_0");
+ put(grammarAccess.getSubSelectorForNegationAccess().getAlternatives(), "rule__SubSelectorForNegation__Alternatives");
+ put(grammarAccess.getSimple_selectorAccess().getAlternatives(), "rule__Simple_selector__Alternatives");
+ put(grammarAccess.getSimple_selectorAccess().getAlternatives_0_0(), "rule__Simple_selector__Alternatives_0_0");
+ put(grammarAccess.getSubSelectorAccess().getAlternatives(), "rule__SubSelector__Alternatives");
+ put(grammarAccess.getAttributeSelectorAccess().getOpAlternatives_3_0_0(), "rule__AttributeSelector__OpAlternatives_3_0_0");
+ put(grammarAccess.getAttributeSelectorAccess().getValueAlternatives_3_1_0(), "rule__AttributeSelector__ValueAlternatives_3_1_0");
+ put(grammarAccess.getCss_namespace_prefixAccess().getAlternatives_0(), "rule__Css_namespace_prefix__Alternatives_0");
+ put(grammarAccess.getPseudoClassOrFuncAccess().getAlternatives(), "rule__PseudoClassOrFunc__Alternatives");
+ put(grammarAccess.getPseudoClassFunctionAccess().getAlternatives(), "rule__PseudoClassFunction__Alternatives");
+ put(grammarAccess.getCombinatorAccess().getAlternatives(), "rule__Combinator__Alternatives");
+ put(grammarAccess.getOperatorAccess().getAlternatives(), "rule__Operator__Alternatives");
+ put(grammarAccess.getUnary_operatorAccess().getAlternatives(), "rule__Unary_operator__Alternatives");
+ put(grammarAccess.getSymbolTokAccess().getSymbolAlternatives_1_0(), "rule__SymbolTok__SymbolAlternatives_1_0");
+ put(grammarAccess.getCssTokAccess().getAlternatives(), "rule__CssTok__Alternatives");
+ put(grammarAccess.getValidURLSymbolAccess().getAlternatives(), "rule__ValidURLSymbol__Alternatives");
+ put(grammarAccess.getKeywordHackAccess().getAlternatives(), "rule__KeywordHack__Alternatives");
+ put(grammarAccess.getValidURLAccess().getAlternatives(), "rule__ValidURL__Alternatives");
+ put(grammarAccess.getValidURLAccess().getAlternatives_1(), "rule__ValidURL__Alternatives_1");
+ put(grammarAccess.getValidURLAccess().getAlternatives_1_10_1(), "rule__ValidURL__Alternatives_1_10_1");
+ put(grammarAccess.getValidURLAccess().getAlternatives_1_10_2(), "rule__ValidURL__Alternatives_1_10_2");
+ put(grammarAccess.getIdentifierAccess().getAlternatives_1(), "rule__Identifier__Alternatives_1");
+ put(grammarAccess.getIdentifierAccess().getAlternatives_2_0(), "rule__Identifier__Alternatives_2_0");
+ put(grammarAccess.getNumAccess().getAlternatives_0(), "rule__Num__Alternatives_0");
+ put(grammarAccess.getNumAccess().getAlternatives_1(), "rule__Num__Alternatives_1");
+ put(grammarAccess.getHexAccess().getAlternatives_1_0(), "rule__Hex__Alternatives_1_0");
+ put(grammarAccess.getStylesheetAccess().getGroup(), "rule__Stylesheet__Group__0");
+ put(grammarAccess.getCharsetAccess().getGroup(), "rule__Charset__Group__0");
+ put(grammarAccess.getImportExpressionAccess().getGroup(), "rule__ImportExpression__Group__0");
+ put(grammarAccess.getImportExpressionAccess().getGroup_1_1(), "rule__ImportExpression__Group_1_1__0");
+ put(grammarAccess.getPageAccess().getGroup(), "rule__Page__Group__0");
+ put(grammarAccess.getPageAccess().getGroup_5(), "rule__Page__Group_5__0");
+ put(grammarAccess.getPseudo_pageAccess().getGroup(), "rule__Pseudo_page__Group__0");
+ put(grammarAccess.getMediaAccess().getGroup(), "rule__Media__Group__0");
+ put(grammarAccess.getMedia_listAccess().getGroup(), "rule__Media_list__Group__0");
+ put(grammarAccess.getMedia_listAccess().getGroup_1(), "rule__Media_list__Group_1__0");
+ put(grammarAccess.getFont_faceAccess().getGroup(), "rule__Font_face__Group__0");
+ put(grammarAccess.getFont_faceAccess().getGroup_4(), "rule__Font_face__Group_4__0");
+ put(grammarAccess.getKeyframesAccess().getGroup(), "rule__Keyframes__Group__0");
+ put(grammarAccess.getKeyframesAccess().getGroup_5(), "rule__Keyframes__Group_5__0");
+ put(grammarAccess.getKeyframe_selectorAccess().getGroup(), "rule__Keyframe_selector__Group__0");
+ put(grammarAccess.getKeyframe_selectorAccess().getGroup_0_1(), "rule__Keyframe_selector__Group_0_1__0");
+ put(grammarAccess.getKeyframe_selectorAccess().getGroup_3(), "rule__Keyframe_selector__Group_3__0");
+ put(grammarAccess.getRulesetAccess().getGroup(), "rule__Ruleset__Group__0");
+ put(grammarAccess.getRulesetAccess().getGroup_1(), "rule__Ruleset__Group_1__0");
+ put(grammarAccess.getRulesetAccess().getGroup_4(), "rule__Ruleset__Group_4__0");
+ put(grammarAccess.getRulesetAccess().getGroup_4_1(), "rule__Ruleset__Group_4_1__0");
+ put(grammarAccess.getSelectorAccess().getGroup(), "rule__Selector__Group__0");
+ put(grammarAccess.getSelectorAccess().getGroup_1_0(), "rule__Selector__Group_1_0__0");
+ put(grammarAccess.getSelectorAccess().getGroup_1_1(), "rule__Selector__Group_1_1__0");
+ put(grammarAccess.getSelectorAccess().getGroup_1_1_1(), "rule__Selector__Group_1_1_1__0");
+ put(grammarAccess.getSimpleSelectorForNegationAccess().getGroup_0(), "rule__SimpleSelectorForNegation__Group_0__0");
+ put(grammarAccess.getSimple_selectorAccess().getGroup_0(), "rule__Simple_selector__Group_0__0");
+ put(grammarAccess.getAttributeSelectorAccess().getGroup(), "rule__AttributeSelector__Group__0");
+ put(grammarAccess.getAttributeSelectorAccess().getGroup_3(), "rule__AttributeSelector__Group_3__0");
+ put(grammarAccess.getClassSelectorAccess().getGroup(), "rule__ClassSelector__Group__0");
+ put(grammarAccess.getElementSelectorAccess().getGroup(), "rule__ElementSelector__Group__0");
+ put(grammarAccess.getUniversalSelectorAccess().getGroup(), "rule__UniversalSelector__Group__0");
+ put(grammarAccess.getIdSelectorAccess().getGroup(), "rule__IdSelector__Group__0");
+ put(grammarAccess.getCss_namespace_prefixAccess().getGroup(), "rule__Css_namespace_prefix__Group__0");
+ put(grammarAccess.getCss_declarationAccess().getGroup(), "rule__Css_declaration__Group__0");
+ put(grammarAccess.getCss_propertyAccess().getGroup(), "rule__Css_property__Group__0");
+ put(grammarAccess.getPseudoClassAccess().getGroup(), "rule__PseudoClass__Group__0");
+ put(grammarAccess.getPseudoClassFunctionAccess().getGroup_0(), "rule__PseudoClassFunction__Group_0__0");
+ put(grammarAccess.getPseudoClassFunctionAccess().getGroup_1(), "rule__PseudoClassFunction__Group_1__0");
+ put(grammarAccess.getNotFunctionCallAccess().getGroup(), "rule__NotFunctionCall__Group__0");
+ put(grammarAccess.getSymbolTokAccess().getGroup(), "rule__SymbolTok__Group__0");
+ put(grammarAccess.getWSTokAccess().getGroup(), "rule__WSTok__Group__0");
+ put(grammarAccess.getStringTokAccess().getGroup(), "rule__StringTok__Group__0");
+ put(grammarAccess.getNumberTokAccess().getGroup(), "rule__NumberTok__Group__0");
+ put(grammarAccess.getUrlTokAccess().getGroup(), "rule__UrlTok__Group__0");
+ put(grammarAccess.getColorTokAccess().getGroup(), "rule__ColorTok__Group__0");
+ put(grammarAccess.getIdentifierOrFuncTokAccess().getGroup(), "rule__IdentifierOrFuncTok__Group__0");
+ put(grammarAccess.getIdentifierOrFuncTokAccess().getGroup_2(), "rule__IdentifierOrFuncTok__Group_2__0");
+ put(grammarAccess.getURLTypeAccess().getGroup(), "rule__URLType__Group__0");
+ put(grammarAccess.getValidURLSymbolAccess().getGroup_18(), "rule__ValidURLSymbol__Group_18__0");
+ put(grammarAccess.getValidURLAccess().getGroup_1_10(), "rule__ValidURL__Group_1_10__0");
+ put(grammarAccess.getIdentifierAccess().getGroup(), "rule__Identifier__Group__0");
+ put(grammarAccess.getIdentifierAccess().getGroup_2(), "rule__Identifier__Group_2__0");
+ put(grammarAccess.getNumAccess().getGroup(), "rule__Num__Group__0");
+ put(grammarAccess.getNumAccess().getGroup_1_0(), "rule__Num__Group_1_0__0");
+ put(grammarAccess.getNumAccess().getGroup_1_1(), "rule__Num__Group_1_1__0");
+ put(grammarAccess.getNumAccess().getGroup_1_1_1(), "rule__Num__Group_1_1_1__0");
+ put(grammarAccess.getHexAccess().getGroup(), "rule__Hex__Group__0");
+ put(grammarAccess.getHexAccess().getGroup_1(), "rule__Hex__Group_1__0");
+ put(grammarAccess.getStylesheetAccess().getCharsetAssignment_0(), "rule__Stylesheet__CharsetAssignment_0");
+ put(grammarAccess.getStylesheetAccess().getImportsAssignment_1(), "rule__Stylesheet__ImportsAssignment_1");
+ put(grammarAccess.getStylesheetAccess().getRulesetAssignment_2_0(), "rule__Stylesheet__RulesetAssignment_2_0");
+ put(grammarAccess.getStylesheetAccess().getMediaAssignment_2_1(), "rule__Stylesheet__MediaAssignment_2_1");
+ put(grammarAccess.getStylesheetAccess().getPageAssignment_2_2(), "rule__Stylesheet__PageAssignment_2_2");
+ put(grammarAccess.getStylesheetAccess().getFont_faceAssignment_2_3(), "rule__Stylesheet__Font_faceAssignment_2_3");
+ put(grammarAccess.getStylesheetAccess().getKeyframesAssignment_2_4(), "rule__Stylesheet__KeyframesAssignment_2_4");
+ put(grammarAccess.getCharsetAccess().getCharsetAssignment_1(), "rule__Charset__CharsetAssignment_1");
+ put(grammarAccess.getImportExpressionAccess().getValueAssignment_1_0(), "rule__ImportExpression__ValueAssignment_1_0");
+ put(grammarAccess.getImportExpressionAccess().getMediaListAssignment_1_1_1(), "rule__ImportExpression__MediaListAssignment_1_1_1");
+ put(grammarAccess.getPageAccess().getPseudoPageAssignment_2(), "rule__Page__PseudoPageAssignment_2");
+ put(grammarAccess.getPageAccess().getDeclarationsAssignment_4(), "rule__Page__DeclarationsAssignment_4");
+ put(grammarAccess.getPageAccess().getDeclarationsAssignment_5_1(), "rule__Page__DeclarationsAssignment_5_1");
+ put(grammarAccess.getMediaAccess().getMedialistAssignment_1(), "rule__Media__MedialistAssignment_1");
+ put(grammarAccess.getMediaAccess().getRulesetsAssignment_3(), "rule__Media__RulesetsAssignment_3");
+ put(grammarAccess.getFont_faceAccess().getDeclarationsAssignment_3(), "rule__Font_face__DeclarationsAssignment_3");
+ put(grammarAccess.getFont_faceAccess().getDeclarationsAssignment_4_1(), "rule__Font_face__DeclarationsAssignment_4_1");
+ put(grammarAccess.getKeyframesAccess().getNameAssignment_2(), "rule__Keyframes__NameAssignment_2");
+ put(grammarAccess.getKeyframesAccess().getKeyframeselectorsAssignment_4(), "rule__Keyframes__KeyframeselectorsAssignment_4");
+ put(grammarAccess.getKeyframesAccess().getKeyframeselectorsAssignment_5_1(), "rule__Keyframes__KeyframeselectorsAssignment_5_1");
+ put(grammarAccess.getKeyframe_selectorAccess().getTypeAssignment_0_0(), "rule__Keyframe_selector__TypeAssignment_0_0");
+ put(grammarAccess.getKeyframe_selectorAccess().getPercentageAssignment_0_1_0(), "rule__Keyframe_selector__PercentageAssignment_0_1_0");
+ put(grammarAccess.getKeyframe_selectorAccess().getDeclarationsAssignment_2(), "rule__Keyframe_selector__DeclarationsAssignment_2");
+ put(grammarAccess.getKeyframe_selectorAccess().getDeclarationsAssignment_3_1(), "rule__Keyframe_selector__DeclarationsAssignment_3_1");
+ put(grammarAccess.getRulesetAccess().getSelectorsAssignment_0(), "rule__Ruleset__SelectorsAssignment_0");
+ put(grammarAccess.getRulesetAccess().getSelectorsAssignment_1_2(), "rule__Ruleset__SelectorsAssignment_1_2");
+ put(grammarAccess.getRulesetAccess().getDeclarationsAssignment_4_0(), "rule__Ruleset__DeclarationsAssignment_4_0");
+ put(grammarAccess.getRulesetAccess().getDeclarationsAssignment_4_1_1(), "rule__Ruleset__DeclarationsAssignment_4_1_1");
+ put(grammarAccess.getSelectorAccess().getSimpleselectorsAssignment_0(), "rule__Selector__SimpleselectorsAssignment_0");
+ put(grammarAccess.getSelectorAccess().getCombinatorAssignment_1_0_0(), "rule__Selector__CombinatorAssignment_1_0_0");
+ put(grammarAccess.getSelectorAccess().getSelectorAssignment_1_0_2(), "rule__Selector__SelectorAssignment_1_0_2");
+ put(grammarAccess.getSelectorAccess().getCombinatorAssignment_1_1_1_0(), "rule__Selector__CombinatorAssignment_1_1_1_0");
+ put(grammarAccess.getSelectorAccess().getSelectorAssignment_1_1_2(), "rule__Selector__SelectorAssignment_1_1_2");
+ put(grammarAccess.getSimpleSelectorForNegationAccess().getElementAssignment_0_0_0(), "rule__SimpleSelectorForNegation__ElementAssignment_0_0_0");
+ put(grammarAccess.getSimpleSelectorForNegationAccess().getUniversalAssignment_0_0_1(), "rule__SimpleSelectorForNegation__UniversalAssignment_0_0_1");
+ put(grammarAccess.getSimpleSelectorForNegationAccess().getSubSelectorsAssignment_0_1(), "rule__SimpleSelectorForNegation__SubSelectorsAssignment_0_1");
+ put(grammarAccess.getSimpleSelectorForNegationAccess().getSubSelectorsAssignment_1(), "rule__SimpleSelectorForNegation__SubSelectorsAssignment_1");
+ put(grammarAccess.getSimple_selectorAccess().getElementAssignment_0_0_0(), "rule__Simple_selector__ElementAssignment_0_0_0");
+ put(grammarAccess.getSimple_selectorAccess().getUniversalAssignment_0_0_1(), "rule__Simple_selector__UniversalAssignment_0_0_1");
+ put(grammarAccess.getSimple_selectorAccess().getSubSelectorsAssignment_0_1(), "rule__Simple_selector__SubSelectorsAssignment_0_1");
+ put(grammarAccess.getSimple_selectorAccess().getSubSelectorsAssignment_1(), "rule__Simple_selector__SubSelectorsAssignment_1");
+ put(grammarAccess.getAttributeSelectorAccess().getNameAssignment_2(), "rule__AttributeSelector__NameAssignment_2");
+ put(grammarAccess.getAttributeSelectorAccess().getOpAssignment_3_0(), "rule__AttributeSelector__OpAssignment_3_0");
+ put(grammarAccess.getAttributeSelectorAccess().getValueAssignment_3_1(), "rule__AttributeSelector__ValueAssignment_3_1");
+ put(grammarAccess.getClassSelectorAccess().getNameAssignment_2(), "rule__ClassSelector__NameAssignment_2");
+ put(grammarAccess.getElementSelectorAccess().getNameAssignment_1(), "rule__ElementSelector__NameAssignment_1");
+ put(grammarAccess.getUniversalSelectorAccess().getNamespaceAssignment_1(), "rule__UniversalSelector__NamespaceAssignment_1");
+ put(grammarAccess.getIdSelectorAccess().getNameAssignment_2(), "rule__IdSelector__NameAssignment_2");
+ put(grammarAccess.getCss_declarationAccess().getPropertyAssignment_1(), "rule__Css_declaration__PropertyAssignment_1");
+ put(grammarAccess.getCss_declarationAccess().getValueTokensAssignment_4(), "rule__Css_declaration__ValueTokensAssignment_4");
+ put(grammarAccess.getCss_declarationAccess().getImportantAssignment_5(), "rule__Css_declaration__ImportantAssignment_5");
+ put(grammarAccess.getCss_propertyAccess().getNameAssignment_1(), "rule__Css_property__NameAssignment_1");
+ put(grammarAccess.getPseudoClassNameAccess().getNameAssignment(), "rule__PseudoClassName__NameAssignment");
+ put(grammarAccess.getPseudoClassFunctionAccess().getNotAssignment_0_0(), "rule__PseudoClassFunction__NotAssignment_0_0");
+ put(grammarAccess.getPseudoClassFunctionAccess().getParamSelectorAssignment_0_1(), "rule__PseudoClassFunction__ParamSelectorAssignment_0_1");
+ put(grammarAccess.getPseudoClassFunctionAccess().getNameAssignment_1_1(), "rule__PseudoClassFunction__NameAssignment_1_1");
+ put(grammarAccess.getPseudoClassFunctionAccess().getParamsAssignment_1_3(), "rule__PseudoClassFunction__ParamsAssignment_1_3");
+ put(grammarAccess.getSymbolTokAccess().getSymbolAssignment_1(), "rule__SymbolTok__SymbolAssignment_1");
+ put(grammarAccess.getStringTokAccess().getValueAssignment_1(), "rule__StringTok__ValueAssignment_1");
+ put(grammarAccess.getNumberTokAccess().getValAssignment_1(), "rule__NumberTok__ValAssignment_1");
+ put(grammarAccess.getUrlTokAccess().getUrlAssignment_1(), "rule__UrlTok__UrlAssignment_1");
+ put(grammarAccess.getColorTokAccess().getValueAssignment_1(), "rule__ColorTok__ValueAssignment_1");
+ put(grammarAccess.getIdentifierOrFuncTokAccess().getNameAssignment_1(), "rule__IdentifierOrFuncTok__NameAssignment_1");
+ put(grammarAccess.getIdentifierOrFuncTokAccess().getParamsAssignment_2_2(), "rule__IdentifierOrFuncTok__ParamsAssignment_2_2");
+ put(grammarAccess.getURLTypeAccess().getUrlAssignment_1(), "rule__URLType__UrlAssignment_1");
+ }
+ };
+ }
+ return nameMappings.get(element);
+ }
+
+ @Override
+ protected Collection<FollowElement> getFollowElements(AbstractInternalContentAssistParser parser) {
+ try {
+ org.eclipse.papyrus.infra.gmfdiag.css3.ui.contentassist.antlr.internal.InternalCSSParser typedParser = (org.eclipse.papyrus.infra.gmfdiag.css3.ui.contentassist.antlr.internal.InternalCSSParser) parser;
+ typedParser.entryRulestylesheet();
+ return typedParser.getFollowElements();
+ } catch(RecognitionException ex) {
+ throw new RuntimeException(ex);
+ }
+ }
+
+ @Override
+ protected String[] getInitialHiddenTokens() {
+ return new String[] { "RULE_WS", "RULE_ML_COMMENT" };
+ }
+
+ public CSSGrammarAccess getGrammarAccess() {
+ return this.grammarAccess;
+ }
+
+ public void setGrammarAccess(CSSGrammarAccess grammarAccess) {
+ this.grammarAccess = grammarAccess;
+ }
+}
diff --git a/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/PartialCSSContentAssistParser.java b/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/PartialCSSContentAssistParser.java
index 9272bed0303..d7cbd1b5d83 100644
--- a/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/PartialCSSContentAssistParser.java
+++ b/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/PartialCSSContentAssistParser.java
@@ -1,39 +1,38 @@
-/*
- * generated by Xtext
- */
-package org.eclipse.papyrus.infra.gmfdiag.css3.ui.contentassist.antlr;
-
-import java.util.Collection;
-import java.util.Collections;
-
-import org.eclipse.xtext.AbstractRule;
-import org.eclipse.xtext.ui.codetemplates.ui.partialEditing.IPartialContentAssistParser;
-import org.eclipse.xtext.ui.editor.contentassist.antlr.FollowElement;
-import org.eclipse.xtext.ui.editor.contentassist.antlr.internal.AbstractInternalContentAssistParser;
-import org.eclipse.xtext.util.PolymorphicDispatcher;
-
-/*
- * Template CodetemplatesGeneratorFragment.xpt
- */
-public class PartialCSSContentAssistParser extends CSSParser implements IPartialContentAssistParser {
-
- private AbstractRule rule;
-
- @Override
- public void initializeFor(AbstractRule rule) {
- this.rule = rule;
- }
-
- @Override
- protected Collection<FollowElement> getFollowElements(AbstractInternalContentAssistParser parser) {
- if (rule == null || rule.eIsProxy()) {
- return Collections.emptyList();
- }
- String methodName = "entryRule" + rule.getName();
- PolymorphicDispatcher<Collection<FollowElement>> dispatcher =
- new PolymorphicDispatcher<Collection<FollowElement>>(methodName, 0, 0, Collections.singletonList(parser));
- dispatcher.invoke();
- return parser.getFollowElements();
- }
-
-}
+/*
+ * generated by Xtext
+ */
+package org.eclipse.papyrus.infra.gmfdiag.css3.ui.contentassist.antlr;
+
+import java.util.Collection;
+import java.util.Collections;
+
+import org.eclipse.xtext.AbstractRule;
+import org.eclipse.xtext.ui.codetemplates.ui.partialEditing.IPartialContentAssistParser;
+import org.eclipse.xtext.ui.editor.contentassist.antlr.FollowElement;
+import org.eclipse.xtext.ui.editor.contentassist.antlr.internal.AbstractInternalContentAssistParser;
+import org.eclipse.xtext.util.PolymorphicDispatcher;
+
+/*
+ * Template CodetemplatesGeneratorFragment.xpt
+ */
+public class PartialCSSContentAssistParser extends CSSParser implements IPartialContentAssistParser {
+
+ private AbstractRule rule;
+
+ @Override
+ public void initializeFor(AbstractRule rule) {
+ this.rule = rule;
+ }
+
+ @Override
+ protected Collection<FollowElement> getFollowElements(AbstractInternalContentAssistParser parser) {
+ if (rule == null || rule.eIsProxy())
+ return Collections.emptyList();
+ String methodName = "entryRule" + rule.getName();
+ PolymorphicDispatcher<Collection<FollowElement>> dispatcher =
+ new PolymorphicDispatcher<Collection<FollowElement>>(methodName, 0, 0, Collections.singletonList(parser));
+ dispatcher.invoke();
+ return parser.getFollowElements();
+ }
+
+}
diff --git a/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g b/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g
index cefb26f2b0f..dfd03d22981 100644
--- a/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g
+++ b/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g
@@ -1,8974 +1,8878 @@
-/*
- * generated by Xtext
- */
-grammar InternalCSS;
-
-options {
- superClass=AbstractInternalContentAssistParser;
- backtrack=true;
-
-}
-
-@lexer::header {
-package org.eclipse.papyrus.infra.gmfdiag.css3.ui.contentassist.antlr.internal;
-
-// 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;
-}
-
-@parser::header {
-package org.eclipse.papyrus.infra.gmfdiag.css3.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.papyrus.infra.gmfdiag.css3.services.CSSGrammarAccess;
-
-}
-
-@parser::members {
-
- private CSSGrammarAccess grammarAccess;
-
- public void setGrammarAccess(CSSGrammarAccess grammarAccess) {
- this.grammarAccess = grammarAccess;
- }
-
- @Override
- protected Grammar getGrammar() {
- return grammarAccess.getGrammar();
- }
-
- @Override
- protected String getValueForTokenName(String tokenName) {
- return tokenName;
- }
-
-}
-
-
-
-
-// Entry rule entryRulestylesheet
-entryRulestylesheet
-:
-{ before(grammarAccess.getStylesheetRule()); }
- rulestylesheet
-{ after(grammarAccess.getStylesheetRule()); }
- EOF
-;
-
-// Rule stylesheet
-rulestylesheet
- @init {
- int stackSize = keepStackSize();
- }
- :
-(
-{ before(grammarAccess.getStylesheetAccess().getGroup()); }
-(rule__Stylesheet__Group__0)
-{ after(grammarAccess.getStylesheetAccess().getGroup()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-// Entry rule entryRulecharset
-entryRulecharset
-:
-{ before(grammarAccess.getCharsetRule()); }
- rulecharset
-{ after(grammarAccess.getCharsetRule()); }
- EOF
-;
-
-// Rule charset
-rulecharset
- @init {
- int stackSize = keepStackSize();
- }
- :
-(
-{ before(grammarAccess.getCharsetAccess().getGroup()); }
-(rule__Charset__Group__0)
-{ after(grammarAccess.getCharsetAccess().getGroup()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-// Entry rule entryRuleimportExpression
-entryRuleimportExpression
-:
-{ before(grammarAccess.getImportExpressionRule()); }
- ruleimportExpression
-{ after(grammarAccess.getImportExpressionRule()); }
- EOF
-;
-
-// Rule importExpression
-ruleimportExpression
- @init {
- int stackSize = keepStackSize();
- }
- :
-(
-{ before(grammarAccess.getImportExpressionAccess().getGroup()); }
-(rule__ImportExpression__Group__0)
-{ after(grammarAccess.getImportExpressionAccess().getGroup()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-// Entry rule entryRulepage
-entryRulepage
-:
-{ before(grammarAccess.getPageRule()); }
- rulepage
-{ after(grammarAccess.getPageRule()); }
- EOF
-;
-
-// Rule page
-rulepage
- @init {
- int stackSize = keepStackSize();
- }
- :
-(
-{ before(grammarAccess.getPageAccess().getGroup()); }
-(rule__Page__Group__0)
-{ after(grammarAccess.getPageAccess().getGroup()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-// Entry rule entryRulepseudo_page
-entryRulepseudo_page
-:
-{ before(grammarAccess.getPseudo_pageRule()); }
- rulepseudo_page
-{ after(grammarAccess.getPseudo_pageRule()); }
- EOF
-;
-
-// Rule pseudo_page
-rulepseudo_page
- @init {
- int stackSize = keepStackSize();
- }
- :
-(
-{ before(grammarAccess.getPseudo_pageAccess().getGroup()); }
-(rule__Pseudo_page__Group__0)
-{ after(grammarAccess.getPseudo_pageAccess().getGroup()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-// Entry rule entryRulemedia
-entryRulemedia
-:
-{ before(grammarAccess.getMediaRule()); }
- rulemedia
-{ after(grammarAccess.getMediaRule()); }
- EOF
-;
-
-// Rule media
-rulemedia
- @init {
- int stackSize = keepStackSize();
- }
- :
-(
-{ before(grammarAccess.getMediaAccess().getGroup()); }
-(rule__Media__Group__0)
-{ after(grammarAccess.getMediaAccess().getGroup()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-// Entry rule entryRulemedia_list
-entryRulemedia_list
-:
-{ before(grammarAccess.getMedia_listRule()); }
- rulemedia_list
-{ after(grammarAccess.getMedia_listRule()); }
- EOF
-;
-
-// Rule media_list
-rulemedia_list
- @init {
- int stackSize = keepStackSize();
- }
- :
-(
-{ before(grammarAccess.getMedia_listAccess().getGroup()); }
-(rule__Media_list__Group__0)
-{ after(grammarAccess.getMedia_listAccess().getGroup()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-// Entry rule entryRulemedium
-entryRulemedium
-:
-{ before(grammarAccess.getMediumRule()); }
- rulemedium
-{ after(grammarAccess.getMediumRule()); }
- EOF
-;
-
-// Rule medium
-rulemedium
- @init {
- int stackSize = keepStackSize();
- }
- :
-(
-{ before(grammarAccess.getMediumAccess().getIdentifierParserRuleCall()); }
- ruleIdentifier
-{ after(grammarAccess.getMediumAccess().getIdentifierParserRuleCall()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-// Entry rule entryRulefont_face
-entryRulefont_face
-:
-{ before(grammarAccess.getFont_faceRule()); }
- rulefont_face
-{ after(grammarAccess.getFont_faceRule()); }
- EOF
-;
-
-// Rule font_face
-rulefont_face
- @init {
- int stackSize = keepStackSize();
- }
- :
-(
-{ before(grammarAccess.getFont_faceAccess().getGroup()); }
-(rule__Font_face__Group__0)
-{ after(grammarAccess.getFont_faceAccess().getGroup()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-// Entry rule entryRulekeyframes
-entryRulekeyframes
-:
-{ before(grammarAccess.getKeyframesRule()); }
- rulekeyframes
-{ after(grammarAccess.getKeyframesRule()); }
- EOF
-;
-
-// Rule keyframes
-rulekeyframes
- @init {
- int stackSize = keepStackSize();
- }
- :
-(
-{ before(grammarAccess.getKeyframesAccess().getGroup()); }
-(rule__Keyframes__Group__0)
-{ after(grammarAccess.getKeyframesAccess().getGroup()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-// Entry rule entryRulekeyframe_selector
-entryRulekeyframe_selector
-:
-{ before(grammarAccess.getKeyframe_selectorRule()); }
- rulekeyframe_selector
-{ after(grammarAccess.getKeyframe_selectorRule()); }
- EOF
-;
-
-// Rule keyframe_selector
-rulekeyframe_selector
- @init {
- int stackSize = keepStackSize();
- }
- :
-(
-{ before(grammarAccess.getKeyframe_selectorAccess().getGroup()); }
-(rule__Keyframe_selector__Group__0)
-{ after(grammarAccess.getKeyframe_selectorAccess().getGroup()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-// Entry rule entryRuleruleset
-entryRuleruleset
-:
-{ before(grammarAccess.getRulesetRule()); }
- ruleruleset
-{ after(grammarAccess.getRulesetRule()); }
- EOF
-;
-
-// Rule ruleset
-ruleruleset
- @init {
- int stackSize = keepStackSize();
- }
- :
-(
-{ before(grammarAccess.getRulesetAccess().getGroup()); }
-(rule__Ruleset__Group__0)
-{ after(grammarAccess.getRulesetAccess().getGroup()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-// Entry rule entryRuleselector
-entryRuleselector
-@init {
- HiddenTokens myHiddenTokenState = ((XtextTokenStream)input).setHiddenTokens("RULE_ML_COMMENT");
-}
-:
-{ before(grammarAccess.getSelectorRule()); }
- ruleselector
-{ after(grammarAccess.getSelectorRule()); }
- EOF
-;
-finally {
- myHiddenTokenState.restore();
-}
-
-// Rule selector
-ruleselector
- @init {
- HiddenTokens myHiddenTokenState = ((XtextTokenStream)input).setHiddenTokens("RULE_ML_COMMENT");
- int stackSize = keepStackSize();
- }
- :
-(
-{ before(grammarAccess.getSelectorAccess().getGroup()); }
-(rule__Selector__Group__0)
-{ after(grammarAccess.getSelectorAccess().getGroup()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
- myHiddenTokenState.restore();
-}
-
-
-
-// Entry rule entryRuleSimpleSelectorForNegation
-entryRuleSimpleSelectorForNegation
-:
-{ before(grammarAccess.getSimpleSelectorForNegationRule()); }
- ruleSimpleSelectorForNegation
-{ after(grammarAccess.getSimpleSelectorForNegationRule()); }
- EOF
-;
-
-// Rule SimpleSelectorForNegation
-ruleSimpleSelectorForNegation
- @init {
- int stackSize = keepStackSize();
- }
- :
-(
-{ before(grammarAccess.getSimpleSelectorForNegationAccess().getAlternatives()); }
-(rule__SimpleSelectorForNegation__Alternatives)
-{ after(grammarAccess.getSimpleSelectorForNegationAccess().getAlternatives()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-// Entry rule entryRuleSubSelectorForNegation
-entryRuleSubSelectorForNegation
-:
-{ before(grammarAccess.getSubSelectorForNegationRule()); }
- ruleSubSelectorForNegation
-{ after(grammarAccess.getSubSelectorForNegationRule()); }
- EOF
-;
-
-// Rule SubSelectorForNegation
-ruleSubSelectorForNegation
- @init {
- int stackSize = keepStackSize();
- }
- :
-(
-{ before(grammarAccess.getSubSelectorForNegationAccess().getAlternatives()); }
-(rule__SubSelectorForNegation__Alternatives)
-{ after(grammarAccess.getSubSelectorForNegationAccess().getAlternatives()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-// Entry rule entryRulesimple_selector
-entryRulesimple_selector
-@init {
- HiddenTokens myHiddenTokenState = ((XtextTokenStream)input).setHiddenTokens("RULE_ML_COMMENT");
-}
-:
-{ before(grammarAccess.getSimple_selectorRule()); }
- rulesimple_selector
-{ after(grammarAccess.getSimple_selectorRule()); }
- EOF
-;
-finally {
- myHiddenTokenState.restore();
-}
-
-// Rule simple_selector
-rulesimple_selector
- @init {
- HiddenTokens myHiddenTokenState = ((XtextTokenStream)input).setHiddenTokens("RULE_ML_COMMENT");
- int stackSize = keepStackSize();
- }
- :
-(
-{ before(grammarAccess.getSimple_selectorAccess().getAlternatives()); }
-(rule__Simple_selector__Alternatives)
-{ after(grammarAccess.getSimple_selectorAccess().getAlternatives()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
- myHiddenTokenState.restore();
-}
-
-
-
-// Entry rule entryRuleSubSelector
-entryRuleSubSelector
-:
-{ before(grammarAccess.getSubSelectorRule()); }
- ruleSubSelector
-{ after(grammarAccess.getSubSelectorRule()); }
- EOF
-;
-
-// Rule SubSelector
-ruleSubSelector
- @init {
- int stackSize = keepStackSize();
- }
- :
-(
-{ before(grammarAccess.getSubSelectorAccess().getAlternatives()); }
-(rule__SubSelector__Alternatives)
-{ after(grammarAccess.getSubSelectorAccess().getAlternatives()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-// Entry rule entryRuleAttributeSelector
-entryRuleAttributeSelector
-:
-{ before(grammarAccess.getAttributeSelectorRule()); }
- ruleAttributeSelector
-{ after(grammarAccess.getAttributeSelectorRule()); }
- EOF
-;
-
-// Rule AttributeSelector
-ruleAttributeSelector
- @init {
- int stackSize = keepStackSize();
- }
- :
-(
-{ before(grammarAccess.getAttributeSelectorAccess().getGroup()); }
-(rule__AttributeSelector__Group__0)
-{ after(grammarAccess.getAttributeSelectorAccess().getGroup()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-// Entry rule entryRuleClassSelector
-entryRuleClassSelector
-:
-{ before(grammarAccess.getClassSelectorRule()); }
- ruleClassSelector
-{ after(grammarAccess.getClassSelectorRule()); }
- EOF
-;
-
-// Rule ClassSelector
-ruleClassSelector
- @init {
- int stackSize = keepStackSize();
- }
- :
-(
-{ before(grammarAccess.getClassSelectorAccess().getGroup()); }
-(rule__ClassSelector__Group__0)
-{ after(grammarAccess.getClassSelectorAccess().getGroup()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-// Entry rule entryRuleElementSelector
-entryRuleElementSelector
-:
-{ before(grammarAccess.getElementSelectorRule()); }
- ruleElementSelector
-{ after(grammarAccess.getElementSelectorRule()); }
- EOF
-;
-
-// Rule ElementSelector
-ruleElementSelector
- @init {
- int stackSize = keepStackSize();
- }
- :
-(
-{ before(grammarAccess.getElementSelectorAccess().getGroup()); }
-(rule__ElementSelector__Group__0)
-{ after(grammarAccess.getElementSelectorAccess().getGroup()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-// Entry rule entryRuleUniversalSelector
-entryRuleUniversalSelector
-:
-{ before(grammarAccess.getUniversalSelectorRule()); }
- ruleUniversalSelector
-{ after(grammarAccess.getUniversalSelectorRule()); }
- EOF
-;
-
-// Rule UniversalSelector
-ruleUniversalSelector
- @init {
- int stackSize = keepStackSize();
- }
- :
-(
-{ before(grammarAccess.getUniversalSelectorAccess().getGroup()); }
-(rule__UniversalSelector__Group__0)
-{ after(grammarAccess.getUniversalSelectorAccess().getGroup()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-// Entry rule entryRuleIdSelector
-entryRuleIdSelector
-:
-{ before(grammarAccess.getIdSelectorRule()); }
- ruleIdSelector
-{ after(grammarAccess.getIdSelectorRule()); }
- EOF
-;
-
-// Rule IdSelector
-ruleIdSelector
- @init {
- int stackSize = keepStackSize();
- }
- :
-(
-{ before(grammarAccess.getIdSelectorAccess().getGroup()); }
-(rule__IdSelector__Group__0)
-{ after(grammarAccess.getIdSelectorAccess().getGroup()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-// Entry rule entryRulecss_namespace_prefix
-entryRulecss_namespace_prefix
-:
-{ before(grammarAccess.getCss_namespace_prefixRule()); }
- rulecss_namespace_prefix
-{ after(grammarAccess.getCss_namespace_prefixRule()); }
- EOF
-;
-
-// Rule css_namespace_prefix
-rulecss_namespace_prefix
- @init {
- int stackSize = keepStackSize();
- }
- :
-(
-{ before(grammarAccess.getCss_namespace_prefixAccess().getGroup()); }
-(rule__Css_namespace_prefix__Group__0)
-{ after(grammarAccess.getCss_namespace_prefixAccess().getGroup()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-// Entry rule entryRulecss_declaration
-entryRulecss_declaration
-@init {
- HiddenTokens myHiddenTokenState = ((XtextTokenStream)input).setHiddenTokens("RULE_ML_COMMENT");
-}
-:
-{ before(grammarAccess.getCss_declarationRule()); }
- rulecss_declaration
-{ after(grammarAccess.getCss_declarationRule()); }
- EOF
-;
-finally {
- myHiddenTokenState.restore();
-}
-
-// Rule css_declaration
-rulecss_declaration
- @init {
- HiddenTokens myHiddenTokenState = ((XtextTokenStream)input).setHiddenTokens("RULE_ML_COMMENT");
- int stackSize = keepStackSize();
- }
- :
-(
-{ before(grammarAccess.getCss_declarationAccess().getGroup()); }
-(rule__Css_declaration__Group__0)
-{ after(grammarAccess.getCss_declarationAccess().getGroup()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
- myHiddenTokenState.restore();
-}
-
-
-
-// Entry rule entryRulecss_property
-entryRulecss_property
-:
-{ before(grammarAccess.getCss_propertyRule()); }
- rulecss_property
-{ after(grammarAccess.getCss_propertyRule()); }
- EOF
-;
-
-// Rule css_property
-rulecss_property
- @init {
- int stackSize = keepStackSize();
- }
- :
-(
-{ before(grammarAccess.getCss_propertyAccess().getGroup()); }
-(rule__Css_property__Group__0)
-{ after(grammarAccess.getCss_propertyAccess().getGroup()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-// Entry rule entryRuleValidPropertyIdent
-entryRuleValidPropertyIdent
-:
-{ before(grammarAccess.getValidPropertyIdentRule()); }
- ruleValidPropertyIdent
-{ after(grammarAccess.getValidPropertyIdentRule()); }
- EOF
-;
-
-// Rule ValidPropertyIdent
-ruleValidPropertyIdent
- @init {
- int stackSize = keepStackSize();
- }
- :
-(
-{ before(grammarAccess.getValidPropertyIdentAccess().getIdentifierParserRuleCall()); }
- ruleIdentifier
-{ after(grammarAccess.getValidPropertyIdentAccess().getIdentifierParserRuleCall()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-// Entry rule entryRulePseudoClassOrFunc
-entryRulePseudoClassOrFunc
-:
-{ before(grammarAccess.getPseudoClassOrFuncRule()); }
- rulePseudoClassOrFunc
-{ after(grammarAccess.getPseudoClassOrFuncRule()); }
- EOF
-;
-
-// Rule PseudoClassOrFunc
-rulePseudoClassOrFunc
- @init {
- int stackSize = keepStackSize();
- }
- :
-(
-{ before(grammarAccess.getPseudoClassOrFuncAccess().getAlternatives()); }
-(rule__PseudoClassOrFunc__Alternatives)
-{ after(grammarAccess.getPseudoClassOrFuncAccess().getAlternatives()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-// Entry rule entryRulePseudoClass
-entryRulePseudoClass
-:
-{ before(grammarAccess.getPseudoClassRule()); }
- rulePseudoClass
-{ after(grammarAccess.getPseudoClassRule()); }
- EOF
-;
-
-// Rule PseudoClass
-rulePseudoClass
- @init {
- int stackSize = keepStackSize();
- }
- :
-(
-{ before(grammarAccess.getPseudoClassAccess().getGroup()); }
-(rule__PseudoClass__Group__0)
-{ after(grammarAccess.getPseudoClassAccess().getGroup()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-// Entry rule entryRulePseudoClassName
-entryRulePseudoClassName
-:
-{ before(grammarAccess.getPseudoClassNameRule()); }
- rulePseudoClassName
-{ after(grammarAccess.getPseudoClassNameRule()); }
- EOF
-;
-
-// Rule PseudoClassName
-rulePseudoClassName
- @init {
- int stackSize = keepStackSize();
- }
- :
-(
-{ before(grammarAccess.getPseudoClassNameAccess().getNameAssignment()); }
-(rule__PseudoClassName__NameAssignment)
-{ after(grammarAccess.getPseudoClassNameAccess().getNameAssignment()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-// Entry rule entryRulePseudoClassFunction
-entryRulePseudoClassFunction
-:
-{ before(grammarAccess.getPseudoClassFunctionRule()); }
- rulePseudoClassFunction
-{ after(grammarAccess.getPseudoClassFunctionRule()); }
- EOF
-;
-
-// Rule PseudoClassFunction
-rulePseudoClassFunction
- @init {
- int stackSize = keepStackSize();
- }
- :
-(
-{ before(grammarAccess.getPseudoClassFunctionAccess().getAlternatives()); }
-(rule__PseudoClassFunction__Alternatives)
-{ after(grammarAccess.getPseudoClassFunctionAccess().getAlternatives()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-// Entry rule entryRuleNotFunctionCall
-entryRuleNotFunctionCall
-@init {
- HiddenTokens myHiddenTokenState = ((XtextTokenStream)input).setHiddenTokens();
-}
-:
-{ before(grammarAccess.getNotFunctionCallRule()); }
- ruleNotFunctionCall
-{ after(grammarAccess.getNotFunctionCallRule()); }
- EOF
-;
-finally {
- myHiddenTokenState.restore();
-}
-
-// Rule NotFunctionCall
-ruleNotFunctionCall
- @init {
- HiddenTokens myHiddenTokenState = ((XtextTokenStream)input).setHiddenTokens();
- int stackSize = keepStackSize();
- }
- :
-(
-{ before(grammarAccess.getNotFunctionCallAccess().getGroup()); }
-(rule__NotFunctionCall__Group__0)
-{ after(grammarAccess.getNotFunctionCallAccess().getGroup()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
- myHiddenTokenState.restore();
-}
-
-
-
-// Entry rule entryRulecombinator
-entryRulecombinator
-:
-{ before(grammarAccess.getCombinatorRule()); }
- rulecombinator
-{ after(grammarAccess.getCombinatorRule()); }
- EOF
-;
-
-// Rule combinator
-rulecombinator
- @init {
- int stackSize = keepStackSize();
- }
- :
-(
-{ before(grammarAccess.getCombinatorAccess().getAlternatives()); }
-(rule__Combinator__Alternatives)
-{ after(grammarAccess.getCombinatorAccess().getAlternatives()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-
-// Entry rule entryRuleSymbolTok
-entryRuleSymbolTok
-:
-{ before(grammarAccess.getSymbolTokRule()); }
- ruleSymbolTok
-{ after(grammarAccess.getSymbolTokRule()); }
- EOF
-;
-
-// Rule SymbolTok
-ruleSymbolTok
- @init {
- int stackSize = keepStackSize();
- }
- :
-(
-{ before(grammarAccess.getSymbolTokAccess().getGroup()); }
-(rule__SymbolTok__Group__0)
-{ after(grammarAccess.getSymbolTokAccess().getGroup()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-// Entry rule entryRuleWSTok
-entryRuleWSTok
-:
-{ before(grammarAccess.getWSTokRule()); }
- ruleWSTok
-{ after(grammarAccess.getWSTokRule()); }
- EOF
-;
-
-// Rule WSTok
-ruleWSTok
- @init {
- int stackSize = keepStackSize();
- }
- :
-(
-{ before(grammarAccess.getWSTokAccess().getGroup()); }
-(rule__WSTok__Group__0)
-{ after(grammarAccess.getWSTokAccess().getGroup()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-// Entry rule entryRuleStringTok
-entryRuleStringTok
-:
-{ before(grammarAccess.getStringTokRule()); }
- ruleStringTok
-{ after(grammarAccess.getStringTokRule()); }
- EOF
-;
-
-// Rule StringTok
-ruleStringTok
- @init {
- int stackSize = keepStackSize();
- }
- :
-(
-{ before(grammarAccess.getStringTokAccess().getGroup()); }
-(rule__StringTok__Group__0)
-{ after(grammarAccess.getStringTokAccess().getGroup()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-// Entry rule entryRuleNumberTok
-entryRuleNumberTok
-@init {
- HiddenTokens myHiddenTokenState = ((XtextTokenStream)input).setHiddenTokens();
-}
-:
-{ before(grammarAccess.getNumberTokRule()); }
- ruleNumberTok
-{ after(grammarAccess.getNumberTokRule()); }
- EOF
-;
-finally {
- myHiddenTokenState.restore();
-}
-
-// Rule NumberTok
-ruleNumberTok
- @init {
- HiddenTokens myHiddenTokenState = ((XtextTokenStream)input).setHiddenTokens();
- int stackSize = keepStackSize();
- }
- :
-(
-{ before(grammarAccess.getNumberTokAccess().getGroup()); }
-(rule__NumberTok__Group__0)
-{ after(grammarAccess.getNumberTokAccess().getGroup()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
- myHiddenTokenState.restore();
-}
-
-
-
-// Entry rule entryRuleUrlTok
-entryRuleUrlTok
-:
-{ before(grammarAccess.getUrlTokRule()); }
- ruleUrlTok
-{ after(grammarAccess.getUrlTokRule()); }
- EOF
-;
-
-// Rule UrlTok
-ruleUrlTok
- @init {
- int stackSize = keepStackSize();
- }
- :
-(
-{ before(grammarAccess.getUrlTokAccess().getGroup()); }
-(rule__UrlTok__Group__0)
-{ after(grammarAccess.getUrlTokAccess().getGroup()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-// Entry rule entryRuleColorTok
-entryRuleColorTok
-@init {
- HiddenTokens myHiddenTokenState = ((XtextTokenStream)input).setHiddenTokens();
-}
-:
-{ before(grammarAccess.getColorTokRule()); }
- ruleColorTok
-{ after(grammarAccess.getColorTokRule()); }
- EOF
-;
-finally {
- myHiddenTokenState.restore();
-}
-
-// Rule ColorTok
-ruleColorTok
- @init {
- HiddenTokens myHiddenTokenState = ((XtextTokenStream)input).setHiddenTokens();
- int stackSize = keepStackSize();
- }
- :
-(
-{ before(grammarAccess.getColorTokAccess().getGroup()); }
-(rule__ColorTok__Group__0)
-{ after(grammarAccess.getColorTokAccess().getGroup()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
- myHiddenTokenState.restore();
-}
-
-
-
-// Entry rule entryRuleIdentifierOrFuncTok
-entryRuleIdentifierOrFuncTok
-@init {
- HiddenTokens myHiddenTokenState = ((XtextTokenStream)input).setHiddenTokens("RULE_ML_COMMENT");
-}
-:
-{ before(grammarAccess.getIdentifierOrFuncTokRule()); }
- ruleIdentifierOrFuncTok
-{ after(grammarAccess.getIdentifierOrFuncTokRule()); }
- EOF
-;
-finally {
- myHiddenTokenState.restore();
-}
-
-// Rule IdentifierOrFuncTok
-ruleIdentifierOrFuncTok
- @init {
- HiddenTokens myHiddenTokenState = ((XtextTokenStream)input).setHiddenTokens("RULE_ML_COMMENT");
- int stackSize = keepStackSize();
- }
- :
-(
-{ before(grammarAccess.getIdentifierOrFuncTokAccess().getGroup()); }
-(rule__IdentifierOrFuncTok__Group__0)
-{ after(grammarAccess.getIdentifierOrFuncTokAccess().getGroup()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
- myHiddenTokenState.restore();
-}
-
-
-
-// Entry rule entryRuleCssTok
-entryRuleCssTok
-@init {
- HiddenTokens myHiddenTokenState = ((XtextTokenStream)input).setHiddenTokens("RULE_ML_COMMENT");
-}
-:
-{ before(grammarAccess.getCssTokRule()); }
- ruleCssTok
-{ after(grammarAccess.getCssTokRule()); }
- EOF
-;
-finally {
- myHiddenTokenState.restore();
-}
-
-// Rule CssTok
-ruleCssTok
- @init {
- HiddenTokens myHiddenTokenState = ((XtextTokenStream)input).setHiddenTokens("RULE_ML_COMMENT");
- int stackSize = keepStackSize();
- }
- :
-(
-{ before(grammarAccess.getCssTokAccess().getAlternatives()); }
-(rule__CssTok__Alternatives)
-{ after(grammarAccess.getCssTokAccess().getAlternatives()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
- myHiddenTokenState.restore();
-}
-
-
-
-// Entry rule entryRuleURLType
-entryRuleURLType
-@init {
- HiddenTokens myHiddenTokenState = ((XtextTokenStream)input).setHiddenTokens();
-}
-:
-{ before(grammarAccess.getURLTypeRule()); }
- ruleURLType
-{ after(grammarAccess.getURLTypeRule()); }
- EOF
-;
-finally {
- myHiddenTokenState.restore();
-}
-
-// Rule URLType
-ruleURLType
- @init {
- HiddenTokens myHiddenTokenState = ((XtextTokenStream)input).setHiddenTokens();
- int stackSize = keepStackSize();
- }
- :
-(
-{ before(grammarAccess.getURLTypeAccess().getGroup()); }
-(rule__URLType__Group__0)
-{ after(grammarAccess.getURLTypeAccess().getGroup()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
- myHiddenTokenState.restore();
-}
-
-
-
-// Entry rule entryRuleValidURLSymbol
-entryRuleValidURLSymbol
-:
-{ before(grammarAccess.getValidURLSymbolRule()); }
- ruleValidURLSymbol
-{ after(grammarAccess.getValidURLSymbolRule()); }
- EOF
-;
-
-// Rule ValidURLSymbol
-ruleValidURLSymbol
- @init {
- int stackSize = keepStackSize();
- }
- :
-(
-{ before(grammarAccess.getValidURLSymbolAccess().getAlternatives()); }
-(rule__ValidURLSymbol__Alternatives)
-{ after(grammarAccess.getValidURLSymbolAccess().getAlternatives()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-// Entry rule entryRuleKeywordHack
-entryRuleKeywordHack
-:
-{ before(grammarAccess.getKeywordHackRule()); }
- ruleKeywordHack
-{ after(grammarAccess.getKeywordHackRule()); }
- EOF
-;
-
-// Rule KeywordHack
-ruleKeywordHack
- @init {
- int stackSize = keepStackSize();
- }
- :
-(
-{ before(grammarAccess.getKeywordHackAccess().getAlternatives()); }
-(rule__KeywordHack__Alternatives)
-{ after(grammarAccess.getKeywordHackAccess().getAlternatives()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-// Entry rule entryRuleValidURL
-entryRuleValidURL
-@init {
- HiddenTokens myHiddenTokenState = ((XtextTokenStream)input).setHiddenTokens();
-}
-:
-{ before(grammarAccess.getValidURLRule()); }
- ruleValidURL
-{ after(grammarAccess.getValidURLRule()); }
- EOF
-;
-finally {
- myHiddenTokenState.restore();
-}
-
-// Rule ValidURL
-ruleValidURL
- @init {
- HiddenTokens myHiddenTokenState = ((XtextTokenStream)input).setHiddenTokens();
- int stackSize = keepStackSize();
- }
- :
-(
-{ before(grammarAccess.getValidURLAccess().getAlternatives()); }
-(rule__ValidURL__Alternatives)
-{ after(grammarAccess.getValidURLAccess().getAlternatives()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
- myHiddenTokenState.restore();
-}
-
-
-
-// Entry rule entryRuleIdentifier
-entryRuleIdentifier
-@init {
- HiddenTokens myHiddenTokenState = ((XtextTokenStream)input).setHiddenTokens();
-}
-:
-{ before(grammarAccess.getIdentifierRule()); }
- ruleIdentifier
-{ after(grammarAccess.getIdentifierRule()); }
- EOF
-;
-finally {
- myHiddenTokenState.restore();
-}
-
-// Rule Identifier
-ruleIdentifier
- @init {
- HiddenTokens myHiddenTokenState = ((XtextTokenStream)input).setHiddenTokens();
- int stackSize = keepStackSize();
- }
- :
-(
-{ before(grammarAccess.getIdentifierAccess().getGroup()); }
-(rule__Identifier__Group__0)
-{ after(grammarAccess.getIdentifierAccess().getGroup()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
- myHiddenTokenState.restore();
-}
-
-
-
-// Entry rule entryRuleNum
-entryRuleNum
-@init {
- HiddenTokens myHiddenTokenState = ((XtextTokenStream)input).setHiddenTokens();
-}
-:
-{ before(grammarAccess.getNumRule()); }
- ruleNum
-{ after(grammarAccess.getNumRule()); }
- EOF
-;
-finally {
- myHiddenTokenState.restore();
-}
-
-// Rule Num
-ruleNum
- @init {
- HiddenTokens myHiddenTokenState = ((XtextTokenStream)input).setHiddenTokens();
- int stackSize = keepStackSize();
- }
- :
-(
-{ before(grammarAccess.getNumAccess().getGroup()); }
-(rule__Num__Group__0)
-{ after(grammarAccess.getNumAccess().getGroup()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
- myHiddenTokenState.restore();
-}
-
-
-
-// Entry rule entryRuleHex
-entryRuleHex
-:
-{ before(grammarAccess.getHexRule()); }
- ruleHex
-{ after(grammarAccess.getHexRule()); }
- EOF
-;
-
-// Rule Hex
-ruleHex
- @init {
- int stackSize = keepStackSize();
- }
- :
-(
-{ before(grammarAccess.getHexAccess().getGroup()); }
-(rule__Hex__Group__0)
-{ after(grammarAccess.getHexAccess().getGroup()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-rule__Stylesheet__Alternatives_2
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getStylesheetAccess().getRulesetAssignment_2_0()); }
-(rule__Stylesheet__RulesetAssignment_2_0)
-{ after(grammarAccess.getStylesheetAccess().getRulesetAssignment_2_0()); }
-)
-
- |(
-{ before(grammarAccess.getStylesheetAccess().getMediaAssignment_2_1()); }
-(rule__Stylesheet__MediaAssignment_2_1)
-{ after(grammarAccess.getStylesheetAccess().getMediaAssignment_2_1()); }
-)
-
- |(
-{ before(grammarAccess.getStylesheetAccess().getPageAssignment_2_2()); }
-(rule__Stylesheet__PageAssignment_2_2)
-{ after(grammarAccess.getStylesheetAccess().getPageAssignment_2_2()); }
-)
-
- |(
-{ before(grammarAccess.getStylesheetAccess().getFont_faceAssignment_2_3()); }
-(rule__Stylesheet__Font_faceAssignment_2_3)
-{ after(grammarAccess.getStylesheetAccess().getFont_faceAssignment_2_3()); }
-)
-
- |(
-{ before(grammarAccess.getStylesheetAccess().getKeyframesAssignment_2_4()); }
-(rule__Stylesheet__KeyframesAssignment_2_4)
-{ after(grammarAccess.getStylesheetAccess().getKeyframesAssignment_2_4()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Charset__Alternatives_0
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getCharsetAccess().getCharsetKeyword_0_0()); }
-
- '@charset'
-
-{ after(grammarAccess.getCharsetAccess().getCharsetKeyword_0_0()); }
-)
-
- |(
-{ before(grammarAccess.getCharsetAccess().getCHARSETKeyword_0_1()); }
-
- '@CHARSET'
-
-{ after(grammarAccess.getCharsetAccess().getCHARSETKeyword_0_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__ImportExpression__Alternatives_0
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getImportExpressionAccess().getImportKeyword_0_0()); }
-
- '@import'
-
-{ after(grammarAccess.getImportExpressionAccess().getImportKeyword_0_0()); }
-)
-
- |(
-{ before(grammarAccess.getImportExpressionAccess().getIMPORTKeyword_0_1()); }
-
- '@IMPORT'
-
-{ after(grammarAccess.getImportExpressionAccess().getIMPORTKeyword_0_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__ImportExpression__Alternatives_1
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getImportExpressionAccess().getValueAssignment_1_0()); }
-(rule__ImportExpression__ValueAssignment_1_0)
-{ after(grammarAccess.getImportExpressionAccess().getValueAssignment_1_0()); }
-)
-
- |(
-{ before(grammarAccess.getImportExpressionAccess().getGroup_1_1()); }
-(rule__ImportExpression__Group_1_1__0)
-{ after(grammarAccess.getImportExpressionAccess().getGroup_1_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Page__Alternatives_1
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getPageAccess().getPageKeyword_1_0()); }
-
- '@page'
-
-{ after(grammarAccess.getPageAccess().getPageKeyword_1_0()); }
-)
-
- |(
-{ before(grammarAccess.getPageAccess().getPAGEKeyword_1_1()); }
-
- '@PAGE'
-
-{ after(grammarAccess.getPageAccess().getPAGEKeyword_1_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Media__Alternatives_0
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getMediaAccess().getMediaKeyword_0_0()); }
-
- '@media'
-
-{ after(grammarAccess.getMediaAccess().getMediaKeyword_0_0()); }
-)
-
- |(
-{ before(grammarAccess.getMediaAccess().getMEDIAKeyword_0_1()); }
-
- '@MEDIA'
-
-{ after(grammarAccess.getMediaAccess().getMEDIAKeyword_0_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Font_face__Alternatives_1
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getFont_faceAccess().getFontFaceKeyword_1_0()); }
-
- '@font-face'
-
-{ after(grammarAccess.getFont_faceAccess().getFontFaceKeyword_1_0()); }
-)
-
- |(
-{ before(grammarAccess.getFont_faceAccess().getFONTFACEKeyword_1_1()); }
-
- '@FONT-FACE'
-
-{ after(grammarAccess.getFont_faceAccess().getFONTFACEKeyword_1_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Keyframes__Alternatives_1
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getKeyframesAccess().getKeyframesKeyword_1_0()); }
-
- '@keyframes'
-
-{ after(grammarAccess.getKeyframesAccess().getKeyframesKeyword_1_0()); }
-)
-
- |(
-{ before(grammarAccess.getKeyframesAccess().getKEYFRAMESKeyword_1_1()); }
-
- '@KEYFRAMES'
-
-{ after(grammarAccess.getKeyframesAccess().getKEYFRAMESKeyword_1_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Keyframe_selector__Alternatives_0
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getKeyframe_selectorAccess().getTypeAssignment_0_0()); }
-(rule__Keyframe_selector__TypeAssignment_0_0)
-{ after(grammarAccess.getKeyframe_selectorAccess().getTypeAssignment_0_0()); }
-)
-
- |(
-{ before(grammarAccess.getKeyframe_selectorAccess().getGroup_0_1()); }
-(rule__Keyframe_selector__Group_0_1__0)
-{ after(grammarAccess.getKeyframe_selectorAccess().getGroup_0_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Selector__Alternatives_1
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getSelectorAccess().getGroup_1_0()); }
-(rule__Selector__Group_1_0__0)
-{ after(grammarAccess.getSelectorAccess().getGroup_1_0()); }
-)
-
- |(
-{ before(grammarAccess.getSelectorAccess().getGroup_1_1()); }
-(rule__Selector__Group_1_1__0)
-{ after(grammarAccess.getSelectorAccess().getGroup_1_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__SimpleSelectorForNegation__Alternatives
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getSimpleSelectorForNegationAccess().getGroup_0()); }
-(rule__SimpleSelectorForNegation__Group_0__0)
-{ after(grammarAccess.getSimpleSelectorForNegationAccess().getGroup_0()); }
-)
-
- |(
-(
-{ before(grammarAccess.getSimpleSelectorForNegationAccess().getSubSelectorsAssignment_1()); }
-(rule__SimpleSelectorForNegation__SubSelectorsAssignment_1)
-{ after(grammarAccess.getSimpleSelectorForNegationAccess().getSubSelectorsAssignment_1()); }
-)
-(
-{ before(grammarAccess.getSimpleSelectorForNegationAccess().getSubSelectorsAssignment_1()); }
-(rule__SimpleSelectorForNegation__SubSelectorsAssignment_1)*
-{ after(grammarAccess.getSimpleSelectorForNegationAccess().getSubSelectorsAssignment_1()); }
-)
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__SimpleSelectorForNegation__Alternatives_0_0
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getSimpleSelectorForNegationAccess().getElementAssignment_0_0_0()); }
-(rule__SimpleSelectorForNegation__ElementAssignment_0_0_0)
-{ after(grammarAccess.getSimpleSelectorForNegationAccess().getElementAssignment_0_0_0()); }
-)
-
- |(
-{ before(grammarAccess.getSimpleSelectorForNegationAccess().getUniversalAssignment_0_0_1()); }
-(rule__SimpleSelectorForNegation__UniversalAssignment_0_0_1)
-{ after(grammarAccess.getSimpleSelectorForNegationAccess().getUniversalAssignment_0_0_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__SubSelectorForNegation__Alternatives
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getSubSelectorForNegationAccess().getIdSelectorParserRuleCall_0()); }
- ruleIdSelector
-{ after(grammarAccess.getSubSelectorForNegationAccess().getIdSelectorParserRuleCall_0()); }
-)
-
- |(
-{ before(grammarAccess.getSubSelectorForNegationAccess().getClassSelectorParserRuleCall_1()); }
- ruleClassSelector
-{ after(grammarAccess.getSubSelectorForNegationAccess().getClassSelectorParserRuleCall_1()); }
-)
-
- |(
-{ before(grammarAccess.getSubSelectorForNegationAccess().getAttributeSelectorParserRuleCall_2()); }
- ruleAttributeSelector
-{ after(grammarAccess.getSubSelectorForNegationAccess().getAttributeSelectorParserRuleCall_2()); }
-)
-
- |(
-{ before(grammarAccess.getSubSelectorForNegationAccess().getPseudoClassParserRuleCall_3()); }
- rulePseudoClass
-{ after(grammarAccess.getSubSelectorForNegationAccess().getPseudoClassParserRuleCall_3()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Simple_selector__Alternatives
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getSimple_selectorAccess().getGroup_0()); }
-(rule__Simple_selector__Group_0__0)
-{ after(grammarAccess.getSimple_selectorAccess().getGroup_0()); }
-)
-
- |(
-(
-{ before(grammarAccess.getSimple_selectorAccess().getSubSelectorsAssignment_1()); }
-(rule__Simple_selector__SubSelectorsAssignment_1)
-{ after(grammarAccess.getSimple_selectorAccess().getSubSelectorsAssignment_1()); }
-)
-(
-{ before(grammarAccess.getSimple_selectorAccess().getSubSelectorsAssignment_1()); }
-(rule__Simple_selector__SubSelectorsAssignment_1)*
-{ after(grammarAccess.getSimple_selectorAccess().getSubSelectorsAssignment_1()); }
-)
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Simple_selector__Alternatives_0_0
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getSimple_selectorAccess().getElementAssignment_0_0_0()); }
-(rule__Simple_selector__ElementAssignment_0_0_0)
-{ after(grammarAccess.getSimple_selectorAccess().getElementAssignment_0_0_0()); }
-)
-
- |(
-{ before(grammarAccess.getSimple_selectorAccess().getUniversalAssignment_0_0_1()); }
-(rule__Simple_selector__UniversalAssignment_0_0_1)
-{ after(grammarAccess.getSimple_selectorAccess().getUniversalAssignment_0_0_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__SubSelector__Alternatives
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getSubSelectorAccess().getIdSelectorParserRuleCall_0()); }
- ruleIdSelector
-{ after(grammarAccess.getSubSelectorAccess().getIdSelectorParserRuleCall_0()); }
-)
-
- |(
-{ before(grammarAccess.getSubSelectorAccess().getClassSelectorParserRuleCall_1()); }
- ruleClassSelector
-{ after(grammarAccess.getSubSelectorAccess().getClassSelectorParserRuleCall_1()); }
-)
-
- |(
-{ before(grammarAccess.getSubSelectorAccess().getAttributeSelectorParserRuleCall_2()); }
- ruleAttributeSelector
-{ after(grammarAccess.getSubSelectorAccess().getAttributeSelectorParserRuleCall_2()); }
-)
-
- |(
-{ before(grammarAccess.getSubSelectorAccess().getPseudoClassOrFuncParserRuleCall_3()); }
- rulePseudoClassOrFunc
-{ after(grammarAccess.getSubSelectorAccess().getPseudoClassOrFuncParserRuleCall_3()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__AttributeSelector__OpAlternatives_3_0_0
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getAttributeSelectorAccess().getOpCircumflexAccentEqualsSignKeyword_3_0_0_0()); }
-
- '^='
-
-{ after(grammarAccess.getAttributeSelectorAccess().getOpCircumflexAccentEqualsSignKeyword_3_0_0_0()); }
-)
-
- |(
-{ before(grammarAccess.getAttributeSelectorAccess().getOpDollarSignEqualsSignKeyword_3_0_0_1()); }
-
- '$='
-
-{ after(grammarAccess.getAttributeSelectorAccess().getOpDollarSignEqualsSignKeyword_3_0_0_1()); }
-)
-
- |(
-{ before(grammarAccess.getAttributeSelectorAccess().getOpAsteriskEqualsSignKeyword_3_0_0_2()); }
-
- '*='
-
-{ after(grammarAccess.getAttributeSelectorAccess().getOpAsteriskEqualsSignKeyword_3_0_0_2()); }
-)
-
- |(
-{ before(grammarAccess.getAttributeSelectorAccess().getOpEqualsSignKeyword_3_0_0_3()); }
-
- '='
-
-{ after(grammarAccess.getAttributeSelectorAccess().getOpEqualsSignKeyword_3_0_0_3()); }
-)
-
- |(
-{ before(grammarAccess.getAttributeSelectorAccess().getOpINCLUDESTerminalRuleCall_3_0_0_4()); }
- RULE_INCLUDES
-{ after(grammarAccess.getAttributeSelectorAccess().getOpINCLUDESTerminalRuleCall_3_0_0_4()); }
-)
-
- |(
-{ before(grammarAccess.getAttributeSelectorAccess().getOpDASHMATCHTerminalRuleCall_3_0_0_5()); }
- RULE_DASHMATCH
-{ after(grammarAccess.getAttributeSelectorAccess().getOpDASHMATCHTerminalRuleCall_3_0_0_5()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__AttributeSelector__ValueAlternatives_3_1_0
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getAttributeSelectorAccess().getValueIdentifierParserRuleCall_3_1_0_0()); }
- ruleIdentifier
-{ after(grammarAccess.getAttributeSelectorAccess().getValueIdentifierParserRuleCall_3_1_0_0()); }
-)
-
- |(
-{ before(grammarAccess.getAttributeSelectorAccess().getValueCSSSTRINGTerminalRuleCall_3_1_0_1()); }
- RULE_CSSSTRING
-{ after(grammarAccess.getAttributeSelectorAccess().getValueCSSSTRINGTerminalRuleCall_3_1_0_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Css_namespace_prefix__Alternatives_0
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getCss_namespace_prefixAccess().getIdentifierParserRuleCall_0_0()); }
- ruleIdentifier
-{ after(grammarAccess.getCss_namespace_prefixAccess().getIdentifierParserRuleCall_0_0()); }
-)
-
- |(
-{ before(grammarAccess.getCss_namespace_prefixAccess().getAsteriskKeyword_0_1()); }
-
- '*'
-
-{ after(grammarAccess.getCss_namespace_prefixAccess().getAsteriskKeyword_0_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__PseudoClassOrFunc__Alternatives
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getPseudoClassOrFuncAccess().getPseudoClassParserRuleCall_0()); }
- rulePseudoClass
-{ after(grammarAccess.getPseudoClassOrFuncAccess().getPseudoClassParserRuleCall_0()); }
-)
-
- |(
-{ before(grammarAccess.getPseudoClassOrFuncAccess().getPseudoClassFunctionParserRuleCall_1()); }
- rulePseudoClassFunction
-{ after(grammarAccess.getPseudoClassOrFuncAccess().getPseudoClassFunctionParserRuleCall_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__PseudoClassFunction__Alternatives
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getPseudoClassFunctionAccess().getGroup_0()); }
-(rule__PseudoClassFunction__Group_0__0)
-{ after(grammarAccess.getPseudoClassFunctionAccess().getGroup_0()); }
-)
-
- |(
-{ before(grammarAccess.getPseudoClassFunctionAccess().getGroup_1()); }
-(rule__PseudoClassFunction__Group_1__0)
-{ after(grammarAccess.getPseudoClassFunctionAccess().getGroup_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Combinator__Alternatives
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getCombinatorAccess().getPLUSTerminalRuleCall_0()); }
- RULE_PLUS
-{ after(grammarAccess.getCombinatorAccess().getPLUSTerminalRuleCall_0()); }
-)
-
- |(
-{ before(grammarAccess.getCombinatorAccess().getGreaterThanSignKeyword_1()); }
-
- '>'
-
-{ after(grammarAccess.getCombinatorAccess().getGreaterThanSignKeyword_1()); }
-)
-
- |(
-{ before(grammarAccess.getCombinatorAccess().getTildeKeyword_2()); }
-
- '~'
-
-{ after(grammarAccess.getCombinatorAccess().getTildeKeyword_2()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-rule__SymbolTok__SymbolAlternatives_1_0
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getSymbolTokAccess().getSymbolCOMMATerminalRuleCall_1_0_0()); }
- RULE_COMMA
-{ after(grammarAccess.getSymbolTokAccess().getSymbolCOMMATerminalRuleCall_1_0_0()); }
-)
-
- |(
-{ before(grammarAccess.getSymbolTokAccess().getSymbolPERCENTTerminalRuleCall_1_0_1()); }
- RULE_PERCENT
-{ after(grammarAccess.getSymbolTokAccess().getSymbolPERCENTTerminalRuleCall_1_0_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__CssTok__Alternatives
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getCssTokAccess().getIdentifierOrFuncTokParserRuleCall_0()); }
- ruleIdentifierOrFuncTok
-{ after(grammarAccess.getCssTokAccess().getIdentifierOrFuncTokParserRuleCall_0()); }
-)
-
- |(
-{ before(grammarAccess.getCssTokAccess().getSymbolTokParserRuleCall_1()); }
- ruleSymbolTok
-{ after(grammarAccess.getCssTokAccess().getSymbolTokParserRuleCall_1()); }
-)
-
- |(
-{ before(grammarAccess.getCssTokAccess().getWSTokParserRuleCall_2()); }
- ruleWSTok
-{ after(grammarAccess.getCssTokAccess().getWSTokParserRuleCall_2()); }
-)
-
- |(
-{ before(grammarAccess.getCssTokAccess().getStringTokParserRuleCall_3()); }
- ruleStringTok
-{ after(grammarAccess.getCssTokAccess().getStringTokParserRuleCall_3()); }
-)
-
- |(
-{ before(grammarAccess.getCssTokAccess().getNumberTokParserRuleCall_4()); }
- ruleNumberTok
-{ after(grammarAccess.getCssTokAccess().getNumberTokParserRuleCall_4()); }
-)
-
- |(
-{ before(grammarAccess.getCssTokAccess().getUrlTokParserRuleCall_5()); }
- ruleUrlTok
-{ after(grammarAccess.getCssTokAccess().getUrlTokParserRuleCall_5()); }
-)
-
- |(
-{ before(grammarAccess.getCssTokAccess().getColorTokParserRuleCall_6()); }
- ruleColorTok
-{ after(grammarAccess.getCssTokAccess().getColorTokParserRuleCall_6()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__ValidURLSymbol__Alternatives
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getValidURLSymbolAccess().getDASHTerminalRuleCall_0()); }
- RULE_DASH
-{ after(grammarAccess.getValidURLSymbolAccess().getDASHTerminalRuleCall_0()); }
-)
-
- |(
-{ before(grammarAccess.getValidURLSymbolAccess().getFullStopKeyword_1()); }
-
- '.'
-
-{ after(grammarAccess.getValidURLSymbolAccess().getFullStopKeyword_1()); }
-)
-
- |(
-{ before(grammarAccess.getValidURLSymbolAccess().getUNDERSCORETerminalRuleCall_2()); }
- RULE_UNDERSCORE
-{ after(grammarAccess.getValidURLSymbolAccess().getUNDERSCORETerminalRuleCall_2()); }
-)
-
- |(
-{ before(grammarAccess.getValidURLSymbolAccess().getTildeKeyword_3()); }
-
- '~'
-
-{ after(grammarAccess.getValidURLSymbolAccess().getTildeKeyword_3()); }
-)
-
- |(
-{ before(grammarAccess.getValidURLSymbolAccess().getCOLONTerminalRuleCall_4()); }
- RULE_COLON
-{ after(grammarAccess.getValidURLSymbolAccess().getCOLONTerminalRuleCall_4()); }
-)
-
- |(
-{ before(grammarAccess.getValidURLSymbolAccess().getSolidusKeyword_5()); }
-
- '/'
-
-{ after(grammarAccess.getValidURLSymbolAccess().getSolidusKeyword_5()); }
-)
-
- |(
-{ before(grammarAccess.getValidURLSymbolAccess().getQuestionMarkKeyword_6()); }
-
- '?'
-
-{ after(grammarAccess.getValidURLSymbolAccess().getQuestionMarkKeyword_6()); }
-)
-
- |(
-{ before(grammarAccess.getValidURLSymbolAccess().getHASHMARKTerminalRuleCall_7()); }
- RULE_HASHMARK
-{ after(grammarAccess.getValidURLSymbolAccess().getHASHMARKTerminalRuleCall_7()); }
-)
-
- |(
-{ before(grammarAccess.getValidURLSymbolAccess().getLeftSquareBracketKeyword_8()); }
-
- '['
-
-{ after(grammarAccess.getValidURLSymbolAccess().getLeftSquareBracketKeyword_8()); }
-)
-
- |(
-{ before(grammarAccess.getValidURLSymbolAccess().getRightSquareBracketKeyword_9()); }
-
- ']'
-
-{ after(grammarAccess.getValidURLSymbolAccess().getRightSquareBracketKeyword_9()); }
-)
-
- |(
-{ before(grammarAccess.getValidURLSymbolAccess().getCommercialAtKeyword_10()); }
-
- '@'
-
-{ after(grammarAccess.getValidURLSymbolAccess().getCommercialAtKeyword_10()); }
-)
-
- |(
-{ before(grammarAccess.getValidURLSymbolAccess().getExclamationMarkKeyword_11()); }
-
- '!'
-
-{ after(grammarAccess.getValidURLSymbolAccess().getExclamationMarkKeyword_11()); }
-)
-
- |(
-{ before(grammarAccess.getValidURLSymbolAccess().getDollarSignKeyword_12()); }
-
- '$'
-
-{ after(grammarAccess.getValidURLSymbolAccess().getDollarSignKeyword_12()); }
-)
-
- |(
-{ before(grammarAccess.getValidURLSymbolAccess().getAmpersandKeyword_13()); }
-
- '&'
-
-{ after(grammarAccess.getValidURLSymbolAccess().getAmpersandKeyword_13()); }
-)
-
- |(
-{ before(grammarAccess.getValidURLSymbolAccess().getAsteriskKeyword_14()); }
-
- '*'
-
-{ after(grammarAccess.getValidURLSymbolAccess().getAsteriskKeyword_14()); }
-)
-
- |(
-{ before(grammarAccess.getValidURLSymbolAccess().getPLUSTerminalRuleCall_15()); }
- RULE_PLUS
-{ after(grammarAccess.getValidURLSymbolAccess().getPLUSTerminalRuleCall_15()); }
-)
-
- |(
-{ before(grammarAccess.getValidURLSymbolAccess().getCOMMATerminalRuleCall_16()); }
- RULE_COMMA
-{ after(grammarAccess.getValidURLSymbolAccess().getCOMMATerminalRuleCall_16()); }
-)
-
- |(
-{ before(grammarAccess.getValidURLSymbolAccess().getSemicolonKeyword_17()); }
-
- ';'
-
-{ after(grammarAccess.getValidURLSymbolAccess().getSemicolonKeyword_17()); }
-)
-
- |(
-{ before(grammarAccess.getValidURLSymbolAccess().getGroup_18()); }
-(rule__ValidURLSymbol__Group_18__0)
-{ after(grammarAccess.getValidURLSymbolAccess().getGroup_18()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__KeywordHack__Alternatives
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getKeywordHackAccess().getNotKeyword_0()); }
-
- 'not'
-
-{ after(grammarAccess.getKeywordHackAccess().getNotKeyword_0()); }
-)
-
- |(
-{ before(grammarAccess.getKeywordHackAccess().getNoKeyword_1()); }
-
- 'no'
-
-{ after(grammarAccess.getKeywordHackAccess().getNoKeyword_1()); }
-)
-
- |(
-{ before(grammarAccess.getKeywordHackAccess().getUrlKeyword_2()); }
-
- 'url'
-
-{ after(grammarAccess.getKeywordHackAccess().getUrlKeyword_2()); }
-)
-
- |(
-{ before(grammarAccess.getKeywordHackAccess().getUrKeyword_3()); }
-
- 'ur'
-
-{ after(grammarAccess.getKeywordHackAccess().getUrKeyword_3()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__ValidURL__Alternatives
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getValidURLAccess().getCSSSTRINGTerminalRuleCall_0()); }
- RULE_CSSSTRING
-{ after(grammarAccess.getValidURLAccess().getCSSSTRINGTerminalRuleCall_0()); }
-)
-
- |(
-(
-{ before(grammarAccess.getValidURLAccess().getAlternatives_1()); }
-(rule__ValidURL__Alternatives_1)
-{ after(grammarAccess.getValidURLAccess().getAlternatives_1()); }
-)
-(
-{ before(grammarAccess.getValidURLAccess().getAlternatives_1()); }
-(rule__ValidURL__Alternatives_1)*
-{ after(grammarAccess.getValidURLAccess().getAlternatives_1()); }
-)
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__ValidURL__Alternatives_1
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getValidURLAccess().getValidURLSymbolParserRuleCall_1_0()); }
- ruleValidURLSymbol
-{ after(grammarAccess.getValidURLAccess().getValidURLSymbolParserRuleCall_1_0()); }
-)
-
- |(
-{ before(grammarAccess.getValidURLAccess().getKeywordHackParserRuleCall_1_1()); }
- ruleKeywordHack
-{ after(grammarAccess.getValidURLAccess().getKeywordHackParserRuleCall_1_1()); }
-)
-
- |(
-{ before(grammarAccess.getValidURLAccess().getONE_HEX_LETTERTerminalRuleCall_1_2()); }
- RULE_ONE_HEX_LETTER
-{ after(grammarAccess.getValidURLAccess().getONE_HEX_LETTERTerminalRuleCall_1_2()); }
-)
-
- |(
-{ before(grammarAccess.getValidURLAccess().getONE_NON_HEX_LETTERTerminalRuleCall_1_3()); }
- RULE_ONE_NON_HEX_LETTER
-{ after(grammarAccess.getValidURLAccess().getONE_NON_HEX_LETTERTerminalRuleCall_1_3()); }
-)
-
- |(
-{ before(grammarAccess.getValidURLAccess().getONE_INTTerminalRuleCall_1_4()); }
- RULE_ONE_INT
-{ after(grammarAccess.getValidURLAccess().getONE_INTTerminalRuleCall_1_4()); }
-)
-
- |(
-{ before(grammarAccess.getValidURLAccess().getReverseSolidusSpaceKeyword_1_5()); }
-
- '\\ '
-
-{ after(grammarAccess.getValidURLAccess().getReverseSolidusSpaceKeyword_1_5()); }
-)
-
- |(
-{ before(grammarAccess.getValidURLAccess().getReverseSolidusLeftParenthesisKeyword_1_6()); }
-
- '\\('
-
-{ after(grammarAccess.getValidURLAccess().getReverseSolidusLeftParenthesisKeyword_1_6()); }
-)
-
- |(
-{ before(grammarAccess.getValidURLAccess().getReverseSolidusRightParenthesisKeyword_1_7()); }
-
- '\\)'
-
-{ after(grammarAccess.getValidURLAccess().getReverseSolidusRightParenthesisKeyword_1_7()); }
-)
-
- |(
-{ before(grammarAccess.getValidURLAccess().getReverseSolidusApostropheKeyword_1_8()); }
-
- '\\\''
-
-{ after(grammarAccess.getValidURLAccess().getReverseSolidusApostropheKeyword_1_8()); }
-)
-
- |(
-{ before(grammarAccess.getValidURLAccess().getReverseSolidusQuotationMarkKeyword_1_9()); }
-
- '\\"'
-
-{ after(grammarAccess.getValidURLAccess().getReverseSolidusQuotationMarkKeyword_1_9()); }
-)
-
- |(
-{ before(grammarAccess.getValidURLAccess().getGroup_1_10()); }
-(rule__ValidURL__Group_1_10__0)
-{ after(grammarAccess.getValidURLAccess().getGroup_1_10()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__ValidURL__Alternatives_1_10_1
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getValidURLAccess().getONE_INTTerminalRuleCall_1_10_1_0()); }
- RULE_ONE_INT
-{ after(grammarAccess.getValidURLAccess().getONE_INTTerminalRuleCall_1_10_1_0()); }
-)
-
- |(
-{ before(grammarAccess.getValidURLAccess().getONE_HEX_LETTERTerminalRuleCall_1_10_1_1()); }
- RULE_ONE_HEX_LETTER
-{ after(grammarAccess.getValidURLAccess().getONE_HEX_LETTERTerminalRuleCall_1_10_1_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__ValidURL__Alternatives_1_10_2
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getValidURLAccess().getONE_INTTerminalRuleCall_1_10_2_0()); }
- RULE_ONE_INT
-{ after(grammarAccess.getValidURLAccess().getONE_INTTerminalRuleCall_1_10_2_0()); }
-)
-
- |(
-{ before(grammarAccess.getValidURLAccess().getONE_HEX_LETTERTerminalRuleCall_1_10_2_1()); }
- RULE_ONE_HEX_LETTER
-{ after(grammarAccess.getValidURLAccess().getONE_HEX_LETTERTerminalRuleCall_1_10_2_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Identifier__Alternatives_1
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getIdentifierAccess().getUNDERSCORETerminalRuleCall_1_0()); }
- RULE_UNDERSCORE
-{ after(grammarAccess.getIdentifierAccess().getUNDERSCORETerminalRuleCall_1_0()); }
-)
-
- |(
-{ before(grammarAccess.getIdentifierAccess().getONE_HEX_LETTERTerminalRuleCall_1_1()); }
- RULE_ONE_HEX_LETTER
-{ after(grammarAccess.getIdentifierAccess().getONE_HEX_LETTERTerminalRuleCall_1_1()); }
-)
-
- |(
-{ before(grammarAccess.getIdentifierAccess().getONE_NON_HEX_LETTERTerminalRuleCall_1_2()); }
- RULE_ONE_NON_HEX_LETTER
-{ after(grammarAccess.getIdentifierAccess().getONE_NON_HEX_LETTERTerminalRuleCall_1_2()); }
-)
-
- |(
-{ before(grammarAccess.getIdentifierAccess().getKeywordHackParserRuleCall_1_3()); }
- ruleKeywordHack
-{ after(grammarAccess.getIdentifierAccess().getKeywordHackParserRuleCall_1_3()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Identifier__Alternatives_2_0
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getIdentifierAccess().getUNDERSCORETerminalRuleCall_2_0_0()); }
- RULE_UNDERSCORE
-{ after(grammarAccess.getIdentifierAccess().getUNDERSCORETerminalRuleCall_2_0_0()); }
-)
-
- |(
-{ before(grammarAccess.getIdentifierAccess().getDASHTerminalRuleCall_2_0_1()); }
- RULE_DASH
-{ after(grammarAccess.getIdentifierAccess().getDASHTerminalRuleCall_2_0_1()); }
-)
-
- |(
-{ before(grammarAccess.getIdentifierAccess().getONE_HEX_LETTERTerminalRuleCall_2_0_2()); }
- RULE_ONE_HEX_LETTER
-{ after(grammarAccess.getIdentifierAccess().getONE_HEX_LETTERTerminalRuleCall_2_0_2()); }
-)
-
- |(
-{ before(grammarAccess.getIdentifierAccess().getONE_NON_HEX_LETTERTerminalRuleCall_2_0_3()); }
- RULE_ONE_NON_HEX_LETTER
-{ after(grammarAccess.getIdentifierAccess().getONE_NON_HEX_LETTERTerminalRuleCall_2_0_3()); }
-)
-
- |(
-{ before(grammarAccess.getIdentifierAccess().getONE_INTTerminalRuleCall_2_0_4()); }
- RULE_ONE_INT
-{ after(grammarAccess.getIdentifierAccess().getONE_INTTerminalRuleCall_2_0_4()); }
-)
-
- |(
-{ before(grammarAccess.getIdentifierAccess().getKeywordHackParserRuleCall_2_0_5()); }
- ruleKeywordHack
-{ after(grammarAccess.getIdentifierAccess().getKeywordHackParserRuleCall_2_0_5()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Num__Alternatives_0
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getNumAccess().getPLUSTerminalRuleCall_0_0()); }
- RULE_PLUS
-{ after(grammarAccess.getNumAccess().getPLUSTerminalRuleCall_0_0()); }
-)
-
- |(
-{ before(grammarAccess.getNumAccess().getDASHTerminalRuleCall_0_1()); }
- RULE_DASH
-{ after(grammarAccess.getNumAccess().getDASHTerminalRuleCall_0_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Num__Alternatives_1
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getNumAccess().getGroup_1_0()); }
-(rule__Num__Group_1_0__0)
-{ after(grammarAccess.getNumAccess().getGroup_1_0()); }
-)
-
- |(
-{ before(grammarAccess.getNumAccess().getGroup_1_1()); }
-(rule__Num__Group_1_1__0)
-{ after(grammarAccess.getNumAccess().getGroup_1_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Hex__Alternatives_1_0
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getHexAccess().getONE_INTTerminalRuleCall_1_0_0()); }
- RULE_ONE_INT
-{ after(grammarAccess.getHexAccess().getONE_INTTerminalRuleCall_1_0_0()); }
-)
-
- |(
-{ before(grammarAccess.getHexAccess().getONE_HEX_LETTERTerminalRuleCall_1_0_1()); }
- RULE_ONE_HEX_LETTER
-{ after(grammarAccess.getHexAccess().getONE_HEX_LETTERTerminalRuleCall_1_0_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-rule__Stylesheet__Group__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Stylesheet__Group__0__Impl
- rule__Stylesheet__Group__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Stylesheet__Group__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getStylesheetAccess().getCharsetAssignment_0()); }
-(rule__Stylesheet__CharsetAssignment_0)?
-{ after(grammarAccess.getStylesheetAccess().getCharsetAssignment_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Stylesheet__Group__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Stylesheet__Group__1__Impl
- rule__Stylesheet__Group__2
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Stylesheet__Group__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getStylesheetAccess().getImportsAssignment_1()); }
-(rule__Stylesheet__ImportsAssignment_1)*
-{ after(grammarAccess.getStylesheetAccess().getImportsAssignment_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Stylesheet__Group__2
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Stylesheet__Group__2__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Stylesheet__Group__2__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getStylesheetAccess().getAlternatives_2()); }
-(rule__Stylesheet__Alternatives_2)*
-{ after(grammarAccess.getStylesheetAccess().getAlternatives_2()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-
-
-rule__Charset__Group__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Charset__Group__0__Impl
- rule__Charset__Group__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Charset__Group__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getCharsetAccess().getAlternatives_0()); }
-(rule__Charset__Alternatives_0)
-{ after(grammarAccess.getCharsetAccess().getAlternatives_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Charset__Group__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Charset__Group__1__Impl
- rule__Charset__Group__2
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Charset__Group__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getCharsetAccess().getCharsetAssignment_1()); }
-(rule__Charset__CharsetAssignment_1)
-{ after(grammarAccess.getCharsetAccess().getCharsetAssignment_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Charset__Group__2
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Charset__Group__2__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Charset__Group__2__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getCharsetAccess().getSemicolonKeyword_2()); }
-
- ';'
-
-{ after(grammarAccess.getCharsetAccess().getSemicolonKeyword_2()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-
-
-rule__ImportExpression__Group__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__ImportExpression__Group__0__Impl
- rule__ImportExpression__Group__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__ImportExpression__Group__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getImportExpressionAccess().getAlternatives_0()); }
-(rule__ImportExpression__Alternatives_0)
-{ after(grammarAccess.getImportExpressionAccess().getAlternatives_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__ImportExpression__Group__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__ImportExpression__Group__1__Impl
- rule__ImportExpression__Group__2
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__ImportExpression__Group__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getImportExpressionAccess().getAlternatives_1()); }
-(rule__ImportExpression__Alternatives_1)
-{ after(grammarAccess.getImportExpressionAccess().getAlternatives_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__ImportExpression__Group__2
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__ImportExpression__Group__2__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__ImportExpression__Group__2__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getImportExpressionAccess().getSemicolonKeyword_2()); }
-
- ';'
-
-{ after(grammarAccess.getImportExpressionAccess().getSemicolonKeyword_2()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-
-
-rule__ImportExpression__Group_1_1__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__ImportExpression__Group_1_1__0__Impl
- rule__ImportExpression__Group_1_1__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__ImportExpression__Group_1_1__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getImportExpressionAccess().getURLTypeParserRuleCall_1_1_0()); }
- ruleURLType
-{ after(grammarAccess.getImportExpressionAccess().getURLTypeParserRuleCall_1_1_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__ImportExpression__Group_1_1__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__ImportExpression__Group_1_1__1__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__ImportExpression__Group_1_1__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getImportExpressionAccess().getMediaListAssignment_1_1_1()); }
-(rule__ImportExpression__MediaListAssignment_1_1_1)?
-{ after(grammarAccess.getImportExpressionAccess().getMediaListAssignment_1_1_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-rule__Page__Group__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Page__Group__0__Impl
- rule__Page__Group__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Page__Group__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getPageAccess().getPageAction_0()); }
-(
-
-)
-{ after(grammarAccess.getPageAccess().getPageAction_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Page__Group__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Page__Group__1__Impl
- rule__Page__Group__2
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Page__Group__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getPageAccess().getAlternatives_1()); }
-(rule__Page__Alternatives_1)
-{ after(grammarAccess.getPageAccess().getAlternatives_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Page__Group__2
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Page__Group__2__Impl
- rule__Page__Group__3
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Page__Group__2__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getPageAccess().getPseudoPageAssignment_2()); }
-(rule__Page__PseudoPageAssignment_2)?
-{ after(grammarAccess.getPageAccess().getPseudoPageAssignment_2()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Page__Group__3
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Page__Group__3__Impl
- rule__Page__Group__4
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Page__Group__3__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getPageAccess().getLeftCurlyBracketKeyword_3()); }
-
- '{'
-
-{ after(grammarAccess.getPageAccess().getLeftCurlyBracketKeyword_3()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Page__Group__4
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Page__Group__4__Impl
- rule__Page__Group__5
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Page__Group__4__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getPageAccess().getDeclarationsAssignment_4()); }
-(rule__Page__DeclarationsAssignment_4)?
-{ after(grammarAccess.getPageAccess().getDeclarationsAssignment_4()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Page__Group__5
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Page__Group__5__Impl
- rule__Page__Group__6
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Page__Group__5__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getPageAccess().getGroup_5()); }
-(rule__Page__Group_5__0)*
-{ after(grammarAccess.getPageAccess().getGroup_5()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Page__Group__6
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Page__Group__6__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Page__Group__6__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getPageAccess().getRightCurlyBracketKeyword_6()); }
-
- '}'
-
-{ after(grammarAccess.getPageAccess().getRightCurlyBracketKeyword_6()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-rule__Page__Group_5__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Page__Group_5__0__Impl
- rule__Page__Group_5__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Page__Group_5__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getPageAccess().getSemicolonKeyword_5_0()); }
-
- ';'
-
-{ after(grammarAccess.getPageAccess().getSemicolonKeyword_5_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Page__Group_5__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Page__Group_5__1__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Page__Group_5__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getPageAccess().getDeclarationsAssignment_5_1()); }
-(rule__Page__DeclarationsAssignment_5_1)?
-{ after(grammarAccess.getPageAccess().getDeclarationsAssignment_5_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-rule__Pseudo_page__Group__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Pseudo_page__Group__0__Impl
- rule__Pseudo_page__Group__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Pseudo_page__Group__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getPseudo_pageAccess().getCOLONTerminalRuleCall_0()); }
- RULE_COLON
-{ after(grammarAccess.getPseudo_pageAccess().getCOLONTerminalRuleCall_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Pseudo_page__Group__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Pseudo_page__Group__1__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Pseudo_page__Group__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getPseudo_pageAccess().getIdentifierParserRuleCall_1()); }
- ruleIdentifier
-{ after(grammarAccess.getPseudo_pageAccess().getIdentifierParserRuleCall_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-rule__Media__Group__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Media__Group__0__Impl
- rule__Media__Group__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Media__Group__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getMediaAccess().getAlternatives_0()); }
-(rule__Media__Alternatives_0)
-{ after(grammarAccess.getMediaAccess().getAlternatives_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Media__Group__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Media__Group__1__Impl
- rule__Media__Group__2
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Media__Group__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getMediaAccess().getMedialistAssignment_1()); }
-(rule__Media__MedialistAssignment_1)
-{ after(grammarAccess.getMediaAccess().getMedialistAssignment_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Media__Group__2
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Media__Group__2__Impl
- rule__Media__Group__3
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Media__Group__2__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getMediaAccess().getLeftCurlyBracketKeyword_2()); }
-
- '{'
-
-{ after(grammarAccess.getMediaAccess().getLeftCurlyBracketKeyword_2()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Media__Group__3
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Media__Group__3__Impl
- rule__Media__Group__4
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Media__Group__3__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getMediaAccess().getRulesetsAssignment_3()); }
-(rule__Media__RulesetsAssignment_3)*
-{ after(grammarAccess.getMediaAccess().getRulesetsAssignment_3()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Media__Group__4
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Media__Group__4__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Media__Group__4__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getMediaAccess().getRightCurlyBracketKeyword_4()); }
-
- '}'
-
-{ after(grammarAccess.getMediaAccess().getRightCurlyBracketKeyword_4()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-
-
-
-
-
-
-rule__Media_list__Group__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Media_list__Group__0__Impl
- rule__Media_list__Group__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Media_list__Group__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getMedia_listAccess().getMediumParserRuleCall_0()); }
- rulemedium
-{ after(grammarAccess.getMedia_listAccess().getMediumParserRuleCall_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Media_list__Group__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Media_list__Group__1__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Media_list__Group__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getMedia_listAccess().getGroup_1()); }
-(rule__Media_list__Group_1__0)*
-{ after(grammarAccess.getMedia_listAccess().getGroup_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-rule__Media_list__Group_1__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Media_list__Group_1__0__Impl
- rule__Media_list__Group_1__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Media_list__Group_1__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getMedia_listAccess().getCOMMATerminalRuleCall_1_0()); }
- RULE_COMMA
-{ after(grammarAccess.getMedia_listAccess().getCOMMATerminalRuleCall_1_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Media_list__Group_1__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Media_list__Group_1__1__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Media_list__Group_1__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getMedia_listAccess().getMediumParserRuleCall_1_1()); }
- rulemedium
-{ after(grammarAccess.getMedia_listAccess().getMediumParserRuleCall_1_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-rule__Font_face__Group__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Font_face__Group__0__Impl
- rule__Font_face__Group__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Font_face__Group__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getFont_faceAccess().getFont_faceAction_0()); }
-(
-
-)
-{ after(grammarAccess.getFont_faceAccess().getFont_faceAction_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Font_face__Group__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Font_face__Group__1__Impl
- rule__Font_face__Group__2
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Font_face__Group__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getFont_faceAccess().getAlternatives_1()); }
-(rule__Font_face__Alternatives_1)
-{ after(grammarAccess.getFont_faceAccess().getAlternatives_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Font_face__Group__2
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Font_face__Group__2__Impl
- rule__Font_face__Group__3
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Font_face__Group__2__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getFont_faceAccess().getLeftCurlyBracketKeyword_2()); }
-
- '{'
-
-{ after(grammarAccess.getFont_faceAccess().getLeftCurlyBracketKeyword_2()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Font_face__Group__3
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Font_face__Group__3__Impl
- rule__Font_face__Group__4
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Font_face__Group__3__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getFont_faceAccess().getDeclarationsAssignment_3()); }
-(rule__Font_face__DeclarationsAssignment_3)?
-{ after(grammarAccess.getFont_faceAccess().getDeclarationsAssignment_3()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Font_face__Group__4
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Font_face__Group__4__Impl
- rule__Font_face__Group__5
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Font_face__Group__4__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getFont_faceAccess().getGroup_4()); }
-(rule__Font_face__Group_4__0)*
-{ after(grammarAccess.getFont_faceAccess().getGroup_4()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Font_face__Group__5
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Font_face__Group__5__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Font_face__Group__5__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getFont_faceAccess().getRightCurlyBracketKeyword_5()); }
-
- '}'
-
-{ after(grammarAccess.getFont_faceAccess().getRightCurlyBracketKeyword_5()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-rule__Font_face__Group_4__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Font_face__Group_4__0__Impl
- rule__Font_face__Group_4__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Font_face__Group_4__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getFont_faceAccess().getSemicolonKeyword_4_0()); }
-
- ';'
-
-{ after(grammarAccess.getFont_faceAccess().getSemicolonKeyword_4_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Font_face__Group_4__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Font_face__Group_4__1__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Font_face__Group_4__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getFont_faceAccess().getDeclarationsAssignment_4_1()); }
-(rule__Font_face__DeclarationsAssignment_4_1)?
-{ after(grammarAccess.getFont_faceAccess().getDeclarationsAssignment_4_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-rule__Keyframes__Group__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Keyframes__Group__0__Impl
- rule__Keyframes__Group__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Keyframes__Group__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getKeyframesAccess().getFont_faceAction_0()); }
-(
-
-)
-{ after(grammarAccess.getKeyframesAccess().getFont_faceAction_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Keyframes__Group__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Keyframes__Group__1__Impl
- rule__Keyframes__Group__2
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Keyframes__Group__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getKeyframesAccess().getAlternatives_1()); }
-(rule__Keyframes__Alternatives_1)
-{ after(grammarAccess.getKeyframesAccess().getAlternatives_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Keyframes__Group__2
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Keyframes__Group__2__Impl
- rule__Keyframes__Group__3
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Keyframes__Group__2__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getKeyframesAccess().getNameAssignment_2()); }
-(rule__Keyframes__NameAssignment_2)
-{ after(grammarAccess.getKeyframesAccess().getNameAssignment_2()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Keyframes__Group__3
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Keyframes__Group__3__Impl
- rule__Keyframes__Group__4
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Keyframes__Group__3__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getKeyframesAccess().getLeftCurlyBracketKeyword_3()); }
-
- '{'
-
-{ after(grammarAccess.getKeyframesAccess().getLeftCurlyBracketKeyword_3()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Keyframes__Group__4
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Keyframes__Group__4__Impl
- rule__Keyframes__Group__5
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Keyframes__Group__4__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getKeyframesAccess().getKeyframeselectorsAssignment_4()); }
-(rule__Keyframes__KeyframeselectorsAssignment_4)?
-{ after(grammarAccess.getKeyframesAccess().getKeyframeselectorsAssignment_4()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Keyframes__Group__5
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Keyframes__Group__5__Impl
- rule__Keyframes__Group__6
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Keyframes__Group__5__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getKeyframesAccess().getGroup_5()); }
-(rule__Keyframes__Group_5__0)*
-{ after(grammarAccess.getKeyframesAccess().getGroup_5()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Keyframes__Group__6
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Keyframes__Group__6__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Keyframes__Group__6__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getKeyframesAccess().getRightCurlyBracketKeyword_6()); }
-
- '}'
-
-{ after(grammarAccess.getKeyframesAccess().getRightCurlyBracketKeyword_6()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-rule__Keyframes__Group_5__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Keyframes__Group_5__0__Impl
- rule__Keyframes__Group_5__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Keyframes__Group_5__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getKeyframesAccess().getSemicolonKeyword_5_0()); }
-
- ';'
-
-{ after(grammarAccess.getKeyframesAccess().getSemicolonKeyword_5_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Keyframes__Group_5__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Keyframes__Group_5__1__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Keyframes__Group_5__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getKeyframesAccess().getKeyframeselectorsAssignment_5_1()); }
-(rule__Keyframes__KeyframeselectorsAssignment_5_1)?
-{ after(grammarAccess.getKeyframesAccess().getKeyframeselectorsAssignment_5_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-rule__Keyframe_selector__Group__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Keyframe_selector__Group__0__Impl
- rule__Keyframe_selector__Group__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Keyframe_selector__Group__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getKeyframe_selectorAccess().getAlternatives_0()); }
-(rule__Keyframe_selector__Alternatives_0)
-{ after(grammarAccess.getKeyframe_selectorAccess().getAlternatives_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Keyframe_selector__Group__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Keyframe_selector__Group__1__Impl
- rule__Keyframe_selector__Group__2
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Keyframe_selector__Group__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getKeyframe_selectorAccess().getLeftCurlyBracketKeyword_1()); }
-
- '{'
-
-{ after(grammarAccess.getKeyframe_selectorAccess().getLeftCurlyBracketKeyword_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Keyframe_selector__Group__2
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Keyframe_selector__Group__2__Impl
- rule__Keyframe_selector__Group__3
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Keyframe_selector__Group__2__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getKeyframe_selectorAccess().getDeclarationsAssignment_2()); }
-(rule__Keyframe_selector__DeclarationsAssignment_2)?
-{ after(grammarAccess.getKeyframe_selectorAccess().getDeclarationsAssignment_2()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Keyframe_selector__Group__3
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Keyframe_selector__Group__3__Impl
- rule__Keyframe_selector__Group__4
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Keyframe_selector__Group__3__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getKeyframe_selectorAccess().getGroup_3()); }
-(rule__Keyframe_selector__Group_3__0)*
-{ after(grammarAccess.getKeyframe_selectorAccess().getGroup_3()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Keyframe_selector__Group__4
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Keyframe_selector__Group__4__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Keyframe_selector__Group__4__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getKeyframe_selectorAccess().getRightCurlyBracketKeyword_4()); }
-
- '}'
-
-{ after(grammarAccess.getKeyframe_selectorAccess().getRightCurlyBracketKeyword_4()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-
-
-
-
-
-
-rule__Keyframe_selector__Group_0_1__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Keyframe_selector__Group_0_1__0__Impl
- rule__Keyframe_selector__Group_0_1__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Keyframe_selector__Group_0_1__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getKeyframe_selectorAccess().getPercentageAssignment_0_1_0()); }
-(rule__Keyframe_selector__PercentageAssignment_0_1_0)
-{ after(grammarAccess.getKeyframe_selectorAccess().getPercentageAssignment_0_1_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Keyframe_selector__Group_0_1__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Keyframe_selector__Group_0_1__1__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Keyframe_selector__Group_0_1__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getKeyframe_selectorAccess().getPERCENTTerminalRuleCall_0_1_1()); }
- RULE_PERCENT
-{ after(grammarAccess.getKeyframe_selectorAccess().getPERCENTTerminalRuleCall_0_1_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-rule__Keyframe_selector__Group_3__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Keyframe_selector__Group_3__0__Impl
- rule__Keyframe_selector__Group_3__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Keyframe_selector__Group_3__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getKeyframe_selectorAccess().getSemicolonKeyword_3_0()); }
-
- ';'
-
-{ after(grammarAccess.getKeyframe_selectorAccess().getSemicolonKeyword_3_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Keyframe_selector__Group_3__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Keyframe_selector__Group_3__1__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Keyframe_selector__Group_3__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getKeyframe_selectorAccess().getDeclarationsAssignment_3_1()); }
-(rule__Keyframe_selector__DeclarationsAssignment_3_1)?
-{ after(grammarAccess.getKeyframe_selectorAccess().getDeclarationsAssignment_3_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-rule__Ruleset__Group__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Ruleset__Group__0__Impl
- rule__Ruleset__Group__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Ruleset__Group__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getRulesetAccess().getSelectorsAssignment_0()); }
-(rule__Ruleset__SelectorsAssignment_0)
-{ after(grammarAccess.getRulesetAccess().getSelectorsAssignment_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Ruleset__Group__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Ruleset__Group__1__Impl
- rule__Ruleset__Group__2
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Ruleset__Group__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getRulesetAccess().getGroup_1()); }
-(rule__Ruleset__Group_1__0)*
-{ after(grammarAccess.getRulesetAccess().getGroup_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Ruleset__Group__2
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Ruleset__Group__2__Impl
- rule__Ruleset__Group__3
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Ruleset__Group__2__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getRulesetAccess().getWSTerminalRuleCall_2()); }
-( RULE_WS)*
-{ after(grammarAccess.getRulesetAccess().getWSTerminalRuleCall_2()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Ruleset__Group__3
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Ruleset__Group__3__Impl
- rule__Ruleset__Group__4
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Ruleset__Group__3__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getRulesetAccess().getLeftCurlyBracketKeyword_3()); }
-
- '{'
-
-{ after(grammarAccess.getRulesetAccess().getLeftCurlyBracketKeyword_3()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Ruleset__Group__4
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Ruleset__Group__4__Impl
- rule__Ruleset__Group__5
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Ruleset__Group__4__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getRulesetAccess().getGroup_4()); }
-(rule__Ruleset__Group_4__0)?
-{ after(grammarAccess.getRulesetAccess().getGroup_4()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Ruleset__Group__5
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Ruleset__Group__5__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Ruleset__Group__5__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getRulesetAccess().getRightCurlyBracketKeyword_5()); }
-
- '}'
-
-{ after(grammarAccess.getRulesetAccess().getRightCurlyBracketKeyword_5()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-rule__Ruleset__Group_1__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Ruleset__Group_1__0__Impl
- rule__Ruleset__Group_1__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Ruleset__Group_1__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getRulesetAccess().getWSTerminalRuleCall_1_0()); }
-( RULE_WS)*
-{ after(grammarAccess.getRulesetAccess().getWSTerminalRuleCall_1_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Ruleset__Group_1__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Ruleset__Group_1__1__Impl
- rule__Ruleset__Group_1__2
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Ruleset__Group_1__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getRulesetAccess().getCOMMATerminalRuleCall_1_1()); }
- RULE_COMMA
-{ after(grammarAccess.getRulesetAccess().getCOMMATerminalRuleCall_1_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Ruleset__Group_1__2
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Ruleset__Group_1__2__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Ruleset__Group_1__2__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getRulesetAccess().getSelectorsAssignment_1_2()); }
-(rule__Ruleset__SelectorsAssignment_1_2)
-{ after(grammarAccess.getRulesetAccess().getSelectorsAssignment_1_2()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-
-
-rule__Ruleset__Group_4__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Ruleset__Group_4__0__Impl
- rule__Ruleset__Group_4__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Ruleset__Group_4__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getRulesetAccess().getDeclarationsAssignment_4_0()); }
-(rule__Ruleset__DeclarationsAssignment_4_0)
-{ after(grammarAccess.getRulesetAccess().getDeclarationsAssignment_4_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Ruleset__Group_4__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Ruleset__Group_4__1__Impl
- rule__Ruleset__Group_4__2
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Ruleset__Group_4__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getRulesetAccess().getGroup_4_1()); }
-(rule__Ruleset__Group_4_1__0)*
-{ after(grammarAccess.getRulesetAccess().getGroup_4_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Ruleset__Group_4__2
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Ruleset__Group_4__2__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Ruleset__Group_4__2__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getRulesetAccess().getSemicolonKeyword_4_2()); }
-(
- ';'
-)?
-{ after(grammarAccess.getRulesetAccess().getSemicolonKeyword_4_2()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-
-
-rule__Ruleset__Group_4_1__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Ruleset__Group_4_1__0__Impl
- rule__Ruleset__Group_4_1__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Ruleset__Group_4_1__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getRulesetAccess().getSemicolonKeyword_4_1_0()); }
-
- ';'
-
-{ after(grammarAccess.getRulesetAccess().getSemicolonKeyword_4_1_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Ruleset__Group_4_1__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Ruleset__Group_4_1__1__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Ruleset__Group_4_1__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getRulesetAccess().getDeclarationsAssignment_4_1_1()); }
-(rule__Ruleset__DeclarationsAssignment_4_1_1)
-{ after(grammarAccess.getRulesetAccess().getDeclarationsAssignment_4_1_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-rule__Selector__Group__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Selector__Group__0__Impl
- rule__Selector__Group__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Selector__Group__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getSelectorAccess().getSimpleselectorsAssignment_0()); }
-(rule__Selector__SimpleselectorsAssignment_0)
-{ after(grammarAccess.getSelectorAccess().getSimpleselectorsAssignment_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Selector__Group__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Selector__Group__1__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Selector__Group__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getSelectorAccess().getAlternatives_1()); }
-(rule__Selector__Alternatives_1)?
-{ after(grammarAccess.getSelectorAccess().getAlternatives_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-rule__Selector__Group_1_0__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Selector__Group_1_0__0__Impl
- rule__Selector__Group_1_0__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Selector__Group_1_0__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getSelectorAccess().getCombinatorAssignment_1_0_0()); }
-(rule__Selector__CombinatorAssignment_1_0_0)
-{ after(grammarAccess.getSelectorAccess().getCombinatorAssignment_1_0_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Selector__Group_1_0__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Selector__Group_1_0__1__Impl
- rule__Selector__Group_1_0__2
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Selector__Group_1_0__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getSelectorAccess().getWSTerminalRuleCall_1_0_1()); }
-( RULE_WS)*
-{ after(grammarAccess.getSelectorAccess().getWSTerminalRuleCall_1_0_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Selector__Group_1_0__2
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Selector__Group_1_0__2__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Selector__Group_1_0__2__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getSelectorAccess().getSelectorAssignment_1_0_2()); }
-(rule__Selector__SelectorAssignment_1_0_2)
-{ after(grammarAccess.getSelectorAccess().getSelectorAssignment_1_0_2()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-
-
-rule__Selector__Group_1_1__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Selector__Group_1_1__0__Impl
- rule__Selector__Group_1_1__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Selector__Group_1_1__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-(
-{ before(grammarAccess.getSelectorAccess().getWSTerminalRuleCall_1_1_0()); }
-( RULE_WS)
-{ after(grammarAccess.getSelectorAccess().getWSTerminalRuleCall_1_1_0()); }
-)
-(
-{ before(grammarAccess.getSelectorAccess().getWSTerminalRuleCall_1_1_0()); }
-( RULE_WS)*
-{ after(grammarAccess.getSelectorAccess().getWSTerminalRuleCall_1_1_0()); }
-)
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Selector__Group_1_1__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Selector__Group_1_1__1__Impl
- rule__Selector__Group_1_1__2
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Selector__Group_1_1__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getSelectorAccess().getGroup_1_1_1()); }
-(rule__Selector__Group_1_1_1__0)?
-{ after(grammarAccess.getSelectorAccess().getGroup_1_1_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Selector__Group_1_1__2
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Selector__Group_1_1__2__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Selector__Group_1_1__2__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getSelectorAccess().getSelectorAssignment_1_1_2()); }
-(rule__Selector__SelectorAssignment_1_1_2)
-{ after(grammarAccess.getSelectorAccess().getSelectorAssignment_1_1_2()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-
-
-rule__Selector__Group_1_1_1__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Selector__Group_1_1_1__0__Impl
- rule__Selector__Group_1_1_1__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Selector__Group_1_1_1__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getSelectorAccess().getCombinatorAssignment_1_1_1_0()); }
-(rule__Selector__CombinatorAssignment_1_1_1_0)
-{ after(grammarAccess.getSelectorAccess().getCombinatorAssignment_1_1_1_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Selector__Group_1_1_1__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Selector__Group_1_1_1__1__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Selector__Group_1_1_1__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getSelectorAccess().getWSTerminalRuleCall_1_1_1_1()); }
-( RULE_WS)*
-{ after(grammarAccess.getSelectorAccess().getWSTerminalRuleCall_1_1_1_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-rule__SimpleSelectorForNegation__Group_0__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__SimpleSelectorForNegation__Group_0__0__Impl
- rule__SimpleSelectorForNegation__Group_0__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__SimpleSelectorForNegation__Group_0__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getSimpleSelectorForNegationAccess().getAlternatives_0_0()); }
-(rule__SimpleSelectorForNegation__Alternatives_0_0)
-{ after(grammarAccess.getSimpleSelectorForNegationAccess().getAlternatives_0_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__SimpleSelectorForNegation__Group_0__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__SimpleSelectorForNegation__Group_0__1__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__SimpleSelectorForNegation__Group_0__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getSimpleSelectorForNegationAccess().getSubSelectorsAssignment_0_1()); }
-(rule__SimpleSelectorForNegation__SubSelectorsAssignment_0_1)*
-{ after(grammarAccess.getSimpleSelectorForNegationAccess().getSubSelectorsAssignment_0_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-rule__Simple_selector__Group_0__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Simple_selector__Group_0__0__Impl
- rule__Simple_selector__Group_0__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Simple_selector__Group_0__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getSimple_selectorAccess().getAlternatives_0_0()); }
-(rule__Simple_selector__Alternatives_0_0)
-{ after(grammarAccess.getSimple_selectorAccess().getAlternatives_0_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Simple_selector__Group_0__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Simple_selector__Group_0__1__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Simple_selector__Group_0__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getSimple_selectorAccess().getSubSelectorsAssignment_0_1()); }
-(rule__Simple_selector__SubSelectorsAssignment_0_1)*
-{ after(grammarAccess.getSimple_selectorAccess().getSubSelectorsAssignment_0_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-rule__AttributeSelector__Group__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__AttributeSelector__Group__0__Impl
- rule__AttributeSelector__Group__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__AttributeSelector__Group__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getAttributeSelectorAccess().getAttributeSelectorAction_0()); }
-(
-
-)
-{ after(grammarAccess.getAttributeSelectorAccess().getAttributeSelectorAction_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__AttributeSelector__Group__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__AttributeSelector__Group__1__Impl
- rule__AttributeSelector__Group__2
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__AttributeSelector__Group__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getAttributeSelectorAccess().getLeftSquareBracketKeyword_1()); }
-
- '['
-
-{ after(grammarAccess.getAttributeSelectorAccess().getLeftSquareBracketKeyword_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__AttributeSelector__Group__2
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__AttributeSelector__Group__2__Impl
- rule__AttributeSelector__Group__3
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__AttributeSelector__Group__2__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getAttributeSelectorAccess().getNameAssignment_2()); }
-(rule__AttributeSelector__NameAssignment_2)
-{ after(grammarAccess.getAttributeSelectorAccess().getNameAssignment_2()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__AttributeSelector__Group__3
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__AttributeSelector__Group__3__Impl
- rule__AttributeSelector__Group__4
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__AttributeSelector__Group__3__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getAttributeSelectorAccess().getGroup_3()); }
-(rule__AttributeSelector__Group_3__0)?
-{ after(grammarAccess.getAttributeSelectorAccess().getGroup_3()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__AttributeSelector__Group__4
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__AttributeSelector__Group__4__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__AttributeSelector__Group__4__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getAttributeSelectorAccess().getRightSquareBracketKeyword_4()); }
-
- ']'
-
-{ after(grammarAccess.getAttributeSelectorAccess().getRightSquareBracketKeyword_4()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-
-
-
-
-
-
-rule__AttributeSelector__Group_3__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__AttributeSelector__Group_3__0__Impl
- rule__AttributeSelector__Group_3__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__AttributeSelector__Group_3__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getAttributeSelectorAccess().getOpAssignment_3_0()); }
-(rule__AttributeSelector__OpAssignment_3_0)
-{ after(grammarAccess.getAttributeSelectorAccess().getOpAssignment_3_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__AttributeSelector__Group_3__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__AttributeSelector__Group_3__1__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__AttributeSelector__Group_3__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getAttributeSelectorAccess().getValueAssignment_3_1()); }
-(rule__AttributeSelector__ValueAssignment_3_1)
-{ after(grammarAccess.getAttributeSelectorAccess().getValueAssignment_3_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-rule__ClassSelector__Group__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__ClassSelector__Group__0__Impl
- rule__ClassSelector__Group__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__ClassSelector__Group__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getClassSelectorAccess().getClassSelectorAction_0()); }
-(
-
-)
-{ after(grammarAccess.getClassSelectorAccess().getClassSelectorAction_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__ClassSelector__Group__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__ClassSelector__Group__1__Impl
- rule__ClassSelector__Group__2
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__ClassSelector__Group__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getClassSelectorAccess().getFullStopKeyword_1()); }
-
- '.'
-
-{ after(grammarAccess.getClassSelectorAccess().getFullStopKeyword_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__ClassSelector__Group__2
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__ClassSelector__Group__2__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__ClassSelector__Group__2__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getClassSelectorAccess().getNameAssignment_2()); }
-(rule__ClassSelector__NameAssignment_2)
-{ after(grammarAccess.getClassSelectorAccess().getNameAssignment_2()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-
-
-rule__ElementSelector__Group__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__ElementSelector__Group__0__Impl
- rule__ElementSelector__Group__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__ElementSelector__Group__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getElementSelectorAccess().getElementSelectorAction_0()); }
-(
-
-)
-{ after(grammarAccess.getElementSelectorAccess().getElementSelectorAction_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__ElementSelector__Group__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__ElementSelector__Group__1__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__ElementSelector__Group__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getElementSelectorAccess().getNameAssignment_1()); }
-(rule__ElementSelector__NameAssignment_1)
-{ after(grammarAccess.getElementSelectorAccess().getNameAssignment_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-rule__UniversalSelector__Group__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__UniversalSelector__Group__0__Impl
- rule__UniversalSelector__Group__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__UniversalSelector__Group__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getUniversalSelectorAccess().getUniversalSelectorAction_0()); }
-(
-
-)
-{ after(grammarAccess.getUniversalSelectorAccess().getUniversalSelectorAction_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__UniversalSelector__Group__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__UniversalSelector__Group__1__Impl
- rule__UniversalSelector__Group__2
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__UniversalSelector__Group__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getUniversalSelectorAccess().getNamespaceAssignment_1()); }
-(rule__UniversalSelector__NamespaceAssignment_1)?
-{ after(grammarAccess.getUniversalSelectorAccess().getNamespaceAssignment_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__UniversalSelector__Group__2
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__UniversalSelector__Group__2__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__UniversalSelector__Group__2__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getUniversalSelectorAccess().getAsteriskKeyword_2()); }
-
- '*'
-
-{ after(grammarAccess.getUniversalSelectorAccess().getAsteriskKeyword_2()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-
-
-rule__IdSelector__Group__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__IdSelector__Group__0__Impl
- rule__IdSelector__Group__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__IdSelector__Group__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getIdSelectorAccess().getIdSelectorAction_0()); }
-(
-
-)
-{ after(grammarAccess.getIdSelectorAccess().getIdSelectorAction_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__IdSelector__Group__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__IdSelector__Group__1__Impl
- rule__IdSelector__Group__2
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__IdSelector__Group__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getIdSelectorAccess().getHASHMARKTerminalRuleCall_1()); }
- RULE_HASHMARK
-{ after(grammarAccess.getIdSelectorAccess().getHASHMARKTerminalRuleCall_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__IdSelector__Group__2
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__IdSelector__Group__2__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__IdSelector__Group__2__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getIdSelectorAccess().getNameAssignment_2()); }
-(rule__IdSelector__NameAssignment_2)
-{ after(grammarAccess.getIdSelectorAccess().getNameAssignment_2()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-
-
-rule__Css_namespace_prefix__Group__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Css_namespace_prefix__Group__0__Impl
- rule__Css_namespace_prefix__Group__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Css_namespace_prefix__Group__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getCss_namespace_prefixAccess().getAlternatives_0()); }
-(rule__Css_namespace_prefix__Alternatives_0)?
-{ after(grammarAccess.getCss_namespace_prefixAccess().getAlternatives_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Css_namespace_prefix__Group__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Css_namespace_prefix__Group__1__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Css_namespace_prefix__Group__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getCss_namespace_prefixAccess().getVerticalLineKeyword_1()); }
-
- '|'
-
-{ after(grammarAccess.getCss_namespace_prefixAccess().getVerticalLineKeyword_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-rule__Css_declaration__Group__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Css_declaration__Group__0__Impl
- rule__Css_declaration__Group__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Css_declaration__Group__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getCss_declarationAccess().getWSTerminalRuleCall_0()); }
-( RULE_WS)*
-{ after(grammarAccess.getCss_declarationAccess().getWSTerminalRuleCall_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Css_declaration__Group__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Css_declaration__Group__1__Impl
- rule__Css_declaration__Group__2
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Css_declaration__Group__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getCss_declarationAccess().getPropertyAssignment_1()); }
-(rule__Css_declaration__PropertyAssignment_1)
-{ after(grammarAccess.getCss_declarationAccess().getPropertyAssignment_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Css_declaration__Group__2
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Css_declaration__Group__2__Impl
- rule__Css_declaration__Group__3
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Css_declaration__Group__2__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getCss_declarationAccess().getWSTerminalRuleCall_2()); }
-( RULE_WS)*
-{ after(grammarAccess.getCss_declarationAccess().getWSTerminalRuleCall_2()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Css_declaration__Group__3
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Css_declaration__Group__3__Impl
- rule__Css_declaration__Group__4
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Css_declaration__Group__3__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getCss_declarationAccess().getCOLONTerminalRuleCall_3()); }
- RULE_COLON
-{ after(grammarAccess.getCss_declarationAccess().getCOLONTerminalRuleCall_3()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Css_declaration__Group__4
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Css_declaration__Group__4__Impl
- rule__Css_declaration__Group__5
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Css_declaration__Group__4__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-(
-{ before(grammarAccess.getCss_declarationAccess().getValueTokensAssignment_4()); }
-(rule__Css_declaration__ValueTokensAssignment_4)
-{ after(grammarAccess.getCss_declarationAccess().getValueTokensAssignment_4()); }
-)
-(
-{ before(grammarAccess.getCss_declarationAccess().getValueTokensAssignment_4()); }
-(rule__Css_declaration__ValueTokensAssignment_4)*
-{ after(grammarAccess.getCss_declarationAccess().getValueTokensAssignment_4()); }
-)
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Css_declaration__Group__5
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Css_declaration__Group__5__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Css_declaration__Group__5__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getCss_declarationAccess().getImportantAssignment_5()); }
-(rule__Css_declaration__ImportantAssignment_5)?
-{ after(grammarAccess.getCss_declarationAccess().getImportantAssignment_5()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-rule__Css_property__Group__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Css_property__Group__0__Impl
- rule__Css_property__Group__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Css_property__Group__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getCss_propertyAccess().getCss_propertyAction_0()); }
-(
-
-)
-{ after(grammarAccess.getCss_propertyAccess().getCss_propertyAction_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Css_property__Group__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Css_property__Group__1__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Css_property__Group__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getCss_propertyAccess().getNameAssignment_1()); }
-(rule__Css_property__NameAssignment_1)
-{ after(grammarAccess.getCss_propertyAccess().getNameAssignment_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-rule__PseudoClass__Group__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__PseudoClass__Group__0__Impl
- rule__PseudoClass__Group__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__PseudoClass__Group__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getPseudoClassAccess().getCOLONTerminalRuleCall_0()); }
- RULE_COLON
-{ after(grammarAccess.getPseudoClassAccess().getCOLONTerminalRuleCall_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__PseudoClass__Group__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__PseudoClass__Group__1__Impl
- rule__PseudoClass__Group__2
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__PseudoClass__Group__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getPseudoClassAccess().getCOLONTerminalRuleCall_1()); }
-( RULE_COLON)?
-{ after(grammarAccess.getPseudoClassAccess().getCOLONTerminalRuleCall_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__PseudoClass__Group__2
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__PseudoClass__Group__2__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__PseudoClass__Group__2__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getPseudoClassAccess().getPseudoClassNameParserRuleCall_2()); }
- rulePseudoClassName
-{ after(grammarAccess.getPseudoClassAccess().getPseudoClassNameParserRuleCall_2()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-
-
-rule__PseudoClassFunction__Group_0__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__PseudoClassFunction__Group_0__0__Impl
- rule__PseudoClassFunction__Group_0__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__PseudoClassFunction__Group_0__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getPseudoClassFunctionAccess().getNotAssignment_0_0()); }
-(rule__PseudoClassFunction__NotAssignment_0_0)
-{ after(grammarAccess.getPseudoClassFunctionAccess().getNotAssignment_0_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__PseudoClassFunction__Group_0__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__PseudoClassFunction__Group_0__1__Impl
- rule__PseudoClassFunction__Group_0__2
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__PseudoClassFunction__Group_0__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getPseudoClassFunctionAccess().getParamSelectorAssignment_0_1()); }
-(rule__PseudoClassFunction__ParamSelectorAssignment_0_1)
-{ after(grammarAccess.getPseudoClassFunctionAccess().getParamSelectorAssignment_0_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__PseudoClassFunction__Group_0__2
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__PseudoClassFunction__Group_0__2__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__PseudoClassFunction__Group_0__2__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getPseudoClassFunctionAccess().getRightParenthesisKeyword_0_2()); }
-
- ')'
-
-{ after(grammarAccess.getPseudoClassFunctionAccess().getRightParenthesisKeyword_0_2()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-
-
-rule__PseudoClassFunction__Group_1__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__PseudoClassFunction__Group_1__0__Impl
- rule__PseudoClassFunction__Group_1__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__PseudoClassFunction__Group_1__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getPseudoClassFunctionAccess().getCOLONTerminalRuleCall_1_0()); }
- RULE_COLON
-{ after(grammarAccess.getPseudoClassFunctionAccess().getCOLONTerminalRuleCall_1_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__PseudoClassFunction__Group_1__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__PseudoClassFunction__Group_1__1__Impl
- rule__PseudoClassFunction__Group_1__2
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__PseudoClassFunction__Group_1__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getPseudoClassFunctionAccess().getNameAssignment_1_1()); }
-(rule__PseudoClassFunction__NameAssignment_1_1)
-{ after(grammarAccess.getPseudoClassFunctionAccess().getNameAssignment_1_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__PseudoClassFunction__Group_1__2
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__PseudoClassFunction__Group_1__2__Impl
- rule__PseudoClassFunction__Group_1__3
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__PseudoClassFunction__Group_1__2__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getPseudoClassFunctionAccess().getLeftParenthesisKeyword_1_2()); }
-
- '('
-
-{ after(grammarAccess.getPseudoClassFunctionAccess().getLeftParenthesisKeyword_1_2()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__PseudoClassFunction__Group_1__3
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__PseudoClassFunction__Group_1__3__Impl
- rule__PseudoClassFunction__Group_1__4
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__PseudoClassFunction__Group_1__3__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getPseudoClassFunctionAccess().getParamsAssignment_1_3()); }
-(rule__PseudoClassFunction__ParamsAssignment_1_3)*
-{ after(grammarAccess.getPseudoClassFunctionAccess().getParamsAssignment_1_3()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__PseudoClassFunction__Group_1__4
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__PseudoClassFunction__Group_1__4__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__PseudoClassFunction__Group_1__4__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getPseudoClassFunctionAccess().getRightParenthesisKeyword_1_4()); }
-
- ')'
-
-{ after(grammarAccess.getPseudoClassFunctionAccess().getRightParenthesisKeyword_1_4()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-
-
-
-
-
-
-rule__NotFunctionCall__Group__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__NotFunctionCall__Group__0__Impl
- rule__NotFunctionCall__Group__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__NotFunctionCall__Group__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getNotFunctionCallAccess().getCOLONTerminalRuleCall_0()); }
- RULE_COLON
-{ after(grammarAccess.getNotFunctionCallAccess().getCOLONTerminalRuleCall_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__NotFunctionCall__Group__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__NotFunctionCall__Group__1__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__NotFunctionCall__Group__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getNotFunctionCallAccess().getNotKeyword_1()); }
-
- 'not('
-
-{ after(grammarAccess.getNotFunctionCallAccess().getNotKeyword_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-rule__SymbolTok__Group__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__SymbolTok__Group__0__Impl
- rule__SymbolTok__Group__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__SymbolTok__Group__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getSymbolTokAccess().getSymbolTokAction_0()); }
-(
-
-)
-{ after(grammarAccess.getSymbolTokAccess().getSymbolTokAction_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__SymbolTok__Group__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__SymbolTok__Group__1__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__SymbolTok__Group__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getSymbolTokAccess().getSymbolAssignment_1()); }
-(rule__SymbolTok__SymbolAssignment_1)
-{ after(grammarAccess.getSymbolTokAccess().getSymbolAssignment_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-rule__WSTok__Group__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__WSTok__Group__0__Impl
- rule__WSTok__Group__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__WSTok__Group__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getWSTokAccess().getWSTokAction_0()); }
-(
-
-)
-{ after(grammarAccess.getWSTokAccess().getWSTokAction_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__WSTok__Group__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__WSTok__Group__1__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__WSTok__Group__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getWSTokAccess().getWSTerminalRuleCall_1()); }
- RULE_WS
-{ after(grammarAccess.getWSTokAccess().getWSTerminalRuleCall_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-rule__StringTok__Group__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__StringTok__Group__0__Impl
- rule__StringTok__Group__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__StringTok__Group__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getStringTokAccess().getStringTokAction_0()); }
-(
-
-)
-{ after(grammarAccess.getStringTokAccess().getStringTokAction_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__StringTok__Group__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__StringTok__Group__1__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__StringTok__Group__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getStringTokAccess().getValueAssignment_1()); }
-(rule__StringTok__ValueAssignment_1)
-{ after(grammarAccess.getStringTokAccess().getValueAssignment_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-rule__NumberTok__Group__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__NumberTok__Group__0__Impl
- rule__NumberTok__Group__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__NumberTok__Group__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getNumberTokAccess().getNumberTokAction_0()); }
-(
-
-)
-{ after(grammarAccess.getNumberTokAccess().getNumberTokAction_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__NumberTok__Group__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__NumberTok__Group__1__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__NumberTok__Group__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getNumberTokAccess().getValAssignment_1()); }
-(rule__NumberTok__ValAssignment_1)
-{ after(grammarAccess.getNumberTokAccess().getValAssignment_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-rule__UrlTok__Group__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__UrlTok__Group__0__Impl
- rule__UrlTok__Group__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__UrlTok__Group__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getUrlTokAccess().getUrlTokAction_0()); }
-(
-
-)
-{ after(grammarAccess.getUrlTokAccess().getUrlTokAction_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__UrlTok__Group__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__UrlTok__Group__1__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__UrlTok__Group__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getUrlTokAccess().getUrlAssignment_1()); }
-(rule__UrlTok__UrlAssignment_1)
-{ after(grammarAccess.getUrlTokAccess().getUrlAssignment_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-rule__ColorTok__Group__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__ColorTok__Group__0__Impl
- rule__ColorTok__Group__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__ColorTok__Group__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getColorTokAccess().getColorTokAction_0()); }
-(
-
-)
-{ after(grammarAccess.getColorTokAccess().getColorTokAction_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__ColorTok__Group__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__ColorTok__Group__1__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__ColorTok__Group__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getColorTokAccess().getValueAssignment_1()); }
-(rule__ColorTok__ValueAssignment_1)
-{ after(grammarAccess.getColorTokAccess().getValueAssignment_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-rule__IdentifierOrFuncTok__Group__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__IdentifierOrFuncTok__Group__0__Impl
- rule__IdentifierOrFuncTok__Group__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__IdentifierOrFuncTok__Group__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getIdentifierOrFuncTokAccess().getIdentifierTokAction_0()); }
-(
-
-)
-{ after(grammarAccess.getIdentifierOrFuncTokAccess().getIdentifierTokAction_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__IdentifierOrFuncTok__Group__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__IdentifierOrFuncTok__Group__1__Impl
- rule__IdentifierOrFuncTok__Group__2
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__IdentifierOrFuncTok__Group__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getIdentifierOrFuncTokAccess().getNameAssignment_1()); }
-(rule__IdentifierOrFuncTok__NameAssignment_1)
-{ after(grammarAccess.getIdentifierOrFuncTokAccess().getNameAssignment_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__IdentifierOrFuncTok__Group__2
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__IdentifierOrFuncTok__Group__2__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__IdentifierOrFuncTok__Group__2__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getIdentifierOrFuncTokAccess().getGroup_2()); }
-(rule__IdentifierOrFuncTok__Group_2__0)?
-{ after(grammarAccess.getIdentifierOrFuncTokAccess().getGroup_2()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-
-
-rule__IdentifierOrFuncTok__Group_2__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__IdentifierOrFuncTok__Group_2__0__Impl
- rule__IdentifierOrFuncTok__Group_2__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__IdentifierOrFuncTok__Group_2__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getIdentifierOrFuncTokAccess().getFuncTokNameAction_2_0()); }
-(
-
-)
-{ after(grammarAccess.getIdentifierOrFuncTokAccess().getFuncTokNameAction_2_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__IdentifierOrFuncTok__Group_2__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__IdentifierOrFuncTok__Group_2__1__Impl
- rule__IdentifierOrFuncTok__Group_2__2
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__IdentifierOrFuncTok__Group_2__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getIdentifierOrFuncTokAccess().getLeftParenthesisKeyword_2_1()); }
-
- '('
-
-{ after(grammarAccess.getIdentifierOrFuncTokAccess().getLeftParenthesisKeyword_2_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__IdentifierOrFuncTok__Group_2__2
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__IdentifierOrFuncTok__Group_2__2__Impl
- rule__IdentifierOrFuncTok__Group_2__3
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__IdentifierOrFuncTok__Group_2__2__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-(
-{ before(grammarAccess.getIdentifierOrFuncTokAccess().getParamsAssignment_2_2()); }
-(rule__IdentifierOrFuncTok__ParamsAssignment_2_2)
-{ after(grammarAccess.getIdentifierOrFuncTokAccess().getParamsAssignment_2_2()); }
-)
-(
-{ before(grammarAccess.getIdentifierOrFuncTokAccess().getParamsAssignment_2_2()); }
-(rule__IdentifierOrFuncTok__ParamsAssignment_2_2)*
-{ after(grammarAccess.getIdentifierOrFuncTokAccess().getParamsAssignment_2_2()); }
-)
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__IdentifierOrFuncTok__Group_2__3
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__IdentifierOrFuncTok__Group_2__3__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__IdentifierOrFuncTok__Group_2__3__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getIdentifierOrFuncTokAccess().getRightParenthesisKeyword_2_3()); }
-
- ')'
-
-{ after(grammarAccess.getIdentifierOrFuncTokAccess().getRightParenthesisKeyword_2_3()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-
-
-
-
-rule__URLType__Group__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__URLType__Group__0__Impl
- rule__URLType__Group__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__URLType__Group__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getURLTypeAccess().getUrlKeyword_0()); }
-
- 'url('
-
-{ after(grammarAccess.getURLTypeAccess().getUrlKeyword_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__URLType__Group__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__URLType__Group__1__Impl
- rule__URLType__Group__2
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__URLType__Group__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getURLTypeAccess().getUrlAssignment_1()); }
-(rule__URLType__UrlAssignment_1)
-{ after(grammarAccess.getURLTypeAccess().getUrlAssignment_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__URLType__Group__2
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__URLType__Group__2__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__URLType__Group__2__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getURLTypeAccess().getRightParenthesisKeyword_2()); }
-
- ')'
-
-{ after(grammarAccess.getURLTypeAccess().getRightParenthesisKeyword_2()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-
-
-rule__ValidURLSymbol__Group_18__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__ValidURLSymbol__Group_18__0__Impl
- rule__ValidURLSymbol__Group_18__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__ValidURLSymbol__Group_18__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getValidURLSymbolAccess().getEqualsSignKeyword_18_0()); }
-
- '='
-
-{ after(grammarAccess.getValidURLSymbolAccess().getEqualsSignKeyword_18_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__ValidURLSymbol__Group_18__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__ValidURLSymbol__Group_18__1__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__ValidURLSymbol__Group_18__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getValidURLSymbolAccess().getKeywordHackParserRuleCall_18_1()); }
- ruleKeywordHack
-{ after(grammarAccess.getValidURLSymbolAccess().getKeywordHackParserRuleCall_18_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-rule__ValidURL__Group_1_10__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__ValidURL__Group_1_10__0__Impl
- rule__ValidURL__Group_1_10__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__ValidURL__Group_1_10__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getValidURLAccess().getPERCENTTerminalRuleCall_1_10_0()); }
- RULE_PERCENT
-{ after(grammarAccess.getValidURLAccess().getPERCENTTerminalRuleCall_1_10_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__ValidURL__Group_1_10__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__ValidURL__Group_1_10__1__Impl
- rule__ValidURL__Group_1_10__2
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__ValidURL__Group_1_10__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getValidURLAccess().getAlternatives_1_10_1()); }
-(rule__ValidURL__Alternatives_1_10_1)
-{ after(grammarAccess.getValidURLAccess().getAlternatives_1_10_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__ValidURL__Group_1_10__2
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__ValidURL__Group_1_10__2__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__ValidURL__Group_1_10__2__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getValidURLAccess().getAlternatives_1_10_2()); }
-(rule__ValidURL__Alternatives_1_10_2)
-{ after(grammarAccess.getValidURLAccess().getAlternatives_1_10_2()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-
-
-rule__Identifier__Group__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Identifier__Group__0__Impl
- rule__Identifier__Group__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Identifier__Group__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getIdentifierAccess().getDASHTerminalRuleCall_0()); }
-( RULE_DASH)?
-{ after(grammarAccess.getIdentifierAccess().getDASHTerminalRuleCall_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Identifier__Group__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Identifier__Group__1__Impl
- rule__Identifier__Group__2
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Identifier__Group__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getIdentifierAccess().getAlternatives_1()); }
-(rule__Identifier__Alternatives_1)
-{ after(grammarAccess.getIdentifierAccess().getAlternatives_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Identifier__Group__2
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Identifier__Group__2__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Identifier__Group__2__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getIdentifierAccess().getGroup_2()); }
-(rule__Identifier__Group_2__0)*
-{ after(grammarAccess.getIdentifierAccess().getGroup_2()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-
-
-rule__Identifier__Group_2__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Identifier__Group_2__0__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Identifier__Group_2__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getIdentifierAccess().getAlternatives_2_0()); }
-(rule__Identifier__Alternatives_2_0)
-{ after(grammarAccess.getIdentifierAccess().getAlternatives_2_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-rule__Num__Group__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Num__Group__0__Impl
- rule__Num__Group__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Num__Group__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getNumAccess().getAlternatives_0()); }
-(rule__Num__Alternatives_0)?
-{ after(grammarAccess.getNumAccess().getAlternatives_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Num__Group__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Num__Group__1__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Num__Group__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getNumAccess().getAlternatives_1()); }
-(rule__Num__Alternatives_1)
-{ after(grammarAccess.getNumAccess().getAlternatives_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-rule__Num__Group_1_0__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Num__Group_1_0__0__Impl
- rule__Num__Group_1_0__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Num__Group_1_0__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getNumAccess().getFullStopKeyword_1_0_0()); }
-
- '.'
-
-{ after(grammarAccess.getNumAccess().getFullStopKeyword_1_0_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Num__Group_1_0__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Num__Group_1_0__1__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Num__Group_1_0__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-(
-{ before(grammarAccess.getNumAccess().getONE_INTTerminalRuleCall_1_0_1()); }
-( RULE_ONE_INT)
-{ after(grammarAccess.getNumAccess().getONE_INTTerminalRuleCall_1_0_1()); }
-)
-(
-{ before(grammarAccess.getNumAccess().getONE_INTTerminalRuleCall_1_0_1()); }
-( RULE_ONE_INT)*
-{ after(grammarAccess.getNumAccess().getONE_INTTerminalRuleCall_1_0_1()); }
-)
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-rule__Num__Group_1_1__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Num__Group_1_1__0__Impl
- rule__Num__Group_1_1__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Num__Group_1_1__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-(
-{ before(grammarAccess.getNumAccess().getONE_INTTerminalRuleCall_1_1_0()); }
-( RULE_ONE_INT)
-{ after(grammarAccess.getNumAccess().getONE_INTTerminalRuleCall_1_1_0()); }
-)
-(
-{ before(grammarAccess.getNumAccess().getONE_INTTerminalRuleCall_1_1_0()); }
-( RULE_ONE_INT)*
-{ after(grammarAccess.getNumAccess().getONE_INTTerminalRuleCall_1_1_0()); }
-)
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Num__Group_1_1__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Num__Group_1_1__1__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Num__Group_1_1__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getNumAccess().getGroup_1_1_1()); }
-(rule__Num__Group_1_1_1__0)?
-{ after(grammarAccess.getNumAccess().getGroup_1_1_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-rule__Num__Group_1_1_1__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Num__Group_1_1_1__0__Impl
- rule__Num__Group_1_1_1__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Num__Group_1_1_1__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getNumAccess().getFullStopKeyword_1_1_1_0()); }
-(
- '.'
-)
-{ after(grammarAccess.getNumAccess().getFullStopKeyword_1_1_1_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Num__Group_1_1_1__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Num__Group_1_1_1__1__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Num__Group_1_1_1__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-(
-{ before(grammarAccess.getNumAccess().getONE_INTTerminalRuleCall_1_1_1_1()); }
-( RULE_ONE_INT)
-{ after(grammarAccess.getNumAccess().getONE_INTTerminalRuleCall_1_1_1_1()); }
-)
-(
-{ before(grammarAccess.getNumAccess().getONE_INTTerminalRuleCall_1_1_1_1()); }
-( RULE_ONE_INT)*
-{ after(grammarAccess.getNumAccess().getONE_INTTerminalRuleCall_1_1_1_1()); }
-)
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-rule__Hex__Group__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Hex__Group__0__Impl
- rule__Hex__Group__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Hex__Group__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getHexAccess().getHASHMARKTerminalRuleCall_0()); }
- RULE_HASHMARK
-{ after(grammarAccess.getHexAccess().getHASHMARKTerminalRuleCall_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__Hex__Group__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Hex__Group__1__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Hex__Group__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-(
-{ before(grammarAccess.getHexAccess().getGroup_1()); }
-(rule__Hex__Group_1__0)
-{ after(grammarAccess.getHexAccess().getGroup_1()); }
-)
-(
-{ before(grammarAccess.getHexAccess().getGroup_1()); }
-(rule__Hex__Group_1__0)*
-{ after(grammarAccess.getHexAccess().getGroup_1()); }
-)
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-rule__Hex__Group_1__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__Hex__Group_1__0__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Hex__Group_1__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getHexAccess().getAlternatives_1_0()); }
-(rule__Hex__Alternatives_1_0)
-{ after(grammarAccess.getHexAccess().getAlternatives_1_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-rule__Stylesheet__CharsetAssignment_0
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getStylesheetAccess().getCharsetCharsetParserRuleCall_0_0()); }
- rulecharset{ after(grammarAccess.getStylesheetAccess().getCharsetCharsetParserRuleCall_0_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Stylesheet__ImportsAssignment_1
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getStylesheetAccess().getImportsImportExpressionParserRuleCall_1_0()); }
- ruleimportExpression{ after(grammarAccess.getStylesheetAccess().getImportsImportExpressionParserRuleCall_1_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Stylesheet__RulesetAssignment_2_0
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getStylesheetAccess().getRulesetRulesetParserRuleCall_2_0_0()); }
- ruleruleset{ after(grammarAccess.getStylesheetAccess().getRulesetRulesetParserRuleCall_2_0_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Stylesheet__MediaAssignment_2_1
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getStylesheetAccess().getMediaMediaParserRuleCall_2_1_0()); }
- rulemedia{ after(grammarAccess.getStylesheetAccess().getMediaMediaParserRuleCall_2_1_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Stylesheet__PageAssignment_2_2
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getStylesheetAccess().getPagePageParserRuleCall_2_2_0()); }
- rulepage{ after(grammarAccess.getStylesheetAccess().getPagePageParserRuleCall_2_2_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Stylesheet__Font_faceAssignment_2_3
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getStylesheetAccess().getFont_faceFont_faceParserRuleCall_2_3_0()); }
- rulefont_face{ after(grammarAccess.getStylesheetAccess().getFont_faceFont_faceParserRuleCall_2_3_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Stylesheet__KeyframesAssignment_2_4
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getStylesheetAccess().getKeyframesKeyframesParserRuleCall_2_4_0()); }
- rulekeyframes{ after(grammarAccess.getStylesheetAccess().getKeyframesKeyframesParserRuleCall_2_4_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Charset__CharsetAssignment_1
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getCharsetAccess().getCharsetCSSSTRINGTerminalRuleCall_1_0()); }
- RULE_CSSSTRING{ after(grammarAccess.getCharsetAccess().getCharsetCSSSTRINGTerminalRuleCall_1_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__ImportExpression__ValueAssignment_1_0
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getImportExpressionAccess().getValueCSSSTRINGTerminalRuleCall_1_0_0()); }
- RULE_CSSSTRING{ after(grammarAccess.getImportExpressionAccess().getValueCSSSTRINGTerminalRuleCall_1_0_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__ImportExpression__MediaListAssignment_1_1_1
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getImportExpressionAccess().getMediaListMedia_listParserRuleCall_1_1_1_0()); }
- rulemedia_list{ after(grammarAccess.getImportExpressionAccess().getMediaListMedia_listParserRuleCall_1_1_1_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Page__PseudoPageAssignment_2
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getPageAccess().getPseudoPagePseudo_pageParserRuleCall_2_0()); }
- rulepseudo_page{ after(grammarAccess.getPageAccess().getPseudoPagePseudo_pageParserRuleCall_2_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Page__DeclarationsAssignment_4
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getPageAccess().getDeclarationsCss_declarationParserRuleCall_4_0()); }
- rulecss_declaration{ after(grammarAccess.getPageAccess().getDeclarationsCss_declarationParserRuleCall_4_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Page__DeclarationsAssignment_5_1
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getPageAccess().getDeclarationsCss_declarationParserRuleCall_5_1_0()); }
- rulecss_declaration{ after(grammarAccess.getPageAccess().getDeclarationsCss_declarationParserRuleCall_5_1_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Media__MedialistAssignment_1
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getMediaAccess().getMedialistMedia_listParserRuleCall_1_0()); }
- rulemedia_list{ after(grammarAccess.getMediaAccess().getMedialistMedia_listParserRuleCall_1_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Media__RulesetsAssignment_3
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getMediaAccess().getRulesetsRulesetParserRuleCall_3_0()); }
- ruleruleset{ after(grammarAccess.getMediaAccess().getRulesetsRulesetParserRuleCall_3_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Font_face__DeclarationsAssignment_3
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getFont_faceAccess().getDeclarationsCss_declarationParserRuleCall_3_0()); }
- rulecss_declaration{ after(grammarAccess.getFont_faceAccess().getDeclarationsCss_declarationParserRuleCall_3_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Font_face__DeclarationsAssignment_4_1
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getFont_faceAccess().getDeclarationsCss_declarationParserRuleCall_4_1_0()); }
- rulecss_declaration{ after(grammarAccess.getFont_faceAccess().getDeclarationsCss_declarationParserRuleCall_4_1_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Keyframes__NameAssignment_2
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getKeyframesAccess().getNameIdentifierParserRuleCall_2_0()); }
- ruleIdentifier{ after(grammarAccess.getKeyframesAccess().getNameIdentifierParserRuleCall_2_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Keyframes__KeyframeselectorsAssignment_4
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getKeyframesAccess().getKeyframeselectorsKeyframe_selectorParserRuleCall_4_0()); }
- rulekeyframe_selector{ after(grammarAccess.getKeyframesAccess().getKeyframeselectorsKeyframe_selectorParserRuleCall_4_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Keyframes__KeyframeselectorsAssignment_5_1
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getKeyframesAccess().getKeyframeselectorsKeyframe_selectorParserRuleCall_5_1_0()); }
- rulekeyframe_selector{ after(grammarAccess.getKeyframesAccess().getKeyframeselectorsKeyframe_selectorParserRuleCall_5_1_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Keyframe_selector__TypeAssignment_0_0
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getKeyframe_selectorAccess().getTypeIdentifierParserRuleCall_0_0_0()); }
- ruleIdentifier{ after(grammarAccess.getKeyframe_selectorAccess().getTypeIdentifierParserRuleCall_0_0_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Keyframe_selector__PercentageAssignment_0_1_0
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getKeyframe_selectorAccess().getPercentageNumParserRuleCall_0_1_0_0()); }
- ruleNum{ after(grammarAccess.getKeyframe_selectorAccess().getPercentageNumParserRuleCall_0_1_0_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Keyframe_selector__DeclarationsAssignment_2
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getKeyframe_selectorAccess().getDeclarationsCss_declarationParserRuleCall_2_0()); }
- rulecss_declaration{ after(grammarAccess.getKeyframe_selectorAccess().getDeclarationsCss_declarationParserRuleCall_2_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Keyframe_selector__DeclarationsAssignment_3_1
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getKeyframe_selectorAccess().getDeclarationsCss_declarationParserRuleCall_3_1_0()); }
- rulecss_declaration{ after(grammarAccess.getKeyframe_selectorAccess().getDeclarationsCss_declarationParserRuleCall_3_1_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Ruleset__SelectorsAssignment_0
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getRulesetAccess().getSelectorsSelectorParserRuleCall_0_0()); }
- ruleselector{ after(grammarAccess.getRulesetAccess().getSelectorsSelectorParserRuleCall_0_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Ruleset__SelectorsAssignment_1_2
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getRulesetAccess().getSelectorsSelectorParserRuleCall_1_2_0()); }
- ruleselector{ after(grammarAccess.getRulesetAccess().getSelectorsSelectorParserRuleCall_1_2_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Ruleset__DeclarationsAssignment_4_0
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getRulesetAccess().getDeclarationsCss_declarationParserRuleCall_4_0_0()); }
- rulecss_declaration{ after(grammarAccess.getRulesetAccess().getDeclarationsCss_declarationParserRuleCall_4_0_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Ruleset__DeclarationsAssignment_4_1_1
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getRulesetAccess().getDeclarationsCss_declarationParserRuleCall_4_1_1_0()); }
- rulecss_declaration{ after(grammarAccess.getRulesetAccess().getDeclarationsCss_declarationParserRuleCall_4_1_1_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Selector__SimpleselectorsAssignment_0
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getSelectorAccess().getSimpleselectorsSimple_selectorParserRuleCall_0_0()); }
- rulesimple_selector{ after(grammarAccess.getSelectorAccess().getSimpleselectorsSimple_selectorParserRuleCall_0_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Selector__CombinatorAssignment_1_0_0
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getSelectorAccess().getCombinatorCombinatorParserRuleCall_1_0_0_0()); }
- rulecombinator{ after(grammarAccess.getSelectorAccess().getCombinatorCombinatorParserRuleCall_1_0_0_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Selector__SelectorAssignment_1_0_2
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getSelectorAccess().getSelectorSelectorParserRuleCall_1_0_2_0()); }
- ruleselector{ after(grammarAccess.getSelectorAccess().getSelectorSelectorParserRuleCall_1_0_2_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Selector__CombinatorAssignment_1_1_1_0
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getSelectorAccess().getCombinatorCombinatorParserRuleCall_1_1_1_0_0()); }
- rulecombinator{ after(grammarAccess.getSelectorAccess().getCombinatorCombinatorParserRuleCall_1_1_1_0_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Selector__SelectorAssignment_1_1_2
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getSelectorAccess().getSelectorSelectorParserRuleCall_1_1_2_0()); }
- ruleselector{ after(grammarAccess.getSelectorAccess().getSelectorSelectorParserRuleCall_1_1_2_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__SimpleSelectorForNegation__ElementAssignment_0_0_0
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getSimpleSelectorForNegationAccess().getElementElementSelectorParserRuleCall_0_0_0_0()); }
- ruleElementSelector{ after(grammarAccess.getSimpleSelectorForNegationAccess().getElementElementSelectorParserRuleCall_0_0_0_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__SimpleSelectorForNegation__UniversalAssignment_0_0_1
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getSimpleSelectorForNegationAccess().getUniversalUniversalSelectorParserRuleCall_0_0_1_0()); }
- ruleUniversalSelector{ after(grammarAccess.getSimpleSelectorForNegationAccess().getUniversalUniversalSelectorParserRuleCall_0_0_1_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__SimpleSelectorForNegation__SubSelectorsAssignment_0_1
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getSimpleSelectorForNegationAccess().getSubSelectorsSubSelectorForNegationParserRuleCall_0_1_0()); }
- ruleSubSelectorForNegation{ after(grammarAccess.getSimpleSelectorForNegationAccess().getSubSelectorsSubSelectorForNegationParserRuleCall_0_1_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__SimpleSelectorForNegation__SubSelectorsAssignment_1
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getSimpleSelectorForNegationAccess().getSubSelectorsSubSelectorForNegationParserRuleCall_1_0()); }
- ruleSubSelectorForNegation{ after(grammarAccess.getSimpleSelectorForNegationAccess().getSubSelectorsSubSelectorForNegationParserRuleCall_1_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Simple_selector__ElementAssignment_0_0_0
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getSimple_selectorAccess().getElementElementSelectorParserRuleCall_0_0_0_0()); }
- ruleElementSelector{ after(grammarAccess.getSimple_selectorAccess().getElementElementSelectorParserRuleCall_0_0_0_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Simple_selector__UniversalAssignment_0_0_1
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getSimple_selectorAccess().getUniversalUniversalSelectorParserRuleCall_0_0_1_0()); }
- ruleUniversalSelector{ after(grammarAccess.getSimple_selectorAccess().getUniversalUniversalSelectorParserRuleCall_0_0_1_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Simple_selector__SubSelectorsAssignment_0_1
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getSimple_selectorAccess().getSubSelectorsSubSelectorParserRuleCall_0_1_0()); }
- ruleSubSelector{ after(grammarAccess.getSimple_selectorAccess().getSubSelectorsSubSelectorParserRuleCall_0_1_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Simple_selector__SubSelectorsAssignment_1
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getSimple_selectorAccess().getSubSelectorsSubSelectorParserRuleCall_1_0()); }
- ruleSubSelector{ after(grammarAccess.getSimple_selectorAccess().getSubSelectorsSubSelectorParserRuleCall_1_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__AttributeSelector__NameAssignment_2
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getAttributeSelectorAccess().getNameIdentifierParserRuleCall_2_0()); }
- ruleIdentifier{ after(grammarAccess.getAttributeSelectorAccess().getNameIdentifierParserRuleCall_2_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__AttributeSelector__OpAssignment_3_0
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getAttributeSelectorAccess().getOpAlternatives_3_0_0()); }
-(rule__AttributeSelector__OpAlternatives_3_0_0)
-{ after(grammarAccess.getAttributeSelectorAccess().getOpAlternatives_3_0_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__AttributeSelector__ValueAssignment_3_1
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getAttributeSelectorAccess().getValueAlternatives_3_1_0()); }
-(rule__AttributeSelector__ValueAlternatives_3_1_0)
-{ after(grammarAccess.getAttributeSelectorAccess().getValueAlternatives_3_1_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__ClassSelector__NameAssignment_2
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getClassSelectorAccess().getNameIdentifierParserRuleCall_2_0()); }
- ruleIdentifier{ after(grammarAccess.getClassSelectorAccess().getNameIdentifierParserRuleCall_2_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__ElementSelector__NameAssignment_1
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getElementSelectorAccess().getNameIdentifierParserRuleCall_1_0()); }
- ruleIdentifier{ after(grammarAccess.getElementSelectorAccess().getNameIdentifierParserRuleCall_1_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__UniversalSelector__NamespaceAssignment_1
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getUniversalSelectorAccess().getNamespaceCss_namespace_prefixParserRuleCall_1_0()); }
- rulecss_namespace_prefix{ after(grammarAccess.getUniversalSelectorAccess().getNamespaceCss_namespace_prefixParserRuleCall_1_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__IdSelector__NameAssignment_2
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getIdSelectorAccess().getNameIdentifierParserRuleCall_2_0()); }
- ruleIdentifier{ after(grammarAccess.getIdSelectorAccess().getNameIdentifierParserRuleCall_2_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Css_declaration__PropertyAssignment_1
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getCss_declarationAccess().getPropertyCss_propertyParserRuleCall_1_0()); }
- rulecss_property{ after(grammarAccess.getCss_declarationAccess().getPropertyCss_propertyParserRuleCall_1_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Css_declaration__ValueTokensAssignment_4
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getCss_declarationAccess().getValueTokensCssTokParserRuleCall_4_0()); }
- ruleCssTok{ after(grammarAccess.getCss_declarationAccess().getValueTokensCssTokParserRuleCall_4_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Css_declaration__ImportantAssignment_5
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getCss_declarationAccess().getImportantIMPORTANT_SYMTerminalRuleCall_5_0()); }
- RULE_IMPORTANT_SYM{ after(grammarAccess.getCss_declarationAccess().getImportantIMPORTANT_SYMTerminalRuleCall_5_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__Css_property__NameAssignment_1
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getCss_propertyAccess().getNameValidPropertyIdentParserRuleCall_1_0()); }
- ruleValidPropertyIdent{ after(grammarAccess.getCss_propertyAccess().getNameValidPropertyIdentParserRuleCall_1_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__PseudoClassName__NameAssignment
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getPseudoClassNameAccess().getNameIdentifierParserRuleCall_0()); }
- ruleIdentifier{ after(grammarAccess.getPseudoClassNameAccess().getNameIdentifierParserRuleCall_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__PseudoClassFunction__NotAssignment_0_0
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getPseudoClassFunctionAccess().getNotNotFunctionCallParserRuleCall_0_0_0()); }
- ruleNotFunctionCall{ after(grammarAccess.getPseudoClassFunctionAccess().getNotNotFunctionCallParserRuleCall_0_0_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__PseudoClassFunction__ParamSelectorAssignment_0_1
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getPseudoClassFunctionAccess().getParamSelectorSimpleSelectorForNegationParserRuleCall_0_1_0()); }
- ruleSimpleSelectorForNegation{ after(grammarAccess.getPseudoClassFunctionAccess().getParamSelectorSimpleSelectorForNegationParserRuleCall_0_1_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__PseudoClassFunction__NameAssignment_1_1
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getPseudoClassFunctionAccess().getNameIdentifierParserRuleCall_1_1_0()); }
- ruleIdentifier{ after(grammarAccess.getPseudoClassFunctionAccess().getNameIdentifierParserRuleCall_1_1_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__PseudoClassFunction__ParamsAssignment_1_3
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getPseudoClassFunctionAccess().getParamsCssTokParserRuleCall_1_3_0()); }
- ruleCssTok{ after(grammarAccess.getPseudoClassFunctionAccess().getParamsCssTokParserRuleCall_1_3_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__SymbolTok__SymbolAssignment_1
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getSymbolTokAccess().getSymbolAlternatives_1_0()); }
-(rule__SymbolTok__SymbolAlternatives_1_0)
-{ after(grammarAccess.getSymbolTokAccess().getSymbolAlternatives_1_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__StringTok__ValueAssignment_1
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getStringTokAccess().getValueCSSSTRINGTerminalRuleCall_1_0()); }
- RULE_CSSSTRING{ after(grammarAccess.getStringTokAccess().getValueCSSSTRINGTerminalRuleCall_1_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__NumberTok__ValAssignment_1
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getNumberTokAccess().getValNumParserRuleCall_1_0()); }
- ruleNum{ after(grammarAccess.getNumberTokAccess().getValNumParserRuleCall_1_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__UrlTok__UrlAssignment_1
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getUrlTokAccess().getUrlURLTypeParserRuleCall_1_0()); }
- ruleURLType{ after(grammarAccess.getUrlTokAccess().getUrlURLTypeParserRuleCall_1_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__ColorTok__ValueAssignment_1
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getColorTokAccess().getValueHexParserRuleCall_1_0()); }
- ruleHex{ after(grammarAccess.getColorTokAccess().getValueHexParserRuleCall_1_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__IdentifierOrFuncTok__NameAssignment_1
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getIdentifierOrFuncTokAccess().getNameIdentifierParserRuleCall_1_0()); }
- ruleIdentifier{ after(grammarAccess.getIdentifierOrFuncTokAccess().getNameIdentifierParserRuleCall_1_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__IdentifierOrFuncTok__ParamsAssignment_2_2
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getIdentifierOrFuncTokAccess().getParamsCssTokParserRuleCall_2_2_0()); }
- ruleCssTok{ after(grammarAccess.getIdentifierOrFuncTokAccess().getParamsCssTokParserRuleCall_2_2_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__URLType__UrlAssignment_1
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getURLTypeAccess().getUrlValidURLParserRuleCall_1_0()); }
- ruleValidURL{ after(grammarAccess.getURLTypeAccess().getUrlValidURLParserRuleCall_1_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-RULE_IMPORTANT_SYM : '!important';
-
-RULE_ONE_INT : '0'..'9';
-
-RULE_ONE_HEX_LETTER : ('a'..'f'|'A'..'F');
-
-RULE_ONE_NON_HEX_LETTER : ('g'..'z'|'G'..'Z');
-
-RULE_UNDERSCORE : '_';
-
-RULE_DASH : '-';
-
-RULE_PLUS : '+';
-
-RULE_HASHMARK : '#';
-
-RULE_COMMA : ',';
-
-RULE_PERCENT : '%';
-
-RULE_ML_COMMENT : '/*' ( options {greedy=false;} : . )*'*/';
-
-RULE_WS : (' '|'\t'|'\r'|'\n')+;
-
-RULE_CSSSTRING : ('"' ('\\' ('b'|'t'|'n'|'f'|'r'|'u'|'"'|'\''|'0'..'9'|'a'..'f'|'A'..'F'|'\\')|~(('\\'|'"')))* '"'|'\'' ('\\' ('b'|'t'|'n'|'f'|'r'|'u'|'"'|'\''|'0'..'9'|'a'..'f'|'A'..'F'|'\\')|~(('\\'|'\'')))* '\'');
-
-RULE_INCLUDES : '~=';
-
-RULE_DASHMATCH : '|=';
-
-RULE_COLON : ':';
-
-
+/*
+ * generated by Xtext
+ */
+grammar InternalCSS;
+
+options {
+ superClass=AbstractInternalContentAssistParser;
+ backtrack=true;
+
+}
+
+@lexer::header {
+package org.eclipse.papyrus.infra.gmfdiag.css3.ui.contentassist.antlr.internal;
+
+// 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;
+}
+
+@parser::header {
+package org.eclipse.papyrus.infra.gmfdiag.css3.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.papyrus.infra.gmfdiag.css3.services.CSSGrammarAccess;
+
+}
+
+@parser::members {
+
+ private CSSGrammarAccess grammarAccess;
+
+ public void setGrammarAccess(CSSGrammarAccess grammarAccess) {
+ this.grammarAccess = grammarAccess;
+ }
+
+ @Override
+ protected Grammar getGrammar() {
+ return grammarAccess.getGrammar();
+ }
+
+ @Override
+ protected String getValueForTokenName(String tokenName) {
+ return tokenName;
+ }
+
+}
+
+
+
+
+// Entry rule entryRulestylesheet
+entryRulestylesheet
+:
+{ before(grammarAccess.getStylesheetRule()); }
+ rulestylesheet
+{ after(grammarAccess.getStylesheetRule()); }
+ EOF
+;
+
+// Rule stylesheet
+rulestylesheet
+ @init {
+ int stackSize = keepStackSize();
+ }
+ :
+(
+{ before(grammarAccess.getStylesheetAccess().getGroup()); }
+(rule__Stylesheet__Group__0)
+{ after(grammarAccess.getStylesheetAccess().getGroup()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+// Entry rule entryRulecharset
+entryRulecharset
+:
+{ before(grammarAccess.getCharsetRule()); }
+ rulecharset
+{ after(grammarAccess.getCharsetRule()); }
+ EOF
+;
+
+// Rule charset
+rulecharset
+ @init {
+ int stackSize = keepStackSize();
+ }
+ :
+(
+{ before(grammarAccess.getCharsetAccess().getGroup()); }
+(rule__Charset__Group__0)
+{ after(grammarAccess.getCharsetAccess().getGroup()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+// Entry rule entryRuleimportExpression
+entryRuleimportExpression
+:
+{ before(grammarAccess.getImportExpressionRule()); }
+ ruleimportExpression
+{ after(grammarAccess.getImportExpressionRule()); }
+ EOF
+;
+
+// Rule importExpression
+ruleimportExpression
+ @init {
+ int stackSize = keepStackSize();
+ }
+ :
+(
+{ before(grammarAccess.getImportExpressionAccess().getGroup()); }
+(rule__ImportExpression__Group__0)
+{ after(grammarAccess.getImportExpressionAccess().getGroup()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+// Entry rule entryRulepage
+entryRulepage
+:
+{ before(grammarAccess.getPageRule()); }
+ rulepage
+{ after(grammarAccess.getPageRule()); }
+ EOF
+;
+
+// Rule page
+rulepage
+ @init {
+ int stackSize = keepStackSize();
+ }
+ :
+(
+{ before(grammarAccess.getPageAccess().getGroup()); }
+(rule__Page__Group__0)
+{ after(grammarAccess.getPageAccess().getGroup()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+// Entry rule entryRulepseudo_page
+entryRulepseudo_page
+:
+{ before(grammarAccess.getPseudo_pageRule()); }
+ rulepseudo_page
+{ after(grammarAccess.getPseudo_pageRule()); }
+ EOF
+;
+
+// Rule pseudo_page
+rulepseudo_page
+ @init {
+ int stackSize = keepStackSize();
+ }
+ :
+(
+{ before(grammarAccess.getPseudo_pageAccess().getGroup()); }
+(rule__Pseudo_page__Group__0)
+{ after(grammarAccess.getPseudo_pageAccess().getGroup()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+// Entry rule entryRulemedia
+entryRulemedia
+:
+{ before(grammarAccess.getMediaRule()); }
+ rulemedia
+{ after(grammarAccess.getMediaRule()); }
+ EOF
+;
+
+// Rule media
+rulemedia
+ @init {
+ int stackSize = keepStackSize();
+ }
+ :
+(
+{ before(grammarAccess.getMediaAccess().getGroup()); }
+(rule__Media__Group__0)
+{ after(grammarAccess.getMediaAccess().getGroup()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+// Entry rule entryRulemedia_list
+entryRulemedia_list
+:
+{ before(grammarAccess.getMedia_listRule()); }
+ rulemedia_list
+{ after(grammarAccess.getMedia_listRule()); }
+ EOF
+;
+
+// Rule media_list
+rulemedia_list
+ @init {
+ int stackSize = keepStackSize();
+ }
+ :
+(
+{ before(grammarAccess.getMedia_listAccess().getGroup()); }
+(rule__Media_list__Group__0)
+{ after(grammarAccess.getMedia_listAccess().getGroup()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+// Entry rule entryRulemedium
+entryRulemedium
+:
+{ before(grammarAccess.getMediumRule()); }
+ rulemedium
+{ after(grammarAccess.getMediumRule()); }
+ EOF
+;
+
+// Rule medium
+rulemedium
+ @init {
+ int stackSize = keepStackSize();
+ }
+ :
+(
+{ before(grammarAccess.getMediumAccess().getIdentifierParserRuleCall()); }
+ ruleIdentifier
+{ after(grammarAccess.getMediumAccess().getIdentifierParserRuleCall()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+// Entry rule entryRulefont_face
+entryRulefont_face
+:
+{ before(grammarAccess.getFont_faceRule()); }
+ rulefont_face
+{ after(grammarAccess.getFont_faceRule()); }
+ EOF
+;
+
+// Rule font_face
+rulefont_face
+ @init {
+ int stackSize = keepStackSize();
+ }
+ :
+(
+{ before(grammarAccess.getFont_faceAccess().getGroup()); }
+(rule__Font_face__Group__0)
+{ after(grammarAccess.getFont_faceAccess().getGroup()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+// Entry rule entryRulekeyframes
+entryRulekeyframes
+:
+{ before(grammarAccess.getKeyframesRule()); }
+ rulekeyframes
+{ after(grammarAccess.getKeyframesRule()); }
+ EOF
+;
+
+// Rule keyframes
+rulekeyframes
+ @init {
+ int stackSize = keepStackSize();
+ }
+ :
+(
+{ before(grammarAccess.getKeyframesAccess().getGroup()); }
+(rule__Keyframes__Group__0)
+{ after(grammarAccess.getKeyframesAccess().getGroup()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+// Entry rule entryRulekeyframe_selector
+entryRulekeyframe_selector
+:
+{ before(grammarAccess.getKeyframe_selectorRule()); }
+ rulekeyframe_selector
+{ after(grammarAccess.getKeyframe_selectorRule()); }
+ EOF
+;
+
+// Rule keyframe_selector
+rulekeyframe_selector
+ @init {
+ int stackSize = keepStackSize();
+ }
+ :
+(
+{ before(grammarAccess.getKeyframe_selectorAccess().getGroup()); }
+(rule__Keyframe_selector__Group__0)
+{ after(grammarAccess.getKeyframe_selectorAccess().getGroup()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+// Entry rule entryRuleruleset
+entryRuleruleset
+:
+{ before(grammarAccess.getRulesetRule()); }
+ ruleruleset
+{ after(grammarAccess.getRulesetRule()); }
+ EOF
+;
+
+// Rule ruleset
+ruleruleset
+ @init {
+ int stackSize = keepStackSize();
+ }
+ :
+(
+{ before(grammarAccess.getRulesetAccess().getGroup()); }
+(rule__Ruleset__Group__0)
+{ after(grammarAccess.getRulesetAccess().getGroup()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+// Entry rule entryRuleselector
+entryRuleselector
+:
+{ before(grammarAccess.getSelectorRule()); }
+ ruleselector
+{ after(grammarAccess.getSelectorRule()); }
+ EOF
+;
+
+// Rule selector
+ruleselector
+ @init {
+ int stackSize = keepStackSize();
+ }
+ :
+(
+{ before(grammarAccess.getSelectorAccess().getGroup()); }
+(rule__Selector__Group__0)
+{ after(grammarAccess.getSelectorAccess().getGroup()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+// Entry rule entryRuleSimpleSelectorForNegation
+entryRuleSimpleSelectorForNegation
+:
+{ before(grammarAccess.getSimpleSelectorForNegationRule()); }
+ ruleSimpleSelectorForNegation
+{ after(grammarAccess.getSimpleSelectorForNegationRule()); }
+ EOF
+;
+
+// Rule SimpleSelectorForNegation
+ruleSimpleSelectorForNegation
+ @init {
+ int stackSize = keepStackSize();
+ }
+ :
+(
+{ before(grammarAccess.getSimpleSelectorForNegationAccess().getAlternatives()); }
+(rule__SimpleSelectorForNegation__Alternatives)
+{ after(grammarAccess.getSimpleSelectorForNegationAccess().getAlternatives()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+// Entry rule entryRuleSubSelectorForNegation
+entryRuleSubSelectorForNegation
+:
+{ before(grammarAccess.getSubSelectorForNegationRule()); }
+ ruleSubSelectorForNegation
+{ after(grammarAccess.getSubSelectorForNegationRule()); }
+ EOF
+;
+
+// Rule SubSelectorForNegation
+ruleSubSelectorForNegation
+ @init {
+ int stackSize = keepStackSize();
+ }
+ :
+(
+{ before(grammarAccess.getSubSelectorForNegationAccess().getAlternatives()); }
+(rule__SubSelectorForNegation__Alternatives)
+{ after(grammarAccess.getSubSelectorForNegationAccess().getAlternatives()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+// Entry rule entryRulesimple_selector
+entryRulesimple_selector
+:
+{ before(grammarAccess.getSimple_selectorRule()); }
+ rulesimple_selector
+{ after(grammarAccess.getSimple_selectorRule()); }
+ EOF
+;
+
+// Rule simple_selector
+rulesimple_selector
+ @init {
+ int stackSize = keepStackSize();
+ }
+ :
+(
+{ before(grammarAccess.getSimple_selectorAccess().getAlternatives()); }
+(rule__Simple_selector__Alternatives)
+{ after(grammarAccess.getSimple_selectorAccess().getAlternatives()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+// Entry rule entryRuleSubSelector
+entryRuleSubSelector
+:
+{ before(grammarAccess.getSubSelectorRule()); }
+ ruleSubSelector
+{ after(grammarAccess.getSubSelectorRule()); }
+ EOF
+;
+
+// Rule SubSelector
+ruleSubSelector
+ @init {
+ int stackSize = keepStackSize();
+ }
+ :
+(
+{ before(grammarAccess.getSubSelectorAccess().getAlternatives()); }
+(rule__SubSelector__Alternatives)
+{ after(grammarAccess.getSubSelectorAccess().getAlternatives()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+// Entry rule entryRuleAttributeSelector
+entryRuleAttributeSelector
+:
+{ before(grammarAccess.getAttributeSelectorRule()); }
+ ruleAttributeSelector
+{ after(grammarAccess.getAttributeSelectorRule()); }
+ EOF
+;
+
+// Rule AttributeSelector
+ruleAttributeSelector
+ @init {
+ int stackSize = keepStackSize();
+ }
+ :
+(
+{ before(grammarAccess.getAttributeSelectorAccess().getGroup()); }
+(rule__AttributeSelector__Group__0)
+{ after(grammarAccess.getAttributeSelectorAccess().getGroup()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+// Entry rule entryRuleClassSelector
+entryRuleClassSelector
+:
+{ before(grammarAccess.getClassSelectorRule()); }
+ ruleClassSelector
+{ after(grammarAccess.getClassSelectorRule()); }
+ EOF
+;
+
+// Rule ClassSelector
+ruleClassSelector
+ @init {
+ int stackSize = keepStackSize();
+ }
+ :
+(
+{ before(grammarAccess.getClassSelectorAccess().getGroup()); }
+(rule__ClassSelector__Group__0)
+{ after(grammarAccess.getClassSelectorAccess().getGroup()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+// Entry rule entryRuleElementSelector
+entryRuleElementSelector
+:
+{ before(grammarAccess.getElementSelectorRule()); }
+ ruleElementSelector
+{ after(grammarAccess.getElementSelectorRule()); }
+ EOF
+;
+
+// Rule ElementSelector
+ruleElementSelector
+ @init {
+ int stackSize = keepStackSize();
+ }
+ :
+(
+{ before(grammarAccess.getElementSelectorAccess().getGroup()); }
+(rule__ElementSelector__Group__0)
+{ after(grammarAccess.getElementSelectorAccess().getGroup()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+// Entry rule entryRuleUniversalSelector
+entryRuleUniversalSelector
+:
+{ before(grammarAccess.getUniversalSelectorRule()); }
+ ruleUniversalSelector
+{ after(grammarAccess.getUniversalSelectorRule()); }
+ EOF
+;
+
+// Rule UniversalSelector
+ruleUniversalSelector
+ @init {
+ int stackSize = keepStackSize();
+ }
+ :
+(
+{ before(grammarAccess.getUniversalSelectorAccess().getGroup()); }
+(rule__UniversalSelector__Group__0)
+{ after(grammarAccess.getUniversalSelectorAccess().getGroup()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+// Entry rule entryRuleIdSelector
+entryRuleIdSelector
+:
+{ before(grammarAccess.getIdSelectorRule()); }
+ ruleIdSelector
+{ after(grammarAccess.getIdSelectorRule()); }
+ EOF
+;
+
+// Rule IdSelector
+ruleIdSelector
+ @init {
+ int stackSize = keepStackSize();
+ }
+ :
+(
+{ before(grammarAccess.getIdSelectorAccess().getGroup()); }
+(rule__IdSelector__Group__0)
+{ after(grammarAccess.getIdSelectorAccess().getGroup()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+// Entry rule entryRulecss_namespace_prefix
+entryRulecss_namespace_prefix
+:
+{ before(grammarAccess.getCss_namespace_prefixRule()); }
+ rulecss_namespace_prefix
+{ after(grammarAccess.getCss_namespace_prefixRule()); }
+ EOF
+;
+
+// Rule css_namespace_prefix
+rulecss_namespace_prefix
+ @init {
+ int stackSize = keepStackSize();
+ }
+ :
+(
+{ before(grammarAccess.getCss_namespace_prefixAccess().getGroup()); }
+(rule__Css_namespace_prefix__Group__0)
+{ after(grammarAccess.getCss_namespace_prefixAccess().getGroup()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+// Entry rule entryRulecss_declaration
+entryRulecss_declaration
+:
+{ before(grammarAccess.getCss_declarationRule()); }
+ rulecss_declaration
+{ after(grammarAccess.getCss_declarationRule()); }
+ EOF
+;
+
+// Rule css_declaration
+rulecss_declaration
+ @init {
+ int stackSize = keepStackSize();
+ }
+ :
+(
+{ before(grammarAccess.getCss_declarationAccess().getGroup()); }
+(rule__Css_declaration__Group__0)
+{ after(grammarAccess.getCss_declarationAccess().getGroup()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+// Entry rule entryRulecss_property
+entryRulecss_property
+:
+{ before(grammarAccess.getCss_propertyRule()); }
+ rulecss_property
+{ after(grammarAccess.getCss_propertyRule()); }
+ EOF
+;
+
+// Rule css_property
+rulecss_property
+ @init {
+ int stackSize = keepStackSize();
+ }
+ :
+(
+{ before(grammarAccess.getCss_propertyAccess().getGroup()); }
+(rule__Css_property__Group__0)
+{ after(grammarAccess.getCss_propertyAccess().getGroup()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+// Entry rule entryRuleValidPropertyIdent
+entryRuleValidPropertyIdent
+:
+{ before(grammarAccess.getValidPropertyIdentRule()); }
+ ruleValidPropertyIdent
+{ after(grammarAccess.getValidPropertyIdentRule()); }
+ EOF
+;
+
+// Rule ValidPropertyIdent
+ruleValidPropertyIdent
+ @init {
+ int stackSize = keepStackSize();
+ }
+ :
+(
+{ before(grammarAccess.getValidPropertyIdentAccess().getIdentifierParserRuleCall()); }
+ ruleIdentifier
+{ after(grammarAccess.getValidPropertyIdentAccess().getIdentifierParserRuleCall()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+// Entry rule entryRulePseudoClassOrFunc
+entryRulePseudoClassOrFunc
+:
+{ before(grammarAccess.getPseudoClassOrFuncRule()); }
+ rulePseudoClassOrFunc
+{ after(grammarAccess.getPseudoClassOrFuncRule()); }
+ EOF
+;
+
+// Rule PseudoClassOrFunc
+rulePseudoClassOrFunc
+ @init {
+ int stackSize = keepStackSize();
+ }
+ :
+(
+{ before(grammarAccess.getPseudoClassOrFuncAccess().getAlternatives()); }
+(rule__PseudoClassOrFunc__Alternatives)
+{ after(grammarAccess.getPseudoClassOrFuncAccess().getAlternatives()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+// Entry rule entryRulePseudoClass
+entryRulePseudoClass
+:
+{ before(grammarAccess.getPseudoClassRule()); }
+ rulePseudoClass
+{ after(grammarAccess.getPseudoClassRule()); }
+ EOF
+;
+
+// Rule PseudoClass
+rulePseudoClass
+ @init {
+ int stackSize = keepStackSize();
+ }
+ :
+(
+{ before(grammarAccess.getPseudoClassAccess().getGroup()); }
+(rule__PseudoClass__Group__0)
+{ after(grammarAccess.getPseudoClassAccess().getGroup()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+// Entry rule entryRulePseudoClassName
+entryRulePseudoClassName
+:
+{ before(grammarAccess.getPseudoClassNameRule()); }
+ rulePseudoClassName
+{ after(grammarAccess.getPseudoClassNameRule()); }
+ EOF
+;
+
+// Rule PseudoClassName
+rulePseudoClassName
+ @init {
+ int stackSize = keepStackSize();
+ }
+ :
+(
+{ before(grammarAccess.getPseudoClassNameAccess().getNameAssignment()); }
+(rule__PseudoClassName__NameAssignment)
+{ after(grammarAccess.getPseudoClassNameAccess().getNameAssignment()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+// Entry rule entryRulePseudoClassFunction
+entryRulePseudoClassFunction
+:
+{ before(grammarAccess.getPseudoClassFunctionRule()); }
+ rulePseudoClassFunction
+{ after(grammarAccess.getPseudoClassFunctionRule()); }
+ EOF
+;
+
+// Rule PseudoClassFunction
+rulePseudoClassFunction
+ @init {
+ int stackSize = keepStackSize();
+ }
+ :
+(
+{ before(grammarAccess.getPseudoClassFunctionAccess().getAlternatives()); }
+(rule__PseudoClassFunction__Alternatives)
+{ after(grammarAccess.getPseudoClassFunctionAccess().getAlternatives()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+// Entry rule entryRuleNotFunctionCall
+entryRuleNotFunctionCall
+:
+{ before(grammarAccess.getNotFunctionCallRule()); }
+ ruleNotFunctionCall
+{ after(grammarAccess.getNotFunctionCallRule()); }
+ EOF
+;
+
+// Rule NotFunctionCall
+ruleNotFunctionCall
+ @init {
+ int stackSize = keepStackSize();
+ }
+ :
+(
+{ before(grammarAccess.getNotFunctionCallAccess().getGroup()); }
+(rule__NotFunctionCall__Group__0)
+{ after(grammarAccess.getNotFunctionCallAccess().getGroup()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+// Entry rule entryRulecombinator
+entryRulecombinator
+:
+{ before(grammarAccess.getCombinatorRule()); }
+ rulecombinator
+{ after(grammarAccess.getCombinatorRule()); }
+ EOF
+;
+
+// Rule combinator
+rulecombinator
+ @init {
+ int stackSize = keepStackSize();
+ }
+ :
+(
+{ before(grammarAccess.getCombinatorAccess().getAlternatives()); }
+(rule__Combinator__Alternatives)
+{ after(grammarAccess.getCombinatorAccess().getAlternatives()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+
+// Entry rule entryRuleSymbolTok
+entryRuleSymbolTok
+:
+{ before(grammarAccess.getSymbolTokRule()); }
+ ruleSymbolTok
+{ after(grammarAccess.getSymbolTokRule()); }
+ EOF
+;
+
+// Rule SymbolTok
+ruleSymbolTok
+ @init {
+ int stackSize = keepStackSize();
+ }
+ :
+(
+{ before(grammarAccess.getSymbolTokAccess().getGroup()); }
+(rule__SymbolTok__Group__0)
+{ after(grammarAccess.getSymbolTokAccess().getGroup()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+// Entry rule entryRuleWSTok
+entryRuleWSTok
+:
+{ before(grammarAccess.getWSTokRule()); }
+ ruleWSTok
+{ after(grammarAccess.getWSTokRule()); }
+ EOF
+;
+
+// Rule WSTok
+ruleWSTok
+ @init {
+ int stackSize = keepStackSize();
+ }
+ :
+(
+{ before(grammarAccess.getWSTokAccess().getGroup()); }
+(rule__WSTok__Group__0)
+{ after(grammarAccess.getWSTokAccess().getGroup()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+// Entry rule entryRuleStringTok
+entryRuleStringTok
+:
+{ before(grammarAccess.getStringTokRule()); }
+ ruleStringTok
+{ after(grammarAccess.getStringTokRule()); }
+ EOF
+;
+
+// Rule StringTok
+ruleStringTok
+ @init {
+ int stackSize = keepStackSize();
+ }
+ :
+(
+{ before(grammarAccess.getStringTokAccess().getGroup()); }
+(rule__StringTok__Group__0)
+{ after(grammarAccess.getStringTokAccess().getGroup()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+// Entry rule entryRuleNumberTok
+entryRuleNumberTok
+:
+{ before(grammarAccess.getNumberTokRule()); }
+ ruleNumberTok
+{ after(grammarAccess.getNumberTokRule()); }
+ EOF
+;
+
+// Rule NumberTok
+ruleNumberTok
+ @init {
+ int stackSize = keepStackSize();
+ }
+ :
+(
+{ before(grammarAccess.getNumberTokAccess().getGroup()); }
+(rule__NumberTok__Group__0)
+{ after(grammarAccess.getNumberTokAccess().getGroup()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+// Entry rule entryRuleUrlTok
+entryRuleUrlTok
+:
+{ before(grammarAccess.getUrlTokRule()); }
+ ruleUrlTok
+{ after(grammarAccess.getUrlTokRule()); }
+ EOF
+;
+
+// Rule UrlTok
+ruleUrlTok
+ @init {
+ int stackSize = keepStackSize();
+ }
+ :
+(
+{ before(grammarAccess.getUrlTokAccess().getGroup()); }
+(rule__UrlTok__Group__0)
+{ after(grammarAccess.getUrlTokAccess().getGroup()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+// Entry rule entryRuleColorTok
+entryRuleColorTok
+:
+{ before(grammarAccess.getColorTokRule()); }
+ ruleColorTok
+{ after(grammarAccess.getColorTokRule()); }
+ EOF
+;
+
+// Rule ColorTok
+ruleColorTok
+ @init {
+ int stackSize = keepStackSize();
+ }
+ :
+(
+{ before(grammarAccess.getColorTokAccess().getGroup()); }
+(rule__ColorTok__Group__0)
+{ after(grammarAccess.getColorTokAccess().getGroup()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+// Entry rule entryRuleIdentifierOrFuncTok
+entryRuleIdentifierOrFuncTok
+:
+{ before(grammarAccess.getIdentifierOrFuncTokRule()); }
+ ruleIdentifierOrFuncTok
+{ after(grammarAccess.getIdentifierOrFuncTokRule()); }
+ EOF
+;
+
+// Rule IdentifierOrFuncTok
+ruleIdentifierOrFuncTok
+ @init {
+ int stackSize = keepStackSize();
+ }
+ :
+(
+{ before(grammarAccess.getIdentifierOrFuncTokAccess().getGroup()); }
+(rule__IdentifierOrFuncTok__Group__0)
+{ after(grammarAccess.getIdentifierOrFuncTokAccess().getGroup()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+// Entry rule entryRuleCssTok
+entryRuleCssTok
+:
+{ before(grammarAccess.getCssTokRule()); }
+ ruleCssTok
+{ after(grammarAccess.getCssTokRule()); }
+ EOF
+;
+
+// Rule CssTok
+ruleCssTok
+ @init {
+ int stackSize = keepStackSize();
+ }
+ :
+(
+{ before(grammarAccess.getCssTokAccess().getAlternatives()); }
+(rule__CssTok__Alternatives)
+{ after(grammarAccess.getCssTokAccess().getAlternatives()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+// Entry rule entryRuleURLType
+entryRuleURLType
+:
+{ before(grammarAccess.getURLTypeRule()); }
+ ruleURLType
+{ after(grammarAccess.getURLTypeRule()); }
+ EOF
+;
+
+// Rule URLType
+ruleURLType
+ @init {
+ int stackSize = keepStackSize();
+ }
+ :
+(
+{ before(grammarAccess.getURLTypeAccess().getGroup()); }
+(rule__URLType__Group__0)
+{ after(grammarAccess.getURLTypeAccess().getGroup()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+// Entry rule entryRuleValidURLSymbol
+entryRuleValidURLSymbol
+:
+{ before(grammarAccess.getValidURLSymbolRule()); }
+ ruleValidURLSymbol
+{ after(grammarAccess.getValidURLSymbolRule()); }
+ EOF
+;
+
+// Rule ValidURLSymbol
+ruleValidURLSymbol
+ @init {
+ int stackSize = keepStackSize();
+ }
+ :
+(
+{ before(grammarAccess.getValidURLSymbolAccess().getAlternatives()); }
+(rule__ValidURLSymbol__Alternatives)
+{ after(grammarAccess.getValidURLSymbolAccess().getAlternatives()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+// Entry rule entryRuleKeywordHack
+entryRuleKeywordHack
+:
+{ before(grammarAccess.getKeywordHackRule()); }
+ ruleKeywordHack
+{ after(grammarAccess.getKeywordHackRule()); }
+ EOF
+;
+
+// Rule KeywordHack
+ruleKeywordHack
+ @init {
+ int stackSize = keepStackSize();
+ }
+ :
+(
+{ before(grammarAccess.getKeywordHackAccess().getAlternatives()); }
+(rule__KeywordHack__Alternatives)
+{ after(grammarAccess.getKeywordHackAccess().getAlternatives()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+// Entry rule entryRuleValidURL
+entryRuleValidURL
+:
+{ before(grammarAccess.getValidURLRule()); }
+ ruleValidURL
+{ after(grammarAccess.getValidURLRule()); }
+ EOF
+;
+
+// Rule ValidURL
+ruleValidURL
+ @init {
+ int stackSize = keepStackSize();
+ }
+ :
+(
+{ before(grammarAccess.getValidURLAccess().getAlternatives()); }
+(rule__ValidURL__Alternatives)
+{ after(grammarAccess.getValidURLAccess().getAlternatives()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+// Entry rule entryRuleIdentifier
+entryRuleIdentifier
+:
+{ before(grammarAccess.getIdentifierRule()); }
+ ruleIdentifier
+{ after(grammarAccess.getIdentifierRule()); }
+ EOF
+;
+
+// Rule Identifier
+ruleIdentifier
+ @init {
+ int stackSize = keepStackSize();
+ }
+ :
+(
+{ before(grammarAccess.getIdentifierAccess().getGroup()); }
+(rule__Identifier__Group__0)
+{ after(grammarAccess.getIdentifierAccess().getGroup()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+// Entry rule entryRuleNum
+entryRuleNum
+:
+{ before(grammarAccess.getNumRule()); }
+ ruleNum
+{ after(grammarAccess.getNumRule()); }
+ EOF
+;
+
+// Rule Num
+ruleNum
+ @init {
+ int stackSize = keepStackSize();
+ }
+ :
+(
+{ before(grammarAccess.getNumAccess().getGroup()); }
+(rule__Num__Group__0)
+{ after(grammarAccess.getNumAccess().getGroup()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+// Entry rule entryRuleHex
+entryRuleHex
+:
+{ before(grammarAccess.getHexRule()); }
+ ruleHex
+{ after(grammarAccess.getHexRule()); }
+ EOF
+;
+
+// Rule Hex
+ruleHex
+ @init {
+ int stackSize = keepStackSize();
+ }
+ :
+(
+{ before(grammarAccess.getHexAccess().getGroup()); }
+(rule__Hex__Group__0)
+{ after(grammarAccess.getHexAccess().getGroup()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+rule__Stylesheet__Alternatives_2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getStylesheetAccess().getRulesetAssignment_2_0()); }
+(rule__Stylesheet__RulesetAssignment_2_0)
+{ after(grammarAccess.getStylesheetAccess().getRulesetAssignment_2_0()); }
+)
+
+ |(
+{ before(grammarAccess.getStylesheetAccess().getMediaAssignment_2_1()); }
+(rule__Stylesheet__MediaAssignment_2_1)
+{ after(grammarAccess.getStylesheetAccess().getMediaAssignment_2_1()); }
+)
+
+ |(
+{ before(grammarAccess.getStylesheetAccess().getPageAssignment_2_2()); }
+(rule__Stylesheet__PageAssignment_2_2)
+{ after(grammarAccess.getStylesheetAccess().getPageAssignment_2_2()); }
+)
+
+ |(
+{ before(grammarAccess.getStylesheetAccess().getFont_faceAssignment_2_3()); }
+(rule__Stylesheet__Font_faceAssignment_2_3)
+{ after(grammarAccess.getStylesheetAccess().getFont_faceAssignment_2_3()); }
+)
+
+ |(
+{ before(grammarAccess.getStylesheetAccess().getKeyframesAssignment_2_4()); }
+(rule__Stylesheet__KeyframesAssignment_2_4)
+{ after(grammarAccess.getStylesheetAccess().getKeyframesAssignment_2_4()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Charset__Alternatives_0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getCharsetAccess().getCharsetKeyword_0_0()); }
+
+ '@charset'
+
+{ after(grammarAccess.getCharsetAccess().getCharsetKeyword_0_0()); }
+)
+
+ |(
+{ before(grammarAccess.getCharsetAccess().getCHARSETKeyword_0_1()); }
+
+ '@CHARSET'
+
+{ after(grammarAccess.getCharsetAccess().getCHARSETKeyword_0_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ImportExpression__Alternatives_0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getImportExpressionAccess().getImportKeyword_0_0()); }
+
+ '@import'
+
+{ after(grammarAccess.getImportExpressionAccess().getImportKeyword_0_0()); }
+)
+
+ |(
+{ before(grammarAccess.getImportExpressionAccess().getIMPORTKeyword_0_1()); }
+
+ '@IMPORT'
+
+{ after(grammarAccess.getImportExpressionAccess().getIMPORTKeyword_0_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ImportExpression__Alternatives_1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getImportExpressionAccess().getValueAssignment_1_0()); }
+(rule__ImportExpression__ValueAssignment_1_0)
+{ after(grammarAccess.getImportExpressionAccess().getValueAssignment_1_0()); }
+)
+
+ |(
+{ before(grammarAccess.getImportExpressionAccess().getGroup_1_1()); }
+(rule__ImportExpression__Group_1_1__0)
+{ after(grammarAccess.getImportExpressionAccess().getGroup_1_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Page__Alternatives_1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getPageAccess().getPageKeyword_1_0()); }
+
+ '@page'
+
+{ after(grammarAccess.getPageAccess().getPageKeyword_1_0()); }
+)
+
+ |(
+{ before(grammarAccess.getPageAccess().getPAGEKeyword_1_1()); }
+
+ '@PAGE'
+
+{ after(grammarAccess.getPageAccess().getPAGEKeyword_1_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Media__Alternatives_0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getMediaAccess().getMediaKeyword_0_0()); }
+
+ '@media'
+
+{ after(grammarAccess.getMediaAccess().getMediaKeyword_0_0()); }
+)
+
+ |(
+{ before(grammarAccess.getMediaAccess().getMEDIAKeyword_0_1()); }
+
+ '@MEDIA'
+
+{ after(grammarAccess.getMediaAccess().getMEDIAKeyword_0_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Font_face__Alternatives_1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getFont_faceAccess().getFontFaceKeyword_1_0()); }
+
+ '@font-face'
+
+{ after(grammarAccess.getFont_faceAccess().getFontFaceKeyword_1_0()); }
+)
+
+ |(
+{ before(grammarAccess.getFont_faceAccess().getFONTFACEKeyword_1_1()); }
+
+ '@FONT-FACE'
+
+{ after(grammarAccess.getFont_faceAccess().getFONTFACEKeyword_1_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Keyframes__Alternatives_1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getKeyframesAccess().getKeyframesKeyword_1_0()); }
+
+ '@keyframes'
+
+{ after(grammarAccess.getKeyframesAccess().getKeyframesKeyword_1_0()); }
+)
+
+ |(
+{ before(grammarAccess.getKeyframesAccess().getKEYFRAMESKeyword_1_1()); }
+
+ '@KEYFRAMES'
+
+{ after(grammarAccess.getKeyframesAccess().getKEYFRAMESKeyword_1_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Keyframe_selector__Alternatives_0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getKeyframe_selectorAccess().getTypeAssignment_0_0()); }
+(rule__Keyframe_selector__TypeAssignment_0_0)
+{ after(grammarAccess.getKeyframe_selectorAccess().getTypeAssignment_0_0()); }
+)
+
+ |(
+{ before(grammarAccess.getKeyframe_selectorAccess().getGroup_0_1()); }
+(rule__Keyframe_selector__Group_0_1__0)
+{ after(grammarAccess.getKeyframe_selectorAccess().getGroup_0_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Selector__Alternatives_1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getSelectorAccess().getGroup_1_0()); }
+(rule__Selector__Group_1_0__0)
+{ after(grammarAccess.getSelectorAccess().getGroup_1_0()); }
+)
+
+ |(
+{ before(grammarAccess.getSelectorAccess().getGroup_1_1()); }
+(rule__Selector__Group_1_1__0)
+{ after(grammarAccess.getSelectorAccess().getGroup_1_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SimpleSelectorForNegation__Alternatives
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getSimpleSelectorForNegationAccess().getGroup_0()); }
+(rule__SimpleSelectorForNegation__Group_0__0)
+{ after(grammarAccess.getSimpleSelectorForNegationAccess().getGroup_0()); }
+)
+
+ |(
+(
+{ before(grammarAccess.getSimpleSelectorForNegationAccess().getSubSelectorsAssignment_1()); }
+(rule__SimpleSelectorForNegation__SubSelectorsAssignment_1)
+{ after(grammarAccess.getSimpleSelectorForNegationAccess().getSubSelectorsAssignment_1()); }
+)
+(
+{ before(grammarAccess.getSimpleSelectorForNegationAccess().getSubSelectorsAssignment_1()); }
+(rule__SimpleSelectorForNegation__SubSelectorsAssignment_1)*
+{ after(grammarAccess.getSimpleSelectorForNegationAccess().getSubSelectorsAssignment_1()); }
+)
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SimpleSelectorForNegation__Alternatives_0_0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getSimpleSelectorForNegationAccess().getElementAssignment_0_0_0()); }
+(rule__SimpleSelectorForNegation__ElementAssignment_0_0_0)
+{ after(grammarAccess.getSimpleSelectorForNegationAccess().getElementAssignment_0_0_0()); }
+)
+
+ |(
+{ before(grammarAccess.getSimpleSelectorForNegationAccess().getUniversalAssignment_0_0_1()); }
+(rule__SimpleSelectorForNegation__UniversalAssignment_0_0_1)
+{ after(grammarAccess.getSimpleSelectorForNegationAccess().getUniversalAssignment_0_0_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SubSelectorForNegation__Alternatives
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getSubSelectorForNegationAccess().getIdSelectorParserRuleCall_0()); }
+ ruleIdSelector
+{ after(grammarAccess.getSubSelectorForNegationAccess().getIdSelectorParserRuleCall_0()); }
+)
+
+ |(
+{ before(grammarAccess.getSubSelectorForNegationAccess().getClassSelectorParserRuleCall_1()); }
+ ruleClassSelector
+{ after(grammarAccess.getSubSelectorForNegationAccess().getClassSelectorParserRuleCall_1()); }
+)
+
+ |(
+{ before(grammarAccess.getSubSelectorForNegationAccess().getAttributeSelectorParserRuleCall_2()); }
+ ruleAttributeSelector
+{ after(grammarAccess.getSubSelectorForNegationAccess().getAttributeSelectorParserRuleCall_2()); }
+)
+
+ |(
+{ before(grammarAccess.getSubSelectorForNegationAccess().getPseudoClassParserRuleCall_3()); }
+ rulePseudoClass
+{ after(grammarAccess.getSubSelectorForNegationAccess().getPseudoClassParserRuleCall_3()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Simple_selector__Alternatives
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getSimple_selectorAccess().getGroup_0()); }
+(rule__Simple_selector__Group_0__0)
+{ after(grammarAccess.getSimple_selectorAccess().getGroup_0()); }
+)
+
+ |(
+(
+{ before(grammarAccess.getSimple_selectorAccess().getSubSelectorsAssignment_1()); }
+(rule__Simple_selector__SubSelectorsAssignment_1)
+{ after(grammarAccess.getSimple_selectorAccess().getSubSelectorsAssignment_1()); }
+)
+(
+{ before(grammarAccess.getSimple_selectorAccess().getSubSelectorsAssignment_1()); }
+(rule__Simple_selector__SubSelectorsAssignment_1)*
+{ after(grammarAccess.getSimple_selectorAccess().getSubSelectorsAssignment_1()); }
+)
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Simple_selector__Alternatives_0_0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getSimple_selectorAccess().getElementAssignment_0_0_0()); }
+(rule__Simple_selector__ElementAssignment_0_0_0)
+{ after(grammarAccess.getSimple_selectorAccess().getElementAssignment_0_0_0()); }
+)
+
+ |(
+{ before(grammarAccess.getSimple_selectorAccess().getUniversalAssignment_0_0_1()); }
+(rule__Simple_selector__UniversalAssignment_0_0_1)
+{ after(grammarAccess.getSimple_selectorAccess().getUniversalAssignment_0_0_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SubSelector__Alternatives
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getSubSelectorAccess().getIdSelectorParserRuleCall_0()); }
+ ruleIdSelector
+{ after(grammarAccess.getSubSelectorAccess().getIdSelectorParserRuleCall_0()); }
+)
+
+ |(
+{ before(grammarAccess.getSubSelectorAccess().getClassSelectorParserRuleCall_1()); }
+ ruleClassSelector
+{ after(grammarAccess.getSubSelectorAccess().getClassSelectorParserRuleCall_1()); }
+)
+
+ |(
+{ before(grammarAccess.getSubSelectorAccess().getAttributeSelectorParserRuleCall_2()); }
+ ruleAttributeSelector
+{ after(grammarAccess.getSubSelectorAccess().getAttributeSelectorParserRuleCall_2()); }
+)
+
+ |(
+{ before(grammarAccess.getSubSelectorAccess().getPseudoClassOrFuncParserRuleCall_3()); }
+ rulePseudoClassOrFunc
+{ after(grammarAccess.getSubSelectorAccess().getPseudoClassOrFuncParserRuleCall_3()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__AttributeSelector__OpAlternatives_3_0_0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getAttributeSelectorAccess().getOpCircumflexAccentEqualsSignKeyword_3_0_0_0()); }
+
+ '^='
+
+{ after(grammarAccess.getAttributeSelectorAccess().getOpCircumflexAccentEqualsSignKeyword_3_0_0_0()); }
+)
+
+ |(
+{ before(grammarAccess.getAttributeSelectorAccess().getOpDollarSignEqualsSignKeyword_3_0_0_1()); }
+
+ '$='
+
+{ after(grammarAccess.getAttributeSelectorAccess().getOpDollarSignEqualsSignKeyword_3_0_0_1()); }
+)
+
+ |(
+{ before(grammarAccess.getAttributeSelectorAccess().getOpAsteriskEqualsSignKeyword_3_0_0_2()); }
+
+ '*='
+
+{ after(grammarAccess.getAttributeSelectorAccess().getOpAsteriskEqualsSignKeyword_3_0_0_2()); }
+)
+
+ |(
+{ before(grammarAccess.getAttributeSelectorAccess().getOpEqualsSignKeyword_3_0_0_3()); }
+
+ '='
+
+{ after(grammarAccess.getAttributeSelectorAccess().getOpEqualsSignKeyword_3_0_0_3()); }
+)
+
+ |(
+{ before(grammarAccess.getAttributeSelectorAccess().getOpINCLUDESTerminalRuleCall_3_0_0_4()); }
+ RULE_INCLUDES
+{ after(grammarAccess.getAttributeSelectorAccess().getOpINCLUDESTerminalRuleCall_3_0_0_4()); }
+)
+
+ |(
+{ before(grammarAccess.getAttributeSelectorAccess().getOpDASHMATCHTerminalRuleCall_3_0_0_5()); }
+ RULE_DASHMATCH
+{ after(grammarAccess.getAttributeSelectorAccess().getOpDASHMATCHTerminalRuleCall_3_0_0_5()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__AttributeSelector__ValueAlternatives_3_1_0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getAttributeSelectorAccess().getValueIdentifierParserRuleCall_3_1_0_0()); }
+ ruleIdentifier
+{ after(grammarAccess.getAttributeSelectorAccess().getValueIdentifierParserRuleCall_3_1_0_0()); }
+)
+
+ |(
+{ before(grammarAccess.getAttributeSelectorAccess().getValueCSSSTRINGTerminalRuleCall_3_1_0_1()); }
+ RULE_CSSSTRING
+{ after(grammarAccess.getAttributeSelectorAccess().getValueCSSSTRINGTerminalRuleCall_3_1_0_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Css_namespace_prefix__Alternatives_0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getCss_namespace_prefixAccess().getIdentifierParserRuleCall_0_0()); }
+ ruleIdentifier
+{ after(grammarAccess.getCss_namespace_prefixAccess().getIdentifierParserRuleCall_0_0()); }
+)
+
+ |(
+{ before(grammarAccess.getCss_namespace_prefixAccess().getAsteriskKeyword_0_1()); }
+
+ '*'
+
+{ after(grammarAccess.getCss_namespace_prefixAccess().getAsteriskKeyword_0_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__PseudoClassOrFunc__Alternatives
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getPseudoClassOrFuncAccess().getPseudoClassParserRuleCall_0()); }
+ rulePseudoClass
+{ after(grammarAccess.getPseudoClassOrFuncAccess().getPseudoClassParserRuleCall_0()); }
+)
+
+ |(
+{ before(grammarAccess.getPseudoClassOrFuncAccess().getPseudoClassFunctionParserRuleCall_1()); }
+ rulePseudoClassFunction
+{ after(grammarAccess.getPseudoClassOrFuncAccess().getPseudoClassFunctionParserRuleCall_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__PseudoClassFunction__Alternatives
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getPseudoClassFunctionAccess().getGroup_0()); }
+(rule__PseudoClassFunction__Group_0__0)
+{ after(grammarAccess.getPseudoClassFunctionAccess().getGroup_0()); }
+)
+
+ |(
+{ before(grammarAccess.getPseudoClassFunctionAccess().getGroup_1()); }
+(rule__PseudoClassFunction__Group_1__0)
+{ after(grammarAccess.getPseudoClassFunctionAccess().getGroup_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Combinator__Alternatives
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getCombinatorAccess().getPLUSTerminalRuleCall_0()); }
+ RULE_PLUS
+{ after(grammarAccess.getCombinatorAccess().getPLUSTerminalRuleCall_0()); }
+)
+
+ |(
+{ before(grammarAccess.getCombinatorAccess().getGreaterThanSignKeyword_1()); }
+
+ '>'
+
+{ after(grammarAccess.getCombinatorAccess().getGreaterThanSignKeyword_1()); }
+)
+
+ |(
+{ before(grammarAccess.getCombinatorAccess().getTildeKeyword_2()); }
+
+ '~'
+
+{ after(grammarAccess.getCombinatorAccess().getTildeKeyword_2()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+rule__SymbolTok__SymbolAlternatives_1_0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getSymbolTokAccess().getSymbolCOMMATerminalRuleCall_1_0_0()); }
+ RULE_COMMA
+{ after(grammarAccess.getSymbolTokAccess().getSymbolCOMMATerminalRuleCall_1_0_0()); }
+)
+
+ |(
+{ before(grammarAccess.getSymbolTokAccess().getSymbolPERCENTTerminalRuleCall_1_0_1()); }
+ RULE_PERCENT
+{ after(grammarAccess.getSymbolTokAccess().getSymbolPERCENTTerminalRuleCall_1_0_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__CssTok__Alternatives
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getCssTokAccess().getIdentifierOrFuncTokParserRuleCall_0()); }
+ ruleIdentifierOrFuncTok
+{ after(grammarAccess.getCssTokAccess().getIdentifierOrFuncTokParserRuleCall_0()); }
+)
+
+ |(
+{ before(grammarAccess.getCssTokAccess().getSymbolTokParserRuleCall_1()); }
+ ruleSymbolTok
+{ after(grammarAccess.getCssTokAccess().getSymbolTokParserRuleCall_1()); }
+)
+
+ |(
+{ before(grammarAccess.getCssTokAccess().getWSTokParserRuleCall_2()); }
+ ruleWSTok
+{ after(grammarAccess.getCssTokAccess().getWSTokParserRuleCall_2()); }
+)
+
+ |(
+{ before(grammarAccess.getCssTokAccess().getStringTokParserRuleCall_3()); }
+ ruleStringTok
+{ after(grammarAccess.getCssTokAccess().getStringTokParserRuleCall_3()); }
+)
+
+ |(
+{ before(grammarAccess.getCssTokAccess().getNumberTokParserRuleCall_4()); }
+ ruleNumberTok
+{ after(grammarAccess.getCssTokAccess().getNumberTokParserRuleCall_4()); }
+)
+
+ |(
+{ before(grammarAccess.getCssTokAccess().getUrlTokParserRuleCall_5()); }
+ ruleUrlTok
+{ after(grammarAccess.getCssTokAccess().getUrlTokParserRuleCall_5()); }
+)
+
+ |(
+{ before(grammarAccess.getCssTokAccess().getColorTokParserRuleCall_6()); }
+ ruleColorTok
+{ after(grammarAccess.getCssTokAccess().getColorTokParserRuleCall_6()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ValidURLSymbol__Alternatives
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getValidURLSymbolAccess().getDASHTerminalRuleCall_0()); }
+ RULE_DASH
+{ after(grammarAccess.getValidURLSymbolAccess().getDASHTerminalRuleCall_0()); }
+)
+
+ |(
+{ before(grammarAccess.getValidURLSymbolAccess().getFullStopKeyword_1()); }
+
+ '.'
+
+{ after(grammarAccess.getValidURLSymbolAccess().getFullStopKeyword_1()); }
+)
+
+ |(
+{ before(grammarAccess.getValidURLSymbolAccess().getUNDERSCORETerminalRuleCall_2()); }
+ RULE_UNDERSCORE
+{ after(grammarAccess.getValidURLSymbolAccess().getUNDERSCORETerminalRuleCall_2()); }
+)
+
+ |(
+{ before(grammarAccess.getValidURLSymbolAccess().getTildeKeyword_3()); }
+
+ '~'
+
+{ after(grammarAccess.getValidURLSymbolAccess().getTildeKeyword_3()); }
+)
+
+ |(
+{ before(grammarAccess.getValidURLSymbolAccess().getCOLONTerminalRuleCall_4()); }
+ RULE_COLON
+{ after(grammarAccess.getValidURLSymbolAccess().getCOLONTerminalRuleCall_4()); }
+)
+
+ |(
+{ before(grammarAccess.getValidURLSymbolAccess().getSolidusKeyword_5()); }
+
+ '/'
+
+{ after(grammarAccess.getValidURLSymbolAccess().getSolidusKeyword_5()); }
+)
+
+ |(
+{ before(grammarAccess.getValidURLSymbolAccess().getQuestionMarkKeyword_6()); }
+
+ '?'
+
+{ after(grammarAccess.getValidURLSymbolAccess().getQuestionMarkKeyword_6()); }
+)
+
+ |(
+{ before(grammarAccess.getValidURLSymbolAccess().getHASHMARKTerminalRuleCall_7()); }
+ RULE_HASHMARK
+{ after(grammarAccess.getValidURLSymbolAccess().getHASHMARKTerminalRuleCall_7()); }
+)
+
+ |(
+{ before(grammarAccess.getValidURLSymbolAccess().getLeftSquareBracketKeyword_8()); }
+
+ '['
+
+{ after(grammarAccess.getValidURLSymbolAccess().getLeftSquareBracketKeyword_8()); }
+)
+
+ |(
+{ before(grammarAccess.getValidURLSymbolAccess().getRightSquareBracketKeyword_9()); }
+
+ ']'
+
+{ after(grammarAccess.getValidURLSymbolAccess().getRightSquareBracketKeyword_9()); }
+)
+
+ |(
+{ before(grammarAccess.getValidURLSymbolAccess().getCommercialAtKeyword_10()); }
+
+ '@'
+
+{ after(grammarAccess.getValidURLSymbolAccess().getCommercialAtKeyword_10()); }
+)
+
+ |(
+{ before(grammarAccess.getValidURLSymbolAccess().getExclamationMarkKeyword_11()); }
+
+ '!'
+
+{ after(grammarAccess.getValidURLSymbolAccess().getExclamationMarkKeyword_11()); }
+)
+
+ |(
+{ before(grammarAccess.getValidURLSymbolAccess().getDollarSignKeyword_12()); }
+
+ '$'
+
+{ after(grammarAccess.getValidURLSymbolAccess().getDollarSignKeyword_12()); }
+)
+
+ |(
+{ before(grammarAccess.getValidURLSymbolAccess().getAmpersandKeyword_13()); }
+
+ '&'
+
+{ after(grammarAccess.getValidURLSymbolAccess().getAmpersandKeyword_13()); }
+)
+
+ |(
+{ before(grammarAccess.getValidURLSymbolAccess().getAsteriskKeyword_14()); }
+
+ '*'
+
+{ after(grammarAccess.getValidURLSymbolAccess().getAsteriskKeyword_14()); }
+)
+
+ |(
+{ before(grammarAccess.getValidURLSymbolAccess().getPLUSTerminalRuleCall_15()); }
+ RULE_PLUS
+{ after(grammarAccess.getValidURLSymbolAccess().getPLUSTerminalRuleCall_15()); }
+)
+
+ |(
+{ before(grammarAccess.getValidURLSymbolAccess().getCOMMATerminalRuleCall_16()); }
+ RULE_COMMA
+{ after(grammarAccess.getValidURLSymbolAccess().getCOMMATerminalRuleCall_16()); }
+)
+
+ |(
+{ before(grammarAccess.getValidURLSymbolAccess().getSemicolonKeyword_17()); }
+
+ ';'
+
+{ after(grammarAccess.getValidURLSymbolAccess().getSemicolonKeyword_17()); }
+)
+
+ |(
+{ before(grammarAccess.getValidURLSymbolAccess().getGroup_18()); }
+(rule__ValidURLSymbol__Group_18__0)
+{ after(grammarAccess.getValidURLSymbolAccess().getGroup_18()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__KeywordHack__Alternatives
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getKeywordHackAccess().getNotKeyword_0()); }
+
+ 'not'
+
+{ after(grammarAccess.getKeywordHackAccess().getNotKeyword_0()); }
+)
+
+ |(
+{ before(grammarAccess.getKeywordHackAccess().getNoKeyword_1()); }
+
+ 'no'
+
+{ after(grammarAccess.getKeywordHackAccess().getNoKeyword_1()); }
+)
+
+ |(
+{ before(grammarAccess.getKeywordHackAccess().getUrlKeyword_2()); }
+
+ 'url'
+
+{ after(grammarAccess.getKeywordHackAccess().getUrlKeyword_2()); }
+)
+
+ |(
+{ before(grammarAccess.getKeywordHackAccess().getUrKeyword_3()); }
+
+ 'ur'
+
+{ after(grammarAccess.getKeywordHackAccess().getUrKeyword_3()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ValidURL__Alternatives
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getValidURLAccess().getCSSSTRINGTerminalRuleCall_0()); }
+ RULE_CSSSTRING
+{ after(grammarAccess.getValidURLAccess().getCSSSTRINGTerminalRuleCall_0()); }
+)
+
+ |(
+(
+{ before(grammarAccess.getValidURLAccess().getAlternatives_1()); }
+(rule__ValidURL__Alternatives_1)
+{ after(grammarAccess.getValidURLAccess().getAlternatives_1()); }
+)
+(
+{ before(grammarAccess.getValidURLAccess().getAlternatives_1()); }
+(rule__ValidURL__Alternatives_1)*
+{ after(grammarAccess.getValidURLAccess().getAlternatives_1()); }
+)
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ValidURL__Alternatives_1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getValidURLAccess().getValidURLSymbolParserRuleCall_1_0()); }
+ ruleValidURLSymbol
+{ after(grammarAccess.getValidURLAccess().getValidURLSymbolParserRuleCall_1_0()); }
+)
+
+ |(
+{ before(grammarAccess.getValidURLAccess().getKeywordHackParserRuleCall_1_1()); }
+ ruleKeywordHack
+{ after(grammarAccess.getValidURLAccess().getKeywordHackParserRuleCall_1_1()); }
+)
+
+ |(
+{ before(grammarAccess.getValidURLAccess().getONE_HEX_LETTERTerminalRuleCall_1_2()); }
+ RULE_ONE_HEX_LETTER
+{ after(grammarAccess.getValidURLAccess().getONE_HEX_LETTERTerminalRuleCall_1_2()); }
+)
+
+ |(
+{ before(grammarAccess.getValidURLAccess().getONE_NON_HEX_LETTERTerminalRuleCall_1_3()); }
+ RULE_ONE_NON_HEX_LETTER
+{ after(grammarAccess.getValidURLAccess().getONE_NON_HEX_LETTERTerminalRuleCall_1_3()); }
+)
+
+ |(
+{ before(grammarAccess.getValidURLAccess().getONE_INTTerminalRuleCall_1_4()); }
+ RULE_ONE_INT
+{ after(grammarAccess.getValidURLAccess().getONE_INTTerminalRuleCall_1_4()); }
+)
+
+ |(
+{ before(grammarAccess.getValidURLAccess().getReverseSolidusSpaceKeyword_1_5()); }
+
+ '\\ '
+
+{ after(grammarAccess.getValidURLAccess().getReverseSolidusSpaceKeyword_1_5()); }
+)
+
+ |(
+{ before(grammarAccess.getValidURLAccess().getReverseSolidusLeftParenthesisKeyword_1_6()); }
+
+ '\\('
+
+{ after(grammarAccess.getValidURLAccess().getReverseSolidusLeftParenthesisKeyword_1_6()); }
+)
+
+ |(
+{ before(grammarAccess.getValidURLAccess().getReverseSolidusRightParenthesisKeyword_1_7()); }
+
+ '\\)'
+
+{ after(grammarAccess.getValidURLAccess().getReverseSolidusRightParenthesisKeyword_1_7()); }
+)
+
+ |(
+{ before(grammarAccess.getValidURLAccess().getReverseSolidusApostropheKeyword_1_8()); }
+
+ '\\\''
+
+{ after(grammarAccess.getValidURLAccess().getReverseSolidusApostropheKeyword_1_8()); }
+)
+
+ |(
+{ before(grammarAccess.getValidURLAccess().getReverseSolidusQuotationMarkKeyword_1_9()); }
+
+ '\\"'
+
+{ after(grammarAccess.getValidURLAccess().getReverseSolidusQuotationMarkKeyword_1_9()); }
+)
+
+ |(
+{ before(grammarAccess.getValidURLAccess().getGroup_1_10()); }
+(rule__ValidURL__Group_1_10__0)
+{ after(grammarAccess.getValidURLAccess().getGroup_1_10()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ValidURL__Alternatives_1_10_1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getValidURLAccess().getONE_INTTerminalRuleCall_1_10_1_0()); }
+ RULE_ONE_INT
+{ after(grammarAccess.getValidURLAccess().getONE_INTTerminalRuleCall_1_10_1_0()); }
+)
+
+ |(
+{ before(grammarAccess.getValidURLAccess().getONE_HEX_LETTERTerminalRuleCall_1_10_1_1()); }
+ RULE_ONE_HEX_LETTER
+{ after(grammarAccess.getValidURLAccess().getONE_HEX_LETTERTerminalRuleCall_1_10_1_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ValidURL__Alternatives_1_10_2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getValidURLAccess().getONE_INTTerminalRuleCall_1_10_2_0()); }
+ RULE_ONE_INT
+{ after(grammarAccess.getValidURLAccess().getONE_INTTerminalRuleCall_1_10_2_0()); }
+)
+
+ |(
+{ before(grammarAccess.getValidURLAccess().getONE_HEX_LETTERTerminalRuleCall_1_10_2_1()); }
+ RULE_ONE_HEX_LETTER
+{ after(grammarAccess.getValidURLAccess().getONE_HEX_LETTERTerminalRuleCall_1_10_2_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Identifier__Alternatives_1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getIdentifierAccess().getUNDERSCORETerminalRuleCall_1_0()); }
+ RULE_UNDERSCORE
+{ after(grammarAccess.getIdentifierAccess().getUNDERSCORETerminalRuleCall_1_0()); }
+)
+
+ |(
+{ before(grammarAccess.getIdentifierAccess().getONE_HEX_LETTERTerminalRuleCall_1_1()); }
+ RULE_ONE_HEX_LETTER
+{ after(grammarAccess.getIdentifierAccess().getONE_HEX_LETTERTerminalRuleCall_1_1()); }
+)
+
+ |(
+{ before(grammarAccess.getIdentifierAccess().getONE_NON_HEX_LETTERTerminalRuleCall_1_2()); }
+ RULE_ONE_NON_HEX_LETTER
+{ after(grammarAccess.getIdentifierAccess().getONE_NON_HEX_LETTERTerminalRuleCall_1_2()); }
+)
+
+ |(
+{ before(grammarAccess.getIdentifierAccess().getKeywordHackParserRuleCall_1_3()); }
+ ruleKeywordHack
+{ after(grammarAccess.getIdentifierAccess().getKeywordHackParserRuleCall_1_3()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Identifier__Alternatives_2_0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getIdentifierAccess().getUNDERSCORETerminalRuleCall_2_0_0()); }
+ RULE_UNDERSCORE
+{ after(grammarAccess.getIdentifierAccess().getUNDERSCORETerminalRuleCall_2_0_0()); }
+)
+
+ |(
+{ before(grammarAccess.getIdentifierAccess().getDASHTerminalRuleCall_2_0_1()); }
+ RULE_DASH
+{ after(grammarAccess.getIdentifierAccess().getDASHTerminalRuleCall_2_0_1()); }
+)
+
+ |(
+{ before(grammarAccess.getIdentifierAccess().getONE_HEX_LETTERTerminalRuleCall_2_0_2()); }
+ RULE_ONE_HEX_LETTER
+{ after(grammarAccess.getIdentifierAccess().getONE_HEX_LETTERTerminalRuleCall_2_0_2()); }
+)
+
+ |(
+{ before(grammarAccess.getIdentifierAccess().getONE_NON_HEX_LETTERTerminalRuleCall_2_0_3()); }
+ RULE_ONE_NON_HEX_LETTER
+{ after(grammarAccess.getIdentifierAccess().getONE_NON_HEX_LETTERTerminalRuleCall_2_0_3()); }
+)
+
+ |(
+{ before(grammarAccess.getIdentifierAccess().getONE_INTTerminalRuleCall_2_0_4()); }
+ RULE_ONE_INT
+{ after(grammarAccess.getIdentifierAccess().getONE_INTTerminalRuleCall_2_0_4()); }
+)
+
+ |(
+{ before(grammarAccess.getIdentifierAccess().getKeywordHackParserRuleCall_2_0_5()); }
+ ruleKeywordHack
+{ after(grammarAccess.getIdentifierAccess().getKeywordHackParserRuleCall_2_0_5()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Num__Alternatives_0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getNumAccess().getPLUSTerminalRuleCall_0_0()); }
+ RULE_PLUS
+{ after(grammarAccess.getNumAccess().getPLUSTerminalRuleCall_0_0()); }
+)
+
+ |(
+{ before(grammarAccess.getNumAccess().getDASHTerminalRuleCall_0_1()); }
+ RULE_DASH
+{ after(grammarAccess.getNumAccess().getDASHTerminalRuleCall_0_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Num__Alternatives_1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getNumAccess().getGroup_1_0()); }
+(rule__Num__Group_1_0__0)
+{ after(grammarAccess.getNumAccess().getGroup_1_0()); }
+)
+
+ |(
+{ before(grammarAccess.getNumAccess().getGroup_1_1()); }
+(rule__Num__Group_1_1__0)
+{ after(grammarAccess.getNumAccess().getGroup_1_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Hex__Alternatives_1_0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getHexAccess().getONE_INTTerminalRuleCall_1_0_0()); }
+ RULE_ONE_INT
+{ after(grammarAccess.getHexAccess().getONE_INTTerminalRuleCall_1_0_0()); }
+)
+
+ |(
+{ before(grammarAccess.getHexAccess().getONE_HEX_LETTERTerminalRuleCall_1_0_1()); }
+ RULE_ONE_HEX_LETTER
+{ after(grammarAccess.getHexAccess().getONE_HEX_LETTERTerminalRuleCall_1_0_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+rule__Stylesheet__Group__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Stylesheet__Group__0__Impl
+ rule__Stylesheet__Group__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Stylesheet__Group__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getStylesheetAccess().getCharsetAssignment_0()); }
+(rule__Stylesheet__CharsetAssignment_0)?
+{ after(grammarAccess.getStylesheetAccess().getCharsetAssignment_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Stylesheet__Group__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Stylesheet__Group__1__Impl
+ rule__Stylesheet__Group__2
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Stylesheet__Group__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getStylesheetAccess().getImportsAssignment_1()); }
+(rule__Stylesheet__ImportsAssignment_1)*
+{ after(grammarAccess.getStylesheetAccess().getImportsAssignment_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Stylesheet__Group__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Stylesheet__Group__2__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Stylesheet__Group__2__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getStylesheetAccess().getAlternatives_2()); }
+(rule__Stylesheet__Alternatives_2)*
+{ after(grammarAccess.getStylesheetAccess().getAlternatives_2()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+
+
+rule__Charset__Group__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Charset__Group__0__Impl
+ rule__Charset__Group__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Charset__Group__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getCharsetAccess().getAlternatives_0()); }
+(rule__Charset__Alternatives_0)
+{ after(grammarAccess.getCharsetAccess().getAlternatives_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Charset__Group__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Charset__Group__1__Impl
+ rule__Charset__Group__2
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Charset__Group__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getCharsetAccess().getCharsetAssignment_1()); }
+(rule__Charset__CharsetAssignment_1)
+{ after(grammarAccess.getCharsetAccess().getCharsetAssignment_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Charset__Group__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Charset__Group__2__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Charset__Group__2__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getCharsetAccess().getSemicolonKeyword_2()); }
+
+ ';'
+
+{ after(grammarAccess.getCharsetAccess().getSemicolonKeyword_2()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+
+
+rule__ImportExpression__Group__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ImportExpression__Group__0__Impl
+ rule__ImportExpression__Group__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ImportExpression__Group__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getImportExpressionAccess().getAlternatives_0()); }
+(rule__ImportExpression__Alternatives_0)
+{ after(grammarAccess.getImportExpressionAccess().getAlternatives_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__ImportExpression__Group__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ImportExpression__Group__1__Impl
+ rule__ImportExpression__Group__2
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ImportExpression__Group__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getImportExpressionAccess().getAlternatives_1()); }
+(rule__ImportExpression__Alternatives_1)
+{ after(grammarAccess.getImportExpressionAccess().getAlternatives_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__ImportExpression__Group__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ImportExpression__Group__2__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ImportExpression__Group__2__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getImportExpressionAccess().getSemicolonKeyword_2()); }
+
+ ';'
+
+{ after(grammarAccess.getImportExpressionAccess().getSemicolonKeyword_2()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+
+
+rule__ImportExpression__Group_1_1__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ImportExpression__Group_1_1__0__Impl
+ rule__ImportExpression__Group_1_1__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ImportExpression__Group_1_1__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getImportExpressionAccess().getURLTypeParserRuleCall_1_1_0()); }
+ ruleURLType
+{ after(grammarAccess.getImportExpressionAccess().getURLTypeParserRuleCall_1_1_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__ImportExpression__Group_1_1__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ImportExpression__Group_1_1__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ImportExpression__Group_1_1__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getImportExpressionAccess().getMediaListAssignment_1_1_1()); }
+(rule__ImportExpression__MediaListAssignment_1_1_1)?
+{ after(grammarAccess.getImportExpressionAccess().getMediaListAssignment_1_1_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+rule__Page__Group__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Page__Group__0__Impl
+ rule__Page__Group__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Page__Group__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getPageAccess().getPageAction_0()); }
+(
+
+)
+{ after(grammarAccess.getPageAccess().getPageAction_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Page__Group__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Page__Group__1__Impl
+ rule__Page__Group__2
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Page__Group__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getPageAccess().getAlternatives_1()); }
+(rule__Page__Alternatives_1)
+{ after(grammarAccess.getPageAccess().getAlternatives_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Page__Group__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Page__Group__2__Impl
+ rule__Page__Group__3
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Page__Group__2__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getPageAccess().getPseudoPageAssignment_2()); }
+(rule__Page__PseudoPageAssignment_2)?
+{ after(grammarAccess.getPageAccess().getPseudoPageAssignment_2()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Page__Group__3
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Page__Group__3__Impl
+ rule__Page__Group__4
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Page__Group__3__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getPageAccess().getLeftCurlyBracketKeyword_3()); }
+
+ '{'
+
+{ after(grammarAccess.getPageAccess().getLeftCurlyBracketKeyword_3()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Page__Group__4
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Page__Group__4__Impl
+ rule__Page__Group__5
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Page__Group__4__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getPageAccess().getDeclarationsAssignment_4()); }
+(rule__Page__DeclarationsAssignment_4)?
+{ after(grammarAccess.getPageAccess().getDeclarationsAssignment_4()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Page__Group__5
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Page__Group__5__Impl
+ rule__Page__Group__6
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Page__Group__5__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getPageAccess().getGroup_5()); }
+(rule__Page__Group_5__0)*
+{ after(grammarAccess.getPageAccess().getGroup_5()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Page__Group__6
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Page__Group__6__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Page__Group__6__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getPageAccess().getRightCurlyBracketKeyword_6()); }
+
+ '}'
+
+{ after(grammarAccess.getPageAccess().getRightCurlyBracketKeyword_6()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+rule__Page__Group_5__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Page__Group_5__0__Impl
+ rule__Page__Group_5__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Page__Group_5__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getPageAccess().getSemicolonKeyword_5_0()); }
+
+ ';'
+
+{ after(grammarAccess.getPageAccess().getSemicolonKeyword_5_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Page__Group_5__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Page__Group_5__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Page__Group_5__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getPageAccess().getDeclarationsAssignment_5_1()); }
+(rule__Page__DeclarationsAssignment_5_1)?
+{ after(grammarAccess.getPageAccess().getDeclarationsAssignment_5_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+rule__Pseudo_page__Group__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Pseudo_page__Group__0__Impl
+ rule__Pseudo_page__Group__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Pseudo_page__Group__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getPseudo_pageAccess().getCOLONTerminalRuleCall_0()); }
+ RULE_COLON
+{ after(grammarAccess.getPseudo_pageAccess().getCOLONTerminalRuleCall_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Pseudo_page__Group__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Pseudo_page__Group__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Pseudo_page__Group__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getPseudo_pageAccess().getIdentifierParserRuleCall_1()); }
+ ruleIdentifier
+{ after(grammarAccess.getPseudo_pageAccess().getIdentifierParserRuleCall_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+rule__Media__Group__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Media__Group__0__Impl
+ rule__Media__Group__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Media__Group__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getMediaAccess().getAlternatives_0()); }
+(rule__Media__Alternatives_0)
+{ after(grammarAccess.getMediaAccess().getAlternatives_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Media__Group__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Media__Group__1__Impl
+ rule__Media__Group__2
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Media__Group__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getMediaAccess().getMedialistAssignment_1()); }
+(rule__Media__MedialistAssignment_1)
+{ after(grammarAccess.getMediaAccess().getMedialistAssignment_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Media__Group__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Media__Group__2__Impl
+ rule__Media__Group__3
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Media__Group__2__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getMediaAccess().getLeftCurlyBracketKeyword_2()); }
+
+ '{'
+
+{ after(grammarAccess.getMediaAccess().getLeftCurlyBracketKeyword_2()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Media__Group__3
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Media__Group__3__Impl
+ rule__Media__Group__4
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Media__Group__3__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getMediaAccess().getRulesetsAssignment_3()); }
+(rule__Media__RulesetsAssignment_3)*
+{ after(grammarAccess.getMediaAccess().getRulesetsAssignment_3()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Media__Group__4
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Media__Group__4__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Media__Group__4__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getMediaAccess().getRightCurlyBracketKeyword_4()); }
+
+ '}'
+
+{ after(grammarAccess.getMediaAccess().getRightCurlyBracketKeyword_4()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+
+
+
+
+
+
+rule__Media_list__Group__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Media_list__Group__0__Impl
+ rule__Media_list__Group__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Media_list__Group__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getMedia_listAccess().getMediumParserRuleCall_0()); }
+ rulemedium
+{ after(grammarAccess.getMedia_listAccess().getMediumParserRuleCall_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Media_list__Group__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Media_list__Group__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Media_list__Group__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getMedia_listAccess().getGroup_1()); }
+(rule__Media_list__Group_1__0)*
+{ after(grammarAccess.getMedia_listAccess().getGroup_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+rule__Media_list__Group_1__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Media_list__Group_1__0__Impl
+ rule__Media_list__Group_1__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Media_list__Group_1__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getMedia_listAccess().getCOMMATerminalRuleCall_1_0()); }
+ RULE_COMMA
+{ after(grammarAccess.getMedia_listAccess().getCOMMATerminalRuleCall_1_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Media_list__Group_1__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Media_list__Group_1__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Media_list__Group_1__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getMedia_listAccess().getMediumParserRuleCall_1_1()); }
+ rulemedium
+{ after(grammarAccess.getMedia_listAccess().getMediumParserRuleCall_1_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+rule__Font_face__Group__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Font_face__Group__0__Impl
+ rule__Font_face__Group__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Font_face__Group__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getFont_faceAccess().getFont_faceAction_0()); }
+(
+
+)
+{ after(grammarAccess.getFont_faceAccess().getFont_faceAction_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Font_face__Group__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Font_face__Group__1__Impl
+ rule__Font_face__Group__2
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Font_face__Group__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getFont_faceAccess().getAlternatives_1()); }
+(rule__Font_face__Alternatives_1)
+{ after(grammarAccess.getFont_faceAccess().getAlternatives_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Font_face__Group__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Font_face__Group__2__Impl
+ rule__Font_face__Group__3
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Font_face__Group__2__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getFont_faceAccess().getLeftCurlyBracketKeyword_2()); }
+
+ '{'
+
+{ after(grammarAccess.getFont_faceAccess().getLeftCurlyBracketKeyword_2()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Font_face__Group__3
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Font_face__Group__3__Impl
+ rule__Font_face__Group__4
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Font_face__Group__3__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getFont_faceAccess().getDeclarationsAssignment_3()); }
+(rule__Font_face__DeclarationsAssignment_3)?
+{ after(grammarAccess.getFont_faceAccess().getDeclarationsAssignment_3()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Font_face__Group__4
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Font_face__Group__4__Impl
+ rule__Font_face__Group__5
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Font_face__Group__4__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getFont_faceAccess().getGroup_4()); }
+(rule__Font_face__Group_4__0)*
+{ after(grammarAccess.getFont_faceAccess().getGroup_4()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Font_face__Group__5
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Font_face__Group__5__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Font_face__Group__5__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getFont_faceAccess().getRightCurlyBracketKeyword_5()); }
+
+ '}'
+
+{ after(grammarAccess.getFont_faceAccess().getRightCurlyBracketKeyword_5()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+rule__Font_face__Group_4__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Font_face__Group_4__0__Impl
+ rule__Font_face__Group_4__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Font_face__Group_4__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getFont_faceAccess().getSemicolonKeyword_4_0()); }
+
+ ';'
+
+{ after(grammarAccess.getFont_faceAccess().getSemicolonKeyword_4_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Font_face__Group_4__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Font_face__Group_4__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Font_face__Group_4__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getFont_faceAccess().getDeclarationsAssignment_4_1()); }
+(rule__Font_face__DeclarationsAssignment_4_1)?
+{ after(grammarAccess.getFont_faceAccess().getDeclarationsAssignment_4_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+rule__Keyframes__Group__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Keyframes__Group__0__Impl
+ rule__Keyframes__Group__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Keyframes__Group__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getKeyframesAccess().getFont_faceAction_0()); }
+(
+
+)
+{ after(grammarAccess.getKeyframesAccess().getFont_faceAction_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Keyframes__Group__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Keyframes__Group__1__Impl
+ rule__Keyframes__Group__2
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Keyframes__Group__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getKeyframesAccess().getAlternatives_1()); }
+(rule__Keyframes__Alternatives_1)
+{ after(grammarAccess.getKeyframesAccess().getAlternatives_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Keyframes__Group__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Keyframes__Group__2__Impl
+ rule__Keyframes__Group__3
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Keyframes__Group__2__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getKeyframesAccess().getNameAssignment_2()); }
+(rule__Keyframes__NameAssignment_2)
+{ after(grammarAccess.getKeyframesAccess().getNameAssignment_2()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Keyframes__Group__3
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Keyframes__Group__3__Impl
+ rule__Keyframes__Group__4
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Keyframes__Group__3__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getKeyframesAccess().getLeftCurlyBracketKeyword_3()); }
+
+ '{'
+
+{ after(grammarAccess.getKeyframesAccess().getLeftCurlyBracketKeyword_3()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Keyframes__Group__4
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Keyframes__Group__4__Impl
+ rule__Keyframes__Group__5
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Keyframes__Group__4__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getKeyframesAccess().getKeyframeselectorsAssignment_4()); }
+(rule__Keyframes__KeyframeselectorsAssignment_4)?
+{ after(grammarAccess.getKeyframesAccess().getKeyframeselectorsAssignment_4()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Keyframes__Group__5
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Keyframes__Group__5__Impl
+ rule__Keyframes__Group__6
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Keyframes__Group__5__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getKeyframesAccess().getGroup_5()); }
+(rule__Keyframes__Group_5__0)*
+{ after(grammarAccess.getKeyframesAccess().getGroup_5()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Keyframes__Group__6
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Keyframes__Group__6__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Keyframes__Group__6__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getKeyframesAccess().getRightCurlyBracketKeyword_6()); }
+
+ '}'
+
+{ after(grammarAccess.getKeyframesAccess().getRightCurlyBracketKeyword_6()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+rule__Keyframes__Group_5__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Keyframes__Group_5__0__Impl
+ rule__Keyframes__Group_5__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Keyframes__Group_5__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getKeyframesAccess().getSemicolonKeyword_5_0()); }
+
+ ';'
+
+{ after(grammarAccess.getKeyframesAccess().getSemicolonKeyword_5_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Keyframes__Group_5__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Keyframes__Group_5__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Keyframes__Group_5__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getKeyframesAccess().getKeyframeselectorsAssignment_5_1()); }
+(rule__Keyframes__KeyframeselectorsAssignment_5_1)?
+{ after(grammarAccess.getKeyframesAccess().getKeyframeselectorsAssignment_5_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+rule__Keyframe_selector__Group__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Keyframe_selector__Group__0__Impl
+ rule__Keyframe_selector__Group__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Keyframe_selector__Group__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getKeyframe_selectorAccess().getAlternatives_0()); }
+(rule__Keyframe_selector__Alternatives_0)
+{ after(grammarAccess.getKeyframe_selectorAccess().getAlternatives_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Keyframe_selector__Group__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Keyframe_selector__Group__1__Impl
+ rule__Keyframe_selector__Group__2
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Keyframe_selector__Group__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getKeyframe_selectorAccess().getLeftCurlyBracketKeyword_1()); }
+
+ '{'
+
+{ after(grammarAccess.getKeyframe_selectorAccess().getLeftCurlyBracketKeyword_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Keyframe_selector__Group__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Keyframe_selector__Group__2__Impl
+ rule__Keyframe_selector__Group__3
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Keyframe_selector__Group__2__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getKeyframe_selectorAccess().getDeclarationsAssignment_2()); }
+(rule__Keyframe_selector__DeclarationsAssignment_2)?
+{ after(grammarAccess.getKeyframe_selectorAccess().getDeclarationsAssignment_2()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Keyframe_selector__Group__3
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Keyframe_selector__Group__3__Impl
+ rule__Keyframe_selector__Group__4
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Keyframe_selector__Group__3__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getKeyframe_selectorAccess().getGroup_3()); }
+(rule__Keyframe_selector__Group_3__0)*
+{ after(grammarAccess.getKeyframe_selectorAccess().getGroup_3()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Keyframe_selector__Group__4
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Keyframe_selector__Group__4__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Keyframe_selector__Group__4__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getKeyframe_selectorAccess().getRightCurlyBracketKeyword_4()); }
+
+ '}'
+
+{ after(grammarAccess.getKeyframe_selectorAccess().getRightCurlyBracketKeyword_4()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+
+
+
+
+
+
+rule__Keyframe_selector__Group_0_1__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Keyframe_selector__Group_0_1__0__Impl
+ rule__Keyframe_selector__Group_0_1__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Keyframe_selector__Group_0_1__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getKeyframe_selectorAccess().getPercentageAssignment_0_1_0()); }
+(rule__Keyframe_selector__PercentageAssignment_0_1_0)
+{ after(grammarAccess.getKeyframe_selectorAccess().getPercentageAssignment_0_1_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Keyframe_selector__Group_0_1__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Keyframe_selector__Group_0_1__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Keyframe_selector__Group_0_1__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getKeyframe_selectorAccess().getPERCENTTerminalRuleCall_0_1_1()); }
+ RULE_PERCENT
+{ after(grammarAccess.getKeyframe_selectorAccess().getPERCENTTerminalRuleCall_0_1_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+rule__Keyframe_selector__Group_3__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Keyframe_selector__Group_3__0__Impl
+ rule__Keyframe_selector__Group_3__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Keyframe_selector__Group_3__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getKeyframe_selectorAccess().getSemicolonKeyword_3_0()); }
+
+ ';'
+
+{ after(grammarAccess.getKeyframe_selectorAccess().getSemicolonKeyword_3_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Keyframe_selector__Group_3__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Keyframe_selector__Group_3__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Keyframe_selector__Group_3__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getKeyframe_selectorAccess().getDeclarationsAssignment_3_1()); }
+(rule__Keyframe_selector__DeclarationsAssignment_3_1)?
+{ after(grammarAccess.getKeyframe_selectorAccess().getDeclarationsAssignment_3_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+rule__Ruleset__Group__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Ruleset__Group__0__Impl
+ rule__Ruleset__Group__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Ruleset__Group__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getRulesetAccess().getSelectorsAssignment_0()); }
+(rule__Ruleset__SelectorsAssignment_0)
+{ after(grammarAccess.getRulesetAccess().getSelectorsAssignment_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Ruleset__Group__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Ruleset__Group__1__Impl
+ rule__Ruleset__Group__2
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Ruleset__Group__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getRulesetAccess().getGroup_1()); }
+(rule__Ruleset__Group_1__0)*
+{ after(grammarAccess.getRulesetAccess().getGroup_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Ruleset__Group__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Ruleset__Group__2__Impl
+ rule__Ruleset__Group__3
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Ruleset__Group__2__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getRulesetAccess().getWSTerminalRuleCall_2()); }
+( RULE_WS)*
+{ after(grammarAccess.getRulesetAccess().getWSTerminalRuleCall_2()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Ruleset__Group__3
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Ruleset__Group__3__Impl
+ rule__Ruleset__Group__4
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Ruleset__Group__3__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getRulesetAccess().getLeftCurlyBracketKeyword_3()); }
+
+ '{'
+
+{ after(grammarAccess.getRulesetAccess().getLeftCurlyBracketKeyword_3()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Ruleset__Group__4
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Ruleset__Group__4__Impl
+ rule__Ruleset__Group__5
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Ruleset__Group__4__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getRulesetAccess().getGroup_4()); }
+(rule__Ruleset__Group_4__0)?
+{ after(grammarAccess.getRulesetAccess().getGroup_4()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Ruleset__Group__5
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Ruleset__Group__5__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Ruleset__Group__5__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getRulesetAccess().getRightCurlyBracketKeyword_5()); }
+
+ '}'
+
+{ after(grammarAccess.getRulesetAccess().getRightCurlyBracketKeyword_5()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+rule__Ruleset__Group_1__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Ruleset__Group_1__0__Impl
+ rule__Ruleset__Group_1__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Ruleset__Group_1__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getRulesetAccess().getWSTerminalRuleCall_1_0()); }
+( RULE_WS)*
+{ after(grammarAccess.getRulesetAccess().getWSTerminalRuleCall_1_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Ruleset__Group_1__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Ruleset__Group_1__1__Impl
+ rule__Ruleset__Group_1__2
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Ruleset__Group_1__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getRulesetAccess().getCOMMATerminalRuleCall_1_1()); }
+ RULE_COMMA
+{ after(grammarAccess.getRulesetAccess().getCOMMATerminalRuleCall_1_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Ruleset__Group_1__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Ruleset__Group_1__2__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Ruleset__Group_1__2__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getRulesetAccess().getSelectorsAssignment_1_2()); }
+(rule__Ruleset__SelectorsAssignment_1_2)
+{ after(grammarAccess.getRulesetAccess().getSelectorsAssignment_1_2()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+
+
+rule__Ruleset__Group_4__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Ruleset__Group_4__0__Impl
+ rule__Ruleset__Group_4__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Ruleset__Group_4__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getRulesetAccess().getDeclarationsAssignment_4_0()); }
+(rule__Ruleset__DeclarationsAssignment_4_0)
+{ after(grammarAccess.getRulesetAccess().getDeclarationsAssignment_4_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Ruleset__Group_4__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Ruleset__Group_4__1__Impl
+ rule__Ruleset__Group_4__2
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Ruleset__Group_4__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getRulesetAccess().getGroup_4_1()); }
+(rule__Ruleset__Group_4_1__0)*
+{ after(grammarAccess.getRulesetAccess().getGroup_4_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Ruleset__Group_4__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Ruleset__Group_4__2__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Ruleset__Group_4__2__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getRulesetAccess().getSemicolonKeyword_4_2()); }
+(
+ ';'
+)?
+{ after(grammarAccess.getRulesetAccess().getSemicolonKeyword_4_2()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+
+
+rule__Ruleset__Group_4_1__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Ruleset__Group_4_1__0__Impl
+ rule__Ruleset__Group_4_1__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Ruleset__Group_4_1__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getRulesetAccess().getSemicolonKeyword_4_1_0()); }
+
+ ';'
+
+{ after(grammarAccess.getRulesetAccess().getSemicolonKeyword_4_1_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Ruleset__Group_4_1__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Ruleset__Group_4_1__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Ruleset__Group_4_1__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getRulesetAccess().getDeclarationsAssignment_4_1_1()); }
+(rule__Ruleset__DeclarationsAssignment_4_1_1)
+{ after(grammarAccess.getRulesetAccess().getDeclarationsAssignment_4_1_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+rule__Selector__Group__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Selector__Group__0__Impl
+ rule__Selector__Group__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Selector__Group__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getSelectorAccess().getSimpleselectorsAssignment_0()); }
+(rule__Selector__SimpleselectorsAssignment_0)
+{ after(grammarAccess.getSelectorAccess().getSimpleselectorsAssignment_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Selector__Group__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Selector__Group__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Selector__Group__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getSelectorAccess().getAlternatives_1()); }
+(rule__Selector__Alternatives_1)?
+{ after(grammarAccess.getSelectorAccess().getAlternatives_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+rule__Selector__Group_1_0__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Selector__Group_1_0__0__Impl
+ rule__Selector__Group_1_0__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Selector__Group_1_0__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getSelectorAccess().getCombinatorAssignment_1_0_0()); }
+(rule__Selector__CombinatorAssignment_1_0_0)
+{ after(grammarAccess.getSelectorAccess().getCombinatorAssignment_1_0_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Selector__Group_1_0__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Selector__Group_1_0__1__Impl
+ rule__Selector__Group_1_0__2
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Selector__Group_1_0__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getSelectorAccess().getWSTerminalRuleCall_1_0_1()); }
+( RULE_WS)*
+{ after(grammarAccess.getSelectorAccess().getWSTerminalRuleCall_1_0_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Selector__Group_1_0__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Selector__Group_1_0__2__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Selector__Group_1_0__2__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getSelectorAccess().getSelectorAssignment_1_0_2()); }
+(rule__Selector__SelectorAssignment_1_0_2)
+{ after(grammarAccess.getSelectorAccess().getSelectorAssignment_1_0_2()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+
+
+rule__Selector__Group_1_1__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Selector__Group_1_1__0__Impl
+ rule__Selector__Group_1_1__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Selector__Group_1_1__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+(
+{ before(grammarAccess.getSelectorAccess().getWSTerminalRuleCall_1_1_0()); }
+( RULE_WS)
+{ after(grammarAccess.getSelectorAccess().getWSTerminalRuleCall_1_1_0()); }
+)
+(
+{ before(grammarAccess.getSelectorAccess().getWSTerminalRuleCall_1_1_0()); }
+( RULE_WS)*
+{ after(grammarAccess.getSelectorAccess().getWSTerminalRuleCall_1_1_0()); }
+)
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Selector__Group_1_1__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Selector__Group_1_1__1__Impl
+ rule__Selector__Group_1_1__2
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Selector__Group_1_1__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getSelectorAccess().getGroup_1_1_1()); }
+(rule__Selector__Group_1_1_1__0)?
+{ after(grammarAccess.getSelectorAccess().getGroup_1_1_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Selector__Group_1_1__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Selector__Group_1_1__2__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Selector__Group_1_1__2__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getSelectorAccess().getSelectorAssignment_1_1_2()); }
+(rule__Selector__SelectorAssignment_1_1_2)
+{ after(grammarAccess.getSelectorAccess().getSelectorAssignment_1_1_2()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+
+
+rule__Selector__Group_1_1_1__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Selector__Group_1_1_1__0__Impl
+ rule__Selector__Group_1_1_1__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Selector__Group_1_1_1__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getSelectorAccess().getCombinatorAssignment_1_1_1_0()); }
+(rule__Selector__CombinatorAssignment_1_1_1_0)
+{ after(grammarAccess.getSelectorAccess().getCombinatorAssignment_1_1_1_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Selector__Group_1_1_1__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Selector__Group_1_1_1__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Selector__Group_1_1_1__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getSelectorAccess().getWSTerminalRuleCall_1_1_1_1()); }
+( RULE_WS)*
+{ after(grammarAccess.getSelectorAccess().getWSTerminalRuleCall_1_1_1_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+rule__SimpleSelectorForNegation__Group_0__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__SimpleSelectorForNegation__Group_0__0__Impl
+ rule__SimpleSelectorForNegation__Group_0__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SimpleSelectorForNegation__Group_0__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getSimpleSelectorForNegationAccess().getAlternatives_0_0()); }
+(rule__SimpleSelectorForNegation__Alternatives_0_0)
+{ after(grammarAccess.getSimpleSelectorForNegationAccess().getAlternatives_0_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__SimpleSelectorForNegation__Group_0__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__SimpleSelectorForNegation__Group_0__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SimpleSelectorForNegation__Group_0__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getSimpleSelectorForNegationAccess().getSubSelectorsAssignment_0_1()); }
+(rule__SimpleSelectorForNegation__SubSelectorsAssignment_0_1)*
+{ after(grammarAccess.getSimpleSelectorForNegationAccess().getSubSelectorsAssignment_0_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+rule__Simple_selector__Group_0__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Simple_selector__Group_0__0__Impl
+ rule__Simple_selector__Group_0__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Simple_selector__Group_0__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getSimple_selectorAccess().getAlternatives_0_0()); }
+(rule__Simple_selector__Alternatives_0_0)
+{ after(grammarAccess.getSimple_selectorAccess().getAlternatives_0_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Simple_selector__Group_0__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Simple_selector__Group_0__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Simple_selector__Group_0__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getSimple_selectorAccess().getSubSelectorsAssignment_0_1()); }
+(rule__Simple_selector__SubSelectorsAssignment_0_1)*
+{ after(grammarAccess.getSimple_selectorAccess().getSubSelectorsAssignment_0_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+rule__AttributeSelector__Group__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__AttributeSelector__Group__0__Impl
+ rule__AttributeSelector__Group__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__AttributeSelector__Group__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getAttributeSelectorAccess().getAttributeSelectorAction_0()); }
+(
+
+)
+{ after(grammarAccess.getAttributeSelectorAccess().getAttributeSelectorAction_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__AttributeSelector__Group__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__AttributeSelector__Group__1__Impl
+ rule__AttributeSelector__Group__2
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__AttributeSelector__Group__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getAttributeSelectorAccess().getLeftSquareBracketKeyword_1()); }
+
+ '['
+
+{ after(grammarAccess.getAttributeSelectorAccess().getLeftSquareBracketKeyword_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__AttributeSelector__Group__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__AttributeSelector__Group__2__Impl
+ rule__AttributeSelector__Group__3
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__AttributeSelector__Group__2__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getAttributeSelectorAccess().getNameAssignment_2()); }
+(rule__AttributeSelector__NameAssignment_2)
+{ after(grammarAccess.getAttributeSelectorAccess().getNameAssignment_2()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__AttributeSelector__Group__3
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__AttributeSelector__Group__3__Impl
+ rule__AttributeSelector__Group__4
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__AttributeSelector__Group__3__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getAttributeSelectorAccess().getGroup_3()); }
+(rule__AttributeSelector__Group_3__0)?
+{ after(grammarAccess.getAttributeSelectorAccess().getGroup_3()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__AttributeSelector__Group__4
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__AttributeSelector__Group__4__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__AttributeSelector__Group__4__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getAttributeSelectorAccess().getRightSquareBracketKeyword_4()); }
+
+ ']'
+
+{ after(grammarAccess.getAttributeSelectorAccess().getRightSquareBracketKeyword_4()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+
+
+
+
+
+
+rule__AttributeSelector__Group_3__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__AttributeSelector__Group_3__0__Impl
+ rule__AttributeSelector__Group_3__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__AttributeSelector__Group_3__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getAttributeSelectorAccess().getOpAssignment_3_0()); }
+(rule__AttributeSelector__OpAssignment_3_0)
+{ after(grammarAccess.getAttributeSelectorAccess().getOpAssignment_3_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__AttributeSelector__Group_3__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__AttributeSelector__Group_3__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__AttributeSelector__Group_3__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getAttributeSelectorAccess().getValueAssignment_3_1()); }
+(rule__AttributeSelector__ValueAssignment_3_1)
+{ after(grammarAccess.getAttributeSelectorAccess().getValueAssignment_3_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+rule__ClassSelector__Group__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ClassSelector__Group__0__Impl
+ rule__ClassSelector__Group__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ClassSelector__Group__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getClassSelectorAccess().getClassSelectorAction_0()); }
+(
+
+)
+{ after(grammarAccess.getClassSelectorAccess().getClassSelectorAction_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__ClassSelector__Group__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ClassSelector__Group__1__Impl
+ rule__ClassSelector__Group__2
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ClassSelector__Group__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getClassSelectorAccess().getFullStopKeyword_1()); }
+
+ '.'
+
+{ after(grammarAccess.getClassSelectorAccess().getFullStopKeyword_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__ClassSelector__Group__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ClassSelector__Group__2__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ClassSelector__Group__2__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getClassSelectorAccess().getNameAssignment_2()); }
+(rule__ClassSelector__NameAssignment_2)
+{ after(grammarAccess.getClassSelectorAccess().getNameAssignment_2()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+
+
+rule__ElementSelector__Group__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ElementSelector__Group__0__Impl
+ rule__ElementSelector__Group__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ElementSelector__Group__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getElementSelectorAccess().getElementSelectorAction_0()); }
+(
+
+)
+{ after(grammarAccess.getElementSelectorAccess().getElementSelectorAction_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__ElementSelector__Group__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ElementSelector__Group__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ElementSelector__Group__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getElementSelectorAccess().getNameAssignment_1()); }
+(rule__ElementSelector__NameAssignment_1)
+{ after(grammarAccess.getElementSelectorAccess().getNameAssignment_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+rule__UniversalSelector__Group__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__UniversalSelector__Group__0__Impl
+ rule__UniversalSelector__Group__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__UniversalSelector__Group__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getUniversalSelectorAccess().getUniversalSelectorAction_0()); }
+(
+
+)
+{ after(grammarAccess.getUniversalSelectorAccess().getUniversalSelectorAction_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__UniversalSelector__Group__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__UniversalSelector__Group__1__Impl
+ rule__UniversalSelector__Group__2
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__UniversalSelector__Group__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getUniversalSelectorAccess().getNamespaceAssignment_1()); }
+(rule__UniversalSelector__NamespaceAssignment_1)?
+{ after(grammarAccess.getUniversalSelectorAccess().getNamespaceAssignment_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__UniversalSelector__Group__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__UniversalSelector__Group__2__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__UniversalSelector__Group__2__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getUniversalSelectorAccess().getAsteriskKeyword_2()); }
+
+ '*'
+
+{ after(grammarAccess.getUniversalSelectorAccess().getAsteriskKeyword_2()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+
+
+rule__IdSelector__Group__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__IdSelector__Group__0__Impl
+ rule__IdSelector__Group__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__IdSelector__Group__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getIdSelectorAccess().getIdSelectorAction_0()); }
+(
+
+)
+{ after(grammarAccess.getIdSelectorAccess().getIdSelectorAction_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__IdSelector__Group__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__IdSelector__Group__1__Impl
+ rule__IdSelector__Group__2
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__IdSelector__Group__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getIdSelectorAccess().getHASHMARKTerminalRuleCall_1()); }
+ RULE_HASHMARK
+{ after(grammarAccess.getIdSelectorAccess().getHASHMARKTerminalRuleCall_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__IdSelector__Group__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__IdSelector__Group__2__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__IdSelector__Group__2__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getIdSelectorAccess().getNameAssignment_2()); }
+(rule__IdSelector__NameAssignment_2)
+{ after(grammarAccess.getIdSelectorAccess().getNameAssignment_2()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+
+
+rule__Css_namespace_prefix__Group__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Css_namespace_prefix__Group__0__Impl
+ rule__Css_namespace_prefix__Group__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Css_namespace_prefix__Group__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getCss_namespace_prefixAccess().getAlternatives_0()); }
+(rule__Css_namespace_prefix__Alternatives_0)?
+{ after(grammarAccess.getCss_namespace_prefixAccess().getAlternatives_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Css_namespace_prefix__Group__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Css_namespace_prefix__Group__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Css_namespace_prefix__Group__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getCss_namespace_prefixAccess().getVerticalLineKeyword_1()); }
+
+ '|'
+
+{ after(grammarAccess.getCss_namespace_prefixAccess().getVerticalLineKeyword_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+rule__Css_declaration__Group__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Css_declaration__Group__0__Impl
+ rule__Css_declaration__Group__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Css_declaration__Group__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getCss_declarationAccess().getWSTerminalRuleCall_0()); }
+( RULE_WS)*
+{ after(grammarAccess.getCss_declarationAccess().getWSTerminalRuleCall_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Css_declaration__Group__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Css_declaration__Group__1__Impl
+ rule__Css_declaration__Group__2
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Css_declaration__Group__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getCss_declarationAccess().getPropertyAssignment_1()); }
+(rule__Css_declaration__PropertyAssignment_1)
+{ after(grammarAccess.getCss_declarationAccess().getPropertyAssignment_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Css_declaration__Group__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Css_declaration__Group__2__Impl
+ rule__Css_declaration__Group__3
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Css_declaration__Group__2__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getCss_declarationAccess().getWSTerminalRuleCall_2()); }
+( RULE_WS)*
+{ after(grammarAccess.getCss_declarationAccess().getWSTerminalRuleCall_2()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Css_declaration__Group__3
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Css_declaration__Group__3__Impl
+ rule__Css_declaration__Group__4
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Css_declaration__Group__3__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getCss_declarationAccess().getCOLONTerminalRuleCall_3()); }
+ RULE_COLON
+{ after(grammarAccess.getCss_declarationAccess().getCOLONTerminalRuleCall_3()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Css_declaration__Group__4
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Css_declaration__Group__4__Impl
+ rule__Css_declaration__Group__5
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Css_declaration__Group__4__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+(
+{ before(grammarAccess.getCss_declarationAccess().getValueTokensAssignment_4()); }
+(rule__Css_declaration__ValueTokensAssignment_4)
+{ after(grammarAccess.getCss_declarationAccess().getValueTokensAssignment_4()); }
+)
+(
+{ before(grammarAccess.getCss_declarationAccess().getValueTokensAssignment_4()); }
+(rule__Css_declaration__ValueTokensAssignment_4)*
+{ after(grammarAccess.getCss_declarationAccess().getValueTokensAssignment_4()); }
+)
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Css_declaration__Group__5
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Css_declaration__Group__5__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Css_declaration__Group__5__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getCss_declarationAccess().getImportantAssignment_5()); }
+(rule__Css_declaration__ImportantAssignment_5)?
+{ after(grammarAccess.getCss_declarationAccess().getImportantAssignment_5()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+rule__Css_property__Group__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Css_property__Group__0__Impl
+ rule__Css_property__Group__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Css_property__Group__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getCss_propertyAccess().getCss_propertyAction_0()); }
+(
+
+)
+{ after(grammarAccess.getCss_propertyAccess().getCss_propertyAction_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Css_property__Group__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Css_property__Group__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Css_property__Group__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getCss_propertyAccess().getNameAssignment_1()); }
+(rule__Css_property__NameAssignment_1)
+{ after(grammarAccess.getCss_propertyAccess().getNameAssignment_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+rule__PseudoClass__Group__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__PseudoClass__Group__0__Impl
+ rule__PseudoClass__Group__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__PseudoClass__Group__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getPseudoClassAccess().getCOLONTerminalRuleCall_0()); }
+ RULE_COLON
+{ after(grammarAccess.getPseudoClassAccess().getCOLONTerminalRuleCall_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__PseudoClass__Group__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__PseudoClass__Group__1__Impl
+ rule__PseudoClass__Group__2
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__PseudoClass__Group__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getPseudoClassAccess().getCOLONTerminalRuleCall_1()); }
+( RULE_COLON)?
+{ after(grammarAccess.getPseudoClassAccess().getCOLONTerminalRuleCall_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__PseudoClass__Group__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__PseudoClass__Group__2__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__PseudoClass__Group__2__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getPseudoClassAccess().getPseudoClassNameParserRuleCall_2()); }
+ rulePseudoClassName
+{ after(grammarAccess.getPseudoClassAccess().getPseudoClassNameParserRuleCall_2()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+
+
+rule__PseudoClassFunction__Group_0__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__PseudoClassFunction__Group_0__0__Impl
+ rule__PseudoClassFunction__Group_0__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__PseudoClassFunction__Group_0__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getPseudoClassFunctionAccess().getNotAssignment_0_0()); }
+(rule__PseudoClassFunction__NotAssignment_0_0)
+{ after(grammarAccess.getPseudoClassFunctionAccess().getNotAssignment_0_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__PseudoClassFunction__Group_0__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__PseudoClassFunction__Group_0__1__Impl
+ rule__PseudoClassFunction__Group_0__2
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__PseudoClassFunction__Group_0__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getPseudoClassFunctionAccess().getParamSelectorAssignment_0_1()); }
+(rule__PseudoClassFunction__ParamSelectorAssignment_0_1)
+{ after(grammarAccess.getPseudoClassFunctionAccess().getParamSelectorAssignment_0_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__PseudoClassFunction__Group_0__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__PseudoClassFunction__Group_0__2__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__PseudoClassFunction__Group_0__2__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getPseudoClassFunctionAccess().getRightParenthesisKeyword_0_2()); }
+
+ ')'
+
+{ after(grammarAccess.getPseudoClassFunctionAccess().getRightParenthesisKeyword_0_2()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+
+
+rule__PseudoClassFunction__Group_1__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__PseudoClassFunction__Group_1__0__Impl
+ rule__PseudoClassFunction__Group_1__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__PseudoClassFunction__Group_1__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getPseudoClassFunctionAccess().getCOLONTerminalRuleCall_1_0()); }
+ RULE_COLON
+{ after(grammarAccess.getPseudoClassFunctionAccess().getCOLONTerminalRuleCall_1_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__PseudoClassFunction__Group_1__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__PseudoClassFunction__Group_1__1__Impl
+ rule__PseudoClassFunction__Group_1__2
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__PseudoClassFunction__Group_1__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getPseudoClassFunctionAccess().getNameAssignment_1_1()); }
+(rule__PseudoClassFunction__NameAssignment_1_1)
+{ after(grammarAccess.getPseudoClassFunctionAccess().getNameAssignment_1_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__PseudoClassFunction__Group_1__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__PseudoClassFunction__Group_1__2__Impl
+ rule__PseudoClassFunction__Group_1__3
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__PseudoClassFunction__Group_1__2__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getPseudoClassFunctionAccess().getLeftParenthesisKeyword_1_2()); }
+
+ '('
+
+{ after(grammarAccess.getPseudoClassFunctionAccess().getLeftParenthesisKeyword_1_2()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__PseudoClassFunction__Group_1__3
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__PseudoClassFunction__Group_1__3__Impl
+ rule__PseudoClassFunction__Group_1__4
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__PseudoClassFunction__Group_1__3__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getPseudoClassFunctionAccess().getParamsAssignment_1_3()); }
+(rule__PseudoClassFunction__ParamsAssignment_1_3)*
+{ after(grammarAccess.getPseudoClassFunctionAccess().getParamsAssignment_1_3()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__PseudoClassFunction__Group_1__4
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__PseudoClassFunction__Group_1__4__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__PseudoClassFunction__Group_1__4__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getPseudoClassFunctionAccess().getRightParenthesisKeyword_1_4()); }
+
+ ')'
+
+{ after(grammarAccess.getPseudoClassFunctionAccess().getRightParenthesisKeyword_1_4()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+
+
+
+
+
+
+rule__NotFunctionCall__Group__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__NotFunctionCall__Group__0__Impl
+ rule__NotFunctionCall__Group__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__NotFunctionCall__Group__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getNotFunctionCallAccess().getCOLONTerminalRuleCall_0()); }
+ RULE_COLON
+{ after(grammarAccess.getNotFunctionCallAccess().getCOLONTerminalRuleCall_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__NotFunctionCall__Group__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__NotFunctionCall__Group__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__NotFunctionCall__Group__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getNotFunctionCallAccess().getNotKeyword_1()); }
+
+ 'not('
+
+{ after(grammarAccess.getNotFunctionCallAccess().getNotKeyword_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+rule__SymbolTok__Group__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__SymbolTok__Group__0__Impl
+ rule__SymbolTok__Group__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SymbolTok__Group__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getSymbolTokAccess().getSymbolTokAction_0()); }
+(
+
+)
+{ after(grammarAccess.getSymbolTokAccess().getSymbolTokAction_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__SymbolTok__Group__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__SymbolTok__Group__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SymbolTok__Group__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getSymbolTokAccess().getSymbolAssignment_1()); }
+(rule__SymbolTok__SymbolAssignment_1)
+{ after(grammarAccess.getSymbolTokAccess().getSymbolAssignment_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+rule__WSTok__Group__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__WSTok__Group__0__Impl
+ rule__WSTok__Group__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__WSTok__Group__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getWSTokAccess().getWSTokAction_0()); }
+(
+
+)
+{ after(grammarAccess.getWSTokAccess().getWSTokAction_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__WSTok__Group__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__WSTok__Group__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__WSTok__Group__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getWSTokAccess().getWSTerminalRuleCall_1()); }
+ RULE_WS
+{ after(grammarAccess.getWSTokAccess().getWSTerminalRuleCall_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+rule__StringTok__Group__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__StringTok__Group__0__Impl
+ rule__StringTok__Group__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__StringTok__Group__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getStringTokAccess().getStringTokAction_0()); }
+(
+
+)
+{ after(grammarAccess.getStringTokAccess().getStringTokAction_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__StringTok__Group__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__StringTok__Group__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__StringTok__Group__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getStringTokAccess().getValueAssignment_1()); }
+(rule__StringTok__ValueAssignment_1)
+{ after(grammarAccess.getStringTokAccess().getValueAssignment_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+rule__NumberTok__Group__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__NumberTok__Group__0__Impl
+ rule__NumberTok__Group__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__NumberTok__Group__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getNumberTokAccess().getNumberTokAction_0()); }
+(
+
+)
+{ after(grammarAccess.getNumberTokAccess().getNumberTokAction_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__NumberTok__Group__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__NumberTok__Group__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__NumberTok__Group__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getNumberTokAccess().getValAssignment_1()); }
+(rule__NumberTok__ValAssignment_1)
+{ after(grammarAccess.getNumberTokAccess().getValAssignment_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+rule__UrlTok__Group__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__UrlTok__Group__0__Impl
+ rule__UrlTok__Group__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__UrlTok__Group__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getUrlTokAccess().getUrlTokAction_0()); }
+(
+
+)
+{ after(grammarAccess.getUrlTokAccess().getUrlTokAction_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__UrlTok__Group__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__UrlTok__Group__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__UrlTok__Group__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getUrlTokAccess().getUrlAssignment_1()); }
+(rule__UrlTok__UrlAssignment_1)
+{ after(grammarAccess.getUrlTokAccess().getUrlAssignment_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+rule__ColorTok__Group__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ColorTok__Group__0__Impl
+ rule__ColorTok__Group__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ColorTok__Group__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getColorTokAccess().getColorTokAction_0()); }
+(
+
+)
+{ after(grammarAccess.getColorTokAccess().getColorTokAction_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__ColorTok__Group__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ColorTok__Group__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ColorTok__Group__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getColorTokAccess().getValueAssignment_1()); }
+(rule__ColorTok__ValueAssignment_1)
+{ after(grammarAccess.getColorTokAccess().getValueAssignment_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+rule__IdentifierOrFuncTok__Group__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__IdentifierOrFuncTok__Group__0__Impl
+ rule__IdentifierOrFuncTok__Group__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__IdentifierOrFuncTok__Group__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getIdentifierOrFuncTokAccess().getIdentifierTokAction_0()); }
+(
+
+)
+{ after(grammarAccess.getIdentifierOrFuncTokAccess().getIdentifierTokAction_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__IdentifierOrFuncTok__Group__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__IdentifierOrFuncTok__Group__1__Impl
+ rule__IdentifierOrFuncTok__Group__2
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__IdentifierOrFuncTok__Group__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getIdentifierOrFuncTokAccess().getNameAssignment_1()); }
+(rule__IdentifierOrFuncTok__NameAssignment_1)
+{ after(grammarAccess.getIdentifierOrFuncTokAccess().getNameAssignment_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__IdentifierOrFuncTok__Group__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__IdentifierOrFuncTok__Group__2__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__IdentifierOrFuncTok__Group__2__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getIdentifierOrFuncTokAccess().getGroup_2()); }
+(rule__IdentifierOrFuncTok__Group_2__0)?
+{ after(grammarAccess.getIdentifierOrFuncTokAccess().getGroup_2()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+
+
+rule__IdentifierOrFuncTok__Group_2__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__IdentifierOrFuncTok__Group_2__0__Impl
+ rule__IdentifierOrFuncTok__Group_2__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__IdentifierOrFuncTok__Group_2__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getIdentifierOrFuncTokAccess().getFuncTokNameAction_2_0()); }
+(
+
+)
+{ after(grammarAccess.getIdentifierOrFuncTokAccess().getFuncTokNameAction_2_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__IdentifierOrFuncTok__Group_2__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__IdentifierOrFuncTok__Group_2__1__Impl
+ rule__IdentifierOrFuncTok__Group_2__2
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__IdentifierOrFuncTok__Group_2__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getIdentifierOrFuncTokAccess().getLeftParenthesisKeyword_2_1()); }
+
+ '('
+
+{ after(grammarAccess.getIdentifierOrFuncTokAccess().getLeftParenthesisKeyword_2_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__IdentifierOrFuncTok__Group_2__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__IdentifierOrFuncTok__Group_2__2__Impl
+ rule__IdentifierOrFuncTok__Group_2__3
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__IdentifierOrFuncTok__Group_2__2__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+(
+{ before(grammarAccess.getIdentifierOrFuncTokAccess().getParamsAssignment_2_2()); }
+(rule__IdentifierOrFuncTok__ParamsAssignment_2_2)
+{ after(grammarAccess.getIdentifierOrFuncTokAccess().getParamsAssignment_2_2()); }
+)
+(
+{ before(grammarAccess.getIdentifierOrFuncTokAccess().getParamsAssignment_2_2()); }
+(rule__IdentifierOrFuncTok__ParamsAssignment_2_2)*
+{ after(grammarAccess.getIdentifierOrFuncTokAccess().getParamsAssignment_2_2()); }
+)
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__IdentifierOrFuncTok__Group_2__3
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__IdentifierOrFuncTok__Group_2__3__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__IdentifierOrFuncTok__Group_2__3__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getIdentifierOrFuncTokAccess().getRightParenthesisKeyword_2_3()); }
+
+ ')'
+
+{ after(grammarAccess.getIdentifierOrFuncTokAccess().getRightParenthesisKeyword_2_3()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+
+
+
+
+rule__URLType__Group__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__URLType__Group__0__Impl
+ rule__URLType__Group__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__URLType__Group__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getURLTypeAccess().getUrlKeyword_0()); }
+
+ 'url('
+
+{ after(grammarAccess.getURLTypeAccess().getUrlKeyword_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__URLType__Group__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__URLType__Group__1__Impl
+ rule__URLType__Group__2
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__URLType__Group__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getURLTypeAccess().getUrlAssignment_1()); }
+(rule__URLType__UrlAssignment_1)
+{ after(grammarAccess.getURLTypeAccess().getUrlAssignment_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__URLType__Group__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__URLType__Group__2__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__URLType__Group__2__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getURLTypeAccess().getRightParenthesisKeyword_2()); }
+
+ ')'
+
+{ after(grammarAccess.getURLTypeAccess().getRightParenthesisKeyword_2()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+
+
+rule__ValidURLSymbol__Group_18__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ValidURLSymbol__Group_18__0__Impl
+ rule__ValidURLSymbol__Group_18__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ValidURLSymbol__Group_18__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getValidURLSymbolAccess().getEqualsSignKeyword_18_0()); }
+
+ '='
+
+{ after(grammarAccess.getValidURLSymbolAccess().getEqualsSignKeyword_18_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__ValidURLSymbol__Group_18__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ValidURLSymbol__Group_18__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ValidURLSymbol__Group_18__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getValidURLSymbolAccess().getKeywordHackParserRuleCall_18_1()); }
+ ruleKeywordHack
+{ after(grammarAccess.getValidURLSymbolAccess().getKeywordHackParserRuleCall_18_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+rule__ValidURL__Group_1_10__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ValidURL__Group_1_10__0__Impl
+ rule__ValidURL__Group_1_10__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ValidURL__Group_1_10__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getValidURLAccess().getPERCENTTerminalRuleCall_1_10_0()); }
+ RULE_PERCENT
+{ after(grammarAccess.getValidURLAccess().getPERCENTTerminalRuleCall_1_10_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__ValidURL__Group_1_10__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ValidURL__Group_1_10__1__Impl
+ rule__ValidURL__Group_1_10__2
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ValidURL__Group_1_10__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getValidURLAccess().getAlternatives_1_10_1()); }
+(rule__ValidURL__Alternatives_1_10_1)
+{ after(grammarAccess.getValidURLAccess().getAlternatives_1_10_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__ValidURL__Group_1_10__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ValidURL__Group_1_10__2__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ValidURL__Group_1_10__2__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getValidURLAccess().getAlternatives_1_10_2()); }
+(rule__ValidURL__Alternatives_1_10_2)
+{ after(grammarAccess.getValidURLAccess().getAlternatives_1_10_2()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+
+
+rule__Identifier__Group__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Identifier__Group__0__Impl
+ rule__Identifier__Group__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Identifier__Group__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getIdentifierAccess().getDASHTerminalRuleCall_0()); }
+( RULE_DASH)?
+{ after(grammarAccess.getIdentifierAccess().getDASHTerminalRuleCall_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Identifier__Group__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Identifier__Group__1__Impl
+ rule__Identifier__Group__2
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Identifier__Group__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getIdentifierAccess().getAlternatives_1()); }
+(rule__Identifier__Alternatives_1)
+{ after(grammarAccess.getIdentifierAccess().getAlternatives_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Identifier__Group__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Identifier__Group__2__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Identifier__Group__2__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getIdentifierAccess().getGroup_2()); }
+(rule__Identifier__Group_2__0)*
+{ after(grammarAccess.getIdentifierAccess().getGroup_2()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+
+
+rule__Identifier__Group_2__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Identifier__Group_2__0__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Identifier__Group_2__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getIdentifierAccess().getAlternatives_2_0()); }
+(rule__Identifier__Alternatives_2_0)
+{ after(grammarAccess.getIdentifierAccess().getAlternatives_2_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+rule__Num__Group__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Num__Group__0__Impl
+ rule__Num__Group__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Num__Group__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getNumAccess().getAlternatives_0()); }
+(rule__Num__Alternatives_0)?
+{ after(grammarAccess.getNumAccess().getAlternatives_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Num__Group__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Num__Group__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Num__Group__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getNumAccess().getAlternatives_1()); }
+(rule__Num__Alternatives_1)
+{ after(grammarAccess.getNumAccess().getAlternatives_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+rule__Num__Group_1_0__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Num__Group_1_0__0__Impl
+ rule__Num__Group_1_0__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Num__Group_1_0__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getNumAccess().getFullStopKeyword_1_0_0()); }
+
+ '.'
+
+{ after(grammarAccess.getNumAccess().getFullStopKeyword_1_0_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Num__Group_1_0__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Num__Group_1_0__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Num__Group_1_0__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+(
+{ before(grammarAccess.getNumAccess().getONE_INTTerminalRuleCall_1_0_1()); }
+( RULE_ONE_INT)
+{ after(grammarAccess.getNumAccess().getONE_INTTerminalRuleCall_1_0_1()); }
+)
+(
+{ before(grammarAccess.getNumAccess().getONE_INTTerminalRuleCall_1_0_1()); }
+( RULE_ONE_INT)*
+{ after(grammarAccess.getNumAccess().getONE_INTTerminalRuleCall_1_0_1()); }
+)
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+rule__Num__Group_1_1__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Num__Group_1_1__0__Impl
+ rule__Num__Group_1_1__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Num__Group_1_1__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+(
+{ before(grammarAccess.getNumAccess().getONE_INTTerminalRuleCall_1_1_0()); }
+( RULE_ONE_INT)
+{ after(grammarAccess.getNumAccess().getONE_INTTerminalRuleCall_1_1_0()); }
+)
+(
+{ before(grammarAccess.getNumAccess().getONE_INTTerminalRuleCall_1_1_0()); }
+( RULE_ONE_INT)*
+{ after(grammarAccess.getNumAccess().getONE_INTTerminalRuleCall_1_1_0()); }
+)
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Num__Group_1_1__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Num__Group_1_1__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Num__Group_1_1__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getNumAccess().getGroup_1_1_1()); }
+(rule__Num__Group_1_1_1__0)?
+{ after(grammarAccess.getNumAccess().getGroup_1_1_1()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+rule__Num__Group_1_1_1__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Num__Group_1_1_1__0__Impl
+ rule__Num__Group_1_1_1__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Num__Group_1_1_1__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getNumAccess().getFullStopKeyword_1_1_1_0()); }
+(
+ '.'
+)
+{ after(grammarAccess.getNumAccess().getFullStopKeyword_1_1_1_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Num__Group_1_1_1__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Num__Group_1_1_1__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Num__Group_1_1_1__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+(
+{ before(grammarAccess.getNumAccess().getONE_INTTerminalRuleCall_1_1_1_1()); }
+( RULE_ONE_INT)
+{ after(grammarAccess.getNumAccess().getONE_INTTerminalRuleCall_1_1_1_1()); }
+)
+(
+{ before(grammarAccess.getNumAccess().getONE_INTTerminalRuleCall_1_1_1_1()); }
+( RULE_ONE_INT)*
+{ after(grammarAccess.getNumAccess().getONE_INTTerminalRuleCall_1_1_1_1()); }
+)
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+rule__Hex__Group__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Hex__Group__0__Impl
+ rule__Hex__Group__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Hex__Group__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getHexAccess().getHASHMARKTerminalRuleCall_0()); }
+ RULE_HASHMARK
+{ after(grammarAccess.getHexAccess().getHASHMARKTerminalRuleCall_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__Hex__Group__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Hex__Group__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Hex__Group__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+(
+{ before(grammarAccess.getHexAccess().getGroup_1()); }
+(rule__Hex__Group_1__0)
+{ after(grammarAccess.getHexAccess().getGroup_1()); }
+)
+(
+{ before(grammarAccess.getHexAccess().getGroup_1()); }
+(rule__Hex__Group_1__0)*
+{ after(grammarAccess.getHexAccess().getGroup_1()); }
+)
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+
+rule__Hex__Group_1__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__Hex__Group_1__0__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Hex__Group_1__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getHexAccess().getAlternatives_1_0()); }
+(rule__Hex__Alternatives_1_0)
+{ after(grammarAccess.getHexAccess().getAlternatives_1_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+
+
+
+rule__Stylesheet__CharsetAssignment_0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getStylesheetAccess().getCharsetCharsetParserRuleCall_0_0()); }
+ rulecharset{ after(grammarAccess.getStylesheetAccess().getCharsetCharsetParserRuleCall_0_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Stylesheet__ImportsAssignment_1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getStylesheetAccess().getImportsImportExpressionParserRuleCall_1_0()); }
+ ruleimportExpression{ after(grammarAccess.getStylesheetAccess().getImportsImportExpressionParserRuleCall_1_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Stylesheet__RulesetAssignment_2_0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getStylesheetAccess().getRulesetRulesetParserRuleCall_2_0_0()); }
+ ruleruleset{ after(grammarAccess.getStylesheetAccess().getRulesetRulesetParserRuleCall_2_0_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Stylesheet__MediaAssignment_2_1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getStylesheetAccess().getMediaMediaParserRuleCall_2_1_0()); }
+ rulemedia{ after(grammarAccess.getStylesheetAccess().getMediaMediaParserRuleCall_2_1_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Stylesheet__PageAssignment_2_2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getStylesheetAccess().getPagePageParserRuleCall_2_2_0()); }
+ rulepage{ after(grammarAccess.getStylesheetAccess().getPagePageParserRuleCall_2_2_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Stylesheet__Font_faceAssignment_2_3
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getStylesheetAccess().getFont_faceFont_faceParserRuleCall_2_3_0()); }
+ rulefont_face{ after(grammarAccess.getStylesheetAccess().getFont_faceFont_faceParserRuleCall_2_3_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Stylesheet__KeyframesAssignment_2_4
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getStylesheetAccess().getKeyframesKeyframesParserRuleCall_2_4_0()); }
+ rulekeyframes{ after(grammarAccess.getStylesheetAccess().getKeyframesKeyframesParserRuleCall_2_4_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Charset__CharsetAssignment_1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getCharsetAccess().getCharsetCSSSTRINGTerminalRuleCall_1_0()); }
+ RULE_CSSSTRING{ after(grammarAccess.getCharsetAccess().getCharsetCSSSTRINGTerminalRuleCall_1_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ImportExpression__ValueAssignment_1_0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getImportExpressionAccess().getValueCSSSTRINGTerminalRuleCall_1_0_0()); }
+ RULE_CSSSTRING{ after(grammarAccess.getImportExpressionAccess().getValueCSSSTRINGTerminalRuleCall_1_0_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ImportExpression__MediaListAssignment_1_1_1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getImportExpressionAccess().getMediaListMedia_listParserRuleCall_1_1_1_0()); }
+ rulemedia_list{ after(grammarAccess.getImportExpressionAccess().getMediaListMedia_listParserRuleCall_1_1_1_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Page__PseudoPageAssignment_2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getPageAccess().getPseudoPagePseudo_pageParserRuleCall_2_0()); }
+ rulepseudo_page{ after(grammarAccess.getPageAccess().getPseudoPagePseudo_pageParserRuleCall_2_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Page__DeclarationsAssignment_4
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getPageAccess().getDeclarationsCss_declarationParserRuleCall_4_0()); }
+ rulecss_declaration{ after(grammarAccess.getPageAccess().getDeclarationsCss_declarationParserRuleCall_4_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Page__DeclarationsAssignment_5_1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getPageAccess().getDeclarationsCss_declarationParserRuleCall_5_1_0()); }
+ rulecss_declaration{ after(grammarAccess.getPageAccess().getDeclarationsCss_declarationParserRuleCall_5_1_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Media__MedialistAssignment_1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getMediaAccess().getMedialistMedia_listParserRuleCall_1_0()); }
+ rulemedia_list{ after(grammarAccess.getMediaAccess().getMedialistMedia_listParserRuleCall_1_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Media__RulesetsAssignment_3
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getMediaAccess().getRulesetsRulesetParserRuleCall_3_0()); }
+ ruleruleset{ after(grammarAccess.getMediaAccess().getRulesetsRulesetParserRuleCall_3_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Font_face__DeclarationsAssignment_3
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getFont_faceAccess().getDeclarationsCss_declarationParserRuleCall_3_0()); }
+ rulecss_declaration{ after(grammarAccess.getFont_faceAccess().getDeclarationsCss_declarationParserRuleCall_3_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Font_face__DeclarationsAssignment_4_1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getFont_faceAccess().getDeclarationsCss_declarationParserRuleCall_4_1_0()); }
+ rulecss_declaration{ after(grammarAccess.getFont_faceAccess().getDeclarationsCss_declarationParserRuleCall_4_1_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Keyframes__NameAssignment_2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getKeyframesAccess().getNameIdentifierParserRuleCall_2_0()); }
+ ruleIdentifier{ after(grammarAccess.getKeyframesAccess().getNameIdentifierParserRuleCall_2_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Keyframes__KeyframeselectorsAssignment_4
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getKeyframesAccess().getKeyframeselectorsKeyframe_selectorParserRuleCall_4_0()); }
+ rulekeyframe_selector{ after(grammarAccess.getKeyframesAccess().getKeyframeselectorsKeyframe_selectorParserRuleCall_4_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Keyframes__KeyframeselectorsAssignment_5_1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getKeyframesAccess().getKeyframeselectorsKeyframe_selectorParserRuleCall_5_1_0()); }
+ rulekeyframe_selector{ after(grammarAccess.getKeyframesAccess().getKeyframeselectorsKeyframe_selectorParserRuleCall_5_1_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Keyframe_selector__TypeAssignment_0_0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getKeyframe_selectorAccess().getTypeIdentifierParserRuleCall_0_0_0()); }
+ ruleIdentifier{ after(grammarAccess.getKeyframe_selectorAccess().getTypeIdentifierParserRuleCall_0_0_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Keyframe_selector__PercentageAssignment_0_1_0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getKeyframe_selectorAccess().getPercentageNumParserRuleCall_0_1_0_0()); }
+ ruleNum{ after(grammarAccess.getKeyframe_selectorAccess().getPercentageNumParserRuleCall_0_1_0_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Keyframe_selector__DeclarationsAssignment_2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getKeyframe_selectorAccess().getDeclarationsCss_declarationParserRuleCall_2_0()); }
+ rulecss_declaration{ after(grammarAccess.getKeyframe_selectorAccess().getDeclarationsCss_declarationParserRuleCall_2_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Keyframe_selector__DeclarationsAssignment_3_1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getKeyframe_selectorAccess().getDeclarationsCss_declarationParserRuleCall_3_1_0()); }
+ rulecss_declaration{ after(grammarAccess.getKeyframe_selectorAccess().getDeclarationsCss_declarationParserRuleCall_3_1_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Ruleset__SelectorsAssignment_0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getRulesetAccess().getSelectorsSelectorParserRuleCall_0_0()); }
+ ruleselector{ after(grammarAccess.getRulesetAccess().getSelectorsSelectorParserRuleCall_0_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Ruleset__SelectorsAssignment_1_2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getRulesetAccess().getSelectorsSelectorParserRuleCall_1_2_0()); }
+ ruleselector{ after(grammarAccess.getRulesetAccess().getSelectorsSelectorParserRuleCall_1_2_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Ruleset__DeclarationsAssignment_4_0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getRulesetAccess().getDeclarationsCss_declarationParserRuleCall_4_0_0()); }
+ rulecss_declaration{ after(grammarAccess.getRulesetAccess().getDeclarationsCss_declarationParserRuleCall_4_0_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Ruleset__DeclarationsAssignment_4_1_1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getRulesetAccess().getDeclarationsCss_declarationParserRuleCall_4_1_1_0()); }
+ rulecss_declaration{ after(grammarAccess.getRulesetAccess().getDeclarationsCss_declarationParserRuleCall_4_1_1_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Selector__SimpleselectorsAssignment_0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getSelectorAccess().getSimpleselectorsSimple_selectorParserRuleCall_0_0()); }
+ rulesimple_selector{ after(grammarAccess.getSelectorAccess().getSimpleselectorsSimple_selectorParserRuleCall_0_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Selector__CombinatorAssignment_1_0_0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getSelectorAccess().getCombinatorCombinatorParserRuleCall_1_0_0_0()); }
+ rulecombinator{ after(grammarAccess.getSelectorAccess().getCombinatorCombinatorParserRuleCall_1_0_0_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Selector__SelectorAssignment_1_0_2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getSelectorAccess().getSelectorSelectorParserRuleCall_1_0_2_0()); }
+ ruleselector{ after(grammarAccess.getSelectorAccess().getSelectorSelectorParserRuleCall_1_0_2_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Selector__CombinatorAssignment_1_1_1_0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getSelectorAccess().getCombinatorCombinatorParserRuleCall_1_1_1_0_0()); }
+ rulecombinator{ after(grammarAccess.getSelectorAccess().getCombinatorCombinatorParserRuleCall_1_1_1_0_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Selector__SelectorAssignment_1_1_2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getSelectorAccess().getSelectorSelectorParserRuleCall_1_1_2_0()); }
+ ruleselector{ after(grammarAccess.getSelectorAccess().getSelectorSelectorParserRuleCall_1_1_2_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SimpleSelectorForNegation__ElementAssignment_0_0_0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getSimpleSelectorForNegationAccess().getElementElementSelectorParserRuleCall_0_0_0_0()); }
+ ruleElementSelector{ after(grammarAccess.getSimpleSelectorForNegationAccess().getElementElementSelectorParserRuleCall_0_0_0_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SimpleSelectorForNegation__UniversalAssignment_0_0_1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getSimpleSelectorForNegationAccess().getUniversalUniversalSelectorParserRuleCall_0_0_1_0()); }
+ ruleUniversalSelector{ after(grammarAccess.getSimpleSelectorForNegationAccess().getUniversalUniversalSelectorParserRuleCall_0_0_1_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SimpleSelectorForNegation__SubSelectorsAssignment_0_1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getSimpleSelectorForNegationAccess().getSubSelectorsSubSelectorForNegationParserRuleCall_0_1_0()); }
+ ruleSubSelectorForNegation{ after(grammarAccess.getSimpleSelectorForNegationAccess().getSubSelectorsSubSelectorForNegationParserRuleCall_0_1_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SimpleSelectorForNegation__SubSelectorsAssignment_1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getSimpleSelectorForNegationAccess().getSubSelectorsSubSelectorForNegationParserRuleCall_1_0()); }
+ ruleSubSelectorForNegation{ after(grammarAccess.getSimpleSelectorForNegationAccess().getSubSelectorsSubSelectorForNegationParserRuleCall_1_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Simple_selector__ElementAssignment_0_0_0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getSimple_selectorAccess().getElementElementSelectorParserRuleCall_0_0_0_0()); }
+ ruleElementSelector{ after(grammarAccess.getSimple_selectorAccess().getElementElementSelectorParserRuleCall_0_0_0_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Simple_selector__UniversalAssignment_0_0_1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getSimple_selectorAccess().getUniversalUniversalSelectorParserRuleCall_0_0_1_0()); }
+ ruleUniversalSelector{ after(grammarAccess.getSimple_selectorAccess().getUniversalUniversalSelectorParserRuleCall_0_0_1_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Simple_selector__SubSelectorsAssignment_0_1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getSimple_selectorAccess().getSubSelectorsSubSelectorParserRuleCall_0_1_0()); }
+ ruleSubSelector{ after(grammarAccess.getSimple_selectorAccess().getSubSelectorsSubSelectorParserRuleCall_0_1_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Simple_selector__SubSelectorsAssignment_1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getSimple_selectorAccess().getSubSelectorsSubSelectorParserRuleCall_1_0()); }
+ ruleSubSelector{ after(grammarAccess.getSimple_selectorAccess().getSubSelectorsSubSelectorParserRuleCall_1_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__AttributeSelector__NameAssignment_2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getAttributeSelectorAccess().getNameIdentifierParserRuleCall_2_0()); }
+ ruleIdentifier{ after(grammarAccess.getAttributeSelectorAccess().getNameIdentifierParserRuleCall_2_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__AttributeSelector__OpAssignment_3_0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getAttributeSelectorAccess().getOpAlternatives_3_0_0()); }
+(rule__AttributeSelector__OpAlternatives_3_0_0)
+{ after(grammarAccess.getAttributeSelectorAccess().getOpAlternatives_3_0_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__AttributeSelector__ValueAssignment_3_1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getAttributeSelectorAccess().getValueAlternatives_3_1_0()); }
+(rule__AttributeSelector__ValueAlternatives_3_1_0)
+{ after(grammarAccess.getAttributeSelectorAccess().getValueAlternatives_3_1_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ClassSelector__NameAssignment_2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getClassSelectorAccess().getNameIdentifierParserRuleCall_2_0()); }
+ ruleIdentifier{ after(grammarAccess.getClassSelectorAccess().getNameIdentifierParserRuleCall_2_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ElementSelector__NameAssignment_1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getElementSelectorAccess().getNameIdentifierParserRuleCall_1_0()); }
+ ruleIdentifier{ after(grammarAccess.getElementSelectorAccess().getNameIdentifierParserRuleCall_1_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__UniversalSelector__NamespaceAssignment_1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getUniversalSelectorAccess().getNamespaceCss_namespace_prefixParserRuleCall_1_0()); }
+ rulecss_namespace_prefix{ after(grammarAccess.getUniversalSelectorAccess().getNamespaceCss_namespace_prefixParserRuleCall_1_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__IdSelector__NameAssignment_2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getIdSelectorAccess().getNameIdentifierParserRuleCall_2_0()); }
+ ruleIdentifier{ after(grammarAccess.getIdSelectorAccess().getNameIdentifierParserRuleCall_2_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Css_declaration__PropertyAssignment_1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getCss_declarationAccess().getPropertyCss_propertyParserRuleCall_1_0()); }
+ rulecss_property{ after(grammarAccess.getCss_declarationAccess().getPropertyCss_propertyParserRuleCall_1_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Css_declaration__ValueTokensAssignment_4
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getCss_declarationAccess().getValueTokensCssTokParserRuleCall_4_0()); }
+ ruleCssTok{ after(grammarAccess.getCss_declarationAccess().getValueTokensCssTokParserRuleCall_4_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Css_declaration__ImportantAssignment_5
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getCss_declarationAccess().getImportantIMPORTANT_SYMTerminalRuleCall_5_0()); }
+ RULE_IMPORTANT_SYM{ after(grammarAccess.getCss_declarationAccess().getImportantIMPORTANT_SYMTerminalRuleCall_5_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__Css_property__NameAssignment_1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getCss_propertyAccess().getNameValidPropertyIdentParserRuleCall_1_0()); }
+ ruleValidPropertyIdent{ after(grammarAccess.getCss_propertyAccess().getNameValidPropertyIdentParserRuleCall_1_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__PseudoClassName__NameAssignment
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getPseudoClassNameAccess().getNameIdentifierParserRuleCall_0()); }
+ ruleIdentifier{ after(grammarAccess.getPseudoClassNameAccess().getNameIdentifierParserRuleCall_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__PseudoClassFunction__NotAssignment_0_0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getPseudoClassFunctionAccess().getNotNotFunctionCallParserRuleCall_0_0_0()); }
+ ruleNotFunctionCall{ after(grammarAccess.getPseudoClassFunctionAccess().getNotNotFunctionCallParserRuleCall_0_0_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__PseudoClassFunction__ParamSelectorAssignment_0_1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getPseudoClassFunctionAccess().getParamSelectorSimpleSelectorForNegationParserRuleCall_0_1_0()); }
+ ruleSimpleSelectorForNegation{ after(grammarAccess.getPseudoClassFunctionAccess().getParamSelectorSimpleSelectorForNegationParserRuleCall_0_1_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__PseudoClassFunction__NameAssignment_1_1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getPseudoClassFunctionAccess().getNameIdentifierParserRuleCall_1_1_0()); }
+ ruleIdentifier{ after(grammarAccess.getPseudoClassFunctionAccess().getNameIdentifierParserRuleCall_1_1_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__PseudoClassFunction__ParamsAssignment_1_3
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getPseudoClassFunctionAccess().getParamsCssTokParserRuleCall_1_3_0()); }
+ ruleCssTok{ after(grammarAccess.getPseudoClassFunctionAccess().getParamsCssTokParserRuleCall_1_3_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SymbolTok__SymbolAssignment_1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getSymbolTokAccess().getSymbolAlternatives_1_0()); }
+(rule__SymbolTok__SymbolAlternatives_1_0)
+{ after(grammarAccess.getSymbolTokAccess().getSymbolAlternatives_1_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__StringTok__ValueAssignment_1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getStringTokAccess().getValueCSSSTRINGTerminalRuleCall_1_0()); }
+ RULE_CSSSTRING{ after(grammarAccess.getStringTokAccess().getValueCSSSTRINGTerminalRuleCall_1_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__NumberTok__ValAssignment_1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getNumberTokAccess().getValNumParserRuleCall_1_0()); }
+ ruleNum{ after(grammarAccess.getNumberTokAccess().getValNumParserRuleCall_1_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__UrlTok__UrlAssignment_1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getUrlTokAccess().getUrlURLTypeParserRuleCall_1_0()); }
+ ruleURLType{ after(grammarAccess.getUrlTokAccess().getUrlURLTypeParserRuleCall_1_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ColorTok__ValueAssignment_1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getColorTokAccess().getValueHexParserRuleCall_1_0()); }
+ ruleHex{ after(grammarAccess.getColorTokAccess().getValueHexParserRuleCall_1_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__IdentifierOrFuncTok__NameAssignment_1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getIdentifierOrFuncTokAccess().getNameIdentifierParserRuleCall_1_0()); }
+ ruleIdentifier{ after(grammarAccess.getIdentifierOrFuncTokAccess().getNameIdentifierParserRuleCall_1_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__IdentifierOrFuncTok__ParamsAssignment_2_2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getIdentifierOrFuncTokAccess().getParamsCssTokParserRuleCall_2_2_0()); }
+ ruleCssTok{ after(grammarAccess.getIdentifierOrFuncTokAccess().getParamsCssTokParserRuleCall_2_2_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__URLType__UrlAssignment_1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getURLTypeAccess().getUrlValidURLParserRuleCall_1_0()); }
+ ruleValidURL{ after(grammarAccess.getURLTypeAccess().getUrlValidURLParserRuleCall_1_0()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+RULE_IMPORTANT_SYM : '!important';
+
+RULE_ONE_INT : '0'..'9';
+
+RULE_ONE_HEX_LETTER : ('a'..'f'|'A'..'F');
+
+RULE_ONE_NON_HEX_LETTER : ('g'..'z'|'G'..'Z');
+
+RULE_UNDERSCORE : '_';
+
+RULE_DASH : '-';
+
+RULE_PLUS : '+';
+
+RULE_HASHMARK : '#';
+
+RULE_COMMA : ',';
+
+RULE_PERCENT : '%';
+
+RULE_ML_COMMENT : '/*' ( options {greedy=false;} : . )*'*/';
+
+RULE_WS : (' '|'\t'|'\r'|'\n')+;
+
+RULE_CSSSTRING : ('"' ('\\' ('b'|'t'|'n'|'f'|'r'|'u'|'"'|'\''|'0'..'9'|'a'..'f'|'A'..'F'|'\\')|~(('\\'|'"')))* '"'|'\'' ('\\' ('b'|'t'|'n'|'f'|'r'|'u'|'"'|'\''|'0'..'9'|'a'..'f'|'A'..'F'|'\\')|~(('\\'|'\'')))* '\'');
+
+RULE_INCLUDES : '~=';
+
+RULE_DASHMATCH : '|=';
+
+RULE_COLON : ':';
+
+
diff --git a/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSSLexer.java b/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSSLexer.java
index de6151ac446..e2a0be114b2 100644
--- a/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSSLexer.java
+++ b/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSSLexer.java
@@ -1,2179 +1,2137 @@
-package org.eclipse.papyrus.infra.gmfdiag.css3.ui.contentassist.antlr.internal;
-
-// 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.*;
-
-@SuppressWarnings("all")
-public class InternalCSSLexer extends Lexer {
- public static final int T__64 = 64;
- 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__62 = 62;
- public static final int T__26 = 26;
- public static final int T__63 = 63;
- 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 RULE_INCLUDES = 4;
- public static final int T__22 = 22;
- public static final int T__21 = 21;
- public static final int T__20 = 20;
- public static final int RULE_ONE_INT = 16;
- public static final int RULE_PERCENT = 9;
- public static final int T__61 = 61;
- public static final int EOF = -1;
- 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 RULE_ONE_NON_HEX_LETTER = 15;
- public static final int T__59 = 59;
- 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 T__49 = 49;
- public static final int RULE_UNDERSCORE = 11;
- public static final int RULE_PLUS = 7;
- public static final int RULE_ONE_HEX_LETTER = 14;
- public static final int RULE_COMMA = 8;
- public static final int RULE_HASHMARK = 13;
- public static final int RULE_ML_COMMENT = 19;
- public static final int RULE_DASHMATCH = 5;
- public static final int T__30 = 30;
- public static final int T__31 = 31;
- public static final int RULE_COLON = 12;
- 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_CSSSTRING = 6;
- public static final int RULE_IMPORTANT_SYM = 18;
- public static final int RULE_WS = 17;
- public static final int RULE_DASH = 10;
-
- // delegates
- // delegators
-
- public InternalCSSLexer() {
- ;
- }
-
- public InternalCSSLexer(CharStream input) {
- this(input, new RecognizerSharedState());
- }
-
- public InternalCSSLexer(CharStream input, RecognizerSharedState state) {
- super(input, state);
-
- }
-
- @Override
- public String getGrammarFileName() {
- return "../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g";
- }
-
- // $ANTLR start "T__20"
- public final void mT__20() throws RecognitionException {
- try {
- int _type = T__20;
- int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:11:7: ( '@charset' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:11:9: '@charset'
- {
- match("@charset");
-
-
- }
-
- 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.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:12:7: ( '@CHARSET' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:12:9: '@CHARSET'
- {
- match("@CHARSET");
-
-
- }
-
- 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.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:13:7: ( '@import' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:13:9: '@import'
- {
- match("@import");
-
-
- }
-
- 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.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:14:7: ( '@IMPORT' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:14:9: '@IMPORT'
- {
- match("@IMPORT");
-
-
- }
-
- 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.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:15:7: ( '@page' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:15:9: '@page'
- {
- match("@page");
-
-
- }
-
- 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.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:16:7: ( '@PAGE' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:16:9: '@PAGE'
- {
- match("@PAGE");
-
-
- }
-
- 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.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:17:7: ( '@media' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:17:9: '@media'
- {
- match("@media");
-
-
- }
-
- 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.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:18:7: ( '@MEDIA' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:18:9: '@MEDIA'
- {
- match("@MEDIA");
-
-
- }
-
- 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.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:19:7: ( '@font-face' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:19:9: '@font-face'
- {
- match("@font-face");
-
-
- }
-
- 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.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:20:7: ( '@FONT-FACE' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:20:9: '@FONT-FACE'
- {
- match("@FONT-FACE");
-
-
- }
-
- 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.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:21:7: ( '@keyframes' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:21:9: '@keyframes'
- {
- match("@keyframes");
-
-
- }
-
- 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.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:22:7: ( '@KEYFRAMES' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:22:9: '@KEYFRAMES'
- {
- match("@KEYFRAMES");
-
-
- }
-
- 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.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:23:7: ( '^=' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:23:9: '^='
- {
- match("^=");
-
-
- }
-
- 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.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:24:7: ( '$=' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:24:9: '$='
- {
- match("$=");
-
-
- }
-
- 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.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:25:7: ( '*=' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:25:9: '*='
- {
- match("*=");
-
-
- }
-
- 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.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:26:7: ( '=' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:26:9: '='
- {
- match('=');
-
- }
-
- 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.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:27:7: ( '*' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:27:9: '*'
- {
- match('*');
-
- }
-
- 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.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:28:7: ( '>' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:28:9: '>'
- {
- match('>');
-
- }
-
- 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.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:29:7: ( '~' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:29:9: '~'
- {
- match('~');
-
- }
-
- 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.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:30:7: ( '.' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:30:9: '.'
- {
- match('.');
-
- }
-
- 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.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:31:7: ( '/' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:31:9: '/'
- {
- match('/');
-
- }
-
- 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.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:32:7: ( '?' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:32:9: '?'
- {
- match('?');
-
- }
-
- 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.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:33:7: ( '[' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:33:9: '['
- {
- match('[');
-
- }
-
- 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.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:34:7: ( ']' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:34:9: ']'
- {
- match(']');
-
- }
-
- 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.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:35:7: ( '@' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:35:9: '@'
- {
- match('@');
-
- }
-
- 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.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:36:7: ( '!' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:36:9: '!'
- {
- match('!');
-
- }
-
- 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.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:37:7: ( '$' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:37:9: '$'
- {
- match('$');
-
- }
-
- 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.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:38:7: ( '&' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:38:9: '&'
- {
- match('&');
-
- }
-
- 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.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:39:7: ( ';' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:39:9: ';'
- {
- match(';');
-
- }
-
- 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.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:40:7: ( 'not' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:40:9: 'not'
- {
- match("not");
-
-
- }
-
- 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.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:41:7: ( 'no' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:41:9: 'no'
- {
- match("no");
-
-
- }
-
- 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.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:42:7: ( 'url' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:42:9: 'url'
- {
- match("url");
-
-
- }
-
- 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.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:43:7: ( 'ur' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:43:9: 'ur'
- {
- match("ur");
-
-
- }
-
- 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.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:44:7: ( '\\\\ ' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:44: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;
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:45:7: ( '\\\\(' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:45: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.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:46:7: ( '\\\\)' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:46: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;
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:47:7: ( '\\\\\\'' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:47: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.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:48:7: ( '\\\\\"' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:48: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;
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:49:7: ( '{' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:49: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.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:50:7: ( '}' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:50:9: '}'
- {
- match('}');
-
- }
-
- 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.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:51:7: ( '|' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:51:9: '|'
- {
- match('|');
-
- }
-
- 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.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:52:7: ( ')' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:52:9: ')'
- {
- match(')');
-
- }
-
- 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.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:53:7: ( '(' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:53:9: '('
- {
- match('(');
-
- }
-
- 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.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:54:7: ( 'not(' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:54:9: 'not('
- {
- match("not(");
-
-
- }
-
- 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.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:55:7: ( 'url(' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:55:9: 'url('
- {
- match("url(");
-
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
-
- // $ANTLR end "T__64"
-
- // $ANTLR start "RULE_IMPORTANT_SYM"
- public final void mRULE_IMPORTANT_SYM() throws RecognitionException {
- try {
- int _type = RULE_IMPORTANT_SYM;
- int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8942:20: ( '!important' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8942:22: '!important'
- {
- match("!important");
-
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
-
- // $ANTLR end "RULE_IMPORTANT_SYM"
-
- // $ANTLR start "RULE_ONE_INT"
- public final void mRULE_ONE_INT() throws RecognitionException {
- try {
- int _type = RULE_ONE_INT;
- int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8944:14: ( '0' .. '9' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8944:16: '0' .. '9'
- {
- matchRange('0', '9');
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
-
- // $ANTLR end "RULE_ONE_INT"
-
- // $ANTLR start "RULE_ONE_HEX_LETTER"
- public final void mRULE_ONE_HEX_LETTER() throws RecognitionException {
- try {
- int _type = RULE_ONE_HEX_LETTER;
- int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8946:21: ( ( 'a' .. 'f' | 'A' .. 'F' ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8946:23: ( 'a' .. 'f' | 'A' .. 'F' )
- {
- if ((input.LA(1) >= 'A' && input.LA(1) <= 'F') || (input.LA(1) >= 'a' && input.LA(1) <= 'f')) {
- input.consume();
-
- }
- else {
- MismatchedSetException mse = new MismatchedSetException(null, input);
- recover(mse);
- throw mse;
- }
-
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
-
- // $ANTLR end "RULE_ONE_HEX_LETTER"
-
- // $ANTLR start "RULE_ONE_NON_HEX_LETTER"
- public final void mRULE_ONE_NON_HEX_LETTER() throws RecognitionException {
- try {
- int _type = RULE_ONE_NON_HEX_LETTER;
- int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8948:25: ( ( 'g' .. 'z' | 'G' .. 'Z' ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8948:27: ( 'g' .. 'z' | 'G' .. 'Z' )
- {
- if ((input.LA(1) >= 'G' && input.LA(1) <= 'Z') || (input.LA(1) >= 'g' && input.LA(1) <= 'z')) {
- input.consume();
-
- }
- else {
- MismatchedSetException mse = new MismatchedSetException(null, input);
- recover(mse);
- throw mse;
- }
-
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
-
- // $ANTLR end "RULE_ONE_NON_HEX_LETTER"
-
- // $ANTLR start "RULE_UNDERSCORE"
- public final void mRULE_UNDERSCORE() throws RecognitionException {
- try {
- int _type = RULE_UNDERSCORE;
- int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8950:17: ( '_' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8950:19: '_'
- {
- match('_');
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
-
- // $ANTLR end "RULE_UNDERSCORE"
-
- // $ANTLR start "RULE_DASH"
- public final void mRULE_DASH() throws RecognitionException {
- try {
- int _type = RULE_DASH;
- int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8952:11: ( '-' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8952:13: '-'
- {
- match('-');
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
-
- // $ANTLR end "RULE_DASH"
-
- // $ANTLR start "RULE_PLUS"
- public final void mRULE_PLUS() throws RecognitionException {
- try {
- int _type = RULE_PLUS;
- int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8954:11: ( '+' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8954:13: '+'
- {
- match('+');
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
-
- // $ANTLR end "RULE_PLUS"
-
- // $ANTLR start "RULE_HASHMARK"
- public final void mRULE_HASHMARK() throws RecognitionException {
- try {
- int _type = RULE_HASHMARK;
- int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8956:15: ( '#' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8956:17: '#'
- {
- match('#');
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
-
- // $ANTLR end "RULE_HASHMARK"
-
- // $ANTLR start "RULE_COMMA"
- public final void mRULE_COMMA() throws RecognitionException {
- try {
- int _type = RULE_COMMA;
- int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8958:12: ( ',' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8958:14: ','
- {
- match(',');
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
-
- // $ANTLR end "RULE_COMMA"
-
- // $ANTLR start "RULE_PERCENT"
- public final void mRULE_PERCENT() throws RecognitionException {
- try {
- int _type = RULE_PERCENT;
- int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8960:14: ( '%' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8960:16: '%'
- {
- match('%');
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
-
- // $ANTLR end "RULE_PERCENT"
-
- // $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.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8962:17: ( '/*' ( options {greedy=false; } : . )* '*/' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8962:19: '/*' ( options {greedy=false; } : . )* '*/'
- {
- match("/*");
-
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8962:24: ( options {greedy=false; } : . )*
- loop1: do {
- int alt1 = 2;
- int LA1_0 = input.LA(1);
-
- if ((LA1_0 == '*')) {
- int LA1_1 = input.LA(2);
-
- if ((LA1_1 == '/')) {
- alt1 = 2;
- }
- else if (((LA1_1 >= '\u0000' && LA1_1 <= '.') || (LA1_1 >= '0' && LA1_1 <= '\uFFFF'))) {
- alt1 = 1;
- }
-
-
- }
- else if (((LA1_0 >= '\u0000' && LA1_0 <= ')') || (LA1_0 >= '+' && LA1_0 <= '\uFFFF'))) {
- alt1 = 1;
- }
-
-
- switch (alt1) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8962:52: .
- {
- matchAny();
-
- }
- break;
-
- default:
- break loop1;
- }
- } while (true);
-
- match("*/");
-
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
-
- // $ANTLR end "RULE_ML_COMMENT"
-
- // $ANTLR start "RULE_WS"
- public final void mRULE_WS() throws RecognitionException {
- try {
- int _type = RULE_WS;
- int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8964:9: ( ( ' ' | '\\t' | '\\r' | '\\n' )+ )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8964:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8964:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
- int cnt2 = 0;
- loop2: do {
- int alt2 = 2;
- int LA2_0 = input.LA(1);
-
- if (((LA2_0 >= '\t' && LA2_0 <= '\n') || LA2_0 == '\r' || LA2_0 == ' ')) {
- alt2 = 1;
- }
-
-
- switch (alt2) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.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 (cnt2 >= 1) {
- break loop2;
- }
- EarlyExitException eee =
- new EarlyExitException(2, input);
- throw eee;
- }
- cnt2++;
- } while (true);
-
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
-
- // $ANTLR end "RULE_WS"
-
- // $ANTLR start "RULE_CSSSTRING"
- public final void mRULE_CSSSTRING() throws RecognitionException {
- try {
- int _type = RULE_CSSSTRING;
- int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8966:16: ( ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '0' .. '9' | 'a' ..
- // 'f' | 'A' .. 'F' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8966:18: ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '0' .. '9' | 'a' .. 'f'
- // | 'A' .. 'F' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8966:18: ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '0' .. '9' | 'a' ..
- // 'f' | 'A' .. 'F' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
- int alt5 = 2;
- int LA5_0 = input.LA(1);
-
- if ((LA5_0 == '\"')) {
- alt5 = 1;
- }
- else if ((LA5_0 == '\'')) {
- alt5 = 2;
- }
- else {
- NoViableAltException nvae =
- new NoViableAltException("", 5, 0, input);
-
- throw nvae;
- }
- switch (alt5) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8966:19: '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '0' .. '9' | 'a' ..
- // 'f' | 'A' .. 'F' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"'
- {
- match('\"');
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8966:23: ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '0' .. '9' | 'a' ..
- // 'f' | 'A' .. 'F' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )*
- loop3: do {
- int alt3 = 3;
- int LA3_0 = input.LA(1);
-
- if ((LA3_0 == '\\')) {
- alt3 = 1;
- }
- else if (((LA3_0 >= '\u0000' && LA3_0 <= '!') || (LA3_0 >= '#' && LA3_0 <= '[') || (LA3_0 >= ']' && LA3_0 <= '\uFFFF'))) {
- alt3 = 2;
- }
-
-
- switch (alt3) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8966:24: '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '0' .. '9' | 'a' ..
- // 'f' | 'A' .. 'F' | '\\\\' )
- {
- match('\\');
- if (input.LA(1) == '\"' || input.LA(1) == '\'' || (input.LA(1) >= '0' && input.LA(1) <= '9') || (input.LA(1) >= 'A' && input.LA(1) <= 'F') || input.LA(1) == '\\' || (input.LA(1) >= 'a' && input.LA(1) <= 'f') || input.LA(1) == 'n'
- || input.LA(1) == 'r' || (input.LA(1) >= 't' && input.LA(1) <= 'u')) {
- input.consume();
-
- }
- else {
- MismatchedSetException mse = new MismatchedSetException(null, input);
- recover(mse);
- throw mse;
- }
-
-
- }
- break;
- case 2:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8966:96: ~ ( ( '\\\\' | '\"' ) )
- {
- if ((input.LA(1) >= '\u0000' && input.LA(1) <= '!') || (input.LA(1) >= '#' && 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 loop3;
- }
- } while (true);
-
- match('\"');
-
- }
- break;
- case 2:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8966:116: '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '0' .. '9' | 'a' ..
- // 'f' | 'A' .. 'F' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\''
- {
- match('\'');
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8966:121: ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '0' .. '9' | 'a' ..
- // 'f' | 'A' .. 'F' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )*
- loop4: do {
- int alt4 = 3;
- int LA4_0 = input.LA(1);
-
- if ((LA4_0 == '\\')) {
- alt4 = 1;
- }
- else if (((LA4_0 >= '\u0000' && LA4_0 <= '&') || (LA4_0 >= '(' && LA4_0 <= '[') || (LA4_0 >= ']' && LA4_0 <= '\uFFFF'))) {
- alt4 = 2;
- }
-
-
- switch (alt4) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8966:122: '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '0' .. '9' | 'a' ..
- // 'f' | 'A' .. 'F' | '\\\\' )
- {
- match('\\');
- if (input.LA(1) == '\"' || input.LA(1) == '\'' || (input.LA(1) >= '0' && input.LA(1) <= '9') || (input.LA(1) >= 'A' && input.LA(1) <= 'F') || input.LA(1) == '\\' || (input.LA(1) >= 'a' && input.LA(1) <= 'f') || input.LA(1) == 'n'
- || input.LA(1) == 'r' || (input.LA(1) >= 't' && input.LA(1) <= 'u')) {
- input.consume();
-
- }
- else {
- MismatchedSetException mse = new MismatchedSetException(null, input);
- recover(mse);
- throw mse;
- }
-
-
- }
- break;
- case 2:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8966:194: ~ ( ( '\\\\' | '\\'' ) )
- {
- if ((input.LA(1) >= '\u0000' && input.LA(1) <= '&') || (input.LA(1) >= '(' && 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 loop4;
- }
- } while (true);
-
- match('\'');
-
- }
- break;
-
- }
-
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
-
- // $ANTLR end "RULE_CSSSTRING"
-
- // $ANTLR start "RULE_INCLUDES"
- public final void mRULE_INCLUDES() throws RecognitionException {
- try {
- int _type = RULE_INCLUDES;
- int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8968:15: ( '~=' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8968:17: '~='
- {
- match("~=");
-
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
-
- // $ANTLR end "RULE_INCLUDES"
-
- // $ANTLR start "RULE_DASHMATCH"
- public final void mRULE_DASHMATCH() throws RecognitionException {
- try {
- int _type = RULE_DASHMATCH;
- int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8970:16: ( '|=' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8970:18: '|='
- {
- match("|=");
-
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
-
- // $ANTLR end "RULE_DASHMATCH"
-
- // $ANTLR start "RULE_COLON"
- public final void mRULE_COLON() throws RecognitionException {
- try {
- int _type = RULE_COLON;
- int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8972:12: ( ':' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8972:14: ':'
- {
- match(':');
-
- }
-
- state.type = _type;
- state.channel = _channel;
- } finally {
- }
- }
-
- // $ANTLR end "RULE_COLON"
-
- @Override
- public void mTokens() throws RecognitionException {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:8: ( 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 | RULE_IMPORTANT_SYM | RULE_ONE_INT | RULE_ONE_HEX_LETTER | RULE_ONE_NON_HEX_LETTER | RULE_UNDERSCORE | RULE_DASH | RULE_PLUS | RULE_HASHMARK | RULE_COMMA | RULE_PERCENT | RULE_ML_COMMENT | RULE_WS | RULE_CSSSTRING | RULE_INCLUDES |
- // RULE_DASHMATCH | RULE_COLON )
- int alt6 = 61;
- alt6 = dfa6.predict(input);
- switch (alt6) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:10: T__20
- {
- mT__20();
-
- }
- break;
- case 2:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:16: T__21
- {
- mT__21();
-
- }
- break;
- case 3:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:22: T__22
- {
- mT__22();
-
- }
- break;
- case 4:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:28: T__23
- {
- mT__23();
-
- }
- break;
- case 5:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:34: T__24
- {
- mT__24();
-
- }
- break;
- case 6:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:40: T__25
- {
- mT__25();
-
- }
- break;
- case 7:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:46: T__26
- {
- mT__26();
-
- }
- break;
- case 8:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:52: T__27
- {
- mT__27();
-
- }
- break;
- case 9:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:58: T__28
- {
- mT__28();
-
- }
- break;
- case 10:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:64: T__29
- {
- mT__29();
-
- }
- break;
- case 11:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:70: T__30
- {
- mT__30();
-
- }
- break;
- case 12:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:76: T__31
- {
- mT__31();
-
- }
- break;
- case 13:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:82: T__32
- {
- mT__32();
-
- }
- break;
- case 14:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:88: T__33
- {
- mT__33();
-
- }
- break;
- case 15:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:94: T__34
- {
- mT__34();
-
- }
- break;
- case 16:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:100: T__35
- {
- mT__35();
-
- }
- break;
- case 17:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:106: T__36
- {
- mT__36();
-
- }
- break;
- case 18:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:112: T__37
- {
- mT__37();
-
- }
- break;
- case 19:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:118: T__38
- {
- mT__38();
-
- }
- break;
- case 20:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:124: T__39
- {
- mT__39();
-
- }
- break;
- case 21:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:130: T__40
- {
- mT__40();
-
- }
- break;
- case 22:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:136: T__41
- {
- mT__41();
-
- }
- break;
- case 23:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:142: T__42
- {
- mT__42();
-
- }
- break;
- case 24:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:148: T__43
- {
- mT__43();
-
- }
- break;
- case 25:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:154: T__44
- {
- mT__44();
-
- }
- break;
- case 26:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:160: T__45
- {
- mT__45();
-
- }
- break;
- case 27:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:166: T__46
- {
- mT__46();
-
- }
- break;
- case 28:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:172: T__47
- {
- mT__47();
-
- }
- break;
- case 29:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:178: T__48
- {
- mT__48();
-
- }
- break;
- case 30:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:184: T__49
- {
- mT__49();
-
- }
- break;
- case 31:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:190: T__50
- {
- mT__50();
-
- }
- break;
- case 32:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:196: T__51
- {
- mT__51();
-
- }
- break;
- case 33:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:202: T__52
- {
- mT__52();
-
- }
- break;
- case 34:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:208: T__53
- {
- mT__53();
-
- }
- break;
- case 35:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:214: T__54
- {
- mT__54();
-
- }
- break;
- case 36:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:220: T__55
- {
- mT__55();
-
- }
- break;
- case 37:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:226: T__56
- {
- mT__56();
-
- }
- break;
- case 38:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:232: T__57
- {
- mT__57();
-
- }
- break;
- case 39:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:238: T__58
- {
- mT__58();
-
- }
- break;
- case 40:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:244: T__59
- {
- mT__59();
-
- }
- break;
- case 41:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:250: T__60
- {
- mT__60();
-
- }
- break;
- case 42:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:256: T__61
- {
- mT__61();
-
- }
- break;
- case 43:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:262: T__62
- {
- mT__62();
-
- }
- break;
- case 44:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:268: T__63
- {
- mT__63();
-
- }
- break;
- case 45:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:274: T__64
- {
- mT__64();
-
- }
- break;
- case 46:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:280: RULE_IMPORTANT_SYM
- {
- mRULE_IMPORTANT_SYM();
-
- }
- break;
- case 47:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:299: RULE_ONE_INT
- {
- mRULE_ONE_INT();
-
- }
- break;
- case 48:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:312: RULE_ONE_HEX_LETTER
- {
- mRULE_ONE_HEX_LETTER();
-
- }
- break;
- case 49:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:332: RULE_ONE_NON_HEX_LETTER
- {
- mRULE_ONE_NON_HEX_LETTER();
-
- }
- break;
- case 50:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:356: RULE_UNDERSCORE
- {
- mRULE_UNDERSCORE();
-
- }
- break;
- case 51:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:372: RULE_DASH
- {
- mRULE_DASH();
-
- }
- break;
- case 52:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:382: RULE_PLUS
- {
- mRULE_PLUS();
-
- }
- break;
- case 53:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:392: RULE_HASHMARK
- {
- mRULE_HASHMARK();
-
- }
- break;
- case 54:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:406: RULE_COMMA
- {
- mRULE_COMMA();
-
- }
- break;
- case 55:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:417: RULE_PERCENT
- {
- mRULE_PERCENT();
-
- }
- break;
- case 56:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:430: RULE_ML_COMMENT
- {
- mRULE_ML_COMMENT();
-
- }
- break;
- case 57:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:446: RULE_WS
- {
- mRULE_WS();
-
- }
- break;
- case 58:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:454: RULE_CSSSTRING
- {
- mRULE_CSSSTRING();
-
- }
- break;
- case 59:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:469: RULE_INCLUDES
- {
- mRULE_INCLUDES();
-
- }
- break;
- case 60:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:483: RULE_DASHMATCH
- {
- mRULE_DASHMATCH();
-
- }
- break;
- case 61:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1:498: RULE_COLON
- {
- mRULE_COLON();
-
- }
- break;
-
- }
-
- }
-
-
- protected DFA6 dfa6 = new DFA6(this);
- static final String DFA6_eotS =
- "\1\uffff\1\60\1\uffff\1\62\1\64\2\uffff\1\66\1\uffff\1\70\3\uffff" +
- "\1\72\2\uffff\2\32\3\uffff\1\103\45\uffff\1\105\1\107\7\uffff\1" +
- "\111\1\uffff\1\113\5\uffff";
- static final String DFA6_eofS =
- "\114\uffff";
- static final String DFA6_minS =
- "\1\11\1\103\1\uffff\2\75\2\uffff\1\75\1\uffff\1\52\3\uffff\1\151" +
- "\2\uffff\1\157\1\162\1\40\2\uffff\1\75\45\uffff\1\164\1\154\7\uffff" +
- "\1\50\1\uffff\1\50\5\uffff";
- static final String DFA6_maxS =
- "\1\176\1\160\1\uffff\2\75\2\uffff\1\75\1\uffff\1\52\3\uffff\1\151" +
- "\2\uffff\1\157\1\162\1\51\2\uffff\1\75\45\uffff\1\164\1\154\7\uffff" +
- "\1\50\1\uffff\1\50\5\uffff";
- static final String DFA6_acceptS =
- "\2\uffff\1\15\2\uffff\1\20\1\22\1\uffff\1\24\1\uffff\1\26\1\27" +
- "\1\30\1\uffff\1\34\1\35\3\uffff\1\47\1\50\1\uffff\1\52\1\53\1\57" +
- "\1\60\1\61\1\62\1\63\1\64\1\65\1\66\1\67\1\71\1\72\1\75\1\1\1\2" +
- "\1\3\1\4\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\31\1\16\1\33\1\17" +
- "\1\21\1\73\1\23\1\70\1\25\1\56\1\32\2\uffff\1\42\1\43\1\44\1\45" +
- "\1\46\1\74\1\51\1\uffff\1\37\1\uffff\1\41\1\54\1\36\1\55\1\40";
- static final String DFA6_specialS =
- "\114\uffff}>";
- static final String[] DFA6_transitionS = {
- "\2\41\2\uffff\1\41\22\uffff\1\41\1\15\1\42\1\36\1\3\1\40\1" +
- "\16\1\42\1\27\1\26\1\4\1\35\1\37\1\34\1\10\1\11\12\30\1\43\1" +
- "\17\1\uffff\1\5\1\6\1\12\1\1\6\31\24\32\1\13\1\22\1\14\1\2\1" +
- "\33\1\uffff\6\31\7\32\1\20\6\32\1\21\5\32\1\23\1\25\1\24\1\7",
- "\1\45\2\uffff\1\55\2\uffff\1\47\1\uffff\1\57\1\uffff\1\53" +
- "\2\uffff\1\51\22\uffff\1\44\2\uffff\1\54\2\uffff\1\46\1\uffff" +
- "\1\56\1\uffff\1\52\2\uffff\1\50",
- "",
- "\1\61",
- "\1\63",
- "",
- "",
- "\1\65",
- "",
- "\1\67",
- "",
- "",
- "",
- "\1\71",
- "",
- "",
- "\1\73",
- "\1\74",
- "\1\75\1\uffff\1\101\4\uffff\1\100\1\76\1\77",
- "",
- "",
- "\1\102",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "\1\104",
- "\1\106",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "\1\110",
- "",
- "\1\112",
- "",
- "",
- "",
- "",
- ""
- };
-
- static final short[] DFA6_eot = DFA.unpackEncodedString(DFA6_eotS);
- static final short[] DFA6_eof = DFA.unpackEncodedString(DFA6_eofS);
- static final char[] DFA6_min = DFA.unpackEncodedStringToUnsignedChars(DFA6_minS);
- static final char[] DFA6_max = DFA.unpackEncodedStringToUnsignedChars(DFA6_maxS);
- static final short[] DFA6_accept = DFA.unpackEncodedString(DFA6_acceptS);
- static final short[] DFA6_special = DFA.unpackEncodedString(DFA6_specialS);
- static final short[][] DFA6_transition;
-
- static {
- int numStates = DFA6_transitionS.length;
- DFA6_transition = new short[numStates][];
- for (int i = 0; i < numStates; i++) {
- DFA6_transition[i] = DFA.unpackEncodedString(DFA6_transitionS[i]);
- }
- }
-
- class DFA6 extends DFA {
-
- public DFA6(BaseRecognizer recognizer) {
- this.recognizer = recognizer;
- this.decisionNumber = 6;
- this.eot = DFA6_eot;
- this.eof = DFA6_eof;
- this.min = DFA6_min;
- this.max = DFA6_max;
- this.accept = DFA6_accept;
- this.special = DFA6_special;
- this.transition = DFA6_transition;
- }
-
- @Override
- public String getDescription() {
- return "1:1: Tokens : ( 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 | RULE_IMPORTANT_SYM | RULE_ONE_INT | RULE_ONE_HEX_LETTER | RULE_ONE_NON_HEX_LETTER | RULE_UNDERSCORE | RULE_DASH | RULE_PLUS | RULE_HASHMARK | RULE_COMMA | RULE_PERCENT | RULE_ML_COMMENT | RULE_WS | RULE_CSSSTRING | RULE_INCLUDES | RULE_DASHMATCH | RULE_COLON );";
- }
- }
-
-
+package org.eclipse.papyrus.infra.gmfdiag.css3.ui.contentassist.antlr.internal;
+
+// 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 InternalCSSLexer extends Lexer {
+ public static final int T__50=50;
+ public static final int RULE_IMPORTANT_SYM=18;
+ public static final int T__59=59;
+ public static final int RULE_CSSSTRING=6;
+ public static final int RULE_UNDERSCORE=11;
+ 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 RULE_PERCENT=9;
+ 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_COMMA=8;
+ public static final int RULE_COLON=12;
+ public static final int RULE_HASHMARK=13;
+ public static final int T__26=26;
+ public static final int T__27=27;
+ public static final int RULE_DASHMATCH=5;
+ 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 RULE_ML_COMMENT=19;
+ 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__62=62;
+ public static final int T__63=63;
+ public static final int T__20=20;
+ public static final int T__64=64;
+ public static final int RULE_INCLUDES=4;
+ public static final int T__21=21;
+ public static final int RULE_ONE_HEX_LETTER=14;
+ 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_DASH=10;
+ public static final int RULE_ONE_INT=16;
+ 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 RULE_PLUS=7;
+ public static final int T__36=36;
+ public static final int EOF=-1;
+ public static final int T__30=30;
+ public static final int T__31=31;
+ public static final int RULE_ONE_NON_HEX_LETTER=15;
+ public static final int T__32=32;
+ public static final int RULE_WS=17;
+ 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;
+
+ // delegates
+ // delegators
+
+ public InternalCSSLexer() {;}
+ public InternalCSSLexer(CharStream input) {
+ this(input, new RecognizerSharedState());
+ }
+ public InternalCSSLexer(CharStream input, RecognizerSharedState state) {
+ super(input,state);
+
+ }
+ public String getGrammarFileName() { return "InternalCSS.g"; }
+
+ // $ANTLR start "T__20"
+ public final void mT__20() throws RecognitionException {
+ try {
+ int _type = T__20;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalCSS.g:11:7: ( '@charset' )
+ // InternalCSS.g:11:9: '@charset'
+ {
+ match("@charset");
+
+
+ }
+
+ 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;
+ // InternalCSS.g:12:7: ( '@CHARSET' )
+ // InternalCSS.g:12:9: '@CHARSET'
+ {
+ match("@CHARSET");
+
+
+ }
+
+ 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;
+ // InternalCSS.g:13:7: ( '@import' )
+ // InternalCSS.g:13:9: '@import'
+ {
+ match("@import");
+
+
+ }
+
+ 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;
+ // InternalCSS.g:14:7: ( '@IMPORT' )
+ // InternalCSS.g:14:9: '@IMPORT'
+ {
+ match("@IMPORT");
+
+
+ }
+
+ 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;
+ // InternalCSS.g:15:7: ( '@page' )
+ // InternalCSS.g:15:9: '@page'
+ {
+ match("@page");
+
+
+ }
+
+ 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;
+ // InternalCSS.g:16:7: ( '@PAGE' )
+ // InternalCSS.g:16:9: '@PAGE'
+ {
+ match("@PAGE");
+
+
+ }
+
+ 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;
+ // InternalCSS.g:17:7: ( '@media' )
+ // InternalCSS.g:17:9: '@media'
+ {
+ match("@media");
+
+
+ }
+
+ 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;
+ // InternalCSS.g:18:7: ( '@MEDIA' )
+ // InternalCSS.g:18:9: '@MEDIA'
+ {
+ match("@MEDIA");
+
+
+ }
+
+ 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;
+ // InternalCSS.g:19:7: ( '@font-face' )
+ // InternalCSS.g:19:9: '@font-face'
+ {
+ match("@font-face");
+
+
+ }
+
+ 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;
+ // InternalCSS.g:20:7: ( '@FONT-FACE' )
+ // InternalCSS.g:20:9: '@FONT-FACE'
+ {
+ match("@FONT-FACE");
+
+
+ }
+
+ 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;
+ // InternalCSS.g:21:7: ( '@keyframes' )
+ // InternalCSS.g:21:9: '@keyframes'
+ {
+ match("@keyframes");
+
+
+ }
+
+ 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;
+ // InternalCSS.g:22:7: ( '@KEYFRAMES' )
+ // InternalCSS.g:22:9: '@KEYFRAMES'
+ {
+ match("@KEYFRAMES");
+
+
+ }
+
+ 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;
+ // InternalCSS.g:23:7: ( '^=' )
+ // InternalCSS.g:23:9: '^='
+ {
+ match("^=");
+
+
+ }
+
+ 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;
+ // InternalCSS.g:24:7: ( '$=' )
+ // InternalCSS.g:24:9: '$='
+ {
+ match("$=");
+
+
+ }
+
+ 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;
+ // InternalCSS.g:25:7: ( '*=' )
+ // InternalCSS.g:25:9: '*='
+ {
+ match("*=");
+
+
+ }
+
+ 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;
+ // InternalCSS.g:26:7: ( '=' )
+ // InternalCSS.g:26:9: '='
+ {
+ match('=');
+
+ }
+
+ 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;
+ // InternalCSS.g:27:7: ( '*' )
+ // InternalCSS.g:27:9: '*'
+ {
+ match('*');
+
+ }
+
+ 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;
+ // InternalCSS.g:28:7: ( '>' )
+ // InternalCSS.g:28:9: '>'
+ {
+ match('>');
+
+ }
+
+ 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;
+ // InternalCSS.g:29:7: ( '~' )
+ // InternalCSS.g:29:9: '~'
+ {
+ match('~');
+
+ }
+
+ 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;
+ // InternalCSS.g:30:7: ( '.' )
+ // InternalCSS.g:30:9: '.'
+ {
+ match('.');
+
+ }
+
+ 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;
+ // InternalCSS.g:31:7: ( '/' )
+ // InternalCSS.g:31:9: '/'
+ {
+ match('/');
+
+ }
+
+ 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;
+ // InternalCSS.g:32:7: ( '?' )
+ // InternalCSS.g:32:9: '?'
+ {
+ match('?');
+
+ }
+
+ 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;
+ // InternalCSS.g:33:7: ( '[' )
+ // InternalCSS.g:33:9: '['
+ {
+ match('[');
+
+ }
+
+ 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;
+ // InternalCSS.g:34:7: ( ']' )
+ // InternalCSS.g:34:9: ']'
+ {
+ match(']');
+
+ }
+
+ 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;
+ // InternalCSS.g:35:7: ( '@' )
+ // InternalCSS.g:35:9: '@'
+ {
+ match('@');
+
+ }
+
+ 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;
+ // InternalCSS.g:36:7: ( '!' )
+ // InternalCSS.g:36:9: '!'
+ {
+ match('!');
+
+ }
+
+ 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;
+ // InternalCSS.g:37:7: ( '$' )
+ // InternalCSS.g:37:9: '$'
+ {
+ match('$');
+
+ }
+
+ 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;
+ // InternalCSS.g:38:7: ( '&' )
+ // InternalCSS.g:38:9: '&'
+ {
+ match('&');
+
+ }
+
+ 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;
+ // InternalCSS.g:39:7: ( ';' )
+ // InternalCSS.g:39:9: ';'
+ {
+ match(';');
+
+ }
+
+ 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;
+ // InternalCSS.g:40:7: ( 'not' )
+ // InternalCSS.g:40:9: 'not'
+ {
+ match("not");
+
+
+ }
+
+ 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;
+ // InternalCSS.g:41:7: ( 'no' )
+ // InternalCSS.g:41:9: 'no'
+ {
+ match("no");
+
+
+ }
+
+ 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;
+ // InternalCSS.g:42:7: ( 'url' )
+ // InternalCSS.g:42:9: 'url'
+ {
+ match("url");
+
+
+ }
+
+ 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;
+ // InternalCSS.g:43:7: ( 'ur' )
+ // InternalCSS.g:43:9: 'ur'
+ {
+ match("ur");
+
+
+ }
+
+ 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;
+ // InternalCSS.g:44:7: ( '\\\\ ' )
+ // InternalCSS.g:44: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;
+ // InternalCSS.g:45:7: ( '\\\\(' )
+ // InternalCSS.g:45: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;
+ // InternalCSS.g:46:7: ( '\\\\)' )
+ // InternalCSS.g:46: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;
+ // InternalCSS.g:47:7: ( '\\\\\\'' )
+ // InternalCSS.g:47: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;
+ // InternalCSS.g:48:7: ( '\\\\\"' )
+ // InternalCSS.g:48: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;
+ // InternalCSS.g:49:7: ( '{' )
+ // InternalCSS.g:49: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;
+ // InternalCSS.g:50:7: ( '}' )
+ // InternalCSS.g:50:9: '}'
+ {
+ match('}');
+
+ }
+
+ 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;
+ // InternalCSS.g:51:7: ( '|' )
+ // InternalCSS.g:51:9: '|'
+ {
+ match('|');
+
+ }
+
+ 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;
+ // InternalCSS.g:52:7: ( ')' )
+ // InternalCSS.g:52:9: ')'
+ {
+ match(')');
+
+ }
+
+ 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;
+ // InternalCSS.g:53:7: ( '(' )
+ // InternalCSS.g:53:9: '('
+ {
+ match('(');
+
+ }
+
+ 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;
+ // InternalCSS.g:54:7: ( 'not(' )
+ // InternalCSS.g:54:9: 'not('
+ {
+ match("not(");
+
+
+ }
+
+ 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;
+ // InternalCSS.g:55:7: ( 'url(' )
+ // InternalCSS.g:55:9: 'url('
+ {
+ match("url(");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "T__64"
+
+ // $ANTLR start "RULE_IMPORTANT_SYM"
+ public final void mRULE_IMPORTANT_SYM() throws RecognitionException {
+ try {
+ int _type = RULE_IMPORTANT_SYM;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalCSS.g:8846:20: ( '!important' )
+ // InternalCSS.g:8846:22: '!important'
+ {
+ match("!important");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "RULE_IMPORTANT_SYM"
+
+ // $ANTLR start "RULE_ONE_INT"
+ public final void mRULE_ONE_INT() throws RecognitionException {
+ try {
+ int _type = RULE_ONE_INT;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalCSS.g:8848:14: ( '0' .. '9' )
+ // InternalCSS.g:8848:16: '0' .. '9'
+ {
+ matchRange('0','9');
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "RULE_ONE_INT"
+
+ // $ANTLR start "RULE_ONE_HEX_LETTER"
+ public final void mRULE_ONE_HEX_LETTER() throws RecognitionException {
+ try {
+ int _type = RULE_ONE_HEX_LETTER;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalCSS.g:8850:21: ( ( 'a' .. 'f' | 'A' .. 'F' ) )
+ // InternalCSS.g:8850:23: ( 'a' .. 'f' | 'A' .. 'F' )
+ {
+ if ( (input.LA(1)>='A' && input.LA(1)<='F')||(input.LA(1)>='a' && input.LA(1)<='f') ) {
+ input.consume();
+
+ }
+ else {
+ MismatchedSetException mse = new MismatchedSetException(null,input);
+ recover(mse);
+ throw mse;}
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "RULE_ONE_HEX_LETTER"
+
+ // $ANTLR start "RULE_ONE_NON_HEX_LETTER"
+ public final void mRULE_ONE_NON_HEX_LETTER() throws RecognitionException {
+ try {
+ int _type = RULE_ONE_NON_HEX_LETTER;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalCSS.g:8852:25: ( ( 'g' .. 'z' | 'G' .. 'Z' ) )
+ // InternalCSS.g:8852:27: ( 'g' .. 'z' | 'G' .. 'Z' )
+ {
+ if ( (input.LA(1)>='G' && input.LA(1)<='Z')||(input.LA(1)>='g' && input.LA(1)<='z') ) {
+ input.consume();
+
+ }
+ else {
+ MismatchedSetException mse = new MismatchedSetException(null,input);
+ recover(mse);
+ throw mse;}
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "RULE_ONE_NON_HEX_LETTER"
+
+ // $ANTLR start "RULE_UNDERSCORE"
+ public final void mRULE_UNDERSCORE() throws RecognitionException {
+ try {
+ int _type = RULE_UNDERSCORE;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalCSS.g:8854:17: ( '_' )
+ // InternalCSS.g:8854:19: '_'
+ {
+ match('_');
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "RULE_UNDERSCORE"
+
+ // $ANTLR start "RULE_DASH"
+ public final void mRULE_DASH() throws RecognitionException {
+ try {
+ int _type = RULE_DASH;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalCSS.g:8856:11: ( '-' )
+ // InternalCSS.g:8856:13: '-'
+ {
+ match('-');
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "RULE_DASH"
+
+ // $ANTLR start "RULE_PLUS"
+ public final void mRULE_PLUS() throws RecognitionException {
+ try {
+ int _type = RULE_PLUS;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalCSS.g:8858:11: ( '+' )
+ // InternalCSS.g:8858:13: '+'
+ {
+ match('+');
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "RULE_PLUS"
+
+ // $ANTLR start "RULE_HASHMARK"
+ public final void mRULE_HASHMARK() throws RecognitionException {
+ try {
+ int _type = RULE_HASHMARK;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalCSS.g:8860:15: ( '#' )
+ // InternalCSS.g:8860:17: '#'
+ {
+ match('#');
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "RULE_HASHMARK"
+
+ // $ANTLR start "RULE_COMMA"
+ public final void mRULE_COMMA() throws RecognitionException {
+ try {
+ int _type = RULE_COMMA;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalCSS.g:8862:12: ( ',' )
+ // InternalCSS.g:8862:14: ','
+ {
+ match(',');
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "RULE_COMMA"
+
+ // $ANTLR start "RULE_PERCENT"
+ public final void mRULE_PERCENT() throws RecognitionException {
+ try {
+ int _type = RULE_PERCENT;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalCSS.g:8864:14: ( '%' )
+ // InternalCSS.g:8864:16: '%'
+ {
+ match('%');
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "RULE_PERCENT"
+
+ // $ANTLR start "RULE_ML_COMMENT"
+ public final void mRULE_ML_COMMENT() throws RecognitionException {
+ try {
+ int _type = RULE_ML_COMMENT;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalCSS.g:8866:17: ( '/*' ( options {greedy=false; } : . )* '*/' )
+ // InternalCSS.g:8866:19: '/*' ( options {greedy=false; } : . )* '*/'
+ {
+ match("/*");
+
+ // InternalCSS.g:8866:24: ( options {greedy=false; } : . )*
+ loop1:
+ do {
+ int alt1=2;
+ int LA1_0 = input.LA(1);
+
+ if ( (LA1_0=='*') ) {
+ int LA1_1 = input.LA(2);
+
+ if ( (LA1_1=='/') ) {
+ alt1=2;
+ }
+ else if ( ((LA1_1>='\u0000' && LA1_1<='.')||(LA1_1>='0' && LA1_1<='\uFFFF')) ) {
+ alt1=1;
+ }
+
+
+ }
+ else if ( ((LA1_0>='\u0000' && LA1_0<=')')||(LA1_0>='+' && LA1_0<='\uFFFF')) ) {
+ alt1=1;
+ }
+
+
+ switch (alt1) {
+ case 1 :
+ // InternalCSS.g:8866:52: .
+ {
+ matchAny();
+
+ }
+ break;
+
+ default :
+ break loop1;
+ }
+ } while (true);
+
+ match("*/");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "RULE_ML_COMMENT"
+
+ // $ANTLR start "RULE_WS"
+ public final void mRULE_WS() throws RecognitionException {
+ try {
+ int _type = RULE_WS;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalCSS.g:8868:9: ( ( ' ' | '\\t' | '\\r' | '\\n' )+ )
+ // InternalCSS.g:8868:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
+ {
+ // InternalCSS.g:8868:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
+ int cnt2=0;
+ loop2:
+ do {
+ int alt2=2;
+ int LA2_0 = input.LA(1);
+
+ if ( ((LA2_0>='\t' && LA2_0<='\n')||LA2_0=='\r'||LA2_0==' ') ) {
+ alt2=1;
+ }
+
+
+ switch (alt2) {
+ case 1 :
+ // InternalCSS.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 ( cnt2 >= 1 ) break loop2;
+ EarlyExitException eee =
+ new EarlyExitException(2, input);
+ throw eee;
+ }
+ cnt2++;
+ } while (true);
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "RULE_WS"
+
+ // $ANTLR start "RULE_CSSSTRING"
+ public final void mRULE_CSSSTRING() throws RecognitionException {
+ try {
+ int _type = RULE_CSSSTRING;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalCSS.g:8870:16: ( ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) )
+ // InternalCSS.g:8870:18: ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
+ {
+ // InternalCSS.g:8870:18: ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
+ int alt5=2;
+ int LA5_0 = input.LA(1);
+
+ if ( (LA5_0=='\"') ) {
+ alt5=1;
+ }
+ else if ( (LA5_0=='\'') ) {
+ alt5=2;
+ }
+ else {
+ NoViableAltException nvae =
+ new NoViableAltException("", 5, 0, input);
+
+ throw nvae;
+ }
+ switch (alt5) {
+ case 1 :
+ // InternalCSS.g:8870:19: '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"'
+ {
+ match('\"');
+ // InternalCSS.g:8870:23: ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )*
+ loop3:
+ do {
+ int alt3=3;
+ int LA3_0 = input.LA(1);
+
+ if ( (LA3_0=='\\') ) {
+ alt3=1;
+ }
+ else if ( ((LA3_0>='\u0000' && LA3_0<='!')||(LA3_0>='#' && LA3_0<='[')||(LA3_0>=']' && LA3_0<='\uFFFF')) ) {
+ alt3=2;
+ }
+
+
+ switch (alt3) {
+ case 1 :
+ // InternalCSS.g:8870:24: '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' | '\\\\' )
+ {
+ match('\\');
+ if ( input.LA(1)=='\"'||input.LA(1)=='\''||(input.LA(1)>='0' && input.LA(1)<='9')||(input.LA(1)>='A' && input.LA(1)<='F')||input.LA(1)=='\\'||(input.LA(1)>='a' && input.LA(1)<='f')||input.LA(1)=='n'||input.LA(1)=='r'||(input.LA(1)>='t' && input.LA(1)<='u') ) {
+ input.consume();
+
+ }
+ else {
+ MismatchedSetException mse = new MismatchedSetException(null,input);
+ recover(mse);
+ throw mse;}
+
+
+ }
+ break;
+ case 2 :
+ // InternalCSS.g:8870:96: ~ ( ( '\\\\' | '\"' ) )
+ {
+ if ( (input.LA(1)>='\u0000' && input.LA(1)<='!')||(input.LA(1)>='#' && 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 loop3;
+ }
+ } while (true);
+
+ match('\"');
+
+ }
+ break;
+ case 2 :
+ // InternalCSS.g:8870:116: '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\''
+ {
+ match('\'');
+ // InternalCSS.g:8870:121: ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )*
+ loop4:
+ do {
+ int alt4=3;
+ int LA4_0 = input.LA(1);
+
+ if ( (LA4_0=='\\') ) {
+ alt4=1;
+ }
+ else if ( ((LA4_0>='\u0000' && LA4_0<='&')||(LA4_0>='(' && LA4_0<='[')||(LA4_0>=']' && LA4_0<='\uFFFF')) ) {
+ alt4=2;
+ }
+
+
+ switch (alt4) {
+ case 1 :
+ // InternalCSS.g:8870:122: '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' | '\\\\' )
+ {
+ match('\\');
+ if ( input.LA(1)=='\"'||input.LA(1)=='\''||(input.LA(1)>='0' && input.LA(1)<='9')||(input.LA(1)>='A' && input.LA(1)<='F')||input.LA(1)=='\\'||(input.LA(1)>='a' && input.LA(1)<='f')||input.LA(1)=='n'||input.LA(1)=='r'||(input.LA(1)>='t' && input.LA(1)<='u') ) {
+ input.consume();
+
+ }
+ else {
+ MismatchedSetException mse = new MismatchedSetException(null,input);
+ recover(mse);
+ throw mse;}
+
+
+ }
+ break;
+ case 2 :
+ // InternalCSS.g:8870:194: ~ ( ( '\\\\' | '\\'' ) )
+ {
+ if ( (input.LA(1)>='\u0000' && input.LA(1)<='&')||(input.LA(1)>='(' && 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 loop4;
+ }
+ } while (true);
+
+ match('\'');
+
+ }
+ break;
+
+ }
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "RULE_CSSSTRING"
+
+ // $ANTLR start "RULE_INCLUDES"
+ public final void mRULE_INCLUDES() throws RecognitionException {
+ try {
+ int _type = RULE_INCLUDES;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalCSS.g:8872:15: ( '~=' )
+ // InternalCSS.g:8872:17: '~='
+ {
+ match("~=");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "RULE_INCLUDES"
+
+ // $ANTLR start "RULE_DASHMATCH"
+ public final void mRULE_DASHMATCH() throws RecognitionException {
+ try {
+ int _type = RULE_DASHMATCH;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalCSS.g:8874:16: ( '|=' )
+ // InternalCSS.g:8874:18: '|='
+ {
+ match("|=");
+
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "RULE_DASHMATCH"
+
+ // $ANTLR start "RULE_COLON"
+ public final void mRULE_COLON() throws RecognitionException {
+ try {
+ int _type = RULE_COLON;
+ int _channel = DEFAULT_TOKEN_CHANNEL;
+ // InternalCSS.g:8876:12: ( ':' )
+ // InternalCSS.g:8876:14: ':'
+ {
+ match(':');
+
+ }
+
+ state.type = _type;
+ state.channel = _channel;
+ }
+ finally {
+ }
+ }
+ // $ANTLR end "RULE_COLON"
+
+ public void mTokens() throws RecognitionException {
+ // InternalCSS.g:1:8: ( 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 | RULE_IMPORTANT_SYM | RULE_ONE_INT | RULE_ONE_HEX_LETTER | RULE_ONE_NON_HEX_LETTER | RULE_UNDERSCORE | RULE_DASH | RULE_PLUS | RULE_HASHMARK | RULE_COMMA | RULE_PERCENT | RULE_ML_COMMENT | RULE_WS | RULE_CSSSTRING | RULE_INCLUDES | RULE_DASHMATCH | RULE_COLON )
+ int alt6=61;
+ alt6 = dfa6.predict(input);
+ switch (alt6) {
+ case 1 :
+ // InternalCSS.g:1:10: T__20
+ {
+ mT__20();
+
+ }
+ break;
+ case 2 :
+ // InternalCSS.g:1:16: T__21
+ {
+ mT__21();
+
+ }
+ break;
+ case 3 :
+ // InternalCSS.g:1:22: T__22
+ {
+ mT__22();
+
+ }
+ break;
+ case 4 :
+ // InternalCSS.g:1:28: T__23
+ {
+ mT__23();
+
+ }
+ break;
+ case 5 :
+ // InternalCSS.g:1:34: T__24
+ {
+ mT__24();
+
+ }
+ break;
+ case 6 :
+ // InternalCSS.g:1:40: T__25
+ {
+ mT__25();
+
+ }
+ break;
+ case 7 :
+ // InternalCSS.g:1:46: T__26
+ {
+ mT__26();
+
+ }
+ break;
+ case 8 :
+ // InternalCSS.g:1:52: T__27
+ {
+ mT__27();
+
+ }
+ break;
+ case 9 :
+ // InternalCSS.g:1:58: T__28
+ {
+ mT__28();
+
+ }
+ break;
+ case 10 :
+ // InternalCSS.g:1:64: T__29
+ {
+ mT__29();
+
+ }
+ break;
+ case 11 :
+ // InternalCSS.g:1:70: T__30
+ {
+ mT__30();
+
+ }
+ break;
+ case 12 :
+ // InternalCSS.g:1:76: T__31
+ {
+ mT__31();
+
+ }
+ break;
+ case 13 :
+ // InternalCSS.g:1:82: T__32
+ {
+ mT__32();
+
+ }
+ break;
+ case 14 :
+ // InternalCSS.g:1:88: T__33
+ {
+ mT__33();
+
+ }
+ break;
+ case 15 :
+ // InternalCSS.g:1:94: T__34
+ {
+ mT__34();
+
+ }
+ break;
+ case 16 :
+ // InternalCSS.g:1:100: T__35
+ {
+ mT__35();
+
+ }
+ break;
+ case 17 :
+ // InternalCSS.g:1:106: T__36
+ {
+ mT__36();
+
+ }
+ break;
+ case 18 :
+ // InternalCSS.g:1:112: T__37
+ {
+ mT__37();
+
+ }
+ break;
+ case 19 :
+ // InternalCSS.g:1:118: T__38
+ {
+ mT__38();
+
+ }
+ break;
+ case 20 :
+ // InternalCSS.g:1:124: T__39
+ {
+ mT__39();
+
+ }
+ break;
+ case 21 :
+ // InternalCSS.g:1:130: T__40
+ {
+ mT__40();
+
+ }
+ break;
+ case 22 :
+ // InternalCSS.g:1:136: T__41
+ {
+ mT__41();
+
+ }
+ break;
+ case 23 :
+ // InternalCSS.g:1:142: T__42
+ {
+ mT__42();
+
+ }
+ break;
+ case 24 :
+ // InternalCSS.g:1:148: T__43
+ {
+ mT__43();
+
+ }
+ break;
+ case 25 :
+ // InternalCSS.g:1:154: T__44
+ {
+ mT__44();
+
+ }
+ break;
+ case 26 :
+ // InternalCSS.g:1:160: T__45
+ {
+ mT__45();
+
+ }
+ break;
+ case 27 :
+ // InternalCSS.g:1:166: T__46
+ {
+ mT__46();
+
+ }
+ break;
+ case 28 :
+ // InternalCSS.g:1:172: T__47
+ {
+ mT__47();
+
+ }
+ break;
+ case 29 :
+ // InternalCSS.g:1:178: T__48
+ {
+ mT__48();
+
+ }
+ break;
+ case 30 :
+ // InternalCSS.g:1:184: T__49
+ {
+ mT__49();
+
+ }
+ break;
+ case 31 :
+ // InternalCSS.g:1:190: T__50
+ {
+ mT__50();
+
+ }
+ break;
+ case 32 :
+ // InternalCSS.g:1:196: T__51
+ {
+ mT__51();
+
+ }
+ break;
+ case 33 :
+ // InternalCSS.g:1:202: T__52
+ {
+ mT__52();
+
+ }
+ break;
+ case 34 :
+ // InternalCSS.g:1:208: T__53
+ {
+ mT__53();
+
+ }
+ break;
+ case 35 :
+ // InternalCSS.g:1:214: T__54
+ {
+ mT__54();
+
+ }
+ break;
+ case 36 :
+ // InternalCSS.g:1:220: T__55
+ {
+ mT__55();
+
+ }
+ break;
+ case 37 :
+ // InternalCSS.g:1:226: T__56
+ {
+ mT__56();
+
+ }
+ break;
+ case 38 :
+ // InternalCSS.g:1:232: T__57
+ {
+ mT__57();
+
+ }
+ break;
+ case 39 :
+ // InternalCSS.g:1:238: T__58
+ {
+ mT__58();
+
+ }
+ break;
+ case 40 :
+ // InternalCSS.g:1:244: T__59
+ {
+ mT__59();
+
+ }
+ break;
+ case 41 :
+ // InternalCSS.g:1:250: T__60
+ {
+ mT__60();
+
+ }
+ break;
+ case 42 :
+ // InternalCSS.g:1:256: T__61
+ {
+ mT__61();
+
+ }
+ break;
+ case 43 :
+ // InternalCSS.g:1:262: T__62
+ {
+ mT__62();
+
+ }
+ break;
+ case 44 :
+ // InternalCSS.g:1:268: T__63
+ {
+ mT__63();
+
+ }
+ break;
+ case 45 :
+ // InternalCSS.g:1:274: T__64
+ {
+ mT__64();
+
+ }
+ break;
+ case 46 :
+ // InternalCSS.g:1:280: RULE_IMPORTANT_SYM
+ {
+ mRULE_IMPORTANT_SYM();
+
+ }
+ break;
+ case 47 :
+ // InternalCSS.g:1:299: RULE_ONE_INT
+ {
+ mRULE_ONE_INT();
+
+ }
+ break;
+ case 48 :
+ // InternalCSS.g:1:312: RULE_ONE_HEX_LETTER
+ {
+ mRULE_ONE_HEX_LETTER();
+
+ }
+ break;
+ case 49 :
+ // InternalCSS.g:1:332: RULE_ONE_NON_HEX_LETTER
+ {
+ mRULE_ONE_NON_HEX_LETTER();
+
+ }
+ break;
+ case 50 :
+ // InternalCSS.g:1:356: RULE_UNDERSCORE
+ {
+ mRULE_UNDERSCORE();
+
+ }
+ break;
+ case 51 :
+ // InternalCSS.g:1:372: RULE_DASH
+ {
+ mRULE_DASH();
+
+ }
+ break;
+ case 52 :
+ // InternalCSS.g:1:382: RULE_PLUS
+ {
+ mRULE_PLUS();
+
+ }
+ break;
+ case 53 :
+ // InternalCSS.g:1:392: RULE_HASHMARK
+ {
+ mRULE_HASHMARK();
+
+ }
+ break;
+ case 54 :
+ // InternalCSS.g:1:406: RULE_COMMA
+ {
+ mRULE_COMMA();
+
+ }
+ break;
+ case 55 :
+ // InternalCSS.g:1:417: RULE_PERCENT
+ {
+ mRULE_PERCENT();
+
+ }
+ break;
+ case 56 :
+ // InternalCSS.g:1:430: RULE_ML_COMMENT
+ {
+ mRULE_ML_COMMENT();
+
+ }
+ break;
+ case 57 :
+ // InternalCSS.g:1:446: RULE_WS
+ {
+ mRULE_WS();
+
+ }
+ break;
+ case 58 :
+ // InternalCSS.g:1:454: RULE_CSSSTRING
+ {
+ mRULE_CSSSTRING();
+
+ }
+ break;
+ case 59 :
+ // InternalCSS.g:1:469: RULE_INCLUDES
+ {
+ mRULE_INCLUDES();
+
+ }
+ break;
+ case 60 :
+ // InternalCSS.g:1:483: RULE_DASHMATCH
+ {
+ mRULE_DASHMATCH();
+
+ }
+ break;
+ case 61 :
+ // InternalCSS.g:1:498: RULE_COLON
+ {
+ mRULE_COLON();
+
+ }
+ break;
+
+ }
+
+ }
+
+
+ protected DFA6 dfa6 = new DFA6(this);
+ static final String DFA6_eotS =
+ "\1\uffff\1\60\1\uffff\1\62\1\64\2\uffff\1\66\1\uffff\1\70\3\uffff\1\72\2\uffff\2\32\3\uffff\1\103\45\uffff\1\105\1\107\7\uffff\1\111\1\uffff\1\113\5\uffff";
+ static final String DFA6_eofS =
+ "\114\uffff";
+ static final String DFA6_minS =
+ "\1\11\1\103\1\uffff\2\75\2\uffff\1\75\1\uffff\1\52\3\uffff\1\151\2\uffff\1\157\1\162\1\40\2\uffff\1\75\45\uffff\1\164\1\154\7\uffff\1\50\1\uffff\1\50\5\uffff";
+ static final String DFA6_maxS =
+ "\1\176\1\160\1\uffff\2\75\2\uffff\1\75\1\uffff\1\52\3\uffff\1\151\2\uffff\1\157\1\162\1\51\2\uffff\1\75\45\uffff\1\164\1\154\7\uffff\1\50\1\uffff\1\50\5\uffff";
+ static final String DFA6_acceptS =
+ "\2\uffff\1\15\2\uffff\1\20\1\22\1\uffff\1\24\1\uffff\1\26\1\27\1\30\1\uffff\1\34\1\35\3\uffff\1\47\1\50\1\uffff\1\52\1\53\1\57\1\60\1\61\1\62\1\63\1\64\1\65\1\66\1\67\1\71\1\72\1\75\1\1\1\2\1\3\1\4\1\5\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\31\1\16\1\33\1\17\1\21\1\73\1\23\1\70\1\25\1\56\1\32\2\uffff\1\42\1\43\1\44\1\45\1\46\1\74\1\51\1\uffff\1\37\1\uffff\1\41\1\54\1\36\1\55\1\40";
+ static final String DFA6_specialS =
+ "\114\uffff}>";
+ static final String[] DFA6_transitionS = {
+ "\2\41\2\uffff\1\41\22\uffff\1\41\1\15\1\42\1\36\1\3\1\40\1\16\1\42\1\27\1\26\1\4\1\35\1\37\1\34\1\10\1\11\12\30\1\43\1\17\1\uffff\1\5\1\6\1\12\1\1\6\31\24\32\1\13\1\22\1\14\1\2\1\33\1\uffff\6\31\7\32\1\20\6\32\1\21\5\32\1\23\1\25\1\24\1\7",
+ "\1\45\2\uffff\1\55\2\uffff\1\47\1\uffff\1\57\1\uffff\1\53\2\uffff\1\51\22\uffff\1\44\2\uffff\1\54\2\uffff\1\46\1\uffff\1\56\1\uffff\1\52\2\uffff\1\50",
+ "",
+ "\1\61",
+ "\1\63",
+ "",
+ "",
+ "\1\65",
+ "",
+ "\1\67",
+ "",
+ "",
+ "",
+ "\1\71",
+ "",
+ "",
+ "\1\73",
+ "\1\74",
+ "\1\75\1\uffff\1\101\4\uffff\1\100\1\76\1\77",
+ "",
+ "",
+ "\1\102",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "\1\104",
+ "\1\106",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "\1\110",
+ "",
+ "\1\112",
+ "",
+ "",
+ "",
+ "",
+ ""
+ };
+
+ static final short[] DFA6_eot = DFA.unpackEncodedString(DFA6_eotS);
+ static final short[] DFA6_eof = DFA.unpackEncodedString(DFA6_eofS);
+ static final char[] DFA6_min = DFA.unpackEncodedStringToUnsignedChars(DFA6_minS);
+ static final char[] DFA6_max = DFA.unpackEncodedStringToUnsignedChars(DFA6_maxS);
+ static final short[] DFA6_accept = DFA.unpackEncodedString(DFA6_acceptS);
+ static final short[] DFA6_special = DFA.unpackEncodedString(DFA6_specialS);
+ static final short[][] DFA6_transition;
+
+ static {
+ int numStates = DFA6_transitionS.length;
+ DFA6_transition = new short[numStates][];
+ for (int i=0; i<numStates; i++) {
+ DFA6_transition[i] = DFA.unpackEncodedString(DFA6_transitionS[i]);
+ }
+ }
+
+ class DFA6 extends DFA {
+
+ public DFA6(BaseRecognizer recognizer) {
+ this.recognizer = recognizer;
+ this.decisionNumber = 6;
+ this.eot = DFA6_eot;
+ this.eof = DFA6_eof;
+ this.min = DFA6_min;
+ this.max = DFA6_max;
+ this.accept = DFA6_accept;
+ this.special = DFA6_special;
+ this.transition = DFA6_transition;
+ }
+ public String getDescription() {
+ return "1:1: Tokens : ( 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 | RULE_IMPORTANT_SYM | RULE_ONE_INT | RULE_ONE_HEX_LETTER | RULE_ONE_NON_HEX_LETTER | RULE_UNDERSCORE | RULE_DASH | RULE_PLUS | RULE_HASHMARK | RULE_COMMA | RULE_PERCENT | RULE_ML_COMMENT | RULE_WS | RULE_CSSSTRING | RULE_INCLUDES | RULE_DASHMATCH | RULE_COLON );";
+ }
+ }
+
+
} \ No newline at end of file
diff --git a/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSSParser.java b/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSSParser.java
index 41fb15f7c12..a586f06d2ff 100644
--- a/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSSParser.java
+++ b/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSSParser.java
@@ -1,29629 +1,27237 @@
-package org.eclipse.papyrus.infra.gmfdiag.css3.ui.contentassist.antlr.internal;
-
-import org.eclipse.xtext.*;
-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.papyrus.infra.gmfdiag.css3.services.CSSGrammarAccess;
-
-import org.antlr.runtime.*;
-
-@SuppressWarnings("all")
-public class InternalCSSParser extends AbstractInternalContentAssistParser {
- public static final String[] tokenNames = new String[] {
- "<invalid>", "<EOR>", "<DOWN>", "<UP>", "RULE_INCLUDES", "RULE_DASHMATCH", "RULE_CSSSTRING", "RULE_PLUS", "RULE_COMMA", "RULE_PERCENT", "RULE_DASH", "RULE_UNDERSCORE", "RULE_COLON", "RULE_HASHMARK", "RULE_ONE_HEX_LETTER",
- "RULE_ONE_NON_HEX_LETTER", "RULE_ONE_INT", "RULE_WS", "RULE_IMPORTANT_SYM", "RULE_ML_COMMENT", "'@charset'", "'@CHARSET'", "'@import'", "'@IMPORT'", "'@page'", "'@PAGE'", "'@media'", "'@MEDIA'", "'@font-face'", "'@FONT-FACE'", "'@keyframes'",
- "'@KEYFRAMES'", "'^='", "'$='", "'*='", "'='", "'*'", "'>'", "'~'", "'.'", "'/'", "'?'", "'['", "']'", "'@'", "'!'", "'$'", "'&'", "';'", "'not'", "'no'", "'url'", "'ur'", "'\\\\ '", "'\\\\('", "'\\\\)'", "'\\\\\\''", "'\\\\\"'", "'{'", "'}'",
- "'|'", "')'", "'('", "'not('", "'url('"
- };
- public static final int T__64 = 64;
- public static final int T__29 = 29;
- public static final int T__28 = 28;
- public static final int T__62 = 62;
- public static final int T__27 = 27;
- public static final int T__63 = 63;
- 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 RULE_INCLUDES = 4;
- public static final int T__23 = 23;
- public static final int T__22 = 22;
- public static final int T__21 = 21;
- public static final int T__20 = 20;
- public static final int RULE_ONE_INT = 16;
- public static final int RULE_PERCENT = 9;
- public static final int T__61 = 61;
- public static final int T__60 = 60;
- public static final int EOF = -1;
- 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 RULE_ONE_NON_HEX_LETTER = 15;
- public static final int T__59 = 59;
- 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 T__49 = 49;
- public static final int RULE_UNDERSCORE = 11;
- public static final int RULE_PLUS = 7;
- public static final int RULE_ONE_HEX_LETTER = 14;
- public static final int RULE_COMMA = 8;
- public static final int RULE_HASHMARK = 13;
- public static final int RULE_ML_COMMENT = 19;
- public static final int RULE_DASHMATCH = 5;
- public static final int T__30 = 30;
- public static final int RULE_COLON = 12;
- 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_CSSSTRING = 6;
- public static final int RULE_IMPORTANT_SYM = 18;
- public static final int RULE_WS = 17;
- public static final int RULE_DASH = 10;
-
- // delegates
- // delegators
-
-
- public InternalCSSParser(TokenStream input) {
- this(input, new RecognizerSharedState());
- }
-
- public InternalCSSParser(TokenStream input, RecognizerSharedState state) {
- super(input, state);
-
- }
-
-
- @Override
- public String[] getTokenNames() {
- return InternalCSSParser.tokenNames;
- }
-
- @Override
- public String getGrammarFileName() {
- return "../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g";
- }
-
-
-
- private CSSGrammarAccess grammarAccess;
-
- public void setGrammarAccess(CSSGrammarAccess grammarAccess) {
- this.grammarAccess = grammarAccess;
- }
-
- @Override
- protected Grammar getGrammar() {
- return grammarAccess.getGrammar();
- }
-
- @Override
- protected String getValueForTokenName(String tokenName) {
- return tokenName;
- }
-
-
-
-
- // $ANTLR start "entryRulestylesheet"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:61:1: entryRulestylesheet : rulestylesheet EOF ;
- public final void entryRulestylesheet() throws RecognitionException {
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:62:1: ( rulestylesheet EOF )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:63:1: rulestylesheet EOF
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getStylesheetRule());
- }
- pushFollow(FOLLOW_rulestylesheet_in_entryRulestylesheet67);
- rulestylesheet();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getStylesheetRule());
- }
- match(input, EOF, FOLLOW_EOF_in_entryRulestylesheet74);
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
-
- // $ANTLR end "entryRulestylesheet"
-
-
- // $ANTLR start "rulestylesheet"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:70:1: rulestylesheet : ( ( rule__Stylesheet__Group__0 ) ) ;
- public final void rulestylesheet() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:74:2: ( ( ( rule__Stylesheet__Group__0 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:75:1: ( ( rule__Stylesheet__Group__0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:75:1: ( ( rule__Stylesheet__Group__0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:76:1: ( rule__Stylesheet__Group__0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getStylesheetAccess().getGroup());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:77:1: ( rule__Stylesheet__Group__0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:77:2: rule__Stylesheet__Group__0
- {
- pushFollow(FOLLOW_rule__Stylesheet__Group__0_in_rulestylesheet100);
- rule__Stylesheet__Group__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getStylesheetAccess().getGroup());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rulestylesheet"
-
-
- // $ANTLR start "entryRulecharset"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:89:1: entryRulecharset : rulecharset EOF ;
- public final void entryRulecharset() throws RecognitionException {
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:90:1: ( rulecharset EOF )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:91:1: rulecharset EOF
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getCharsetRule());
- }
- pushFollow(FOLLOW_rulecharset_in_entryRulecharset127);
- rulecharset();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getCharsetRule());
- }
- match(input, EOF, FOLLOW_EOF_in_entryRulecharset134);
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
-
- // $ANTLR end "entryRulecharset"
-
-
- // $ANTLR start "rulecharset"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:98:1: rulecharset : ( ( rule__Charset__Group__0 ) ) ;
- public final void rulecharset() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:102:2: ( ( ( rule__Charset__Group__0 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:103:1: ( ( rule__Charset__Group__0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:103:1: ( ( rule__Charset__Group__0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:104:1: ( rule__Charset__Group__0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getCharsetAccess().getGroup());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:105:1: ( rule__Charset__Group__0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:105:2: rule__Charset__Group__0
- {
- pushFollow(FOLLOW_rule__Charset__Group__0_in_rulecharset160);
- rule__Charset__Group__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getCharsetAccess().getGroup());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rulecharset"
-
-
- // $ANTLR start "entryRuleimportExpression"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:117:1: entryRuleimportExpression : ruleimportExpression EOF ;
- public final void entryRuleimportExpression() throws RecognitionException {
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:118:1: ( ruleimportExpression EOF )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:119:1: ruleimportExpression EOF
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getImportExpressionRule());
- }
- pushFollow(FOLLOW_ruleimportExpression_in_entryRuleimportExpression187);
- ruleimportExpression();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getImportExpressionRule());
- }
- match(input, EOF, FOLLOW_EOF_in_entryRuleimportExpression194);
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
-
- // $ANTLR end "entryRuleimportExpression"
-
-
- // $ANTLR start "ruleimportExpression"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:126:1: ruleimportExpression : ( ( rule__ImportExpression__Group__0 ) ) ;
- public final void ruleimportExpression() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:130:2: ( ( ( rule__ImportExpression__Group__0 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:131:1: ( ( rule__ImportExpression__Group__0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:131:1: ( ( rule__ImportExpression__Group__0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:132:1: ( rule__ImportExpression__Group__0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getImportExpressionAccess().getGroup());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:133:1: ( rule__ImportExpression__Group__0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:133:2: rule__ImportExpression__Group__0
- {
- pushFollow(FOLLOW_rule__ImportExpression__Group__0_in_ruleimportExpression220);
- rule__ImportExpression__Group__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getImportExpressionAccess().getGroup());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "ruleimportExpression"
-
-
- // $ANTLR start "entryRulepage"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:145:1: entryRulepage : rulepage EOF ;
- public final void entryRulepage() throws RecognitionException {
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:146:1: ( rulepage EOF )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:147:1: rulepage EOF
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getPageRule());
- }
- pushFollow(FOLLOW_rulepage_in_entryRulepage247);
- rulepage();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getPageRule());
- }
- match(input, EOF, FOLLOW_EOF_in_entryRulepage254);
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
-
- // $ANTLR end "entryRulepage"
-
-
- // $ANTLR start "rulepage"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:154:1: rulepage : ( ( rule__Page__Group__0 ) ) ;
- public final void rulepage() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:158:2: ( ( ( rule__Page__Group__0 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:159:1: ( ( rule__Page__Group__0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:159:1: ( ( rule__Page__Group__0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:160:1: ( rule__Page__Group__0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getPageAccess().getGroup());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:161:1: ( rule__Page__Group__0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:161:2: rule__Page__Group__0
- {
- pushFollow(FOLLOW_rule__Page__Group__0_in_rulepage280);
- rule__Page__Group__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getPageAccess().getGroup());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rulepage"
-
-
- // $ANTLR start "entryRulepseudo_page"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:173:1: entryRulepseudo_page : rulepseudo_page EOF ;
- public final void entryRulepseudo_page() throws RecognitionException {
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:174:1: ( rulepseudo_page EOF )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:175:1: rulepseudo_page EOF
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getPseudo_pageRule());
- }
- pushFollow(FOLLOW_rulepseudo_page_in_entryRulepseudo_page307);
- rulepseudo_page();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getPseudo_pageRule());
- }
- match(input, EOF, FOLLOW_EOF_in_entryRulepseudo_page314);
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
-
- // $ANTLR end "entryRulepseudo_page"
-
-
- // $ANTLR start "rulepseudo_page"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:182:1: rulepseudo_page : ( ( rule__Pseudo_page__Group__0 ) ) ;
- public final void rulepseudo_page() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:186:2: ( ( ( rule__Pseudo_page__Group__0 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:187:1: ( ( rule__Pseudo_page__Group__0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:187:1: ( ( rule__Pseudo_page__Group__0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:188:1: ( rule__Pseudo_page__Group__0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getPseudo_pageAccess().getGroup());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:189:1: ( rule__Pseudo_page__Group__0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:189:2: rule__Pseudo_page__Group__0
- {
- pushFollow(FOLLOW_rule__Pseudo_page__Group__0_in_rulepseudo_page340);
- rule__Pseudo_page__Group__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getPseudo_pageAccess().getGroup());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rulepseudo_page"
-
-
- // $ANTLR start "entryRulemedia"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:201:1: entryRulemedia : rulemedia EOF ;
- public final void entryRulemedia() throws RecognitionException {
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:202:1: ( rulemedia EOF )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:203:1: rulemedia EOF
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getMediaRule());
- }
- pushFollow(FOLLOW_rulemedia_in_entryRulemedia367);
- rulemedia();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getMediaRule());
- }
- match(input, EOF, FOLLOW_EOF_in_entryRulemedia374);
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
-
- // $ANTLR end "entryRulemedia"
-
-
- // $ANTLR start "rulemedia"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:210:1: rulemedia : ( ( rule__Media__Group__0 ) ) ;
- public final void rulemedia() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:214:2: ( ( ( rule__Media__Group__0 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:215:1: ( ( rule__Media__Group__0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:215:1: ( ( rule__Media__Group__0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:216:1: ( rule__Media__Group__0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getMediaAccess().getGroup());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:217:1: ( rule__Media__Group__0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:217:2: rule__Media__Group__0
- {
- pushFollow(FOLLOW_rule__Media__Group__0_in_rulemedia400);
- rule__Media__Group__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getMediaAccess().getGroup());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rulemedia"
-
-
- // $ANTLR start "entryRulemedia_list"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:229:1: entryRulemedia_list : rulemedia_list EOF ;
- public final void entryRulemedia_list() throws RecognitionException {
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:230:1: ( rulemedia_list EOF )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:231:1: rulemedia_list EOF
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getMedia_listRule());
- }
- pushFollow(FOLLOW_rulemedia_list_in_entryRulemedia_list427);
- rulemedia_list();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getMedia_listRule());
- }
- match(input, EOF, FOLLOW_EOF_in_entryRulemedia_list434);
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
-
- // $ANTLR end "entryRulemedia_list"
-
-
- // $ANTLR start "rulemedia_list"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:238:1: rulemedia_list : ( ( rule__Media_list__Group__0 ) ) ;
- public final void rulemedia_list() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:242:2: ( ( ( rule__Media_list__Group__0 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:243:1: ( ( rule__Media_list__Group__0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:243:1: ( ( rule__Media_list__Group__0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:244:1: ( rule__Media_list__Group__0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getMedia_listAccess().getGroup());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:245:1: ( rule__Media_list__Group__0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:245:2: rule__Media_list__Group__0
- {
- pushFollow(FOLLOW_rule__Media_list__Group__0_in_rulemedia_list460);
- rule__Media_list__Group__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getMedia_listAccess().getGroup());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rulemedia_list"
-
-
- // $ANTLR start "entryRulemedium"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:257:1: entryRulemedium : rulemedium EOF ;
- public final void entryRulemedium() throws RecognitionException {
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:258:1: ( rulemedium EOF )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:259:1: rulemedium EOF
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getMediumRule());
- }
- pushFollow(FOLLOW_rulemedium_in_entryRulemedium487);
- rulemedium();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getMediumRule());
- }
- match(input, EOF, FOLLOW_EOF_in_entryRulemedium494);
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
-
- // $ANTLR end "entryRulemedium"
-
-
- // $ANTLR start "rulemedium"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:266:1: rulemedium : ( ruleIdentifier ) ;
- public final void rulemedium() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:270:2: ( ( ruleIdentifier ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:271:1: ( ruleIdentifier )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:271:1: ( ruleIdentifier )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:272:1: ruleIdentifier
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getMediumAccess().getIdentifierParserRuleCall());
- }
- pushFollow(FOLLOW_ruleIdentifier_in_rulemedium520);
- ruleIdentifier();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getMediumAccess().getIdentifierParserRuleCall());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rulemedium"
-
-
- // $ANTLR start "entryRulefont_face"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:285:1: entryRulefont_face : rulefont_face EOF ;
- public final void entryRulefont_face() throws RecognitionException {
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:286:1: ( rulefont_face EOF )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:287:1: rulefont_face EOF
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getFont_faceRule());
- }
- pushFollow(FOLLOW_rulefont_face_in_entryRulefont_face546);
- rulefont_face();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getFont_faceRule());
- }
- match(input, EOF, FOLLOW_EOF_in_entryRulefont_face553);
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
-
- // $ANTLR end "entryRulefont_face"
-
-
- // $ANTLR start "rulefont_face"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:294:1: rulefont_face : ( ( rule__Font_face__Group__0 ) ) ;
- public final void rulefont_face() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:298:2: ( ( ( rule__Font_face__Group__0 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:299:1: ( ( rule__Font_face__Group__0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:299:1: ( ( rule__Font_face__Group__0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:300:1: ( rule__Font_face__Group__0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getFont_faceAccess().getGroup());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:301:1: ( rule__Font_face__Group__0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:301:2: rule__Font_face__Group__0
- {
- pushFollow(FOLLOW_rule__Font_face__Group__0_in_rulefont_face579);
- rule__Font_face__Group__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getFont_faceAccess().getGroup());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rulefont_face"
-
-
- // $ANTLR start "entryRulekeyframes"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:313:1: entryRulekeyframes : rulekeyframes EOF ;
- public final void entryRulekeyframes() throws RecognitionException {
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:314:1: ( rulekeyframes EOF )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:315:1: rulekeyframes EOF
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getKeyframesRule());
- }
- pushFollow(FOLLOW_rulekeyframes_in_entryRulekeyframes606);
- rulekeyframes();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getKeyframesRule());
- }
- match(input, EOF, FOLLOW_EOF_in_entryRulekeyframes613);
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
-
- // $ANTLR end "entryRulekeyframes"
-
-
- // $ANTLR start "rulekeyframes"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:322:1: rulekeyframes : ( ( rule__Keyframes__Group__0 ) ) ;
- public final void rulekeyframes() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:326:2: ( ( ( rule__Keyframes__Group__0 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:327:1: ( ( rule__Keyframes__Group__0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:327:1: ( ( rule__Keyframes__Group__0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:328:1: ( rule__Keyframes__Group__0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getKeyframesAccess().getGroup());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:329:1: ( rule__Keyframes__Group__0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:329:2: rule__Keyframes__Group__0
- {
- pushFollow(FOLLOW_rule__Keyframes__Group__0_in_rulekeyframes639);
- rule__Keyframes__Group__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getKeyframesAccess().getGroup());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rulekeyframes"
-
-
- // $ANTLR start "entryRulekeyframe_selector"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:341:1: entryRulekeyframe_selector : rulekeyframe_selector EOF ;
- public final void entryRulekeyframe_selector() throws RecognitionException {
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:342:1: ( rulekeyframe_selector EOF )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:343:1: rulekeyframe_selector EOF
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getKeyframe_selectorRule());
- }
- pushFollow(FOLLOW_rulekeyframe_selector_in_entryRulekeyframe_selector666);
- rulekeyframe_selector();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getKeyframe_selectorRule());
- }
- match(input, EOF, FOLLOW_EOF_in_entryRulekeyframe_selector673);
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
-
- // $ANTLR end "entryRulekeyframe_selector"
-
-
- // $ANTLR start "rulekeyframe_selector"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:350:1: rulekeyframe_selector : ( ( rule__Keyframe_selector__Group__0 ) ) ;
- public final void rulekeyframe_selector() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:354:2: ( ( ( rule__Keyframe_selector__Group__0 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:355:1: ( ( rule__Keyframe_selector__Group__0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:355:1: ( ( rule__Keyframe_selector__Group__0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:356:1: ( rule__Keyframe_selector__Group__0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getKeyframe_selectorAccess().getGroup());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:357:1: ( rule__Keyframe_selector__Group__0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:357:2: rule__Keyframe_selector__Group__0
- {
- pushFollow(FOLLOW_rule__Keyframe_selector__Group__0_in_rulekeyframe_selector699);
- rule__Keyframe_selector__Group__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getKeyframe_selectorAccess().getGroup());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rulekeyframe_selector"
-
-
- // $ANTLR start "entryRuleruleset"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:369:1: entryRuleruleset : ruleruleset EOF ;
- public final void entryRuleruleset() throws RecognitionException {
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:370:1: ( ruleruleset EOF )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:371:1: ruleruleset EOF
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getRulesetRule());
- }
- pushFollow(FOLLOW_ruleruleset_in_entryRuleruleset726);
- ruleruleset();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getRulesetRule());
- }
- match(input, EOF, FOLLOW_EOF_in_entryRuleruleset733);
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
-
- // $ANTLR end "entryRuleruleset"
-
-
- // $ANTLR start "ruleruleset"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:378:1: ruleruleset : ( ( rule__Ruleset__Group__0 ) ) ;
- public final void ruleruleset() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:382:2: ( ( ( rule__Ruleset__Group__0 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:383:1: ( ( rule__Ruleset__Group__0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:383:1: ( ( rule__Ruleset__Group__0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:384:1: ( rule__Ruleset__Group__0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getRulesetAccess().getGroup());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:385:1: ( rule__Ruleset__Group__0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:385:2: rule__Ruleset__Group__0
- {
- pushFollow(FOLLOW_rule__Ruleset__Group__0_in_ruleruleset759);
- rule__Ruleset__Group__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getRulesetAccess().getGroup());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "ruleruleset"
-
-
- // $ANTLR start "entryRuleselector"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:397:1: entryRuleselector : ruleselector EOF ;
- public final void entryRuleselector() throws RecognitionException {
-
- HiddenTokens myHiddenTokenState = ((XtextTokenStream) input).setHiddenTokens("RULE_ML_COMMENT");
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:401:1: ( ruleselector EOF )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:402:1: ruleselector EOF
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSelectorRule());
- }
- pushFollow(FOLLOW_ruleselector_in_entryRuleselector791);
- ruleselector();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getSelectorRule());
- }
- match(input, EOF, FOLLOW_EOF_in_entryRuleselector798);
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- myHiddenTokenState.restore();
-
- }
- return;
- }
-
- // $ANTLR end "entryRuleselector"
-
-
- // $ANTLR start "ruleselector"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:412:1: ruleselector : ( ( rule__Selector__Group__0 ) ) ;
- public final void ruleselector() throws RecognitionException {
-
- HiddenTokens myHiddenTokenState = ((XtextTokenStream) input).setHiddenTokens("RULE_ML_COMMENT");
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:417:2: ( ( ( rule__Selector__Group__0 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:418:1: ( ( rule__Selector__Group__0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:418:1: ( ( rule__Selector__Group__0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:419:1: ( rule__Selector__Group__0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSelectorAccess().getGroup());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:420:1: ( rule__Selector__Group__0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:420:2: rule__Selector__Group__0
- {
- pushFollow(FOLLOW_rule__Selector__Group__0_in_ruleselector828);
- rule__Selector__Group__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getSelectorAccess().getGroup());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
- myHiddenTokenState.restore();
-
- }
- return;
- }
-
- // $ANTLR end "ruleselector"
-
-
- // $ANTLR start "entryRuleSimpleSelectorForNegation"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:433:1: entryRuleSimpleSelectorForNegation : ruleSimpleSelectorForNegation EOF ;
- public final void entryRuleSimpleSelectorForNegation() throws RecognitionException {
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:434:1: ( ruleSimpleSelectorForNegation EOF )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:435:1: ruleSimpleSelectorForNegation EOF
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSimpleSelectorForNegationRule());
- }
- pushFollow(FOLLOW_ruleSimpleSelectorForNegation_in_entryRuleSimpleSelectorForNegation855);
- ruleSimpleSelectorForNegation();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getSimpleSelectorForNegationRule());
- }
- match(input, EOF, FOLLOW_EOF_in_entryRuleSimpleSelectorForNegation862);
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
-
- // $ANTLR end "entryRuleSimpleSelectorForNegation"
-
-
- // $ANTLR start "ruleSimpleSelectorForNegation"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:442:1: ruleSimpleSelectorForNegation : ( ( rule__SimpleSelectorForNegation__Alternatives ) ) ;
- public final void ruleSimpleSelectorForNegation() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:446:2: ( ( ( rule__SimpleSelectorForNegation__Alternatives ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:447:1: ( ( rule__SimpleSelectorForNegation__Alternatives ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:447:1: ( ( rule__SimpleSelectorForNegation__Alternatives ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:448:1: ( rule__SimpleSelectorForNegation__Alternatives )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSimpleSelectorForNegationAccess().getAlternatives());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:449:1: ( rule__SimpleSelectorForNegation__Alternatives )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:449:2: rule__SimpleSelectorForNegation__Alternatives
- {
- pushFollow(FOLLOW_rule__SimpleSelectorForNegation__Alternatives_in_ruleSimpleSelectorForNegation888);
- rule__SimpleSelectorForNegation__Alternatives();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getSimpleSelectorForNegationAccess().getAlternatives());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "ruleSimpleSelectorForNegation"
-
-
- // $ANTLR start "entryRuleSubSelectorForNegation"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:461:1: entryRuleSubSelectorForNegation : ruleSubSelectorForNegation EOF ;
- public final void entryRuleSubSelectorForNegation() throws RecognitionException {
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:462:1: ( ruleSubSelectorForNegation EOF )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:463:1: ruleSubSelectorForNegation EOF
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSubSelectorForNegationRule());
- }
- pushFollow(FOLLOW_ruleSubSelectorForNegation_in_entryRuleSubSelectorForNegation915);
- ruleSubSelectorForNegation();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getSubSelectorForNegationRule());
- }
- match(input, EOF, FOLLOW_EOF_in_entryRuleSubSelectorForNegation922);
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
-
- // $ANTLR end "entryRuleSubSelectorForNegation"
-
-
- // $ANTLR start "ruleSubSelectorForNegation"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:470:1: ruleSubSelectorForNegation : ( ( rule__SubSelectorForNegation__Alternatives ) ) ;
- public final void ruleSubSelectorForNegation() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:474:2: ( ( ( rule__SubSelectorForNegation__Alternatives ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:475:1: ( ( rule__SubSelectorForNegation__Alternatives ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:475:1: ( ( rule__SubSelectorForNegation__Alternatives ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:476:1: ( rule__SubSelectorForNegation__Alternatives )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSubSelectorForNegationAccess().getAlternatives());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:477:1: ( rule__SubSelectorForNegation__Alternatives )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:477:2: rule__SubSelectorForNegation__Alternatives
- {
- pushFollow(FOLLOW_rule__SubSelectorForNegation__Alternatives_in_ruleSubSelectorForNegation948);
- rule__SubSelectorForNegation__Alternatives();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getSubSelectorForNegationAccess().getAlternatives());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "ruleSubSelectorForNegation"
-
-
- // $ANTLR start "entryRulesimple_selector"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:489:1: entryRulesimple_selector : rulesimple_selector EOF ;
- public final void entryRulesimple_selector() throws RecognitionException {
-
- HiddenTokens myHiddenTokenState = ((XtextTokenStream) input).setHiddenTokens("RULE_ML_COMMENT");
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:493:1: ( rulesimple_selector EOF )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:494:1: rulesimple_selector EOF
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSimple_selectorRule());
- }
- pushFollow(FOLLOW_rulesimple_selector_in_entryRulesimple_selector980);
- rulesimple_selector();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getSimple_selectorRule());
- }
- match(input, EOF, FOLLOW_EOF_in_entryRulesimple_selector987);
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- myHiddenTokenState.restore();
-
- }
- return;
- }
-
- // $ANTLR end "entryRulesimple_selector"
-
-
- // $ANTLR start "rulesimple_selector"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:504:1: rulesimple_selector : ( ( rule__Simple_selector__Alternatives ) ) ;
- public final void rulesimple_selector() throws RecognitionException {
-
- HiddenTokens myHiddenTokenState = ((XtextTokenStream) input).setHiddenTokens("RULE_ML_COMMENT");
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:509:2: ( ( ( rule__Simple_selector__Alternatives ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:510:1: ( ( rule__Simple_selector__Alternatives ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:510:1: ( ( rule__Simple_selector__Alternatives ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:511:1: ( rule__Simple_selector__Alternatives )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSimple_selectorAccess().getAlternatives());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:512:1: ( rule__Simple_selector__Alternatives )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:512:2: rule__Simple_selector__Alternatives
- {
- pushFollow(FOLLOW_rule__Simple_selector__Alternatives_in_rulesimple_selector1017);
- rule__Simple_selector__Alternatives();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getSimple_selectorAccess().getAlternatives());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
- myHiddenTokenState.restore();
-
- }
- return;
- }
-
- // $ANTLR end "rulesimple_selector"
-
-
- // $ANTLR start "entryRuleSubSelector"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:525:1: entryRuleSubSelector : ruleSubSelector EOF ;
- public final void entryRuleSubSelector() throws RecognitionException {
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:526:1: ( ruleSubSelector EOF )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:527:1: ruleSubSelector EOF
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSubSelectorRule());
- }
- pushFollow(FOLLOW_ruleSubSelector_in_entryRuleSubSelector1044);
- ruleSubSelector();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getSubSelectorRule());
- }
- match(input, EOF, FOLLOW_EOF_in_entryRuleSubSelector1051);
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
-
- // $ANTLR end "entryRuleSubSelector"
-
-
- // $ANTLR start "ruleSubSelector"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:534:1: ruleSubSelector : ( ( rule__SubSelector__Alternatives ) ) ;
- public final void ruleSubSelector() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:538:2: ( ( ( rule__SubSelector__Alternatives ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:539:1: ( ( rule__SubSelector__Alternatives ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:539:1: ( ( rule__SubSelector__Alternatives ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:540:1: ( rule__SubSelector__Alternatives )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSubSelectorAccess().getAlternatives());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:541:1: ( rule__SubSelector__Alternatives )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:541:2: rule__SubSelector__Alternatives
- {
- pushFollow(FOLLOW_rule__SubSelector__Alternatives_in_ruleSubSelector1077);
- rule__SubSelector__Alternatives();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getSubSelectorAccess().getAlternatives());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "ruleSubSelector"
-
-
- // $ANTLR start "entryRuleAttributeSelector"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:553:1: entryRuleAttributeSelector : ruleAttributeSelector EOF ;
- public final void entryRuleAttributeSelector() throws RecognitionException {
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:554:1: ( ruleAttributeSelector EOF )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:555:1: ruleAttributeSelector EOF
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getAttributeSelectorRule());
- }
- pushFollow(FOLLOW_ruleAttributeSelector_in_entryRuleAttributeSelector1104);
- ruleAttributeSelector();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getAttributeSelectorRule());
- }
- match(input, EOF, FOLLOW_EOF_in_entryRuleAttributeSelector1111);
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
-
- // $ANTLR end "entryRuleAttributeSelector"
-
-
- // $ANTLR start "ruleAttributeSelector"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:562:1: ruleAttributeSelector : ( ( rule__AttributeSelector__Group__0 ) ) ;
- public final void ruleAttributeSelector() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:566:2: ( ( ( rule__AttributeSelector__Group__0 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:567:1: ( ( rule__AttributeSelector__Group__0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:567:1: ( ( rule__AttributeSelector__Group__0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:568:1: ( rule__AttributeSelector__Group__0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getAttributeSelectorAccess().getGroup());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:569:1: ( rule__AttributeSelector__Group__0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:569:2: rule__AttributeSelector__Group__0
- {
- pushFollow(FOLLOW_rule__AttributeSelector__Group__0_in_ruleAttributeSelector1137);
- rule__AttributeSelector__Group__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getAttributeSelectorAccess().getGroup());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "ruleAttributeSelector"
-
-
- // $ANTLR start "entryRuleClassSelector"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:581:1: entryRuleClassSelector : ruleClassSelector EOF ;
- public final void entryRuleClassSelector() throws RecognitionException {
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:582:1: ( ruleClassSelector EOF )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:583:1: ruleClassSelector EOF
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getClassSelectorRule());
- }
- pushFollow(FOLLOW_ruleClassSelector_in_entryRuleClassSelector1164);
- ruleClassSelector();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getClassSelectorRule());
- }
- match(input, EOF, FOLLOW_EOF_in_entryRuleClassSelector1171);
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
-
- // $ANTLR end "entryRuleClassSelector"
-
-
- // $ANTLR start "ruleClassSelector"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:590:1: ruleClassSelector : ( ( rule__ClassSelector__Group__0 ) ) ;
- public final void ruleClassSelector() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:594:2: ( ( ( rule__ClassSelector__Group__0 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:595:1: ( ( rule__ClassSelector__Group__0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:595:1: ( ( rule__ClassSelector__Group__0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:596:1: ( rule__ClassSelector__Group__0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getClassSelectorAccess().getGroup());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:597:1: ( rule__ClassSelector__Group__0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:597:2: rule__ClassSelector__Group__0
- {
- pushFollow(FOLLOW_rule__ClassSelector__Group__0_in_ruleClassSelector1197);
- rule__ClassSelector__Group__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getClassSelectorAccess().getGroup());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "ruleClassSelector"
-
-
- // $ANTLR start "entryRuleElementSelector"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:609:1: entryRuleElementSelector : ruleElementSelector EOF ;
- public final void entryRuleElementSelector() throws RecognitionException {
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:610:1: ( ruleElementSelector EOF )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:611:1: ruleElementSelector EOF
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getElementSelectorRule());
- }
- pushFollow(FOLLOW_ruleElementSelector_in_entryRuleElementSelector1224);
- ruleElementSelector();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getElementSelectorRule());
- }
- match(input, EOF, FOLLOW_EOF_in_entryRuleElementSelector1231);
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
-
- // $ANTLR end "entryRuleElementSelector"
-
-
- // $ANTLR start "ruleElementSelector"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:618:1: ruleElementSelector : ( ( rule__ElementSelector__Group__0 ) ) ;
- public final void ruleElementSelector() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:622:2: ( ( ( rule__ElementSelector__Group__0 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:623:1: ( ( rule__ElementSelector__Group__0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:623:1: ( ( rule__ElementSelector__Group__0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:624:1: ( rule__ElementSelector__Group__0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getElementSelectorAccess().getGroup());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:625:1: ( rule__ElementSelector__Group__0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:625:2: rule__ElementSelector__Group__0
- {
- pushFollow(FOLLOW_rule__ElementSelector__Group__0_in_ruleElementSelector1257);
- rule__ElementSelector__Group__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getElementSelectorAccess().getGroup());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "ruleElementSelector"
-
-
- // $ANTLR start "entryRuleUniversalSelector"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:637:1: entryRuleUniversalSelector : ruleUniversalSelector EOF ;
- public final void entryRuleUniversalSelector() throws RecognitionException {
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:638:1: ( ruleUniversalSelector EOF )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:639:1: ruleUniversalSelector EOF
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getUniversalSelectorRule());
- }
- pushFollow(FOLLOW_ruleUniversalSelector_in_entryRuleUniversalSelector1284);
- ruleUniversalSelector();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getUniversalSelectorRule());
- }
- match(input, EOF, FOLLOW_EOF_in_entryRuleUniversalSelector1291);
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
-
- // $ANTLR end "entryRuleUniversalSelector"
-
-
- // $ANTLR start "ruleUniversalSelector"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:646:1: ruleUniversalSelector : ( ( rule__UniversalSelector__Group__0 ) ) ;
- public final void ruleUniversalSelector() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:650:2: ( ( ( rule__UniversalSelector__Group__0 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:651:1: ( ( rule__UniversalSelector__Group__0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:651:1: ( ( rule__UniversalSelector__Group__0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:652:1: ( rule__UniversalSelector__Group__0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getUniversalSelectorAccess().getGroup());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:653:1: ( rule__UniversalSelector__Group__0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:653:2: rule__UniversalSelector__Group__0
- {
- pushFollow(FOLLOW_rule__UniversalSelector__Group__0_in_ruleUniversalSelector1317);
- rule__UniversalSelector__Group__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getUniversalSelectorAccess().getGroup());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "ruleUniversalSelector"
-
-
- // $ANTLR start "entryRuleIdSelector"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:665:1: entryRuleIdSelector : ruleIdSelector EOF ;
- public final void entryRuleIdSelector() throws RecognitionException {
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:666:1: ( ruleIdSelector EOF )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:667:1: ruleIdSelector EOF
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getIdSelectorRule());
- }
- pushFollow(FOLLOW_ruleIdSelector_in_entryRuleIdSelector1344);
- ruleIdSelector();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getIdSelectorRule());
- }
- match(input, EOF, FOLLOW_EOF_in_entryRuleIdSelector1351);
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
-
- // $ANTLR end "entryRuleIdSelector"
-
-
- // $ANTLR start "ruleIdSelector"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:674:1: ruleIdSelector : ( ( rule__IdSelector__Group__0 ) ) ;
- public final void ruleIdSelector() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:678:2: ( ( ( rule__IdSelector__Group__0 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:679:1: ( ( rule__IdSelector__Group__0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:679:1: ( ( rule__IdSelector__Group__0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:680:1: ( rule__IdSelector__Group__0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getIdSelectorAccess().getGroup());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:681:1: ( rule__IdSelector__Group__0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:681:2: rule__IdSelector__Group__0
- {
- pushFollow(FOLLOW_rule__IdSelector__Group__0_in_ruleIdSelector1377);
- rule__IdSelector__Group__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getIdSelectorAccess().getGroup());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "ruleIdSelector"
-
-
- // $ANTLR start "entryRulecss_namespace_prefix"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:693:1: entryRulecss_namespace_prefix : rulecss_namespace_prefix EOF ;
- public final void entryRulecss_namespace_prefix() throws RecognitionException {
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:694:1: ( rulecss_namespace_prefix EOF )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:695:1: rulecss_namespace_prefix EOF
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getCss_namespace_prefixRule());
- }
- pushFollow(FOLLOW_rulecss_namespace_prefix_in_entryRulecss_namespace_prefix1404);
- rulecss_namespace_prefix();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getCss_namespace_prefixRule());
- }
- match(input, EOF, FOLLOW_EOF_in_entryRulecss_namespace_prefix1411);
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
-
- // $ANTLR end "entryRulecss_namespace_prefix"
-
-
- // $ANTLR start "rulecss_namespace_prefix"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:702:1: rulecss_namespace_prefix : ( ( rule__Css_namespace_prefix__Group__0 ) ) ;
- public final void rulecss_namespace_prefix() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:706:2: ( ( ( rule__Css_namespace_prefix__Group__0 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:707:1: ( ( rule__Css_namespace_prefix__Group__0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:707:1: ( ( rule__Css_namespace_prefix__Group__0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:708:1: ( rule__Css_namespace_prefix__Group__0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getCss_namespace_prefixAccess().getGroup());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:709:1: ( rule__Css_namespace_prefix__Group__0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:709:2: rule__Css_namespace_prefix__Group__0
- {
- pushFollow(FOLLOW_rule__Css_namespace_prefix__Group__0_in_rulecss_namespace_prefix1437);
- rule__Css_namespace_prefix__Group__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getCss_namespace_prefixAccess().getGroup());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rulecss_namespace_prefix"
-
-
- // $ANTLR start "entryRulecss_declaration"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:721:1: entryRulecss_declaration : rulecss_declaration EOF ;
- public final void entryRulecss_declaration() throws RecognitionException {
-
- HiddenTokens myHiddenTokenState = ((XtextTokenStream) input).setHiddenTokens("RULE_ML_COMMENT");
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:725:1: ( rulecss_declaration EOF )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:726:1: rulecss_declaration EOF
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getCss_declarationRule());
- }
- pushFollow(FOLLOW_rulecss_declaration_in_entryRulecss_declaration1469);
- rulecss_declaration();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getCss_declarationRule());
- }
- match(input, EOF, FOLLOW_EOF_in_entryRulecss_declaration1476);
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- myHiddenTokenState.restore();
-
- }
- return;
- }
-
- // $ANTLR end "entryRulecss_declaration"
-
-
- // $ANTLR start "rulecss_declaration"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:736:1: rulecss_declaration : ( ( rule__Css_declaration__Group__0 ) ) ;
- public final void rulecss_declaration() throws RecognitionException {
-
- HiddenTokens myHiddenTokenState = ((XtextTokenStream) input).setHiddenTokens("RULE_ML_COMMENT");
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:741:2: ( ( ( rule__Css_declaration__Group__0 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:742:1: ( ( rule__Css_declaration__Group__0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:742:1: ( ( rule__Css_declaration__Group__0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:743:1: ( rule__Css_declaration__Group__0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getCss_declarationAccess().getGroup());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:744:1: ( rule__Css_declaration__Group__0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:744:2: rule__Css_declaration__Group__0
- {
- pushFollow(FOLLOW_rule__Css_declaration__Group__0_in_rulecss_declaration1506);
- rule__Css_declaration__Group__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getCss_declarationAccess().getGroup());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
- myHiddenTokenState.restore();
-
- }
- return;
- }
-
- // $ANTLR end "rulecss_declaration"
-
-
- // $ANTLR start "entryRulecss_property"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:757:1: entryRulecss_property : rulecss_property EOF ;
- public final void entryRulecss_property() throws RecognitionException {
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:758:1: ( rulecss_property EOF )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:759:1: rulecss_property EOF
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getCss_propertyRule());
- }
- pushFollow(FOLLOW_rulecss_property_in_entryRulecss_property1533);
- rulecss_property();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getCss_propertyRule());
- }
- match(input, EOF, FOLLOW_EOF_in_entryRulecss_property1540);
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
-
- // $ANTLR end "entryRulecss_property"
-
-
- // $ANTLR start "rulecss_property"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:766:1: rulecss_property : ( ( rule__Css_property__Group__0 ) ) ;
- public final void rulecss_property() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:770:2: ( ( ( rule__Css_property__Group__0 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:771:1: ( ( rule__Css_property__Group__0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:771:1: ( ( rule__Css_property__Group__0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:772:1: ( rule__Css_property__Group__0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getCss_propertyAccess().getGroup());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:773:1: ( rule__Css_property__Group__0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:773:2: rule__Css_property__Group__0
- {
- pushFollow(FOLLOW_rule__Css_property__Group__0_in_rulecss_property1566);
- rule__Css_property__Group__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getCss_propertyAccess().getGroup());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rulecss_property"
-
-
- // $ANTLR start "entryRuleValidPropertyIdent"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:785:1: entryRuleValidPropertyIdent : ruleValidPropertyIdent EOF ;
- public final void entryRuleValidPropertyIdent() throws RecognitionException {
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:786:1: ( ruleValidPropertyIdent EOF )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:787:1: ruleValidPropertyIdent EOF
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getValidPropertyIdentRule());
- }
- pushFollow(FOLLOW_ruleValidPropertyIdent_in_entryRuleValidPropertyIdent1593);
- ruleValidPropertyIdent();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getValidPropertyIdentRule());
- }
- match(input, EOF, FOLLOW_EOF_in_entryRuleValidPropertyIdent1600);
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
-
- // $ANTLR end "entryRuleValidPropertyIdent"
-
-
- // $ANTLR start "ruleValidPropertyIdent"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:794:1: ruleValidPropertyIdent : ( ruleIdentifier ) ;
- public final void ruleValidPropertyIdent() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:798:2: ( ( ruleIdentifier ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:799:1: ( ruleIdentifier )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:799:1: ( ruleIdentifier )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:800:1: ruleIdentifier
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getValidPropertyIdentAccess().getIdentifierParserRuleCall());
- }
- pushFollow(FOLLOW_ruleIdentifier_in_ruleValidPropertyIdent1626);
- ruleIdentifier();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getValidPropertyIdentAccess().getIdentifierParserRuleCall());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "ruleValidPropertyIdent"
-
-
- // $ANTLR start "entryRulePseudoClassOrFunc"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:813:1: entryRulePseudoClassOrFunc : rulePseudoClassOrFunc EOF ;
- public final void entryRulePseudoClassOrFunc() throws RecognitionException {
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:814:1: ( rulePseudoClassOrFunc EOF )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:815:1: rulePseudoClassOrFunc EOF
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getPseudoClassOrFuncRule());
- }
- pushFollow(FOLLOW_rulePseudoClassOrFunc_in_entryRulePseudoClassOrFunc1652);
- rulePseudoClassOrFunc();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getPseudoClassOrFuncRule());
- }
- match(input, EOF, FOLLOW_EOF_in_entryRulePseudoClassOrFunc1659);
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
-
- // $ANTLR end "entryRulePseudoClassOrFunc"
-
-
- // $ANTLR start "rulePseudoClassOrFunc"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:822:1: rulePseudoClassOrFunc : ( ( rule__PseudoClassOrFunc__Alternatives ) ) ;
- public final void rulePseudoClassOrFunc() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:826:2: ( ( ( rule__PseudoClassOrFunc__Alternatives ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:827:1: ( ( rule__PseudoClassOrFunc__Alternatives ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:827:1: ( ( rule__PseudoClassOrFunc__Alternatives ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:828:1: ( rule__PseudoClassOrFunc__Alternatives )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getPseudoClassOrFuncAccess().getAlternatives());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:829:1: ( rule__PseudoClassOrFunc__Alternatives )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:829:2: rule__PseudoClassOrFunc__Alternatives
- {
- pushFollow(FOLLOW_rule__PseudoClassOrFunc__Alternatives_in_rulePseudoClassOrFunc1685);
- rule__PseudoClassOrFunc__Alternatives();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getPseudoClassOrFuncAccess().getAlternatives());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rulePseudoClassOrFunc"
-
-
- // $ANTLR start "entryRulePseudoClass"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:841:1: entryRulePseudoClass : rulePseudoClass EOF ;
- public final void entryRulePseudoClass() throws RecognitionException {
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:842:1: ( rulePseudoClass EOF )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:843:1: rulePseudoClass EOF
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getPseudoClassRule());
- }
- pushFollow(FOLLOW_rulePseudoClass_in_entryRulePseudoClass1712);
- rulePseudoClass();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getPseudoClassRule());
- }
- match(input, EOF, FOLLOW_EOF_in_entryRulePseudoClass1719);
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
-
- // $ANTLR end "entryRulePseudoClass"
-
-
- // $ANTLR start "rulePseudoClass"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:850:1: rulePseudoClass : ( ( rule__PseudoClass__Group__0 ) ) ;
- public final void rulePseudoClass() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:854:2: ( ( ( rule__PseudoClass__Group__0 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:855:1: ( ( rule__PseudoClass__Group__0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:855:1: ( ( rule__PseudoClass__Group__0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:856:1: ( rule__PseudoClass__Group__0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getPseudoClassAccess().getGroup());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:857:1: ( rule__PseudoClass__Group__0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:857:2: rule__PseudoClass__Group__0
- {
- pushFollow(FOLLOW_rule__PseudoClass__Group__0_in_rulePseudoClass1745);
- rule__PseudoClass__Group__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getPseudoClassAccess().getGroup());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rulePseudoClass"
-
-
- // $ANTLR start "entryRulePseudoClassName"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:869:1: entryRulePseudoClassName : rulePseudoClassName EOF ;
- public final void entryRulePseudoClassName() throws RecognitionException {
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:870:1: ( rulePseudoClassName EOF )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:871:1: rulePseudoClassName EOF
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getPseudoClassNameRule());
- }
- pushFollow(FOLLOW_rulePseudoClassName_in_entryRulePseudoClassName1772);
- rulePseudoClassName();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getPseudoClassNameRule());
- }
- match(input, EOF, FOLLOW_EOF_in_entryRulePseudoClassName1779);
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
-
- // $ANTLR end "entryRulePseudoClassName"
-
-
- // $ANTLR start "rulePseudoClassName"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:878:1: rulePseudoClassName : ( ( rule__PseudoClassName__NameAssignment ) ) ;
- public final void rulePseudoClassName() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:882:2: ( ( ( rule__PseudoClassName__NameAssignment ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:883:1: ( ( rule__PseudoClassName__NameAssignment ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:883:1: ( ( rule__PseudoClassName__NameAssignment ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:884:1: ( rule__PseudoClassName__NameAssignment )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getPseudoClassNameAccess().getNameAssignment());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:885:1: ( rule__PseudoClassName__NameAssignment )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:885:2: rule__PseudoClassName__NameAssignment
- {
- pushFollow(FOLLOW_rule__PseudoClassName__NameAssignment_in_rulePseudoClassName1805);
- rule__PseudoClassName__NameAssignment();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getPseudoClassNameAccess().getNameAssignment());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rulePseudoClassName"
-
-
- // $ANTLR start "entryRulePseudoClassFunction"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:897:1: entryRulePseudoClassFunction : rulePseudoClassFunction EOF ;
- public final void entryRulePseudoClassFunction() throws RecognitionException {
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:898:1: ( rulePseudoClassFunction EOF )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:899:1: rulePseudoClassFunction EOF
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getPseudoClassFunctionRule());
- }
- pushFollow(FOLLOW_rulePseudoClassFunction_in_entryRulePseudoClassFunction1832);
- rulePseudoClassFunction();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getPseudoClassFunctionRule());
- }
- match(input, EOF, FOLLOW_EOF_in_entryRulePseudoClassFunction1839);
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
-
- // $ANTLR end "entryRulePseudoClassFunction"
-
-
- // $ANTLR start "rulePseudoClassFunction"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:906:1: rulePseudoClassFunction : ( ( rule__PseudoClassFunction__Alternatives ) ) ;
- public final void rulePseudoClassFunction() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:910:2: ( ( ( rule__PseudoClassFunction__Alternatives ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:911:1: ( ( rule__PseudoClassFunction__Alternatives ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:911:1: ( ( rule__PseudoClassFunction__Alternatives ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:912:1: ( rule__PseudoClassFunction__Alternatives )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getPseudoClassFunctionAccess().getAlternatives());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:913:1: ( rule__PseudoClassFunction__Alternatives )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:913:2: rule__PseudoClassFunction__Alternatives
- {
- pushFollow(FOLLOW_rule__PseudoClassFunction__Alternatives_in_rulePseudoClassFunction1865);
- rule__PseudoClassFunction__Alternatives();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getPseudoClassFunctionAccess().getAlternatives());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rulePseudoClassFunction"
-
-
- // $ANTLR start "entryRuleNotFunctionCall"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:925:1: entryRuleNotFunctionCall : ruleNotFunctionCall EOF ;
- public final void entryRuleNotFunctionCall() throws RecognitionException {
-
- HiddenTokens myHiddenTokenState = ((XtextTokenStream) input).setHiddenTokens();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:929:1: ( ruleNotFunctionCall EOF )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:930:1: ruleNotFunctionCall EOF
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getNotFunctionCallRule());
- }
- pushFollow(FOLLOW_ruleNotFunctionCall_in_entryRuleNotFunctionCall1897);
- ruleNotFunctionCall();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getNotFunctionCallRule());
- }
- match(input, EOF, FOLLOW_EOF_in_entryRuleNotFunctionCall1904);
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- myHiddenTokenState.restore();
-
- }
- return;
- }
-
- // $ANTLR end "entryRuleNotFunctionCall"
-
-
- // $ANTLR start "ruleNotFunctionCall"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:940:1: ruleNotFunctionCall : ( ( rule__NotFunctionCall__Group__0 ) ) ;
- public final void ruleNotFunctionCall() throws RecognitionException {
-
- HiddenTokens myHiddenTokenState = ((XtextTokenStream) input).setHiddenTokens();
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:945:2: ( ( ( rule__NotFunctionCall__Group__0 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:946:1: ( ( rule__NotFunctionCall__Group__0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:946:1: ( ( rule__NotFunctionCall__Group__0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:947:1: ( rule__NotFunctionCall__Group__0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getNotFunctionCallAccess().getGroup());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:948:1: ( rule__NotFunctionCall__Group__0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:948:2: rule__NotFunctionCall__Group__0
- {
- pushFollow(FOLLOW_rule__NotFunctionCall__Group__0_in_ruleNotFunctionCall1934);
- rule__NotFunctionCall__Group__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getNotFunctionCallAccess().getGroup());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
- myHiddenTokenState.restore();
-
- }
- return;
- }
-
- // $ANTLR end "ruleNotFunctionCall"
-
-
- // $ANTLR start "entryRulecombinator"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:961:1: entryRulecombinator : rulecombinator EOF ;
- public final void entryRulecombinator() throws RecognitionException {
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:962:1: ( rulecombinator EOF )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:963:1: rulecombinator EOF
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getCombinatorRule());
- }
- pushFollow(FOLLOW_rulecombinator_in_entryRulecombinator1961);
- rulecombinator();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getCombinatorRule());
- }
- match(input, EOF, FOLLOW_EOF_in_entryRulecombinator1968);
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
-
- // $ANTLR end "entryRulecombinator"
-
-
- // $ANTLR start "rulecombinator"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:970:1: rulecombinator : ( ( rule__Combinator__Alternatives ) ) ;
- public final void rulecombinator() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:974:2: ( ( ( rule__Combinator__Alternatives ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:975:1: ( ( rule__Combinator__Alternatives ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:975:1: ( ( rule__Combinator__Alternatives ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:976:1: ( rule__Combinator__Alternatives )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getCombinatorAccess().getAlternatives());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:977:1: ( rule__Combinator__Alternatives )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:977:2: rule__Combinator__Alternatives
- {
- pushFollow(FOLLOW_rule__Combinator__Alternatives_in_rulecombinator1994);
- rule__Combinator__Alternatives();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getCombinatorAccess().getAlternatives());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rulecombinator"
-
-
- // $ANTLR start "entryRuleSymbolTok"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:993:1: entryRuleSymbolTok : ruleSymbolTok EOF ;
- public final void entryRuleSymbolTok() throws RecognitionException {
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:994:1: ( ruleSymbolTok EOF )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:995:1: ruleSymbolTok EOF
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSymbolTokRule());
- }
- pushFollow(FOLLOW_ruleSymbolTok_in_entryRuleSymbolTok2025);
- ruleSymbolTok();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getSymbolTokRule());
- }
- match(input, EOF, FOLLOW_EOF_in_entryRuleSymbolTok2032);
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
-
- // $ANTLR end "entryRuleSymbolTok"
-
-
- // $ANTLR start "ruleSymbolTok"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1002:1: ruleSymbolTok : ( ( rule__SymbolTok__Group__0 ) ) ;
- public final void ruleSymbolTok() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1006:2: ( ( ( rule__SymbolTok__Group__0 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1007:1: ( ( rule__SymbolTok__Group__0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1007:1: ( ( rule__SymbolTok__Group__0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1008:1: ( rule__SymbolTok__Group__0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSymbolTokAccess().getGroup());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1009:1: ( rule__SymbolTok__Group__0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1009:2: rule__SymbolTok__Group__0
- {
- pushFollow(FOLLOW_rule__SymbolTok__Group__0_in_ruleSymbolTok2058);
- rule__SymbolTok__Group__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getSymbolTokAccess().getGroup());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "ruleSymbolTok"
-
-
- // $ANTLR start "entryRuleWSTok"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1021:1: entryRuleWSTok : ruleWSTok EOF ;
- public final void entryRuleWSTok() throws RecognitionException {
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1022:1: ( ruleWSTok EOF )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1023:1: ruleWSTok EOF
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getWSTokRule());
- }
- pushFollow(FOLLOW_ruleWSTok_in_entryRuleWSTok2085);
- ruleWSTok();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getWSTokRule());
- }
- match(input, EOF, FOLLOW_EOF_in_entryRuleWSTok2092);
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
-
- // $ANTLR end "entryRuleWSTok"
-
-
- // $ANTLR start "ruleWSTok"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1030:1: ruleWSTok : ( ( rule__WSTok__Group__0 ) ) ;
- public final void ruleWSTok() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1034:2: ( ( ( rule__WSTok__Group__0 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1035:1: ( ( rule__WSTok__Group__0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1035:1: ( ( rule__WSTok__Group__0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1036:1: ( rule__WSTok__Group__0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getWSTokAccess().getGroup());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1037:1: ( rule__WSTok__Group__0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1037:2: rule__WSTok__Group__0
- {
- pushFollow(FOLLOW_rule__WSTok__Group__0_in_ruleWSTok2118);
- rule__WSTok__Group__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getWSTokAccess().getGroup());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "ruleWSTok"
-
-
- // $ANTLR start "entryRuleStringTok"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1049:1: entryRuleStringTok : ruleStringTok EOF ;
- public final void entryRuleStringTok() throws RecognitionException {
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1050:1: ( ruleStringTok EOF )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1051:1: ruleStringTok EOF
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getStringTokRule());
- }
- pushFollow(FOLLOW_ruleStringTok_in_entryRuleStringTok2145);
- ruleStringTok();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getStringTokRule());
- }
- match(input, EOF, FOLLOW_EOF_in_entryRuleStringTok2152);
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
-
- // $ANTLR end "entryRuleStringTok"
-
-
- // $ANTLR start "ruleStringTok"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1058:1: ruleStringTok : ( ( rule__StringTok__Group__0 ) ) ;
- public final void ruleStringTok() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1062:2: ( ( ( rule__StringTok__Group__0 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1063:1: ( ( rule__StringTok__Group__0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1063:1: ( ( rule__StringTok__Group__0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1064:1: ( rule__StringTok__Group__0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getStringTokAccess().getGroup());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1065:1: ( rule__StringTok__Group__0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1065:2: rule__StringTok__Group__0
- {
- pushFollow(FOLLOW_rule__StringTok__Group__0_in_ruleStringTok2178);
- rule__StringTok__Group__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getStringTokAccess().getGroup());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "ruleStringTok"
-
-
- // $ANTLR start "entryRuleNumberTok"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1077:1: entryRuleNumberTok : ruleNumberTok EOF ;
- public final void entryRuleNumberTok() throws RecognitionException {
-
- HiddenTokens myHiddenTokenState = ((XtextTokenStream) input).setHiddenTokens();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1081:1: ( ruleNumberTok EOF )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1082:1: ruleNumberTok EOF
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getNumberTokRule());
- }
- pushFollow(FOLLOW_ruleNumberTok_in_entryRuleNumberTok2210);
- ruleNumberTok();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getNumberTokRule());
- }
- match(input, EOF, FOLLOW_EOF_in_entryRuleNumberTok2217);
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- myHiddenTokenState.restore();
-
- }
- return;
- }
-
- // $ANTLR end "entryRuleNumberTok"
-
-
- // $ANTLR start "ruleNumberTok"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1092:1: ruleNumberTok : ( ( rule__NumberTok__Group__0 ) ) ;
- public final void ruleNumberTok() throws RecognitionException {
-
- HiddenTokens myHiddenTokenState = ((XtextTokenStream) input).setHiddenTokens();
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1097:2: ( ( ( rule__NumberTok__Group__0 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1098:1: ( ( rule__NumberTok__Group__0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1098:1: ( ( rule__NumberTok__Group__0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1099:1: ( rule__NumberTok__Group__0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getNumberTokAccess().getGroup());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1100:1: ( rule__NumberTok__Group__0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1100:2: rule__NumberTok__Group__0
- {
- pushFollow(FOLLOW_rule__NumberTok__Group__0_in_ruleNumberTok2247);
- rule__NumberTok__Group__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getNumberTokAccess().getGroup());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
- myHiddenTokenState.restore();
-
- }
- return;
- }
-
- // $ANTLR end "ruleNumberTok"
-
-
- // $ANTLR start "entryRuleUrlTok"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1113:1: entryRuleUrlTok : ruleUrlTok EOF ;
- public final void entryRuleUrlTok() throws RecognitionException {
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1114:1: ( ruleUrlTok EOF )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1115:1: ruleUrlTok EOF
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getUrlTokRule());
- }
- pushFollow(FOLLOW_ruleUrlTok_in_entryRuleUrlTok2274);
- ruleUrlTok();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getUrlTokRule());
- }
- match(input, EOF, FOLLOW_EOF_in_entryRuleUrlTok2281);
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
-
- // $ANTLR end "entryRuleUrlTok"
-
-
- // $ANTLR start "ruleUrlTok"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1122:1: ruleUrlTok : ( ( rule__UrlTok__Group__0 ) ) ;
- public final void ruleUrlTok() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1126:2: ( ( ( rule__UrlTok__Group__0 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1127:1: ( ( rule__UrlTok__Group__0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1127:1: ( ( rule__UrlTok__Group__0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1128:1: ( rule__UrlTok__Group__0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getUrlTokAccess().getGroup());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1129:1: ( rule__UrlTok__Group__0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1129:2: rule__UrlTok__Group__0
- {
- pushFollow(FOLLOW_rule__UrlTok__Group__0_in_ruleUrlTok2307);
- rule__UrlTok__Group__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getUrlTokAccess().getGroup());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "ruleUrlTok"
-
-
- // $ANTLR start "entryRuleColorTok"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1141:1: entryRuleColorTok : ruleColorTok EOF ;
- public final void entryRuleColorTok() throws RecognitionException {
-
- HiddenTokens myHiddenTokenState = ((XtextTokenStream) input).setHiddenTokens();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1145:1: ( ruleColorTok EOF )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1146:1: ruleColorTok EOF
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getColorTokRule());
- }
- pushFollow(FOLLOW_ruleColorTok_in_entryRuleColorTok2339);
- ruleColorTok();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getColorTokRule());
- }
- match(input, EOF, FOLLOW_EOF_in_entryRuleColorTok2346);
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- myHiddenTokenState.restore();
-
- }
- return;
- }
-
- // $ANTLR end "entryRuleColorTok"
-
-
- // $ANTLR start "ruleColorTok"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1156:1: ruleColorTok : ( ( rule__ColorTok__Group__0 ) ) ;
- public final void ruleColorTok() throws RecognitionException {
-
- HiddenTokens myHiddenTokenState = ((XtextTokenStream) input).setHiddenTokens();
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1161:2: ( ( ( rule__ColorTok__Group__0 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1162:1: ( ( rule__ColorTok__Group__0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1162:1: ( ( rule__ColorTok__Group__0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1163:1: ( rule__ColorTok__Group__0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getColorTokAccess().getGroup());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1164:1: ( rule__ColorTok__Group__0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1164:2: rule__ColorTok__Group__0
- {
- pushFollow(FOLLOW_rule__ColorTok__Group__0_in_ruleColorTok2376);
- rule__ColorTok__Group__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getColorTokAccess().getGroup());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
- myHiddenTokenState.restore();
-
- }
- return;
- }
-
- // $ANTLR end "ruleColorTok"
-
-
- // $ANTLR start "entryRuleIdentifierOrFuncTok"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1177:1: entryRuleIdentifierOrFuncTok : ruleIdentifierOrFuncTok EOF ;
- public final void entryRuleIdentifierOrFuncTok() throws RecognitionException {
-
- HiddenTokens myHiddenTokenState = ((XtextTokenStream) input).setHiddenTokens("RULE_ML_COMMENT");
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1181:1: ( ruleIdentifierOrFuncTok EOF )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1182:1: ruleIdentifierOrFuncTok EOF
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getIdentifierOrFuncTokRule());
- }
- pushFollow(FOLLOW_ruleIdentifierOrFuncTok_in_entryRuleIdentifierOrFuncTok2408);
- ruleIdentifierOrFuncTok();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getIdentifierOrFuncTokRule());
- }
- match(input, EOF, FOLLOW_EOF_in_entryRuleIdentifierOrFuncTok2415);
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- myHiddenTokenState.restore();
-
- }
- return;
- }
-
- // $ANTLR end "entryRuleIdentifierOrFuncTok"
-
-
- // $ANTLR start "ruleIdentifierOrFuncTok"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1192:1: ruleIdentifierOrFuncTok : ( ( rule__IdentifierOrFuncTok__Group__0 ) ) ;
- public final void ruleIdentifierOrFuncTok() throws RecognitionException {
-
- HiddenTokens myHiddenTokenState = ((XtextTokenStream) input).setHiddenTokens("RULE_ML_COMMENT");
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1197:2: ( ( ( rule__IdentifierOrFuncTok__Group__0 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1198:1: ( ( rule__IdentifierOrFuncTok__Group__0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1198:1: ( ( rule__IdentifierOrFuncTok__Group__0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1199:1: ( rule__IdentifierOrFuncTok__Group__0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getIdentifierOrFuncTokAccess().getGroup());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1200:1: ( rule__IdentifierOrFuncTok__Group__0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1200:2: rule__IdentifierOrFuncTok__Group__0
- {
- pushFollow(FOLLOW_rule__IdentifierOrFuncTok__Group__0_in_ruleIdentifierOrFuncTok2445);
- rule__IdentifierOrFuncTok__Group__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getIdentifierOrFuncTokAccess().getGroup());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
- myHiddenTokenState.restore();
-
- }
- return;
- }
-
- // $ANTLR end "ruleIdentifierOrFuncTok"
-
-
- // $ANTLR start "entryRuleCssTok"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1213:1: entryRuleCssTok : ruleCssTok EOF ;
- public final void entryRuleCssTok() throws RecognitionException {
-
- HiddenTokens myHiddenTokenState = ((XtextTokenStream) input).setHiddenTokens("RULE_ML_COMMENT");
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1217:1: ( ruleCssTok EOF )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1218:1: ruleCssTok EOF
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getCssTokRule());
- }
- pushFollow(FOLLOW_ruleCssTok_in_entryRuleCssTok2477);
- ruleCssTok();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getCssTokRule());
- }
- match(input, EOF, FOLLOW_EOF_in_entryRuleCssTok2484);
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- myHiddenTokenState.restore();
-
- }
- return;
- }
-
- // $ANTLR end "entryRuleCssTok"
-
-
- // $ANTLR start "ruleCssTok"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1228:1: ruleCssTok : ( ( rule__CssTok__Alternatives ) ) ;
- public final void ruleCssTok() throws RecognitionException {
-
- HiddenTokens myHiddenTokenState = ((XtextTokenStream) input).setHiddenTokens("RULE_ML_COMMENT");
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1233:2: ( ( ( rule__CssTok__Alternatives ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1234:1: ( ( rule__CssTok__Alternatives ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1234:1: ( ( rule__CssTok__Alternatives ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1235:1: ( rule__CssTok__Alternatives )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getCssTokAccess().getAlternatives());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1236:1: ( rule__CssTok__Alternatives )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1236:2: rule__CssTok__Alternatives
- {
- pushFollow(FOLLOW_rule__CssTok__Alternatives_in_ruleCssTok2514);
- rule__CssTok__Alternatives();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getCssTokAccess().getAlternatives());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
- myHiddenTokenState.restore();
-
- }
- return;
- }
-
- // $ANTLR end "ruleCssTok"
-
-
- // $ANTLR start "entryRuleURLType"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1249:1: entryRuleURLType : ruleURLType EOF ;
- public final void entryRuleURLType() throws RecognitionException {
-
- HiddenTokens myHiddenTokenState = ((XtextTokenStream) input).setHiddenTokens();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1253:1: ( ruleURLType EOF )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1254:1: ruleURLType EOF
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getURLTypeRule());
- }
- pushFollow(FOLLOW_ruleURLType_in_entryRuleURLType2546);
- ruleURLType();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getURLTypeRule());
- }
- match(input, EOF, FOLLOW_EOF_in_entryRuleURLType2553);
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- myHiddenTokenState.restore();
-
- }
- return;
- }
-
- // $ANTLR end "entryRuleURLType"
-
-
- // $ANTLR start "ruleURLType"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1264:1: ruleURLType : ( ( rule__URLType__Group__0 ) ) ;
- public final void ruleURLType() throws RecognitionException {
-
- HiddenTokens myHiddenTokenState = ((XtextTokenStream) input).setHiddenTokens();
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1269:2: ( ( ( rule__URLType__Group__0 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1270:1: ( ( rule__URLType__Group__0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1270:1: ( ( rule__URLType__Group__0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1271:1: ( rule__URLType__Group__0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getURLTypeAccess().getGroup());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1272:1: ( rule__URLType__Group__0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1272:2: rule__URLType__Group__0
- {
- pushFollow(FOLLOW_rule__URLType__Group__0_in_ruleURLType2583);
- rule__URLType__Group__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getURLTypeAccess().getGroup());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
- myHiddenTokenState.restore();
-
- }
- return;
- }
-
- // $ANTLR end "ruleURLType"
-
-
- // $ANTLR start "entryRuleValidURLSymbol"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1285:1: entryRuleValidURLSymbol : ruleValidURLSymbol EOF ;
- public final void entryRuleValidURLSymbol() throws RecognitionException {
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1286:1: ( ruleValidURLSymbol EOF )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1287:1: ruleValidURLSymbol EOF
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getValidURLSymbolRule());
- }
- pushFollow(FOLLOW_ruleValidURLSymbol_in_entryRuleValidURLSymbol2610);
- ruleValidURLSymbol();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getValidURLSymbolRule());
- }
- match(input, EOF, FOLLOW_EOF_in_entryRuleValidURLSymbol2617);
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
-
- // $ANTLR end "entryRuleValidURLSymbol"
-
-
- // $ANTLR start "ruleValidURLSymbol"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1294:1: ruleValidURLSymbol : ( ( rule__ValidURLSymbol__Alternatives ) ) ;
- public final void ruleValidURLSymbol() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1298:2: ( ( ( rule__ValidURLSymbol__Alternatives ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1299:1: ( ( rule__ValidURLSymbol__Alternatives ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1299:1: ( ( rule__ValidURLSymbol__Alternatives ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1300:1: ( rule__ValidURLSymbol__Alternatives )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getValidURLSymbolAccess().getAlternatives());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1301:1: ( rule__ValidURLSymbol__Alternatives )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1301:2: rule__ValidURLSymbol__Alternatives
- {
- pushFollow(FOLLOW_rule__ValidURLSymbol__Alternatives_in_ruleValidURLSymbol2643);
- rule__ValidURLSymbol__Alternatives();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getValidURLSymbolAccess().getAlternatives());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "ruleValidURLSymbol"
-
-
- // $ANTLR start "entryRuleKeywordHack"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1313:1: entryRuleKeywordHack : ruleKeywordHack EOF ;
- public final void entryRuleKeywordHack() throws RecognitionException {
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1314:1: ( ruleKeywordHack EOF )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1315:1: ruleKeywordHack EOF
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getKeywordHackRule());
- }
- pushFollow(FOLLOW_ruleKeywordHack_in_entryRuleKeywordHack2670);
- ruleKeywordHack();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getKeywordHackRule());
- }
- match(input, EOF, FOLLOW_EOF_in_entryRuleKeywordHack2677);
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
-
- // $ANTLR end "entryRuleKeywordHack"
-
-
- // $ANTLR start "ruleKeywordHack"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1322:1: ruleKeywordHack : ( ( rule__KeywordHack__Alternatives ) ) ;
- public final void ruleKeywordHack() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1326:2: ( ( ( rule__KeywordHack__Alternatives ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1327:1: ( ( rule__KeywordHack__Alternatives ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1327:1: ( ( rule__KeywordHack__Alternatives ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1328:1: ( rule__KeywordHack__Alternatives )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getKeywordHackAccess().getAlternatives());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1329:1: ( rule__KeywordHack__Alternatives )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1329:2: rule__KeywordHack__Alternatives
- {
- pushFollow(FOLLOW_rule__KeywordHack__Alternatives_in_ruleKeywordHack2703);
- rule__KeywordHack__Alternatives();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getKeywordHackAccess().getAlternatives());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "ruleKeywordHack"
-
-
- // $ANTLR start "entryRuleValidURL"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1341:1: entryRuleValidURL : ruleValidURL EOF ;
- public final void entryRuleValidURL() throws RecognitionException {
-
- HiddenTokens myHiddenTokenState = ((XtextTokenStream) input).setHiddenTokens();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1345:1: ( ruleValidURL EOF )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1346:1: ruleValidURL EOF
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getValidURLRule());
- }
- pushFollow(FOLLOW_ruleValidURL_in_entryRuleValidURL2735);
- ruleValidURL();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getValidURLRule());
- }
- match(input, EOF, FOLLOW_EOF_in_entryRuleValidURL2742);
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- myHiddenTokenState.restore();
-
- }
- return;
- }
-
- // $ANTLR end "entryRuleValidURL"
-
-
- // $ANTLR start "ruleValidURL"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1356:1: ruleValidURL : ( ( rule__ValidURL__Alternatives ) ) ;
- public final void ruleValidURL() throws RecognitionException {
-
- HiddenTokens myHiddenTokenState = ((XtextTokenStream) input).setHiddenTokens();
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1361:2: ( ( ( rule__ValidURL__Alternatives ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1362:1: ( ( rule__ValidURL__Alternatives ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1362:1: ( ( rule__ValidURL__Alternatives ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1363:1: ( rule__ValidURL__Alternatives )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getValidURLAccess().getAlternatives());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1364:1: ( rule__ValidURL__Alternatives )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1364:2: rule__ValidURL__Alternatives
- {
- pushFollow(FOLLOW_rule__ValidURL__Alternatives_in_ruleValidURL2772);
- rule__ValidURL__Alternatives();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getValidURLAccess().getAlternatives());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
- myHiddenTokenState.restore();
-
- }
- return;
- }
-
- // $ANTLR end "ruleValidURL"
-
-
- // $ANTLR start "entryRuleIdentifier"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1377:1: entryRuleIdentifier : ruleIdentifier EOF ;
- public final void entryRuleIdentifier() throws RecognitionException {
-
- HiddenTokens myHiddenTokenState = ((XtextTokenStream) input).setHiddenTokens();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1381:1: ( ruleIdentifier EOF )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1382:1: ruleIdentifier EOF
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getIdentifierRule());
- }
- pushFollow(FOLLOW_ruleIdentifier_in_entryRuleIdentifier2804);
- ruleIdentifier();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getIdentifierRule());
- }
- match(input, EOF, FOLLOW_EOF_in_entryRuleIdentifier2811);
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- myHiddenTokenState.restore();
-
- }
- return;
- }
-
- // $ANTLR end "entryRuleIdentifier"
-
-
- // $ANTLR start "ruleIdentifier"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1392:1: ruleIdentifier : ( ( rule__Identifier__Group__0 ) ) ;
- public final void ruleIdentifier() throws RecognitionException {
-
- HiddenTokens myHiddenTokenState = ((XtextTokenStream) input).setHiddenTokens();
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1397:2: ( ( ( rule__Identifier__Group__0 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1398:1: ( ( rule__Identifier__Group__0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1398:1: ( ( rule__Identifier__Group__0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1399:1: ( rule__Identifier__Group__0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getIdentifierAccess().getGroup());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1400:1: ( rule__Identifier__Group__0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1400:2: rule__Identifier__Group__0
- {
- pushFollow(FOLLOW_rule__Identifier__Group__0_in_ruleIdentifier2841);
- rule__Identifier__Group__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getIdentifierAccess().getGroup());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
- myHiddenTokenState.restore();
-
- }
- return;
- }
-
- // $ANTLR end "ruleIdentifier"
-
-
- // $ANTLR start "entryRuleNum"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1413:1: entryRuleNum : ruleNum EOF ;
- public final void entryRuleNum() throws RecognitionException {
-
- HiddenTokens myHiddenTokenState = ((XtextTokenStream) input).setHiddenTokens();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1417:1: ( ruleNum EOF )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1418:1: ruleNum EOF
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getNumRule());
- }
- pushFollow(FOLLOW_ruleNum_in_entryRuleNum2873);
- ruleNum();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getNumRule());
- }
- match(input, EOF, FOLLOW_EOF_in_entryRuleNum2880);
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- myHiddenTokenState.restore();
-
- }
- return;
- }
-
- // $ANTLR end "entryRuleNum"
-
-
- // $ANTLR start "ruleNum"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1428:1: ruleNum : ( ( rule__Num__Group__0 ) ) ;
- public final void ruleNum() throws RecognitionException {
-
- HiddenTokens myHiddenTokenState = ((XtextTokenStream) input).setHiddenTokens();
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1433:2: ( ( ( rule__Num__Group__0 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1434:1: ( ( rule__Num__Group__0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1434:1: ( ( rule__Num__Group__0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1435:1: ( rule__Num__Group__0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getNumAccess().getGroup());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1436:1: ( rule__Num__Group__0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1436:2: rule__Num__Group__0
- {
- pushFollow(FOLLOW_rule__Num__Group__0_in_ruleNum2910);
- rule__Num__Group__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getNumAccess().getGroup());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
- myHiddenTokenState.restore();
-
- }
- return;
- }
-
- // $ANTLR end "ruleNum"
-
-
- // $ANTLR start "entryRuleHex"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1449:1: entryRuleHex : ruleHex EOF ;
- public final void entryRuleHex() throws RecognitionException {
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1450:1: ( ruleHex EOF )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1451:1: ruleHex EOF
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getHexRule());
- }
- pushFollow(FOLLOW_ruleHex_in_entryRuleHex2937);
- ruleHex();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getHexRule());
- }
- match(input, EOF, FOLLOW_EOF_in_entryRuleHex2944);
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
- }
- return;
- }
-
- // $ANTLR end "entryRuleHex"
-
-
- // $ANTLR start "ruleHex"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1458:1: ruleHex : ( ( rule__Hex__Group__0 ) ) ;
- public final void ruleHex() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1462:2: ( ( ( rule__Hex__Group__0 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1463:1: ( ( rule__Hex__Group__0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1463:1: ( ( rule__Hex__Group__0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1464:1: ( rule__Hex__Group__0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getHexAccess().getGroup());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1465:1: ( rule__Hex__Group__0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1465:2: rule__Hex__Group__0
- {
- pushFollow(FOLLOW_rule__Hex__Group__0_in_ruleHex2970);
- rule__Hex__Group__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getHexAccess().getGroup());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "ruleHex"
-
-
- // $ANTLR start "rule__Stylesheet__Alternatives_2"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1477:1: rule__Stylesheet__Alternatives_2 : ( ( ( rule__Stylesheet__RulesetAssignment_2_0 ) ) | ( (
- // rule__Stylesheet__MediaAssignment_2_1 ) ) | ( ( rule__Stylesheet__PageAssignment_2_2 ) ) | ( ( rule__Stylesheet__Font_faceAssignment_2_3 ) ) | ( ( rule__Stylesheet__KeyframesAssignment_2_4 ) ) );
- public final void rule__Stylesheet__Alternatives_2() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1481:1: ( ( ( rule__Stylesheet__RulesetAssignment_2_0 ) ) | ( ( rule__Stylesheet__MediaAssignment_2_1
- // ) ) | ( ( rule__Stylesheet__PageAssignment_2_2 ) ) | ( ( rule__Stylesheet__Font_faceAssignment_2_3 ) ) | ( ( rule__Stylesheet__KeyframesAssignment_2_4 ) ) )
- int alt1 = 5;
- switch (input.LA(1)) {
- case RULE_DASH:
- case RULE_UNDERSCORE:
- case RULE_COLON:
- case RULE_HASHMARK:
- case RULE_ONE_HEX_LETTER:
- case RULE_ONE_NON_HEX_LETTER:
- case 36:
- case 39:
- case 42:
- case 49:
- case 50:
- case 51:
- case 52:
- case 60: {
- alt1 = 1;
- }
- break;
- case 26:
- case 27: {
- alt1 = 2;
- }
- break;
- case 24:
- case 25: {
- alt1 = 3;
- }
- break;
- case 28:
- case 29: {
- alt1 = 4;
- }
- break;
- case 30:
- case 31: {
- alt1 = 5;
- }
- break;
- default:
- if (state.backtracking > 0) {
- state.failed = true;
- return;
- }
- NoViableAltException nvae =
- new NoViableAltException("", 1, 0, input);
-
- throw nvae;
- }
-
- switch (alt1) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1482:1: ( ( rule__Stylesheet__RulesetAssignment_2_0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1482:1: ( ( rule__Stylesheet__RulesetAssignment_2_0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1483:1: ( rule__Stylesheet__RulesetAssignment_2_0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getStylesheetAccess().getRulesetAssignment_2_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1484:1: ( rule__Stylesheet__RulesetAssignment_2_0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1484:2: rule__Stylesheet__RulesetAssignment_2_0
- {
- pushFollow(FOLLOW_rule__Stylesheet__RulesetAssignment_2_0_in_rule__Stylesheet__Alternatives_23006);
- rule__Stylesheet__RulesetAssignment_2_0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getStylesheetAccess().getRulesetAssignment_2_0());
- }
-
- }
-
-
- }
- break;
- case 2:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1488:6: ( ( rule__Stylesheet__MediaAssignment_2_1 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1488:6: ( ( rule__Stylesheet__MediaAssignment_2_1 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1489:1: ( rule__Stylesheet__MediaAssignment_2_1 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getStylesheetAccess().getMediaAssignment_2_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1490:1: ( rule__Stylesheet__MediaAssignment_2_1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1490:2: rule__Stylesheet__MediaAssignment_2_1
- {
- pushFollow(FOLLOW_rule__Stylesheet__MediaAssignment_2_1_in_rule__Stylesheet__Alternatives_23024);
- rule__Stylesheet__MediaAssignment_2_1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getStylesheetAccess().getMediaAssignment_2_1());
- }
-
- }
-
-
- }
- break;
- case 3:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1494:6: ( ( rule__Stylesheet__PageAssignment_2_2 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1494:6: ( ( rule__Stylesheet__PageAssignment_2_2 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1495:1: ( rule__Stylesheet__PageAssignment_2_2 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getStylesheetAccess().getPageAssignment_2_2());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1496:1: ( rule__Stylesheet__PageAssignment_2_2 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1496:2: rule__Stylesheet__PageAssignment_2_2
- {
- pushFollow(FOLLOW_rule__Stylesheet__PageAssignment_2_2_in_rule__Stylesheet__Alternatives_23042);
- rule__Stylesheet__PageAssignment_2_2();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getStylesheetAccess().getPageAssignment_2_2());
- }
-
- }
-
-
- }
- break;
- case 4:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1500:6: ( ( rule__Stylesheet__Font_faceAssignment_2_3 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1500:6: ( ( rule__Stylesheet__Font_faceAssignment_2_3 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1501:1: ( rule__Stylesheet__Font_faceAssignment_2_3 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getStylesheetAccess().getFont_faceAssignment_2_3());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1502:1: ( rule__Stylesheet__Font_faceAssignment_2_3 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1502:2: rule__Stylesheet__Font_faceAssignment_2_3
- {
- pushFollow(FOLLOW_rule__Stylesheet__Font_faceAssignment_2_3_in_rule__Stylesheet__Alternatives_23060);
- rule__Stylesheet__Font_faceAssignment_2_3();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getStylesheetAccess().getFont_faceAssignment_2_3());
- }
-
- }
-
-
- }
- break;
- case 5:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1506:6: ( ( rule__Stylesheet__KeyframesAssignment_2_4 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1506:6: ( ( rule__Stylesheet__KeyframesAssignment_2_4 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1507:1: ( rule__Stylesheet__KeyframesAssignment_2_4 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getStylesheetAccess().getKeyframesAssignment_2_4());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1508:1: ( rule__Stylesheet__KeyframesAssignment_2_4 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1508:2: rule__Stylesheet__KeyframesAssignment_2_4
- {
- pushFollow(FOLLOW_rule__Stylesheet__KeyframesAssignment_2_4_in_rule__Stylesheet__Alternatives_23078);
- rule__Stylesheet__KeyframesAssignment_2_4();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getStylesheetAccess().getKeyframesAssignment_2_4());
- }
-
- }
-
-
- }
- break;
-
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Stylesheet__Alternatives_2"
-
-
- // $ANTLR start "rule__Charset__Alternatives_0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1517:1: rule__Charset__Alternatives_0 : ( ( '@charset' ) | ( '@CHARSET' ) );
- public final void rule__Charset__Alternatives_0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1521:1: ( ( '@charset' ) | ( '@CHARSET' ) )
- int alt2 = 2;
- int LA2_0 = input.LA(1);
-
- if ((LA2_0 == 20)) {
- alt2 = 1;
- }
- else if ((LA2_0 == 21)) {
- alt2 = 2;
- }
- else {
- if (state.backtracking > 0) {
- state.failed = true;
- return;
- }
- NoViableAltException nvae =
- new NoViableAltException("", 2, 0, input);
-
- throw nvae;
- }
- switch (alt2) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1522:1: ( '@charset' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1522:1: ( '@charset' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1523:1: '@charset'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getCharsetAccess().getCharsetKeyword_0_0());
- }
- match(input, 20, FOLLOW_20_in_rule__Charset__Alternatives_03112);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getCharsetAccess().getCharsetKeyword_0_0());
- }
-
- }
-
-
- }
- break;
- case 2:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1530:6: ( '@CHARSET' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1530:6: ( '@CHARSET' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1531:1: '@CHARSET'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getCharsetAccess().getCHARSETKeyword_0_1());
- }
- match(input, 21, FOLLOW_21_in_rule__Charset__Alternatives_03132);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getCharsetAccess().getCHARSETKeyword_0_1());
- }
-
- }
-
-
- }
- break;
-
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Charset__Alternatives_0"
-
-
- // $ANTLR start "rule__ImportExpression__Alternatives_0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1543:1: rule__ImportExpression__Alternatives_0 : ( ( '@import' ) | ( '@IMPORT' ) );
- public final void rule__ImportExpression__Alternatives_0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1547:1: ( ( '@import' ) | ( '@IMPORT' ) )
- int alt3 = 2;
- int LA3_0 = input.LA(1);
-
- if ((LA3_0 == 22)) {
- alt3 = 1;
- }
- else if ((LA3_0 == 23)) {
- alt3 = 2;
- }
- else {
- if (state.backtracking > 0) {
- state.failed = true;
- return;
- }
- NoViableAltException nvae =
- new NoViableAltException("", 3, 0, input);
-
- throw nvae;
- }
- switch (alt3) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1548:1: ( '@import' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1548:1: ( '@import' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1549:1: '@import'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getImportExpressionAccess().getImportKeyword_0_0());
- }
- match(input, 22, FOLLOW_22_in_rule__ImportExpression__Alternatives_03167);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getImportExpressionAccess().getImportKeyword_0_0());
- }
-
- }
-
-
- }
- break;
- case 2:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1556:6: ( '@IMPORT' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1556:6: ( '@IMPORT' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1557:1: '@IMPORT'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getImportExpressionAccess().getIMPORTKeyword_0_1());
- }
- match(input, 23, FOLLOW_23_in_rule__ImportExpression__Alternatives_03187);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getImportExpressionAccess().getIMPORTKeyword_0_1());
- }
-
- }
-
-
- }
- break;
-
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__ImportExpression__Alternatives_0"
-
-
- // $ANTLR start "rule__ImportExpression__Alternatives_1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1569:1: rule__ImportExpression__Alternatives_1 : ( ( ( rule__ImportExpression__ValueAssignment_1_0 ) ) | ( (
- // rule__ImportExpression__Group_1_1__0 ) ) );
- public final void rule__ImportExpression__Alternatives_1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1573:1: ( ( ( rule__ImportExpression__ValueAssignment_1_0 ) ) | ( (
- // rule__ImportExpression__Group_1_1__0 ) ) )
- int alt4 = 2;
- int LA4_0 = input.LA(1);
-
- if ((LA4_0 == RULE_CSSSTRING)) {
- alt4 = 1;
- }
- else if ((LA4_0 == 64)) {
- alt4 = 2;
- }
- else {
- if (state.backtracking > 0) {
- state.failed = true;
- return;
- }
- NoViableAltException nvae =
- new NoViableAltException("", 4, 0, input);
-
- throw nvae;
- }
- switch (alt4) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1574:1: ( ( rule__ImportExpression__ValueAssignment_1_0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1574:1: ( ( rule__ImportExpression__ValueAssignment_1_0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1575:1: ( rule__ImportExpression__ValueAssignment_1_0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getImportExpressionAccess().getValueAssignment_1_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1576:1: ( rule__ImportExpression__ValueAssignment_1_0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1576:2: rule__ImportExpression__ValueAssignment_1_0
- {
- pushFollow(FOLLOW_rule__ImportExpression__ValueAssignment_1_0_in_rule__ImportExpression__Alternatives_13221);
- rule__ImportExpression__ValueAssignment_1_0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getImportExpressionAccess().getValueAssignment_1_0());
- }
-
- }
-
-
- }
- break;
- case 2:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1580:6: ( ( rule__ImportExpression__Group_1_1__0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1580:6: ( ( rule__ImportExpression__Group_1_1__0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1581:1: ( rule__ImportExpression__Group_1_1__0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getImportExpressionAccess().getGroup_1_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1582:1: ( rule__ImportExpression__Group_1_1__0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1582:2: rule__ImportExpression__Group_1_1__0
- {
- pushFollow(FOLLOW_rule__ImportExpression__Group_1_1__0_in_rule__ImportExpression__Alternatives_13239);
- rule__ImportExpression__Group_1_1__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getImportExpressionAccess().getGroup_1_1());
- }
-
- }
-
-
- }
- break;
-
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__ImportExpression__Alternatives_1"
-
-
- // $ANTLR start "rule__Page__Alternatives_1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1591:1: rule__Page__Alternatives_1 : ( ( '@page' ) | ( '@PAGE' ) );
- public final void rule__Page__Alternatives_1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1595:1: ( ( '@page' ) | ( '@PAGE' ) )
- int alt5 = 2;
- int LA5_0 = input.LA(1);
-
- if ((LA5_0 == 24)) {
- alt5 = 1;
- }
- else if ((LA5_0 == 25)) {
- alt5 = 2;
- }
- else {
- if (state.backtracking > 0) {
- state.failed = true;
- return;
- }
- NoViableAltException nvae =
- new NoViableAltException("", 5, 0, input);
-
- throw nvae;
- }
- switch (alt5) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1596:1: ( '@page' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1596:1: ( '@page' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1597:1: '@page'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getPageAccess().getPageKeyword_1_0());
- }
- match(input, 24, FOLLOW_24_in_rule__Page__Alternatives_13273);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getPageAccess().getPageKeyword_1_0());
- }
-
- }
-
-
- }
- break;
- case 2:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1604:6: ( '@PAGE' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1604:6: ( '@PAGE' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1605:1: '@PAGE'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getPageAccess().getPAGEKeyword_1_1());
- }
- match(input, 25, FOLLOW_25_in_rule__Page__Alternatives_13293);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getPageAccess().getPAGEKeyword_1_1());
- }
-
- }
-
-
- }
- break;
-
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Page__Alternatives_1"
-
-
- // $ANTLR start "rule__Media__Alternatives_0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1617:1: rule__Media__Alternatives_0 : ( ( '@media' ) | ( '@MEDIA' ) );
- public final void rule__Media__Alternatives_0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1621:1: ( ( '@media' ) | ( '@MEDIA' ) )
- int alt6 = 2;
- int LA6_0 = input.LA(1);
-
- if ((LA6_0 == 26)) {
- alt6 = 1;
- }
- else if ((LA6_0 == 27)) {
- alt6 = 2;
- }
- else {
- if (state.backtracking > 0) {
- state.failed = true;
- return;
- }
- NoViableAltException nvae =
- new NoViableAltException("", 6, 0, input);
-
- throw nvae;
- }
- switch (alt6) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1622:1: ( '@media' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1622:1: ( '@media' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1623:1: '@media'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getMediaAccess().getMediaKeyword_0_0());
- }
- match(input, 26, FOLLOW_26_in_rule__Media__Alternatives_03328);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getMediaAccess().getMediaKeyword_0_0());
- }
-
- }
-
-
- }
- break;
- case 2:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1630:6: ( '@MEDIA' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1630:6: ( '@MEDIA' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1631:1: '@MEDIA'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getMediaAccess().getMEDIAKeyword_0_1());
- }
- match(input, 27, FOLLOW_27_in_rule__Media__Alternatives_03348);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getMediaAccess().getMEDIAKeyword_0_1());
- }
-
- }
-
-
- }
- break;
-
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Media__Alternatives_0"
-
-
- // $ANTLR start "rule__Font_face__Alternatives_1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1643:1: rule__Font_face__Alternatives_1 : ( ( '@font-face' ) | ( '@FONT-FACE' ) );
- public final void rule__Font_face__Alternatives_1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1647:1: ( ( '@font-face' ) | ( '@FONT-FACE' ) )
- int alt7 = 2;
- int LA7_0 = input.LA(1);
-
- if ((LA7_0 == 28)) {
- alt7 = 1;
- }
- else if ((LA7_0 == 29)) {
- alt7 = 2;
- }
- else {
- if (state.backtracking > 0) {
- state.failed = true;
- return;
- }
- NoViableAltException nvae =
- new NoViableAltException("", 7, 0, input);
-
- throw nvae;
- }
- switch (alt7) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1648:1: ( '@font-face' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1648:1: ( '@font-face' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1649:1: '@font-face'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getFont_faceAccess().getFontFaceKeyword_1_0());
- }
- match(input, 28, FOLLOW_28_in_rule__Font_face__Alternatives_13383);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getFont_faceAccess().getFontFaceKeyword_1_0());
- }
-
- }
-
-
- }
- break;
- case 2:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1656:6: ( '@FONT-FACE' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1656:6: ( '@FONT-FACE' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1657:1: '@FONT-FACE'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getFont_faceAccess().getFONTFACEKeyword_1_1());
- }
- match(input, 29, FOLLOW_29_in_rule__Font_face__Alternatives_13403);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getFont_faceAccess().getFONTFACEKeyword_1_1());
- }
-
- }
-
-
- }
- break;
-
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Font_face__Alternatives_1"
-
-
- // $ANTLR start "rule__Keyframes__Alternatives_1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1669:1: rule__Keyframes__Alternatives_1 : ( ( '@keyframes' ) | ( '@KEYFRAMES' ) );
- public final void rule__Keyframes__Alternatives_1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1673:1: ( ( '@keyframes' ) | ( '@KEYFRAMES' ) )
- int alt8 = 2;
- int LA8_0 = input.LA(1);
-
- if ((LA8_0 == 30)) {
- alt8 = 1;
- }
- else if ((LA8_0 == 31)) {
- alt8 = 2;
- }
- else {
- if (state.backtracking > 0) {
- state.failed = true;
- return;
- }
- NoViableAltException nvae =
- new NoViableAltException("", 8, 0, input);
-
- throw nvae;
- }
- switch (alt8) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1674:1: ( '@keyframes' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1674:1: ( '@keyframes' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1675:1: '@keyframes'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getKeyframesAccess().getKeyframesKeyword_1_0());
- }
- match(input, 30, FOLLOW_30_in_rule__Keyframes__Alternatives_13438);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getKeyframesAccess().getKeyframesKeyword_1_0());
- }
-
- }
-
-
- }
- break;
- case 2:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1682:6: ( '@KEYFRAMES' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1682:6: ( '@KEYFRAMES' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1683:1: '@KEYFRAMES'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getKeyframesAccess().getKEYFRAMESKeyword_1_1());
- }
- match(input, 31, FOLLOW_31_in_rule__Keyframes__Alternatives_13458);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getKeyframesAccess().getKEYFRAMESKeyword_1_1());
- }
-
- }
-
-
- }
- break;
-
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Keyframes__Alternatives_1"
-
-
- // $ANTLR start "rule__Keyframe_selector__Alternatives_0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1695:1: rule__Keyframe_selector__Alternatives_0 : ( ( ( rule__Keyframe_selector__TypeAssignment_0_0 ) ) | ( (
- // rule__Keyframe_selector__Group_0_1__0 ) ) );
- public final void rule__Keyframe_selector__Alternatives_0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1699:1: ( ( ( rule__Keyframe_selector__TypeAssignment_0_0 ) ) | ( (
- // rule__Keyframe_selector__Group_0_1__0 ) ) )
- int alt9 = 2;
- switch (input.LA(1)) {
- case RULE_DASH: {
- int LA9_1 = input.LA(2);
-
- if ((LA9_1 == RULE_ONE_INT || LA9_1 == 39)) {
- alt9 = 2;
- }
- else if ((LA9_1 == RULE_UNDERSCORE || (LA9_1 >= RULE_ONE_HEX_LETTER && LA9_1 <= RULE_ONE_NON_HEX_LETTER) || (LA9_1 >= 49 && LA9_1 <= 52))) {
- alt9 = 1;
- }
- else {
- if (state.backtracking > 0) {
- state.failed = true;
- return;
- }
- NoViableAltException nvae =
- new NoViableAltException("", 9, 1, input);
-
- throw nvae;
- }
- }
- break;
- case RULE_UNDERSCORE:
- case RULE_ONE_HEX_LETTER:
- case RULE_ONE_NON_HEX_LETTER:
- case 49:
- case 50:
- case 51:
- case 52: {
- alt9 = 1;
- }
- break;
- case RULE_PLUS:
- case RULE_ONE_INT:
- case 39: {
- alt9 = 2;
- }
- break;
- default:
- if (state.backtracking > 0) {
- state.failed = true;
- return;
- }
- NoViableAltException nvae =
- new NoViableAltException("", 9, 0, input);
-
- throw nvae;
- }
-
- switch (alt9) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1700:1: ( ( rule__Keyframe_selector__TypeAssignment_0_0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1700:1: ( ( rule__Keyframe_selector__TypeAssignment_0_0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1701:1: ( rule__Keyframe_selector__TypeAssignment_0_0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getKeyframe_selectorAccess().getTypeAssignment_0_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1702:1: ( rule__Keyframe_selector__TypeAssignment_0_0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1702:2: rule__Keyframe_selector__TypeAssignment_0_0
- {
- pushFollow(FOLLOW_rule__Keyframe_selector__TypeAssignment_0_0_in_rule__Keyframe_selector__Alternatives_03492);
- rule__Keyframe_selector__TypeAssignment_0_0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getKeyframe_selectorAccess().getTypeAssignment_0_0());
- }
-
- }
-
-
- }
- break;
- case 2:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1706:6: ( ( rule__Keyframe_selector__Group_0_1__0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1706:6: ( ( rule__Keyframe_selector__Group_0_1__0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1707:1: ( rule__Keyframe_selector__Group_0_1__0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getKeyframe_selectorAccess().getGroup_0_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1708:1: ( rule__Keyframe_selector__Group_0_1__0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1708:2: rule__Keyframe_selector__Group_0_1__0
- {
- pushFollow(FOLLOW_rule__Keyframe_selector__Group_0_1__0_in_rule__Keyframe_selector__Alternatives_03510);
- rule__Keyframe_selector__Group_0_1__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getKeyframe_selectorAccess().getGroup_0_1());
- }
-
- }
-
-
- }
- break;
-
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Keyframe_selector__Alternatives_0"
-
-
- // $ANTLR start "rule__Selector__Alternatives_1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1717:1: rule__Selector__Alternatives_1 : ( ( ( rule__Selector__Group_1_0__0 ) ) | ( (
- // rule__Selector__Group_1_1__0 ) ) );
- public final void rule__Selector__Alternatives_1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1721:1: ( ( ( rule__Selector__Group_1_0__0 ) ) | ( ( rule__Selector__Group_1_1__0 ) ) )
- int alt10 = 2;
- int LA10_0 = input.LA(1);
-
- if ((LA10_0 == RULE_PLUS || (LA10_0 >= 37 && LA10_0 <= 38))) {
- alt10 = 1;
- }
- else if ((LA10_0 == RULE_WS)) {
- alt10 = 2;
- }
- else {
- if (state.backtracking > 0) {
- state.failed = true;
- return;
- }
- NoViableAltException nvae =
- new NoViableAltException("", 10, 0, input);
-
- throw nvae;
- }
- switch (alt10) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1722:1: ( ( rule__Selector__Group_1_0__0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1722:1: ( ( rule__Selector__Group_1_0__0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1723:1: ( rule__Selector__Group_1_0__0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSelectorAccess().getGroup_1_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1724:1: ( rule__Selector__Group_1_0__0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1724:2: rule__Selector__Group_1_0__0
- {
- pushFollow(FOLLOW_rule__Selector__Group_1_0__0_in_rule__Selector__Alternatives_13543);
- rule__Selector__Group_1_0__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getSelectorAccess().getGroup_1_0());
- }
-
- }
-
-
- }
- break;
- case 2:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1728:6: ( ( rule__Selector__Group_1_1__0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1728:6: ( ( rule__Selector__Group_1_1__0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1729:1: ( rule__Selector__Group_1_1__0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSelectorAccess().getGroup_1_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1730:1: ( rule__Selector__Group_1_1__0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1730:2: rule__Selector__Group_1_1__0
- {
- pushFollow(FOLLOW_rule__Selector__Group_1_1__0_in_rule__Selector__Alternatives_13561);
- rule__Selector__Group_1_1__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getSelectorAccess().getGroup_1_1());
- }
-
- }
-
-
- }
- break;
-
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Selector__Alternatives_1"
-
-
- // $ANTLR start "rule__SimpleSelectorForNegation__Alternatives"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1739:1: rule__SimpleSelectorForNegation__Alternatives : ( ( ( rule__SimpleSelectorForNegation__Group_0__0 ) )
- // | ( ( ( rule__SimpleSelectorForNegation__SubSelectorsAssignment_1 ) ) ( ( rule__SimpleSelectorForNegation__SubSelectorsAssignment_1 )* ) ) );
- public final void rule__SimpleSelectorForNegation__Alternatives() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1743:1: ( ( ( rule__SimpleSelectorForNegation__Group_0__0 ) ) | ( ( (
- // rule__SimpleSelectorForNegation__SubSelectorsAssignment_1 ) ) ( ( rule__SimpleSelectorForNegation__SubSelectorsAssignment_1 )* ) ) )
- int alt12 = 2;
- int LA12_0 = input.LA(1);
-
- if (((LA12_0 >= RULE_DASH && LA12_0 <= RULE_UNDERSCORE) || (LA12_0 >= RULE_ONE_HEX_LETTER && LA12_0 <= RULE_ONE_NON_HEX_LETTER) || LA12_0 == 36 || (LA12_0 >= 49 && LA12_0 <= 52) || LA12_0 == 60)) {
- alt12 = 1;
- }
- else if (((LA12_0 >= RULE_COLON && LA12_0 <= RULE_HASHMARK) || LA12_0 == 39 || LA12_0 == 42)) {
- alt12 = 2;
- }
- else {
- if (state.backtracking > 0) {
- state.failed = true;
- return;
- }
- NoViableAltException nvae =
- new NoViableAltException("", 12, 0, input);
-
- throw nvae;
- }
- switch (alt12) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1744:1: ( ( rule__SimpleSelectorForNegation__Group_0__0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1744:1: ( ( rule__SimpleSelectorForNegation__Group_0__0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1745:1: ( rule__SimpleSelectorForNegation__Group_0__0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSimpleSelectorForNegationAccess().getGroup_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1746:1: ( rule__SimpleSelectorForNegation__Group_0__0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1746:2: rule__SimpleSelectorForNegation__Group_0__0
- {
- pushFollow(FOLLOW_rule__SimpleSelectorForNegation__Group_0__0_in_rule__SimpleSelectorForNegation__Alternatives3594);
- rule__SimpleSelectorForNegation__Group_0__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getSimpleSelectorForNegationAccess().getGroup_0());
- }
-
- }
-
-
- }
- break;
- case 2:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1750:6: ( ( ( rule__SimpleSelectorForNegation__SubSelectorsAssignment_1 ) ) ( (
- // rule__SimpleSelectorForNegation__SubSelectorsAssignment_1 )* ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1750:6: ( ( ( rule__SimpleSelectorForNegation__SubSelectorsAssignment_1 ) ) ( (
- // rule__SimpleSelectorForNegation__SubSelectorsAssignment_1 )* ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1751:1: ( ( rule__SimpleSelectorForNegation__SubSelectorsAssignment_1 ) ) ( (
- // rule__SimpleSelectorForNegation__SubSelectorsAssignment_1 )* )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1751:1: ( ( rule__SimpleSelectorForNegation__SubSelectorsAssignment_1 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1752:1: ( rule__SimpleSelectorForNegation__SubSelectorsAssignment_1 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSimpleSelectorForNegationAccess().getSubSelectorsAssignment_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1753:1: ( rule__SimpleSelectorForNegation__SubSelectorsAssignment_1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1753:2: rule__SimpleSelectorForNegation__SubSelectorsAssignment_1
- {
- pushFollow(FOLLOW_rule__SimpleSelectorForNegation__SubSelectorsAssignment_1_in_rule__SimpleSelectorForNegation__Alternatives3614);
- rule__SimpleSelectorForNegation__SubSelectorsAssignment_1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getSimpleSelectorForNegationAccess().getSubSelectorsAssignment_1());
- }
-
- }
-
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1756:1: ( ( rule__SimpleSelectorForNegation__SubSelectorsAssignment_1 )* )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1757:1: ( rule__SimpleSelectorForNegation__SubSelectorsAssignment_1 )*
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSimpleSelectorForNegationAccess().getSubSelectorsAssignment_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1758:1: ( rule__SimpleSelectorForNegation__SubSelectorsAssignment_1 )*
- loop11: do {
- int alt11 = 2;
- int LA11_0 = input.LA(1);
-
- if (((LA11_0 >= RULE_COLON && LA11_0 <= RULE_HASHMARK) || LA11_0 == 39 || LA11_0 == 42)) {
- alt11 = 1;
- }
-
-
- switch (alt11) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1758:2: rule__SimpleSelectorForNegation__SubSelectorsAssignment_1
- {
- pushFollow(FOLLOW_rule__SimpleSelectorForNegation__SubSelectorsAssignment_1_in_rule__SimpleSelectorForNegation__Alternatives3626);
- rule__SimpleSelectorForNegation__SubSelectorsAssignment_1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- default:
- break loop11;
- }
- } while (true);
-
- if (state.backtracking == 0) {
- after(grammarAccess.getSimpleSelectorForNegationAccess().getSubSelectorsAssignment_1());
- }
-
- }
-
-
- }
-
-
- }
- break;
-
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__SimpleSelectorForNegation__Alternatives"
-
-
- // $ANTLR start "rule__SimpleSelectorForNegation__Alternatives_0_0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1768:1: rule__SimpleSelectorForNegation__Alternatives_0_0 : ( ( (
- // rule__SimpleSelectorForNegation__ElementAssignment_0_0_0 ) ) | ( ( rule__SimpleSelectorForNegation__UniversalAssignment_0_0_1 ) ) );
- public final void rule__SimpleSelectorForNegation__Alternatives_0_0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1772:1: ( ( ( rule__SimpleSelectorForNegation__ElementAssignment_0_0_0 ) ) | ( (
- // rule__SimpleSelectorForNegation__UniversalAssignment_0_0_1 ) ) )
- int alt13 = 2;
- alt13 = dfa13.predict(input);
- switch (alt13) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1773:1: ( ( rule__SimpleSelectorForNegation__ElementAssignment_0_0_0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1773:1: ( ( rule__SimpleSelectorForNegation__ElementAssignment_0_0_0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1774:1: ( rule__SimpleSelectorForNegation__ElementAssignment_0_0_0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSimpleSelectorForNegationAccess().getElementAssignment_0_0_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1775:1: ( rule__SimpleSelectorForNegation__ElementAssignment_0_0_0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1775:2: rule__SimpleSelectorForNegation__ElementAssignment_0_0_0
- {
- pushFollow(FOLLOW_rule__SimpleSelectorForNegation__ElementAssignment_0_0_0_in_rule__SimpleSelectorForNegation__Alternatives_0_03662);
- rule__SimpleSelectorForNegation__ElementAssignment_0_0_0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getSimpleSelectorForNegationAccess().getElementAssignment_0_0_0());
- }
-
- }
-
-
- }
- break;
- case 2:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1779:6: ( ( rule__SimpleSelectorForNegation__UniversalAssignment_0_0_1 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1779:6: ( ( rule__SimpleSelectorForNegation__UniversalAssignment_0_0_1 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1780:1: ( rule__SimpleSelectorForNegation__UniversalAssignment_0_0_1 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSimpleSelectorForNegationAccess().getUniversalAssignment_0_0_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1781:1: ( rule__SimpleSelectorForNegation__UniversalAssignment_0_0_1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1781:2: rule__SimpleSelectorForNegation__UniversalAssignment_0_0_1
- {
- pushFollow(FOLLOW_rule__SimpleSelectorForNegation__UniversalAssignment_0_0_1_in_rule__SimpleSelectorForNegation__Alternatives_0_03680);
- rule__SimpleSelectorForNegation__UniversalAssignment_0_0_1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getSimpleSelectorForNegationAccess().getUniversalAssignment_0_0_1());
- }
-
- }
-
-
- }
- break;
-
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__SimpleSelectorForNegation__Alternatives_0_0"
-
-
- // $ANTLR start "rule__SubSelectorForNegation__Alternatives"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1790:1: rule__SubSelectorForNegation__Alternatives : ( ( ruleIdSelector ) | ( ruleClassSelector ) | (
- // ruleAttributeSelector ) | ( rulePseudoClass ) );
- public final void rule__SubSelectorForNegation__Alternatives() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1794:1: ( ( ruleIdSelector ) | ( ruleClassSelector ) | ( ruleAttributeSelector ) | ( rulePseudoClass
- // ) )
- int alt14 = 4;
- switch (input.LA(1)) {
- case RULE_HASHMARK: {
- alt14 = 1;
- }
- break;
- case 39: {
- alt14 = 2;
- }
- break;
- case 42: {
- alt14 = 3;
- }
- break;
- case RULE_COLON: {
- alt14 = 4;
- }
- break;
- default:
- if (state.backtracking > 0) {
- state.failed = true;
- return;
- }
- NoViableAltException nvae =
- new NoViableAltException("", 14, 0, input);
-
- throw nvae;
- }
-
- switch (alt14) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1795:1: ( ruleIdSelector )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1795:1: ( ruleIdSelector )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1796:1: ruleIdSelector
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSubSelectorForNegationAccess().getIdSelectorParserRuleCall_0());
- }
- pushFollow(FOLLOW_ruleIdSelector_in_rule__SubSelectorForNegation__Alternatives3713);
- ruleIdSelector();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getSubSelectorForNegationAccess().getIdSelectorParserRuleCall_0());
- }
-
- }
-
-
- }
- break;
- case 2:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1801:6: ( ruleClassSelector )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1801:6: ( ruleClassSelector )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1802:1: ruleClassSelector
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSubSelectorForNegationAccess().getClassSelectorParserRuleCall_1());
- }
- pushFollow(FOLLOW_ruleClassSelector_in_rule__SubSelectorForNegation__Alternatives3730);
- ruleClassSelector();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getSubSelectorForNegationAccess().getClassSelectorParserRuleCall_1());
- }
-
- }
-
-
- }
- break;
- case 3:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1807:6: ( ruleAttributeSelector )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1807:6: ( ruleAttributeSelector )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1808:1: ruleAttributeSelector
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSubSelectorForNegationAccess().getAttributeSelectorParserRuleCall_2());
- }
- pushFollow(FOLLOW_ruleAttributeSelector_in_rule__SubSelectorForNegation__Alternatives3747);
- ruleAttributeSelector();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getSubSelectorForNegationAccess().getAttributeSelectorParserRuleCall_2());
- }
-
- }
-
-
- }
- break;
- case 4:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1813:6: ( rulePseudoClass )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1813:6: ( rulePseudoClass )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1814:1: rulePseudoClass
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSubSelectorForNegationAccess().getPseudoClassParserRuleCall_3());
- }
- pushFollow(FOLLOW_rulePseudoClass_in_rule__SubSelectorForNegation__Alternatives3764);
- rulePseudoClass();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getSubSelectorForNegationAccess().getPseudoClassParserRuleCall_3());
- }
-
- }
-
-
- }
- break;
-
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__SubSelectorForNegation__Alternatives"
-
-
- // $ANTLR start "rule__Simple_selector__Alternatives"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1824:1: rule__Simple_selector__Alternatives : ( ( ( rule__Simple_selector__Group_0__0 ) ) | ( ( (
- // rule__Simple_selector__SubSelectorsAssignment_1 ) ) ( ( rule__Simple_selector__SubSelectorsAssignment_1 )* ) ) );
- public final void rule__Simple_selector__Alternatives() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1828:1: ( ( ( rule__Simple_selector__Group_0__0 ) ) | ( ( (
- // rule__Simple_selector__SubSelectorsAssignment_1 ) ) ( ( rule__Simple_selector__SubSelectorsAssignment_1 )* ) ) )
- int alt16 = 2;
- int LA16_0 = input.LA(1);
-
- if (((LA16_0 >= RULE_DASH && LA16_0 <= RULE_UNDERSCORE) || (LA16_0 >= RULE_ONE_HEX_LETTER && LA16_0 <= RULE_ONE_NON_HEX_LETTER) || LA16_0 == 36 || (LA16_0 >= 49 && LA16_0 <= 52) || LA16_0 == 60)) {
- alt16 = 1;
- }
- else if (((LA16_0 >= RULE_COLON && LA16_0 <= RULE_HASHMARK) || LA16_0 == 39 || LA16_0 == 42)) {
- alt16 = 2;
- }
- else {
- if (state.backtracking > 0) {
- state.failed = true;
- return;
- }
- NoViableAltException nvae =
- new NoViableAltException("", 16, 0, input);
-
- throw nvae;
- }
- switch (alt16) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1829:1: ( ( rule__Simple_selector__Group_0__0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1829:1: ( ( rule__Simple_selector__Group_0__0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1830:1: ( rule__Simple_selector__Group_0__0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSimple_selectorAccess().getGroup_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1831:1: ( rule__Simple_selector__Group_0__0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1831:2: rule__Simple_selector__Group_0__0
- {
- pushFollow(FOLLOW_rule__Simple_selector__Group_0__0_in_rule__Simple_selector__Alternatives3796);
- rule__Simple_selector__Group_0__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getSimple_selectorAccess().getGroup_0());
- }
-
- }
-
-
- }
- break;
- case 2:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1835:6: ( ( ( rule__Simple_selector__SubSelectorsAssignment_1 ) ) ( (
- // rule__Simple_selector__SubSelectorsAssignment_1 )* ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1835:6: ( ( ( rule__Simple_selector__SubSelectorsAssignment_1 ) ) ( (
- // rule__Simple_selector__SubSelectorsAssignment_1 )* ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1836:1: ( ( rule__Simple_selector__SubSelectorsAssignment_1 ) ) ( (
- // rule__Simple_selector__SubSelectorsAssignment_1 )* )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1836:1: ( ( rule__Simple_selector__SubSelectorsAssignment_1 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1837:1: ( rule__Simple_selector__SubSelectorsAssignment_1 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSimple_selectorAccess().getSubSelectorsAssignment_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1838:1: ( rule__Simple_selector__SubSelectorsAssignment_1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1838:2: rule__Simple_selector__SubSelectorsAssignment_1
- {
- pushFollow(FOLLOW_rule__Simple_selector__SubSelectorsAssignment_1_in_rule__Simple_selector__Alternatives3816);
- rule__Simple_selector__SubSelectorsAssignment_1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getSimple_selectorAccess().getSubSelectorsAssignment_1());
- }
-
- }
-
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1841:1: ( ( rule__Simple_selector__SubSelectorsAssignment_1 )* )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1842:1: ( rule__Simple_selector__SubSelectorsAssignment_1 )*
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSimple_selectorAccess().getSubSelectorsAssignment_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1843:1: ( rule__Simple_selector__SubSelectorsAssignment_1 )*
- loop15: do {
- int alt15 = 2;
- int LA15_0 = input.LA(1);
-
- if (((LA15_0 >= RULE_COLON && LA15_0 <= RULE_HASHMARK) || LA15_0 == 39 || LA15_0 == 42)) {
- alt15 = 1;
- }
-
-
- switch (alt15) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1843:2: rule__Simple_selector__SubSelectorsAssignment_1
- {
- pushFollow(FOLLOW_rule__Simple_selector__SubSelectorsAssignment_1_in_rule__Simple_selector__Alternatives3828);
- rule__Simple_selector__SubSelectorsAssignment_1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- default:
- break loop15;
- }
- } while (true);
-
- if (state.backtracking == 0) {
- after(grammarAccess.getSimple_selectorAccess().getSubSelectorsAssignment_1());
- }
-
- }
-
-
- }
-
-
- }
- break;
-
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Simple_selector__Alternatives"
-
-
- // $ANTLR start "rule__Simple_selector__Alternatives_0_0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1853:1: rule__Simple_selector__Alternatives_0_0 : ( ( ( rule__Simple_selector__ElementAssignment_0_0_0 ) ) |
- // ( ( rule__Simple_selector__UniversalAssignment_0_0_1 ) ) );
- public final void rule__Simple_selector__Alternatives_0_0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1857:1: ( ( ( rule__Simple_selector__ElementAssignment_0_0_0 ) ) | ( (
- // rule__Simple_selector__UniversalAssignment_0_0_1 ) ) )
- int alt17 = 2;
- alt17 = dfa17.predict(input);
- switch (alt17) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1858:1: ( ( rule__Simple_selector__ElementAssignment_0_0_0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1858:1: ( ( rule__Simple_selector__ElementAssignment_0_0_0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1859:1: ( rule__Simple_selector__ElementAssignment_0_0_0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSimple_selectorAccess().getElementAssignment_0_0_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1860:1: ( rule__Simple_selector__ElementAssignment_0_0_0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1860:2: rule__Simple_selector__ElementAssignment_0_0_0
- {
- pushFollow(FOLLOW_rule__Simple_selector__ElementAssignment_0_0_0_in_rule__Simple_selector__Alternatives_0_03864);
- rule__Simple_selector__ElementAssignment_0_0_0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getSimple_selectorAccess().getElementAssignment_0_0_0());
- }
-
- }
-
-
- }
- break;
- case 2:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1864:6: ( ( rule__Simple_selector__UniversalAssignment_0_0_1 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1864:6: ( ( rule__Simple_selector__UniversalAssignment_0_0_1 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1865:1: ( rule__Simple_selector__UniversalAssignment_0_0_1 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSimple_selectorAccess().getUniversalAssignment_0_0_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1866:1: ( rule__Simple_selector__UniversalAssignment_0_0_1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1866:2: rule__Simple_selector__UniversalAssignment_0_0_1
- {
- pushFollow(FOLLOW_rule__Simple_selector__UniversalAssignment_0_0_1_in_rule__Simple_selector__Alternatives_0_03882);
- rule__Simple_selector__UniversalAssignment_0_0_1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getSimple_selectorAccess().getUniversalAssignment_0_0_1());
- }
-
- }
-
-
- }
- break;
-
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Simple_selector__Alternatives_0_0"
-
-
- // $ANTLR start "rule__SubSelector__Alternatives"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1875:1: rule__SubSelector__Alternatives : ( ( ruleIdSelector ) | ( ruleClassSelector ) | (
- // ruleAttributeSelector ) | ( rulePseudoClassOrFunc ) );
- public final void rule__SubSelector__Alternatives() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1879:1: ( ( ruleIdSelector ) | ( ruleClassSelector ) | ( ruleAttributeSelector ) | (
- // rulePseudoClassOrFunc ) )
- int alt18 = 4;
- switch (input.LA(1)) {
- case RULE_HASHMARK: {
- alt18 = 1;
- }
- break;
- case 39: {
- alt18 = 2;
- }
- break;
- case 42: {
- alt18 = 3;
- }
- break;
- case RULE_COLON: {
- alt18 = 4;
- }
- break;
- default:
- if (state.backtracking > 0) {
- state.failed = true;
- return;
- }
- NoViableAltException nvae =
- new NoViableAltException("", 18, 0, input);
-
- throw nvae;
- }
-
- switch (alt18) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1880:1: ( ruleIdSelector )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1880:1: ( ruleIdSelector )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1881:1: ruleIdSelector
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSubSelectorAccess().getIdSelectorParserRuleCall_0());
- }
- pushFollow(FOLLOW_ruleIdSelector_in_rule__SubSelector__Alternatives3915);
- ruleIdSelector();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getSubSelectorAccess().getIdSelectorParserRuleCall_0());
- }
-
- }
-
-
- }
- break;
- case 2:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1886:6: ( ruleClassSelector )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1886:6: ( ruleClassSelector )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1887:1: ruleClassSelector
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSubSelectorAccess().getClassSelectorParserRuleCall_1());
- }
- pushFollow(FOLLOW_ruleClassSelector_in_rule__SubSelector__Alternatives3932);
- ruleClassSelector();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getSubSelectorAccess().getClassSelectorParserRuleCall_1());
- }
-
- }
-
-
- }
- break;
- case 3:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1892:6: ( ruleAttributeSelector )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1892:6: ( ruleAttributeSelector )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1893:1: ruleAttributeSelector
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSubSelectorAccess().getAttributeSelectorParserRuleCall_2());
- }
- pushFollow(FOLLOW_ruleAttributeSelector_in_rule__SubSelector__Alternatives3949);
- ruleAttributeSelector();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getSubSelectorAccess().getAttributeSelectorParserRuleCall_2());
- }
-
- }
-
-
- }
- break;
- case 4:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1898:6: ( rulePseudoClassOrFunc )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1898:6: ( rulePseudoClassOrFunc )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1899:1: rulePseudoClassOrFunc
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSubSelectorAccess().getPseudoClassOrFuncParserRuleCall_3());
- }
- pushFollow(FOLLOW_rulePseudoClassOrFunc_in_rule__SubSelector__Alternatives3966);
- rulePseudoClassOrFunc();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getSubSelectorAccess().getPseudoClassOrFuncParserRuleCall_3());
- }
-
- }
-
-
- }
- break;
-
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__SubSelector__Alternatives"
-
-
- // $ANTLR start "rule__AttributeSelector__OpAlternatives_3_0_0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1909:1: rule__AttributeSelector__OpAlternatives_3_0_0 : ( ( '^=' ) | ( '$=' ) | ( '*=' ) | ( '=' ) | (
- // RULE_INCLUDES ) | ( RULE_DASHMATCH ) );
- public final void rule__AttributeSelector__OpAlternatives_3_0_0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1913:1: ( ( '^=' ) | ( '$=' ) | ( '*=' ) | ( '=' ) | ( RULE_INCLUDES ) | ( RULE_DASHMATCH ) )
- int alt19 = 6;
- switch (input.LA(1)) {
- case 32: {
- alt19 = 1;
- }
- break;
- case 33: {
- alt19 = 2;
- }
- break;
- case 34: {
- alt19 = 3;
- }
- break;
- case 35: {
- alt19 = 4;
- }
- break;
- case RULE_INCLUDES: {
- alt19 = 5;
- }
- break;
- case RULE_DASHMATCH: {
- alt19 = 6;
- }
- break;
- default:
- if (state.backtracking > 0) {
- state.failed = true;
- return;
- }
- NoViableAltException nvae =
- new NoViableAltException("", 19, 0, input);
-
- throw nvae;
- }
-
- switch (alt19) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1914:1: ( '^=' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1914:1: ( '^=' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1915:1: '^='
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getAttributeSelectorAccess().getOpCircumflexAccentEqualsSignKeyword_3_0_0_0());
- }
- match(input, 32, FOLLOW_32_in_rule__AttributeSelector__OpAlternatives_3_0_03999);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getAttributeSelectorAccess().getOpCircumflexAccentEqualsSignKeyword_3_0_0_0());
- }
-
- }
-
-
- }
- break;
- case 2:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1922:6: ( '$=' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1922:6: ( '$=' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1923:1: '$='
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getAttributeSelectorAccess().getOpDollarSignEqualsSignKeyword_3_0_0_1());
- }
- match(input, 33, FOLLOW_33_in_rule__AttributeSelector__OpAlternatives_3_0_04019);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getAttributeSelectorAccess().getOpDollarSignEqualsSignKeyword_3_0_0_1());
- }
-
- }
-
-
- }
- break;
- case 3:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1930:6: ( '*=' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1930:6: ( '*=' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1931:1: '*='
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getAttributeSelectorAccess().getOpAsteriskEqualsSignKeyword_3_0_0_2());
- }
- match(input, 34, FOLLOW_34_in_rule__AttributeSelector__OpAlternatives_3_0_04039);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getAttributeSelectorAccess().getOpAsteriskEqualsSignKeyword_3_0_0_2());
- }
-
- }
-
-
- }
- break;
- case 4:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1938:6: ( '=' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1938:6: ( '=' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1939:1: '='
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getAttributeSelectorAccess().getOpEqualsSignKeyword_3_0_0_3());
- }
- match(input, 35, FOLLOW_35_in_rule__AttributeSelector__OpAlternatives_3_0_04059);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getAttributeSelectorAccess().getOpEqualsSignKeyword_3_0_0_3());
- }
-
- }
-
-
- }
- break;
- case 5:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1946:6: ( RULE_INCLUDES )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1946:6: ( RULE_INCLUDES )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1947:1: RULE_INCLUDES
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getAttributeSelectorAccess().getOpINCLUDESTerminalRuleCall_3_0_0_4());
- }
- match(input, RULE_INCLUDES, FOLLOW_RULE_INCLUDES_in_rule__AttributeSelector__OpAlternatives_3_0_04078);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getAttributeSelectorAccess().getOpINCLUDESTerminalRuleCall_3_0_0_4());
- }
-
- }
-
-
- }
- break;
- case 6:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1952:6: ( RULE_DASHMATCH )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1952:6: ( RULE_DASHMATCH )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1953:1: RULE_DASHMATCH
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getAttributeSelectorAccess().getOpDASHMATCHTerminalRuleCall_3_0_0_5());
- }
- match(input, RULE_DASHMATCH, FOLLOW_RULE_DASHMATCH_in_rule__AttributeSelector__OpAlternatives_3_0_04095);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getAttributeSelectorAccess().getOpDASHMATCHTerminalRuleCall_3_0_0_5());
- }
-
- }
-
-
- }
- break;
-
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__AttributeSelector__OpAlternatives_3_0_0"
-
-
- // $ANTLR start "rule__AttributeSelector__ValueAlternatives_3_1_0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1963:1: rule__AttributeSelector__ValueAlternatives_3_1_0 : ( ( ruleIdentifier ) | ( RULE_CSSSTRING ) );
- public final void rule__AttributeSelector__ValueAlternatives_3_1_0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1967:1: ( ( ruleIdentifier ) | ( RULE_CSSSTRING ) )
- int alt20 = 2;
- int LA20_0 = input.LA(1);
-
- if (((LA20_0 >= RULE_DASH && LA20_0 <= RULE_UNDERSCORE) || (LA20_0 >= RULE_ONE_HEX_LETTER && LA20_0 <= RULE_ONE_NON_HEX_LETTER) || (LA20_0 >= 49 && LA20_0 <= 52))) {
- alt20 = 1;
- }
- else if ((LA20_0 == RULE_CSSSTRING)) {
- alt20 = 2;
- }
- else {
- if (state.backtracking > 0) {
- state.failed = true;
- return;
- }
- NoViableAltException nvae =
- new NoViableAltException("", 20, 0, input);
-
- throw nvae;
- }
- switch (alt20) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1968:1: ( ruleIdentifier )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1968:1: ( ruleIdentifier )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1969:1: ruleIdentifier
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getAttributeSelectorAccess().getValueIdentifierParserRuleCall_3_1_0_0());
- }
- pushFollow(FOLLOW_ruleIdentifier_in_rule__AttributeSelector__ValueAlternatives_3_1_04127);
- ruleIdentifier();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getAttributeSelectorAccess().getValueIdentifierParserRuleCall_3_1_0_0());
- }
-
- }
-
-
- }
- break;
- case 2:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1974:6: ( RULE_CSSSTRING )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1974:6: ( RULE_CSSSTRING )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1975:1: RULE_CSSSTRING
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getAttributeSelectorAccess().getValueCSSSTRINGTerminalRuleCall_3_1_0_1());
- }
- match(input, RULE_CSSSTRING, FOLLOW_RULE_CSSSTRING_in_rule__AttributeSelector__ValueAlternatives_3_1_04144);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getAttributeSelectorAccess().getValueCSSSTRINGTerminalRuleCall_3_1_0_1());
- }
-
- }
-
-
- }
- break;
-
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__AttributeSelector__ValueAlternatives_3_1_0"
-
-
- // $ANTLR start "rule__Css_namespace_prefix__Alternatives_0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1985:1: rule__Css_namespace_prefix__Alternatives_0 : ( ( ruleIdentifier ) | ( '*' ) );
- public final void rule__Css_namespace_prefix__Alternatives_0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1989:1: ( ( ruleIdentifier ) | ( '*' ) )
- int alt21 = 2;
- int LA21_0 = input.LA(1);
-
- if (((LA21_0 >= RULE_DASH && LA21_0 <= RULE_UNDERSCORE) || (LA21_0 >= RULE_ONE_HEX_LETTER && LA21_0 <= RULE_ONE_NON_HEX_LETTER) || (LA21_0 >= 49 && LA21_0 <= 52))) {
- alt21 = 1;
- }
- else if ((LA21_0 == 36)) {
- alt21 = 2;
- }
- else {
- if (state.backtracking > 0) {
- state.failed = true;
- return;
- }
- NoViableAltException nvae =
- new NoViableAltException("", 21, 0, input);
-
- throw nvae;
- }
- switch (alt21) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1990:1: ( ruleIdentifier )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1990:1: ( ruleIdentifier )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1991:1: ruleIdentifier
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getCss_namespace_prefixAccess().getIdentifierParserRuleCall_0_0());
- }
- pushFollow(FOLLOW_ruleIdentifier_in_rule__Css_namespace_prefix__Alternatives_04176);
- ruleIdentifier();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getCss_namespace_prefixAccess().getIdentifierParserRuleCall_0_0());
- }
-
- }
-
-
- }
- break;
- case 2:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1996:6: ( '*' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1996:6: ( '*' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:1997:1: '*'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getCss_namespace_prefixAccess().getAsteriskKeyword_0_1());
- }
- match(input, 36, FOLLOW_36_in_rule__Css_namespace_prefix__Alternatives_04194);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getCss_namespace_prefixAccess().getAsteriskKeyword_0_1());
- }
-
- }
-
-
- }
- break;
-
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Css_namespace_prefix__Alternatives_0"
-
-
- // $ANTLR start "rule__PseudoClassOrFunc__Alternatives"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2009:1: rule__PseudoClassOrFunc__Alternatives : ( ( rulePseudoClass ) | ( rulePseudoClassFunction ) );
- public final void rule__PseudoClassOrFunc__Alternatives() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2013:1: ( ( rulePseudoClass ) | ( rulePseudoClassFunction ) )
- int alt22 = 2;
- alt22 = dfa22.predict(input);
- switch (alt22) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2014:1: ( rulePseudoClass )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2014:1: ( rulePseudoClass )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2015:1: rulePseudoClass
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getPseudoClassOrFuncAccess().getPseudoClassParserRuleCall_0());
- }
- pushFollow(FOLLOW_rulePseudoClass_in_rule__PseudoClassOrFunc__Alternatives4228);
- rulePseudoClass();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getPseudoClassOrFuncAccess().getPseudoClassParserRuleCall_0());
- }
-
- }
-
-
- }
- break;
- case 2:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2020:6: ( rulePseudoClassFunction )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2020:6: ( rulePseudoClassFunction )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2021:1: rulePseudoClassFunction
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getPseudoClassOrFuncAccess().getPseudoClassFunctionParserRuleCall_1());
- }
- pushFollow(FOLLOW_rulePseudoClassFunction_in_rule__PseudoClassOrFunc__Alternatives4245);
- rulePseudoClassFunction();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getPseudoClassOrFuncAccess().getPseudoClassFunctionParserRuleCall_1());
- }
-
- }
-
-
- }
- break;
-
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__PseudoClassOrFunc__Alternatives"
-
-
- // $ANTLR start "rule__PseudoClassFunction__Alternatives"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2031:1: rule__PseudoClassFunction__Alternatives : ( ( ( rule__PseudoClassFunction__Group_0__0 ) ) | ( (
- // rule__PseudoClassFunction__Group_1__0 ) ) );
- public final void rule__PseudoClassFunction__Alternatives() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2035:1: ( ( ( rule__PseudoClassFunction__Group_0__0 ) ) | ( ( rule__PseudoClassFunction__Group_1__0 )
- // ) )
- int alt23 = 2;
- int LA23_0 = input.LA(1);
-
- if ((LA23_0 == RULE_COLON)) {
- int LA23_1 = input.LA(2);
-
- if ((LA23_1 == 63)) {
- alt23 = 1;
- }
- else if (((LA23_1 >= RULE_DASH && LA23_1 <= RULE_UNDERSCORE) || (LA23_1 >= RULE_ONE_HEX_LETTER && LA23_1 <= RULE_ONE_NON_HEX_LETTER) || (LA23_1 >= 49 && LA23_1 <= 52))) {
- alt23 = 2;
- }
- else {
- if (state.backtracking > 0) {
- state.failed = true;
- return;
- }
- NoViableAltException nvae =
- new NoViableAltException("", 23, 1, input);
-
- throw nvae;
- }
- }
- else {
- if (state.backtracking > 0) {
- state.failed = true;
- return;
- }
- NoViableAltException nvae =
- new NoViableAltException("", 23, 0, input);
-
- throw nvae;
- }
- switch (alt23) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2036:1: ( ( rule__PseudoClassFunction__Group_0__0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2036:1: ( ( rule__PseudoClassFunction__Group_0__0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2037:1: ( rule__PseudoClassFunction__Group_0__0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getPseudoClassFunctionAccess().getGroup_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2038:1: ( rule__PseudoClassFunction__Group_0__0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2038:2: rule__PseudoClassFunction__Group_0__0
- {
- pushFollow(FOLLOW_rule__PseudoClassFunction__Group_0__0_in_rule__PseudoClassFunction__Alternatives4277);
- rule__PseudoClassFunction__Group_0__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getPseudoClassFunctionAccess().getGroup_0());
- }
-
- }
-
-
- }
- break;
- case 2:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2042:6: ( ( rule__PseudoClassFunction__Group_1__0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2042:6: ( ( rule__PseudoClassFunction__Group_1__0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2043:1: ( rule__PseudoClassFunction__Group_1__0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getPseudoClassFunctionAccess().getGroup_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2044:1: ( rule__PseudoClassFunction__Group_1__0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2044:2: rule__PseudoClassFunction__Group_1__0
- {
- pushFollow(FOLLOW_rule__PseudoClassFunction__Group_1__0_in_rule__PseudoClassFunction__Alternatives4295);
- rule__PseudoClassFunction__Group_1__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getPseudoClassFunctionAccess().getGroup_1());
- }
-
- }
-
-
- }
- break;
-
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__PseudoClassFunction__Alternatives"
-
-
- // $ANTLR start "rule__Combinator__Alternatives"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2053:1: rule__Combinator__Alternatives : ( ( RULE_PLUS ) | ( '>' ) | ( '~' ) );
- public final void rule__Combinator__Alternatives() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2057:1: ( ( RULE_PLUS ) | ( '>' ) | ( '~' ) )
- int alt24 = 3;
- switch (input.LA(1)) {
- case RULE_PLUS: {
- alt24 = 1;
- }
- break;
- case 37: {
- alt24 = 2;
- }
- break;
- case 38: {
- alt24 = 3;
- }
- break;
- default:
- if (state.backtracking > 0) {
- state.failed = true;
- return;
- }
- NoViableAltException nvae =
- new NoViableAltException("", 24, 0, input);
-
- throw nvae;
- }
-
- switch (alt24) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2058:1: ( RULE_PLUS )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2058:1: ( RULE_PLUS )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2059:1: RULE_PLUS
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getCombinatorAccess().getPLUSTerminalRuleCall_0());
- }
- match(input, RULE_PLUS, FOLLOW_RULE_PLUS_in_rule__Combinator__Alternatives4328);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getCombinatorAccess().getPLUSTerminalRuleCall_0());
- }
-
- }
-
-
- }
- break;
- case 2:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2064:6: ( '>' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2064:6: ( '>' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2065:1: '>'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getCombinatorAccess().getGreaterThanSignKeyword_1());
- }
- match(input, 37, FOLLOW_37_in_rule__Combinator__Alternatives4346);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getCombinatorAccess().getGreaterThanSignKeyword_1());
- }
-
- }
-
-
- }
- break;
- case 3:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2072:6: ( '~' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2072:6: ( '~' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2073:1: '~'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getCombinatorAccess().getTildeKeyword_2());
- }
- match(input, 38, FOLLOW_38_in_rule__Combinator__Alternatives4366);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getCombinatorAccess().getTildeKeyword_2());
- }
-
- }
-
-
- }
- break;
-
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Combinator__Alternatives"
-
-
- // $ANTLR start "rule__SymbolTok__SymbolAlternatives_1_0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2087:1: rule__SymbolTok__SymbolAlternatives_1_0 : ( ( RULE_COMMA ) | ( RULE_PERCENT ) );
- public final void rule__SymbolTok__SymbolAlternatives_1_0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2091:1: ( ( RULE_COMMA ) | ( RULE_PERCENT ) )
- int alt25 = 2;
- int LA25_0 = input.LA(1);
-
- if ((LA25_0 == RULE_COMMA)) {
- alt25 = 1;
- }
- else if ((LA25_0 == RULE_PERCENT)) {
- alt25 = 2;
- }
- else {
- if (state.backtracking > 0) {
- state.failed = true;
- return;
- }
- NoViableAltException nvae =
- new NoViableAltException("", 25, 0, input);
-
- throw nvae;
- }
- switch (alt25) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2092:1: ( RULE_COMMA )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2092:1: ( RULE_COMMA )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2093:1: RULE_COMMA
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSymbolTokAccess().getSymbolCOMMATerminalRuleCall_1_0_0());
- }
- match(input, RULE_COMMA, FOLLOW_RULE_COMMA_in_rule__SymbolTok__SymbolAlternatives_1_04402);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getSymbolTokAccess().getSymbolCOMMATerminalRuleCall_1_0_0());
- }
-
- }
-
-
- }
- break;
- case 2:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2098:6: ( RULE_PERCENT )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2098:6: ( RULE_PERCENT )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2099:1: RULE_PERCENT
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSymbolTokAccess().getSymbolPERCENTTerminalRuleCall_1_0_1());
- }
- match(input, RULE_PERCENT, FOLLOW_RULE_PERCENT_in_rule__SymbolTok__SymbolAlternatives_1_04419);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getSymbolTokAccess().getSymbolPERCENTTerminalRuleCall_1_0_1());
- }
-
- }
-
-
- }
- break;
-
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__SymbolTok__SymbolAlternatives_1_0"
-
-
- // $ANTLR start "rule__CssTok__Alternatives"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2109:1: rule__CssTok__Alternatives : ( ( ruleIdentifierOrFuncTok ) | ( ruleSymbolTok ) | ( ruleWSTok ) | (
- // ruleStringTok ) | ( ruleNumberTok ) | ( ruleUrlTok ) | ( ruleColorTok ) );
- public final void rule__CssTok__Alternatives() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2113:1: ( ( ruleIdentifierOrFuncTok ) | ( ruleSymbolTok ) | ( ruleWSTok ) | ( ruleStringTok ) | (
- // ruleNumberTok ) | ( ruleUrlTok ) | ( ruleColorTok ) )
- int alt26 = 7;
- switch (input.LA(1)) {
- case RULE_DASH: {
- int LA26_1 = input.LA(2);
-
- if ((LA26_1 == RULE_UNDERSCORE || (LA26_1 >= RULE_ONE_HEX_LETTER && LA26_1 <= RULE_ONE_NON_HEX_LETTER) || (LA26_1 >= 49 && LA26_1 <= 52))) {
- alt26 = 1;
- }
- else if ((LA26_1 == RULE_ONE_INT || LA26_1 == 39)) {
- alt26 = 5;
- }
- else {
- if (state.backtracking > 0) {
- state.failed = true;
- return;
- }
- NoViableAltException nvae =
- new NoViableAltException("", 26, 1, input);
-
- throw nvae;
- }
- }
- break;
- case RULE_UNDERSCORE:
- case RULE_ONE_HEX_LETTER:
- case RULE_ONE_NON_HEX_LETTER:
- case 49:
- case 50:
- case 51:
- case 52: {
- alt26 = 1;
- }
- break;
- case RULE_COMMA:
- case RULE_PERCENT: {
- alt26 = 2;
- }
- break;
- case RULE_WS: {
- alt26 = 3;
- }
- break;
- case RULE_CSSSTRING: {
- alt26 = 4;
- }
- break;
- case RULE_PLUS:
- case RULE_ONE_INT:
- case 39: {
- alt26 = 5;
- }
- break;
- case 64: {
- alt26 = 6;
- }
- break;
- case RULE_HASHMARK: {
- alt26 = 7;
- }
- break;
- default:
- if (state.backtracking > 0) {
- state.failed = true;
- return;
- }
- NoViableAltException nvae =
- new NoViableAltException("", 26, 0, input);
-
- throw nvae;
- }
-
- switch (alt26) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2114:1: ( ruleIdentifierOrFuncTok )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2114:1: ( ruleIdentifierOrFuncTok )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2115:1: ruleIdentifierOrFuncTok
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getCssTokAccess().getIdentifierOrFuncTokParserRuleCall_0());
- }
- pushFollow(FOLLOW_ruleIdentifierOrFuncTok_in_rule__CssTok__Alternatives4451);
- ruleIdentifierOrFuncTok();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getCssTokAccess().getIdentifierOrFuncTokParserRuleCall_0());
- }
-
- }
-
-
- }
- break;
- case 2:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2120:6: ( ruleSymbolTok )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2120:6: ( ruleSymbolTok )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2121:1: ruleSymbolTok
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getCssTokAccess().getSymbolTokParserRuleCall_1());
- }
- pushFollow(FOLLOW_ruleSymbolTok_in_rule__CssTok__Alternatives4468);
- ruleSymbolTok();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getCssTokAccess().getSymbolTokParserRuleCall_1());
- }
-
- }
-
-
- }
- break;
- case 3:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2126:6: ( ruleWSTok )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2126:6: ( ruleWSTok )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2127:1: ruleWSTok
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getCssTokAccess().getWSTokParserRuleCall_2());
- }
- pushFollow(FOLLOW_ruleWSTok_in_rule__CssTok__Alternatives4485);
- ruleWSTok();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getCssTokAccess().getWSTokParserRuleCall_2());
- }
-
- }
-
-
- }
- break;
- case 4:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2132:6: ( ruleStringTok )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2132:6: ( ruleStringTok )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2133:1: ruleStringTok
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getCssTokAccess().getStringTokParserRuleCall_3());
- }
- pushFollow(FOLLOW_ruleStringTok_in_rule__CssTok__Alternatives4502);
- ruleStringTok();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getCssTokAccess().getStringTokParserRuleCall_3());
- }
-
- }
-
-
- }
- break;
- case 5:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2138:6: ( ruleNumberTok )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2138:6: ( ruleNumberTok )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2139:1: ruleNumberTok
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getCssTokAccess().getNumberTokParserRuleCall_4());
- }
- pushFollow(FOLLOW_ruleNumberTok_in_rule__CssTok__Alternatives4519);
- ruleNumberTok();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getCssTokAccess().getNumberTokParserRuleCall_4());
- }
-
- }
-
-
- }
- break;
- case 6:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2144:6: ( ruleUrlTok )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2144:6: ( ruleUrlTok )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2145:1: ruleUrlTok
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getCssTokAccess().getUrlTokParserRuleCall_5());
- }
- pushFollow(FOLLOW_ruleUrlTok_in_rule__CssTok__Alternatives4536);
- ruleUrlTok();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getCssTokAccess().getUrlTokParserRuleCall_5());
- }
-
- }
-
-
- }
- break;
- case 7:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2150:6: ( ruleColorTok )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2150:6: ( ruleColorTok )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2151:1: ruleColorTok
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getCssTokAccess().getColorTokParserRuleCall_6());
- }
- pushFollow(FOLLOW_ruleColorTok_in_rule__CssTok__Alternatives4553);
- ruleColorTok();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getCssTokAccess().getColorTokParserRuleCall_6());
- }
-
- }
-
-
- }
- break;
-
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__CssTok__Alternatives"
-
-
- // $ANTLR start "rule__ValidURLSymbol__Alternatives"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2161:1: rule__ValidURLSymbol__Alternatives : ( ( RULE_DASH ) | ( '.' ) | ( RULE_UNDERSCORE ) | ( '~' ) | (
- // RULE_COLON ) | ( '/' ) | ( '?' ) | ( RULE_HASHMARK ) | ( '[' ) | ( ']' ) | ( '@' ) | ( '!' ) | ( '$' ) | ( '&' ) | ( '*' ) | ( RULE_PLUS ) | ( RULE_COMMA ) | ( ';' ) | ( ( rule__ValidURLSymbol__Group_18__0 ) ) );
- public final void rule__ValidURLSymbol__Alternatives() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2165:1: ( ( RULE_DASH ) | ( '.' ) | ( RULE_UNDERSCORE ) | ( '~' ) | ( RULE_COLON ) | ( '/' ) | ( '?'
- // ) | ( RULE_HASHMARK ) | ( '[' ) | ( ']' ) | ( '@' ) | ( '!' ) | ( '$' ) | ( '&' ) | ( '*' ) | ( RULE_PLUS ) | ( RULE_COMMA ) | ( ';' ) | ( ( rule__ValidURLSymbol__Group_18__0 ) ) )
- int alt27 = 19;
- switch (input.LA(1)) {
- case RULE_DASH: {
- alt27 = 1;
- }
- break;
- case 39: {
- alt27 = 2;
- }
- break;
- case RULE_UNDERSCORE: {
- alt27 = 3;
- }
- break;
- case 38: {
- alt27 = 4;
- }
- break;
- case RULE_COLON: {
- alt27 = 5;
- }
- break;
- case 40: {
- alt27 = 6;
- }
- break;
- case 41: {
- alt27 = 7;
- }
- break;
- case RULE_HASHMARK: {
- alt27 = 8;
- }
- break;
- case 42: {
- alt27 = 9;
- }
- break;
- case 43: {
- alt27 = 10;
- }
- break;
- case 44: {
- alt27 = 11;
- }
- break;
- case 45: {
- alt27 = 12;
- }
- break;
- case 46: {
- alt27 = 13;
- }
- break;
- case 47: {
- alt27 = 14;
- }
- break;
- case 36: {
- alt27 = 15;
- }
- break;
- case RULE_PLUS: {
- alt27 = 16;
- }
- break;
- case RULE_COMMA: {
- alt27 = 17;
- }
- break;
- case 48: {
- alt27 = 18;
- }
- break;
- case 35: {
- alt27 = 19;
- }
- break;
- default:
- if (state.backtracking > 0) {
- state.failed = true;
- return;
- }
- NoViableAltException nvae =
- new NoViableAltException("", 27, 0, input);
-
- throw nvae;
- }
-
- switch (alt27) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2166:1: ( RULE_DASH )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2166:1: ( RULE_DASH )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2167:1: RULE_DASH
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getValidURLSymbolAccess().getDASHTerminalRuleCall_0());
- }
- match(input, RULE_DASH, FOLLOW_RULE_DASH_in_rule__ValidURLSymbol__Alternatives4585);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getValidURLSymbolAccess().getDASHTerminalRuleCall_0());
- }
-
- }
-
-
- }
- break;
- case 2:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2172:6: ( '.' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2172:6: ( '.' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2173:1: '.'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getValidURLSymbolAccess().getFullStopKeyword_1());
- }
- match(input, 39, FOLLOW_39_in_rule__ValidURLSymbol__Alternatives4603);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getValidURLSymbolAccess().getFullStopKeyword_1());
- }
-
- }
-
-
- }
- break;
- case 3:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2180:6: ( RULE_UNDERSCORE )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2180:6: ( RULE_UNDERSCORE )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2181:1: RULE_UNDERSCORE
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getValidURLSymbolAccess().getUNDERSCORETerminalRuleCall_2());
- }
- match(input, RULE_UNDERSCORE, FOLLOW_RULE_UNDERSCORE_in_rule__ValidURLSymbol__Alternatives4622);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getValidURLSymbolAccess().getUNDERSCORETerminalRuleCall_2());
- }
-
- }
-
-
- }
- break;
- case 4:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2186:6: ( '~' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2186:6: ( '~' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2187:1: '~'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getValidURLSymbolAccess().getTildeKeyword_3());
- }
- match(input, 38, FOLLOW_38_in_rule__ValidURLSymbol__Alternatives4640);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getValidURLSymbolAccess().getTildeKeyword_3());
- }
-
- }
-
-
- }
- break;
- case 5:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2194:6: ( RULE_COLON )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2194:6: ( RULE_COLON )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2195:1: RULE_COLON
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getValidURLSymbolAccess().getCOLONTerminalRuleCall_4());
- }
- match(input, RULE_COLON, FOLLOW_RULE_COLON_in_rule__ValidURLSymbol__Alternatives4659);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getValidURLSymbolAccess().getCOLONTerminalRuleCall_4());
- }
-
- }
-
-
- }
- break;
- case 6:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2200:6: ( '/' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2200:6: ( '/' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2201:1: '/'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getValidURLSymbolAccess().getSolidusKeyword_5());
- }
- match(input, 40, FOLLOW_40_in_rule__ValidURLSymbol__Alternatives4677);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getValidURLSymbolAccess().getSolidusKeyword_5());
- }
-
- }
-
-
- }
- break;
- case 7:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2208:6: ( '?' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2208:6: ( '?' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2209:1: '?'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getValidURLSymbolAccess().getQuestionMarkKeyword_6());
- }
- match(input, 41, FOLLOW_41_in_rule__ValidURLSymbol__Alternatives4697);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getValidURLSymbolAccess().getQuestionMarkKeyword_6());
- }
-
- }
-
-
- }
- break;
- case 8:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2216:6: ( RULE_HASHMARK )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2216:6: ( RULE_HASHMARK )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2217:1: RULE_HASHMARK
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getValidURLSymbolAccess().getHASHMARKTerminalRuleCall_7());
- }
- match(input, RULE_HASHMARK, FOLLOW_RULE_HASHMARK_in_rule__ValidURLSymbol__Alternatives4716);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getValidURLSymbolAccess().getHASHMARKTerminalRuleCall_7());
- }
-
- }
-
-
- }
- break;
- case 9:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2222:6: ( '[' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2222:6: ( '[' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2223:1: '['
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getValidURLSymbolAccess().getLeftSquareBracketKeyword_8());
- }
- match(input, 42, FOLLOW_42_in_rule__ValidURLSymbol__Alternatives4734);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getValidURLSymbolAccess().getLeftSquareBracketKeyword_8());
- }
-
- }
-
-
- }
- break;
- case 10:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2230:6: ( ']' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2230:6: ( ']' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2231:1: ']'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getValidURLSymbolAccess().getRightSquareBracketKeyword_9());
- }
- match(input, 43, FOLLOW_43_in_rule__ValidURLSymbol__Alternatives4754);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getValidURLSymbolAccess().getRightSquareBracketKeyword_9());
- }
-
- }
-
-
- }
- break;
- case 11:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2238:6: ( '@' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2238:6: ( '@' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2239:1: '@'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getValidURLSymbolAccess().getCommercialAtKeyword_10());
- }
- match(input, 44, FOLLOW_44_in_rule__ValidURLSymbol__Alternatives4774);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getValidURLSymbolAccess().getCommercialAtKeyword_10());
- }
-
- }
-
-
- }
- break;
- case 12:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2246:6: ( '!' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2246:6: ( '!' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2247:1: '!'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getValidURLSymbolAccess().getExclamationMarkKeyword_11());
- }
- match(input, 45, FOLLOW_45_in_rule__ValidURLSymbol__Alternatives4794);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getValidURLSymbolAccess().getExclamationMarkKeyword_11());
- }
-
- }
-
-
- }
- break;
- case 13:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2254:6: ( '$' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2254:6: ( '$' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2255:1: '$'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getValidURLSymbolAccess().getDollarSignKeyword_12());
- }
- match(input, 46, FOLLOW_46_in_rule__ValidURLSymbol__Alternatives4814);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getValidURLSymbolAccess().getDollarSignKeyword_12());
- }
-
- }
-
-
- }
- break;
- case 14:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2262:6: ( '&' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2262:6: ( '&' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2263:1: '&'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getValidURLSymbolAccess().getAmpersandKeyword_13());
- }
- match(input, 47, FOLLOW_47_in_rule__ValidURLSymbol__Alternatives4834);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getValidURLSymbolAccess().getAmpersandKeyword_13());
- }
-
- }
-
-
- }
- break;
- case 15:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2270:6: ( '*' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2270:6: ( '*' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2271:1: '*'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getValidURLSymbolAccess().getAsteriskKeyword_14());
- }
- match(input, 36, FOLLOW_36_in_rule__ValidURLSymbol__Alternatives4854);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getValidURLSymbolAccess().getAsteriskKeyword_14());
- }
-
- }
-
-
- }
- break;
- case 16:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2278:6: ( RULE_PLUS )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2278:6: ( RULE_PLUS )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2279:1: RULE_PLUS
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getValidURLSymbolAccess().getPLUSTerminalRuleCall_15());
- }
- match(input, RULE_PLUS, FOLLOW_RULE_PLUS_in_rule__ValidURLSymbol__Alternatives4873);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getValidURLSymbolAccess().getPLUSTerminalRuleCall_15());
- }
-
- }
-
-
- }
- break;
- case 17:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2284:6: ( RULE_COMMA )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2284:6: ( RULE_COMMA )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2285:1: RULE_COMMA
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getValidURLSymbolAccess().getCOMMATerminalRuleCall_16());
- }
- match(input, RULE_COMMA, FOLLOW_RULE_COMMA_in_rule__ValidURLSymbol__Alternatives4890);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getValidURLSymbolAccess().getCOMMATerminalRuleCall_16());
- }
-
- }
-
-
- }
- break;
- case 18:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2290:6: ( ';' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2290:6: ( ';' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2291:1: ';'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getValidURLSymbolAccess().getSemicolonKeyword_17());
- }
- match(input, 48, FOLLOW_48_in_rule__ValidURLSymbol__Alternatives4908);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getValidURLSymbolAccess().getSemicolonKeyword_17());
- }
-
- }
-
-
- }
- break;
- case 19:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2298:6: ( ( rule__ValidURLSymbol__Group_18__0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2298:6: ( ( rule__ValidURLSymbol__Group_18__0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2299:1: ( rule__ValidURLSymbol__Group_18__0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getValidURLSymbolAccess().getGroup_18());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2300:1: ( rule__ValidURLSymbol__Group_18__0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2300:2: rule__ValidURLSymbol__Group_18__0
- {
- pushFollow(FOLLOW_rule__ValidURLSymbol__Group_18__0_in_rule__ValidURLSymbol__Alternatives4927);
- rule__ValidURLSymbol__Group_18__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getValidURLSymbolAccess().getGroup_18());
- }
-
- }
-
-
- }
- break;
-
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__ValidURLSymbol__Alternatives"
-
-
- // $ANTLR start "rule__KeywordHack__Alternatives"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2309:1: rule__KeywordHack__Alternatives : ( ( 'not' ) | ( 'no' ) | ( 'url' ) | ( 'ur' ) );
- public final void rule__KeywordHack__Alternatives() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2313:1: ( ( 'not' ) | ( 'no' ) | ( 'url' ) | ( 'ur' ) )
- int alt28 = 4;
- switch (input.LA(1)) {
- case 49: {
- alt28 = 1;
- }
- break;
- case 50: {
- alt28 = 2;
- }
- break;
- case 51: {
- alt28 = 3;
- }
- break;
- case 52: {
- alt28 = 4;
- }
- break;
- default:
- if (state.backtracking > 0) {
- state.failed = true;
- return;
- }
- NoViableAltException nvae =
- new NoViableAltException("", 28, 0, input);
-
- throw nvae;
- }
-
- switch (alt28) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2314:1: ( 'not' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2314:1: ( 'not' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2315:1: 'not'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getKeywordHackAccess().getNotKeyword_0());
- }
- match(input, 49, FOLLOW_49_in_rule__KeywordHack__Alternatives4961);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getKeywordHackAccess().getNotKeyword_0());
- }
-
- }
-
-
- }
- break;
- case 2:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2322:6: ( 'no' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2322:6: ( 'no' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2323:1: 'no'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getKeywordHackAccess().getNoKeyword_1());
- }
- match(input, 50, FOLLOW_50_in_rule__KeywordHack__Alternatives4981);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getKeywordHackAccess().getNoKeyword_1());
- }
-
- }
-
-
- }
- break;
- case 3:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2330:6: ( 'url' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2330:6: ( 'url' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2331:1: 'url'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getKeywordHackAccess().getUrlKeyword_2());
- }
- match(input, 51, FOLLOW_51_in_rule__KeywordHack__Alternatives5001);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getKeywordHackAccess().getUrlKeyword_2());
- }
-
- }
-
-
- }
- break;
- case 4:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2338:6: ( 'ur' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2338:6: ( 'ur' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2339:1: 'ur'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getKeywordHackAccess().getUrKeyword_3());
- }
- match(input, 52, FOLLOW_52_in_rule__KeywordHack__Alternatives5021);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getKeywordHackAccess().getUrKeyword_3());
- }
-
- }
-
-
- }
- break;
-
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__KeywordHack__Alternatives"
-
-
- // $ANTLR start "rule__ValidURL__Alternatives"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2351:1: rule__ValidURL__Alternatives : ( ( RULE_CSSSTRING ) | ( ( ( rule__ValidURL__Alternatives_1 ) ) ( (
- // rule__ValidURL__Alternatives_1 )* ) ) );
- public final void rule__ValidURL__Alternatives() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2355:1: ( ( RULE_CSSSTRING ) | ( ( ( rule__ValidURL__Alternatives_1 ) ) ( (
- // rule__ValidURL__Alternatives_1 )* ) ) )
- int alt30 = 2;
- int LA30_0 = input.LA(1);
-
- if ((LA30_0 == RULE_CSSSTRING)) {
- alt30 = 1;
- }
- else if (((LA30_0 >= RULE_PLUS && LA30_0 <= RULE_ONE_INT) || (LA30_0 >= 35 && LA30_0 <= 36) || (LA30_0 >= 38 && LA30_0 <= 57))) {
- alt30 = 2;
- }
- else {
- if (state.backtracking > 0) {
- state.failed = true;
- return;
- }
- NoViableAltException nvae =
- new NoViableAltException("", 30, 0, input);
-
- throw nvae;
- }
- switch (alt30) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2356:1: ( RULE_CSSSTRING )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2356:1: ( RULE_CSSSTRING )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2357:1: RULE_CSSSTRING
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getValidURLAccess().getCSSSTRINGTerminalRuleCall_0());
- }
- match(input, RULE_CSSSTRING, FOLLOW_RULE_CSSSTRING_in_rule__ValidURL__Alternatives5055);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getValidURLAccess().getCSSSTRINGTerminalRuleCall_0());
- }
-
- }
-
-
- }
- break;
- case 2:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2362:6: ( ( ( rule__ValidURL__Alternatives_1 ) ) ( ( rule__ValidURL__Alternatives_1 )* ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2362:6: ( ( ( rule__ValidURL__Alternatives_1 ) ) ( ( rule__ValidURL__Alternatives_1 )* ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2363:1: ( ( rule__ValidURL__Alternatives_1 ) ) ( ( rule__ValidURL__Alternatives_1 )* )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2363:1: ( ( rule__ValidURL__Alternatives_1 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2364:1: ( rule__ValidURL__Alternatives_1 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getValidURLAccess().getAlternatives_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2365:1: ( rule__ValidURL__Alternatives_1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2365:2: rule__ValidURL__Alternatives_1
- {
- pushFollow(FOLLOW_rule__ValidURL__Alternatives_1_in_rule__ValidURL__Alternatives5074);
- rule__ValidURL__Alternatives_1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getValidURLAccess().getAlternatives_1());
- }
-
- }
-
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2368:1: ( ( rule__ValidURL__Alternatives_1 )* )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2369:1: ( rule__ValidURL__Alternatives_1 )*
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getValidURLAccess().getAlternatives_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2370:1: ( rule__ValidURL__Alternatives_1 )*
- loop29: do {
- int alt29 = 2;
- int LA29_0 = input.LA(1);
-
- if (((LA29_0 >= RULE_PLUS && LA29_0 <= RULE_ONE_INT) || (LA29_0 >= 35 && LA29_0 <= 36) || (LA29_0 >= 38 && LA29_0 <= 57))) {
- alt29 = 1;
- }
-
-
- switch (alt29) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2370:2: rule__ValidURL__Alternatives_1
- {
- pushFollow(FOLLOW_rule__ValidURL__Alternatives_1_in_rule__ValidURL__Alternatives5086);
- rule__ValidURL__Alternatives_1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- default:
- break loop29;
- }
- } while (true);
-
- if (state.backtracking == 0) {
- after(grammarAccess.getValidURLAccess().getAlternatives_1());
- }
-
- }
-
-
- }
-
-
- }
- break;
-
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__ValidURL__Alternatives"
-
-
- // $ANTLR start "rule__ValidURL__Alternatives_1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2380:1: rule__ValidURL__Alternatives_1 : ( ( ruleValidURLSymbol ) | ( ruleKeywordHack ) | (
- // RULE_ONE_HEX_LETTER ) | ( RULE_ONE_NON_HEX_LETTER ) | ( RULE_ONE_INT ) | ( '\\\\ ' ) | ( '\\\\(' ) | ( '\\\\)' ) | ( '\\\\\\'' ) | ( '\\\\\"' ) | ( ( rule__ValidURL__Group_1_10__0 ) ) );
- public final void rule__ValidURL__Alternatives_1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2384:1: ( ( ruleValidURLSymbol ) | ( ruleKeywordHack ) | ( RULE_ONE_HEX_LETTER ) | (
- // RULE_ONE_NON_HEX_LETTER ) | ( RULE_ONE_INT ) | ( '\\\\ ' ) | ( '\\\\(' ) | ( '\\\\)' ) | ( '\\\\\\'' ) | ( '\\\\\"' ) | ( ( rule__ValidURL__Group_1_10__0 ) ) )
- int alt31 = 11;
- switch (input.LA(1)) {
- case RULE_PLUS:
- case RULE_COMMA:
- case RULE_DASH:
- case RULE_UNDERSCORE:
- case RULE_COLON:
- case RULE_HASHMARK:
- case 35:
- case 36:
- case 38:
- case 39:
- case 40:
- case 41:
- case 42:
- case 43:
- case 44:
- case 45:
- case 46:
- case 47:
- case 48: {
- alt31 = 1;
- }
- break;
- case 49:
- case 50:
- case 51:
- case 52: {
- alt31 = 2;
- }
- break;
- case RULE_ONE_HEX_LETTER: {
- alt31 = 3;
- }
- break;
- case RULE_ONE_NON_HEX_LETTER: {
- alt31 = 4;
- }
- break;
- case RULE_ONE_INT: {
- alt31 = 5;
- }
- break;
- case 53: {
- alt31 = 6;
- }
- break;
- case 54: {
- alt31 = 7;
- }
- break;
- case 55: {
- alt31 = 8;
- }
- break;
- case 56: {
- alt31 = 9;
- }
- break;
- case 57: {
- alt31 = 10;
- }
- break;
- case RULE_PERCENT: {
- alt31 = 11;
- }
- break;
- default:
- if (state.backtracking > 0) {
- state.failed = true;
- return;
- }
- NoViableAltException nvae =
- new NoViableAltException("", 31, 0, input);
-
- throw nvae;
- }
-
- switch (alt31) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2385:1: ( ruleValidURLSymbol )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2385:1: ( ruleValidURLSymbol )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2386:1: ruleValidURLSymbol
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getValidURLAccess().getValidURLSymbolParserRuleCall_1_0());
- }
- pushFollow(FOLLOW_ruleValidURLSymbol_in_rule__ValidURL__Alternatives_15122);
- ruleValidURLSymbol();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getValidURLAccess().getValidURLSymbolParserRuleCall_1_0());
- }
-
- }
-
-
- }
- break;
- case 2:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2391:6: ( ruleKeywordHack )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2391:6: ( ruleKeywordHack )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2392:1: ruleKeywordHack
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getValidURLAccess().getKeywordHackParserRuleCall_1_1());
- }
- pushFollow(FOLLOW_ruleKeywordHack_in_rule__ValidURL__Alternatives_15139);
- ruleKeywordHack();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getValidURLAccess().getKeywordHackParserRuleCall_1_1());
- }
-
- }
-
-
- }
- break;
- case 3:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2397:6: ( RULE_ONE_HEX_LETTER )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2397:6: ( RULE_ONE_HEX_LETTER )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2398:1: RULE_ONE_HEX_LETTER
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getValidURLAccess().getONE_HEX_LETTERTerminalRuleCall_1_2());
- }
- match(input, RULE_ONE_HEX_LETTER, FOLLOW_RULE_ONE_HEX_LETTER_in_rule__ValidURL__Alternatives_15156);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getValidURLAccess().getONE_HEX_LETTERTerminalRuleCall_1_2());
- }
-
- }
-
-
- }
- break;
- case 4:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2403:6: ( RULE_ONE_NON_HEX_LETTER )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2403:6: ( RULE_ONE_NON_HEX_LETTER )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2404:1: RULE_ONE_NON_HEX_LETTER
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getValidURLAccess().getONE_NON_HEX_LETTERTerminalRuleCall_1_3());
- }
- match(input, RULE_ONE_NON_HEX_LETTER, FOLLOW_RULE_ONE_NON_HEX_LETTER_in_rule__ValidURL__Alternatives_15173);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getValidURLAccess().getONE_NON_HEX_LETTERTerminalRuleCall_1_3());
- }
-
- }
-
-
- }
- break;
- case 5:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2409:6: ( RULE_ONE_INT )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2409:6: ( RULE_ONE_INT )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2410:1: RULE_ONE_INT
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getValidURLAccess().getONE_INTTerminalRuleCall_1_4());
- }
- match(input, RULE_ONE_INT, FOLLOW_RULE_ONE_INT_in_rule__ValidURL__Alternatives_15190);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getValidURLAccess().getONE_INTTerminalRuleCall_1_4());
- }
-
- }
-
-
- }
- break;
- case 6:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2415:6: ( '\\\\ ' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2415:6: ( '\\\\ ' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2416:1: '\\\\ '
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getValidURLAccess().getReverseSolidusSpaceKeyword_1_5());
- }
- match(input, 53, FOLLOW_53_in_rule__ValidURL__Alternatives_15208);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getValidURLAccess().getReverseSolidusSpaceKeyword_1_5());
- }
-
- }
-
-
- }
- break;
- case 7:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2423:6: ( '\\\\(' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2423:6: ( '\\\\(' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2424:1: '\\\\('
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getValidURLAccess().getReverseSolidusLeftParenthesisKeyword_1_6());
- }
- match(input, 54, FOLLOW_54_in_rule__ValidURL__Alternatives_15228);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getValidURLAccess().getReverseSolidusLeftParenthesisKeyword_1_6());
- }
-
- }
-
-
- }
- break;
- case 8:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2431:6: ( '\\\\)' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2431:6: ( '\\\\)' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2432:1: '\\\\)'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getValidURLAccess().getReverseSolidusRightParenthesisKeyword_1_7());
- }
- match(input, 55, FOLLOW_55_in_rule__ValidURL__Alternatives_15248);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getValidURLAccess().getReverseSolidusRightParenthesisKeyword_1_7());
- }
-
- }
-
-
- }
- break;
- case 9:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2439:6: ( '\\\\\\'' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2439:6: ( '\\\\\\'' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2440:1: '\\\\\\''
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getValidURLAccess().getReverseSolidusApostropheKeyword_1_8());
- }
- match(input, 56, FOLLOW_56_in_rule__ValidURL__Alternatives_15268);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getValidURLAccess().getReverseSolidusApostropheKeyword_1_8());
- }
-
- }
-
-
- }
- break;
- case 10:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2447:6: ( '\\\\\"' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2447:6: ( '\\\\\"' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2448:1: '\\\\\"'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getValidURLAccess().getReverseSolidusQuotationMarkKeyword_1_9());
- }
- match(input, 57, FOLLOW_57_in_rule__ValidURL__Alternatives_15288);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getValidURLAccess().getReverseSolidusQuotationMarkKeyword_1_9());
- }
-
- }
-
-
- }
- break;
- case 11:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2455:6: ( ( rule__ValidURL__Group_1_10__0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2455:6: ( ( rule__ValidURL__Group_1_10__0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2456:1: ( rule__ValidURL__Group_1_10__0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getValidURLAccess().getGroup_1_10());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2457:1: ( rule__ValidURL__Group_1_10__0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2457:2: rule__ValidURL__Group_1_10__0
- {
- pushFollow(FOLLOW_rule__ValidURL__Group_1_10__0_in_rule__ValidURL__Alternatives_15307);
- rule__ValidURL__Group_1_10__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getValidURLAccess().getGroup_1_10());
- }
-
- }
-
-
- }
- break;
-
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__ValidURL__Alternatives_1"
-
-
- // $ANTLR start "rule__ValidURL__Alternatives_1_10_1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2466:1: rule__ValidURL__Alternatives_1_10_1 : ( ( RULE_ONE_INT ) | ( RULE_ONE_HEX_LETTER ) );
- public final void rule__ValidURL__Alternatives_1_10_1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2470:1: ( ( RULE_ONE_INT ) | ( RULE_ONE_HEX_LETTER ) )
- int alt32 = 2;
- int LA32_0 = input.LA(1);
-
- if ((LA32_0 == RULE_ONE_INT)) {
- alt32 = 1;
- }
- else if ((LA32_0 == RULE_ONE_HEX_LETTER)) {
- alt32 = 2;
- }
- else {
- if (state.backtracking > 0) {
- state.failed = true;
- return;
- }
- NoViableAltException nvae =
- new NoViableAltException("", 32, 0, input);
-
- throw nvae;
- }
- switch (alt32) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2471:1: ( RULE_ONE_INT )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2471:1: ( RULE_ONE_INT )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2472:1: RULE_ONE_INT
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getValidURLAccess().getONE_INTTerminalRuleCall_1_10_1_0());
- }
- match(input, RULE_ONE_INT, FOLLOW_RULE_ONE_INT_in_rule__ValidURL__Alternatives_1_10_15340);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getValidURLAccess().getONE_INTTerminalRuleCall_1_10_1_0());
- }
-
- }
-
-
- }
- break;
- case 2:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2477:6: ( RULE_ONE_HEX_LETTER )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2477:6: ( RULE_ONE_HEX_LETTER )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2478:1: RULE_ONE_HEX_LETTER
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getValidURLAccess().getONE_HEX_LETTERTerminalRuleCall_1_10_1_1());
- }
- match(input, RULE_ONE_HEX_LETTER, FOLLOW_RULE_ONE_HEX_LETTER_in_rule__ValidURL__Alternatives_1_10_15357);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getValidURLAccess().getONE_HEX_LETTERTerminalRuleCall_1_10_1_1());
- }
-
- }
-
-
- }
- break;
-
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__ValidURL__Alternatives_1_10_1"
-
-
- // $ANTLR start "rule__ValidURL__Alternatives_1_10_2"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2488:1: rule__ValidURL__Alternatives_1_10_2 : ( ( RULE_ONE_INT ) | ( RULE_ONE_HEX_LETTER ) );
- public final void rule__ValidURL__Alternatives_1_10_2() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2492:1: ( ( RULE_ONE_INT ) | ( RULE_ONE_HEX_LETTER ) )
- int alt33 = 2;
- int LA33_0 = input.LA(1);
-
- if ((LA33_0 == RULE_ONE_INT)) {
- alt33 = 1;
- }
- else if ((LA33_0 == RULE_ONE_HEX_LETTER)) {
- alt33 = 2;
- }
- else {
- if (state.backtracking > 0) {
- state.failed = true;
- return;
- }
- NoViableAltException nvae =
- new NoViableAltException("", 33, 0, input);
-
- throw nvae;
- }
- switch (alt33) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2493:1: ( RULE_ONE_INT )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2493:1: ( RULE_ONE_INT )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2494:1: RULE_ONE_INT
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getValidURLAccess().getONE_INTTerminalRuleCall_1_10_2_0());
- }
- match(input, RULE_ONE_INT, FOLLOW_RULE_ONE_INT_in_rule__ValidURL__Alternatives_1_10_25389);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getValidURLAccess().getONE_INTTerminalRuleCall_1_10_2_0());
- }
-
- }
-
-
- }
- break;
- case 2:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2499:6: ( RULE_ONE_HEX_LETTER )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2499:6: ( RULE_ONE_HEX_LETTER )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2500:1: RULE_ONE_HEX_LETTER
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getValidURLAccess().getONE_HEX_LETTERTerminalRuleCall_1_10_2_1());
- }
- match(input, RULE_ONE_HEX_LETTER, FOLLOW_RULE_ONE_HEX_LETTER_in_rule__ValidURL__Alternatives_1_10_25406);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getValidURLAccess().getONE_HEX_LETTERTerminalRuleCall_1_10_2_1());
- }
-
- }
-
-
- }
- break;
-
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__ValidURL__Alternatives_1_10_2"
-
-
- // $ANTLR start "rule__Identifier__Alternatives_1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2510:1: rule__Identifier__Alternatives_1 : ( ( RULE_UNDERSCORE ) | ( RULE_ONE_HEX_LETTER ) | (
- // RULE_ONE_NON_HEX_LETTER ) | ( ruleKeywordHack ) );
- public final void rule__Identifier__Alternatives_1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2514:1: ( ( RULE_UNDERSCORE ) | ( RULE_ONE_HEX_LETTER ) | ( RULE_ONE_NON_HEX_LETTER ) | (
- // ruleKeywordHack ) )
- int alt34 = 4;
- switch (input.LA(1)) {
- case RULE_UNDERSCORE: {
- alt34 = 1;
- }
- break;
- case RULE_ONE_HEX_LETTER: {
- alt34 = 2;
- }
- break;
- case RULE_ONE_NON_HEX_LETTER: {
- alt34 = 3;
- }
- break;
- case 49:
- case 50:
- case 51:
- case 52: {
- alt34 = 4;
- }
- break;
- default:
- if (state.backtracking > 0) {
- state.failed = true;
- return;
- }
- NoViableAltException nvae =
- new NoViableAltException("", 34, 0, input);
-
- throw nvae;
- }
-
- switch (alt34) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2515:1: ( RULE_UNDERSCORE )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2515:1: ( RULE_UNDERSCORE )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2516:1: RULE_UNDERSCORE
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getIdentifierAccess().getUNDERSCORETerminalRuleCall_1_0());
- }
- match(input, RULE_UNDERSCORE, FOLLOW_RULE_UNDERSCORE_in_rule__Identifier__Alternatives_15438);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getIdentifierAccess().getUNDERSCORETerminalRuleCall_1_0());
- }
-
- }
-
-
- }
- break;
- case 2:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2521:6: ( RULE_ONE_HEX_LETTER )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2521:6: ( RULE_ONE_HEX_LETTER )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2522:1: RULE_ONE_HEX_LETTER
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getIdentifierAccess().getONE_HEX_LETTERTerminalRuleCall_1_1());
- }
- match(input, RULE_ONE_HEX_LETTER, FOLLOW_RULE_ONE_HEX_LETTER_in_rule__Identifier__Alternatives_15455);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getIdentifierAccess().getONE_HEX_LETTERTerminalRuleCall_1_1());
- }
-
- }
-
-
- }
- break;
- case 3:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2527:6: ( RULE_ONE_NON_HEX_LETTER )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2527:6: ( RULE_ONE_NON_HEX_LETTER )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2528:1: RULE_ONE_NON_HEX_LETTER
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getIdentifierAccess().getONE_NON_HEX_LETTERTerminalRuleCall_1_2());
- }
- match(input, RULE_ONE_NON_HEX_LETTER, FOLLOW_RULE_ONE_NON_HEX_LETTER_in_rule__Identifier__Alternatives_15472);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getIdentifierAccess().getONE_NON_HEX_LETTERTerminalRuleCall_1_2());
- }
-
- }
-
-
- }
- break;
- case 4:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2533:6: ( ruleKeywordHack )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2533:6: ( ruleKeywordHack )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2534:1: ruleKeywordHack
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getIdentifierAccess().getKeywordHackParserRuleCall_1_3());
- }
- pushFollow(FOLLOW_ruleKeywordHack_in_rule__Identifier__Alternatives_15489);
- ruleKeywordHack();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getIdentifierAccess().getKeywordHackParserRuleCall_1_3());
- }
-
- }
-
-
- }
- break;
-
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Identifier__Alternatives_1"
-
-
- // $ANTLR start "rule__Identifier__Alternatives_2_0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2544:1: rule__Identifier__Alternatives_2_0 : ( ( RULE_UNDERSCORE ) | ( RULE_DASH ) | ( RULE_ONE_HEX_LETTER )
- // | ( RULE_ONE_NON_HEX_LETTER ) | ( RULE_ONE_INT ) | ( ruleKeywordHack ) );
- public final void rule__Identifier__Alternatives_2_0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2548:1: ( ( RULE_UNDERSCORE ) | ( RULE_DASH ) | ( RULE_ONE_HEX_LETTER ) | ( RULE_ONE_NON_HEX_LETTER )
- // | ( RULE_ONE_INT ) | ( ruleKeywordHack ) )
- int alt35 = 6;
- switch (input.LA(1)) {
- case RULE_UNDERSCORE: {
- alt35 = 1;
- }
- break;
- case RULE_DASH: {
- alt35 = 2;
- }
- break;
- case RULE_ONE_HEX_LETTER: {
- alt35 = 3;
- }
- break;
- case RULE_ONE_NON_HEX_LETTER: {
- alt35 = 4;
- }
- break;
- case RULE_ONE_INT: {
- alt35 = 5;
- }
- break;
- case 49:
- case 50:
- case 51:
- case 52: {
- alt35 = 6;
- }
- break;
- default:
- if (state.backtracking > 0) {
- state.failed = true;
- return;
- }
- NoViableAltException nvae =
- new NoViableAltException("", 35, 0, input);
-
- throw nvae;
- }
-
- switch (alt35) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2549:1: ( RULE_UNDERSCORE )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2549:1: ( RULE_UNDERSCORE )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2550:1: RULE_UNDERSCORE
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getIdentifierAccess().getUNDERSCORETerminalRuleCall_2_0_0());
- }
- match(input, RULE_UNDERSCORE, FOLLOW_RULE_UNDERSCORE_in_rule__Identifier__Alternatives_2_05521);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getIdentifierAccess().getUNDERSCORETerminalRuleCall_2_0_0());
- }
-
- }
-
-
- }
- break;
- case 2:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2555:6: ( RULE_DASH )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2555:6: ( RULE_DASH )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2556:1: RULE_DASH
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getIdentifierAccess().getDASHTerminalRuleCall_2_0_1());
- }
- match(input, RULE_DASH, FOLLOW_RULE_DASH_in_rule__Identifier__Alternatives_2_05538);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getIdentifierAccess().getDASHTerminalRuleCall_2_0_1());
- }
-
- }
-
-
- }
- break;
- case 3:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2561:6: ( RULE_ONE_HEX_LETTER )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2561:6: ( RULE_ONE_HEX_LETTER )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2562:1: RULE_ONE_HEX_LETTER
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getIdentifierAccess().getONE_HEX_LETTERTerminalRuleCall_2_0_2());
- }
- match(input, RULE_ONE_HEX_LETTER, FOLLOW_RULE_ONE_HEX_LETTER_in_rule__Identifier__Alternatives_2_05555);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getIdentifierAccess().getONE_HEX_LETTERTerminalRuleCall_2_0_2());
- }
-
- }
-
-
- }
- break;
- case 4:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2567:6: ( RULE_ONE_NON_HEX_LETTER )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2567:6: ( RULE_ONE_NON_HEX_LETTER )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2568:1: RULE_ONE_NON_HEX_LETTER
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getIdentifierAccess().getONE_NON_HEX_LETTERTerminalRuleCall_2_0_3());
- }
- match(input, RULE_ONE_NON_HEX_LETTER, FOLLOW_RULE_ONE_NON_HEX_LETTER_in_rule__Identifier__Alternatives_2_05572);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getIdentifierAccess().getONE_NON_HEX_LETTERTerminalRuleCall_2_0_3());
- }
-
- }
-
-
- }
- break;
- case 5:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2573:6: ( RULE_ONE_INT )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2573:6: ( RULE_ONE_INT )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2574:1: RULE_ONE_INT
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getIdentifierAccess().getONE_INTTerminalRuleCall_2_0_4());
- }
- match(input, RULE_ONE_INT, FOLLOW_RULE_ONE_INT_in_rule__Identifier__Alternatives_2_05589);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getIdentifierAccess().getONE_INTTerminalRuleCall_2_0_4());
- }
-
- }
-
-
- }
- break;
- case 6:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2579:6: ( ruleKeywordHack )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2579:6: ( ruleKeywordHack )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2580:1: ruleKeywordHack
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getIdentifierAccess().getKeywordHackParserRuleCall_2_0_5());
- }
- pushFollow(FOLLOW_ruleKeywordHack_in_rule__Identifier__Alternatives_2_05606);
- ruleKeywordHack();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getIdentifierAccess().getKeywordHackParserRuleCall_2_0_5());
- }
-
- }
-
-
- }
- break;
-
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Identifier__Alternatives_2_0"
-
-
- // $ANTLR start "rule__Num__Alternatives_0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2590:1: rule__Num__Alternatives_0 : ( ( RULE_PLUS ) | ( RULE_DASH ) );
- public final void rule__Num__Alternatives_0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2594:1: ( ( RULE_PLUS ) | ( RULE_DASH ) )
- int alt36 = 2;
- int LA36_0 = input.LA(1);
-
- if ((LA36_0 == RULE_PLUS)) {
- alt36 = 1;
- }
- else if ((LA36_0 == RULE_DASH)) {
- alt36 = 2;
- }
- else {
- if (state.backtracking > 0) {
- state.failed = true;
- return;
- }
- NoViableAltException nvae =
- new NoViableAltException("", 36, 0, input);
-
- throw nvae;
- }
- switch (alt36) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2595:1: ( RULE_PLUS )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2595:1: ( RULE_PLUS )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2596:1: RULE_PLUS
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getNumAccess().getPLUSTerminalRuleCall_0_0());
- }
- match(input, RULE_PLUS, FOLLOW_RULE_PLUS_in_rule__Num__Alternatives_05638);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getNumAccess().getPLUSTerminalRuleCall_0_0());
- }
-
- }
-
-
- }
- break;
- case 2:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2601:6: ( RULE_DASH )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2601:6: ( RULE_DASH )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2602:1: RULE_DASH
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getNumAccess().getDASHTerminalRuleCall_0_1());
- }
- match(input, RULE_DASH, FOLLOW_RULE_DASH_in_rule__Num__Alternatives_05655);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getNumAccess().getDASHTerminalRuleCall_0_1());
- }
-
- }
-
-
- }
- break;
-
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Num__Alternatives_0"
-
-
- // $ANTLR start "rule__Num__Alternatives_1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2612:1: rule__Num__Alternatives_1 : ( ( ( rule__Num__Group_1_0__0 ) ) | ( ( rule__Num__Group_1_1__0 ) ) );
- public final void rule__Num__Alternatives_1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2616:1: ( ( ( rule__Num__Group_1_0__0 ) ) | ( ( rule__Num__Group_1_1__0 ) ) )
- int alt37 = 2;
- int LA37_0 = input.LA(1);
-
- if ((LA37_0 == 39)) {
- alt37 = 1;
- }
- else if ((LA37_0 == RULE_ONE_INT)) {
- alt37 = 2;
- }
- else {
- if (state.backtracking > 0) {
- state.failed = true;
- return;
- }
- NoViableAltException nvae =
- new NoViableAltException("", 37, 0, input);
-
- throw nvae;
- }
- switch (alt37) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2617:1: ( ( rule__Num__Group_1_0__0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2617:1: ( ( rule__Num__Group_1_0__0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2618:1: ( rule__Num__Group_1_0__0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getNumAccess().getGroup_1_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2619:1: ( rule__Num__Group_1_0__0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2619:2: rule__Num__Group_1_0__0
- {
- pushFollow(FOLLOW_rule__Num__Group_1_0__0_in_rule__Num__Alternatives_15687);
- rule__Num__Group_1_0__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getNumAccess().getGroup_1_0());
- }
-
- }
-
-
- }
- break;
- case 2:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2623:6: ( ( rule__Num__Group_1_1__0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2623:6: ( ( rule__Num__Group_1_1__0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2624:1: ( rule__Num__Group_1_1__0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getNumAccess().getGroup_1_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2625:1: ( rule__Num__Group_1_1__0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2625:2: rule__Num__Group_1_1__0
- {
- pushFollow(FOLLOW_rule__Num__Group_1_1__0_in_rule__Num__Alternatives_15705);
- rule__Num__Group_1_1__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getNumAccess().getGroup_1_1());
- }
-
- }
-
-
- }
- break;
-
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Num__Alternatives_1"
-
-
- // $ANTLR start "rule__Hex__Alternatives_1_0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2634:1: rule__Hex__Alternatives_1_0 : ( ( RULE_ONE_INT ) | ( RULE_ONE_HEX_LETTER ) );
- public final void rule__Hex__Alternatives_1_0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2638:1: ( ( RULE_ONE_INT ) | ( RULE_ONE_HEX_LETTER ) )
- int alt38 = 2;
- int LA38_0 = input.LA(1);
-
- if ((LA38_0 == RULE_ONE_INT)) {
- alt38 = 1;
- }
- else if ((LA38_0 == RULE_ONE_HEX_LETTER)) {
- alt38 = 2;
- }
- else {
- if (state.backtracking > 0) {
- state.failed = true;
- return;
- }
- NoViableAltException nvae =
- new NoViableAltException("", 38, 0, input);
-
- throw nvae;
- }
- switch (alt38) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2639:1: ( RULE_ONE_INT )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2639:1: ( RULE_ONE_INT )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2640:1: RULE_ONE_INT
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getHexAccess().getONE_INTTerminalRuleCall_1_0_0());
- }
- match(input, RULE_ONE_INT, FOLLOW_RULE_ONE_INT_in_rule__Hex__Alternatives_1_05738);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getHexAccess().getONE_INTTerminalRuleCall_1_0_0());
- }
-
- }
-
-
- }
- break;
- case 2:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2645:6: ( RULE_ONE_HEX_LETTER )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2645:6: ( RULE_ONE_HEX_LETTER )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2646:1: RULE_ONE_HEX_LETTER
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getHexAccess().getONE_HEX_LETTERTerminalRuleCall_1_0_1());
- }
- match(input, RULE_ONE_HEX_LETTER, FOLLOW_RULE_ONE_HEX_LETTER_in_rule__Hex__Alternatives_1_05755);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getHexAccess().getONE_HEX_LETTERTerminalRuleCall_1_0_1());
- }
-
- }
-
-
- }
- break;
-
- }
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Hex__Alternatives_1_0"
-
-
- // $ANTLR start "rule__Stylesheet__Group__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2658:1: rule__Stylesheet__Group__0 : rule__Stylesheet__Group__0__Impl rule__Stylesheet__Group__1 ;
- public final void rule__Stylesheet__Group__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2662:1: ( rule__Stylesheet__Group__0__Impl rule__Stylesheet__Group__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2663:2: rule__Stylesheet__Group__0__Impl rule__Stylesheet__Group__1
- {
- pushFollow(FOLLOW_rule__Stylesheet__Group__0__Impl_in_rule__Stylesheet__Group__05785);
- rule__Stylesheet__Group__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Stylesheet__Group__1_in_rule__Stylesheet__Group__05788);
- rule__Stylesheet__Group__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Stylesheet__Group__0"
-
-
- // $ANTLR start "rule__Stylesheet__Group__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2670:1: rule__Stylesheet__Group__0__Impl : ( ( rule__Stylesheet__CharsetAssignment_0 )? ) ;
- public final void rule__Stylesheet__Group__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2674:1: ( ( ( rule__Stylesheet__CharsetAssignment_0 )? ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2675:1: ( ( rule__Stylesheet__CharsetAssignment_0 )? )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2675:1: ( ( rule__Stylesheet__CharsetAssignment_0 )? )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2676:1: ( rule__Stylesheet__CharsetAssignment_0 )?
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getStylesheetAccess().getCharsetAssignment_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2677:1: ( rule__Stylesheet__CharsetAssignment_0 )?
- int alt39 = 2;
- int LA39_0 = input.LA(1);
-
- if (((LA39_0 >= 20 && LA39_0 <= 21))) {
- alt39 = 1;
- }
- switch (alt39) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2677:2: rule__Stylesheet__CharsetAssignment_0
- {
- pushFollow(FOLLOW_rule__Stylesheet__CharsetAssignment_0_in_rule__Stylesheet__Group__0__Impl5815);
- rule__Stylesheet__CharsetAssignment_0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getStylesheetAccess().getCharsetAssignment_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Stylesheet__Group__0__Impl"
-
-
- // $ANTLR start "rule__Stylesheet__Group__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2687:1: rule__Stylesheet__Group__1 : rule__Stylesheet__Group__1__Impl rule__Stylesheet__Group__2 ;
- public final void rule__Stylesheet__Group__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2691:1: ( rule__Stylesheet__Group__1__Impl rule__Stylesheet__Group__2 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2692:2: rule__Stylesheet__Group__1__Impl rule__Stylesheet__Group__2
- {
- pushFollow(FOLLOW_rule__Stylesheet__Group__1__Impl_in_rule__Stylesheet__Group__15846);
- rule__Stylesheet__Group__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Stylesheet__Group__2_in_rule__Stylesheet__Group__15849);
- rule__Stylesheet__Group__2();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Stylesheet__Group__1"
-
-
- // $ANTLR start "rule__Stylesheet__Group__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2699:1: rule__Stylesheet__Group__1__Impl : ( ( rule__Stylesheet__ImportsAssignment_1 )* ) ;
- public final void rule__Stylesheet__Group__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2703:1: ( ( ( rule__Stylesheet__ImportsAssignment_1 )* ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2704:1: ( ( rule__Stylesheet__ImportsAssignment_1 )* )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2704:1: ( ( rule__Stylesheet__ImportsAssignment_1 )* )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2705:1: ( rule__Stylesheet__ImportsAssignment_1 )*
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getStylesheetAccess().getImportsAssignment_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2706:1: ( rule__Stylesheet__ImportsAssignment_1 )*
- loop40: do {
- int alt40 = 2;
- int LA40_0 = input.LA(1);
-
- if (((LA40_0 >= 22 && LA40_0 <= 23))) {
- alt40 = 1;
- }
-
-
- switch (alt40) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2706:2: rule__Stylesheet__ImportsAssignment_1
- {
- pushFollow(FOLLOW_rule__Stylesheet__ImportsAssignment_1_in_rule__Stylesheet__Group__1__Impl5876);
- rule__Stylesheet__ImportsAssignment_1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- default:
- break loop40;
- }
- } while (true);
-
- if (state.backtracking == 0) {
- after(grammarAccess.getStylesheetAccess().getImportsAssignment_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Stylesheet__Group__1__Impl"
-
-
- // $ANTLR start "rule__Stylesheet__Group__2"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2716:1: rule__Stylesheet__Group__2 : rule__Stylesheet__Group__2__Impl ;
- public final void rule__Stylesheet__Group__2() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2720:1: ( rule__Stylesheet__Group__2__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2721:2: rule__Stylesheet__Group__2__Impl
- {
- pushFollow(FOLLOW_rule__Stylesheet__Group__2__Impl_in_rule__Stylesheet__Group__25907);
- rule__Stylesheet__Group__2__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Stylesheet__Group__2"
-
-
- // $ANTLR start "rule__Stylesheet__Group__2__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2727:1: rule__Stylesheet__Group__2__Impl : ( ( rule__Stylesheet__Alternatives_2 )* ) ;
- public final void rule__Stylesheet__Group__2__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2731:1: ( ( ( rule__Stylesheet__Alternatives_2 )* ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2732:1: ( ( rule__Stylesheet__Alternatives_2 )* )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2732:1: ( ( rule__Stylesheet__Alternatives_2 )* )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2733:1: ( rule__Stylesheet__Alternatives_2 )*
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getStylesheetAccess().getAlternatives_2());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2734:1: ( rule__Stylesheet__Alternatives_2 )*
- loop41: do {
- int alt41 = 2;
- int LA41_0 = input.LA(1);
-
- if (((LA41_0 >= RULE_DASH && LA41_0 <= RULE_ONE_NON_HEX_LETTER) || (LA41_0 >= 24 && LA41_0 <= 31) || LA41_0 == 36 || LA41_0 == 39 || LA41_0 == 42 || (LA41_0 >= 49 && LA41_0 <= 52) || LA41_0 == 60)) {
- alt41 = 1;
- }
-
-
- switch (alt41) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2734:2: rule__Stylesheet__Alternatives_2
- {
- pushFollow(FOLLOW_rule__Stylesheet__Alternatives_2_in_rule__Stylesheet__Group__2__Impl5934);
- rule__Stylesheet__Alternatives_2();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- default:
- break loop41;
- }
- } while (true);
-
- if (state.backtracking == 0) {
- after(grammarAccess.getStylesheetAccess().getAlternatives_2());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Stylesheet__Group__2__Impl"
-
-
- // $ANTLR start "rule__Charset__Group__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2750:1: rule__Charset__Group__0 : rule__Charset__Group__0__Impl rule__Charset__Group__1 ;
- public final void rule__Charset__Group__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2754:1: ( rule__Charset__Group__0__Impl rule__Charset__Group__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2755:2: rule__Charset__Group__0__Impl rule__Charset__Group__1
- {
- pushFollow(FOLLOW_rule__Charset__Group__0__Impl_in_rule__Charset__Group__05971);
- rule__Charset__Group__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Charset__Group__1_in_rule__Charset__Group__05974);
- rule__Charset__Group__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Charset__Group__0"
-
-
- // $ANTLR start "rule__Charset__Group__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2762:1: rule__Charset__Group__0__Impl : ( ( rule__Charset__Alternatives_0 ) ) ;
- public final void rule__Charset__Group__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2766:1: ( ( ( rule__Charset__Alternatives_0 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2767:1: ( ( rule__Charset__Alternatives_0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2767:1: ( ( rule__Charset__Alternatives_0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2768:1: ( rule__Charset__Alternatives_0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getCharsetAccess().getAlternatives_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2769:1: ( rule__Charset__Alternatives_0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2769:2: rule__Charset__Alternatives_0
- {
- pushFollow(FOLLOW_rule__Charset__Alternatives_0_in_rule__Charset__Group__0__Impl6001);
- rule__Charset__Alternatives_0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getCharsetAccess().getAlternatives_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Charset__Group__0__Impl"
-
-
- // $ANTLR start "rule__Charset__Group__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2779:1: rule__Charset__Group__1 : rule__Charset__Group__1__Impl rule__Charset__Group__2 ;
- public final void rule__Charset__Group__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2783:1: ( rule__Charset__Group__1__Impl rule__Charset__Group__2 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2784:2: rule__Charset__Group__1__Impl rule__Charset__Group__2
- {
- pushFollow(FOLLOW_rule__Charset__Group__1__Impl_in_rule__Charset__Group__16031);
- rule__Charset__Group__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Charset__Group__2_in_rule__Charset__Group__16034);
- rule__Charset__Group__2();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Charset__Group__1"
-
-
- // $ANTLR start "rule__Charset__Group__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2791:1: rule__Charset__Group__1__Impl : ( ( rule__Charset__CharsetAssignment_1 ) ) ;
- public final void rule__Charset__Group__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2795:1: ( ( ( rule__Charset__CharsetAssignment_1 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2796:1: ( ( rule__Charset__CharsetAssignment_1 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2796:1: ( ( rule__Charset__CharsetAssignment_1 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2797:1: ( rule__Charset__CharsetAssignment_1 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getCharsetAccess().getCharsetAssignment_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2798:1: ( rule__Charset__CharsetAssignment_1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2798:2: rule__Charset__CharsetAssignment_1
- {
- pushFollow(FOLLOW_rule__Charset__CharsetAssignment_1_in_rule__Charset__Group__1__Impl6061);
- rule__Charset__CharsetAssignment_1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getCharsetAccess().getCharsetAssignment_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Charset__Group__1__Impl"
-
-
- // $ANTLR start "rule__Charset__Group__2"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2808:1: rule__Charset__Group__2 : rule__Charset__Group__2__Impl ;
- public final void rule__Charset__Group__2() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2812:1: ( rule__Charset__Group__2__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2813:2: rule__Charset__Group__2__Impl
- {
- pushFollow(FOLLOW_rule__Charset__Group__2__Impl_in_rule__Charset__Group__26091);
- rule__Charset__Group__2__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Charset__Group__2"
-
-
- // $ANTLR start "rule__Charset__Group__2__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2819:1: rule__Charset__Group__2__Impl : ( ';' ) ;
- public final void rule__Charset__Group__2__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2823:1: ( ( ';' ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2824:1: ( ';' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2824:1: ( ';' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2825:1: ';'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getCharsetAccess().getSemicolonKeyword_2());
- }
- match(input, 48, FOLLOW_48_in_rule__Charset__Group__2__Impl6119);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getCharsetAccess().getSemicolonKeyword_2());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Charset__Group__2__Impl"
-
-
- // $ANTLR start "rule__ImportExpression__Group__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2844:1: rule__ImportExpression__Group__0 : rule__ImportExpression__Group__0__Impl
- // rule__ImportExpression__Group__1 ;
- public final void rule__ImportExpression__Group__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2848:1: ( rule__ImportExpression__Group__0__Impl rule__ImportExpression__Group__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2849:2: rule__ImportExpression__Group__0__Impl rule__ImportExpression__Group__1
- {
- pushFollow(FOLLOW_rule__ImportExpression__Group__0__Impl_in_rule__ImportExpression__Group__06156);
- rule__ImportExpression__Group__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__ImportExpression__Group__1_in_rule__ImportExpression__Group__06159);
- rule__ImportExpression__Group__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__ImportExpression__Group__0"
-
-
- // $ANTLR start "rule__ImportExpression__Group__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2856:1: rule__ImportExpression__Group__0__Impl : ( ( rule__ImportExpression__Alternatives_0 ) ) ;
- public final void rule__ImportExpression__Group__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2860:1: ( ( ( rule__ImportExpression__Alternatives_0 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2861:1: ( ( rule__ImportExpression__Alternatives_0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2861:1: ( ( rule__ImportExpression__Alternatives_0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2862:1: ( rule__ImportExpression__Alternatives_0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getImportExpressionAccess().getAlternatives_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2863:1: ( rule__ImportExpression__Alternatives_0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2863:2: rule__ImportExpression__Alternatives_0
- {
- pushFollow(FOLLOW_rule__ImportExpression__Alternatives_0_in_rule__ImportExpression__Group__0__Impl6186);
- rule__ImportExpression__Alternatives_0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getImportExpressionAccess().getAlternatives_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__ImportExpression__Group__0__Impl"
-
-
- // $ANTLR start "rule__ImportExpression__Group__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2873:1: rule__ImportExpression__Group__1 : rule__ImportExpression__Group__1__Impl
- // rule__ImportExpression__Group__2 ;
- public final void rule__ImportExpression__Group__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2877:1: ( rule__ImportExpression__Group__1__Impl rule__ImportExpression__Group__2 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2878:2: rule__ImportExpression__Group__1__Impl rule__ImportExpression__Group__2
- {
- pushFollow(FOLLOW_rule__ImportExpression__Group__1__Impl_in_rule__ImportExpression__Group__16216);
- rule__ImportExpression__Group__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__ImportExpression__Group__2_in_rule__ImportExpression__Group__16219);
- rule__ImportExpression__Group__2();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__ImportExpression__Group__1"
-
-
- // $ANTLR start "rule__ImportExpression__Group__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2885:1: rule__ImportExpression__Group__1__Impl : ( ( rule__ImportExpression__Alternatives_1 ) ) ;
- public final void rule__ImportExpression__Group__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2889:1: ( ( ( rule__ImportExpression__Alternatives_1 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2890:1: ( ( rule__ImportExpression__Alternatives_1 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2890:1: ( ( rule__ImportExpression__Alternatives_1 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2891:1: ( rule__ImportExpression__Alternatives_1 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getImportExpressionAccess().getAlternatives_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2892:1: ( rule__ImportExpression__Alternatives_1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2892:2: rule__ImportExpression__Alternatives_1
- {
- pushFollow(FOLLOW_rule__ImportExpression__Alternatives_1_in_rule__ImportExpression__Group__1__Impl6246);
- rule__ImportExpression__Alternatives_1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getImportExpressionAccess().getAlternatives_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__ImportExpression__Group__1__Impl"
-
-
- // $ANTLR start "rule__ImportExpression__Group__2"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2902:1: rule__ImportExpression__Group__2 : rule__ImportExpression__Group__2__Impl ;
- public final void rule__ImportExpression__Group__2() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2906:1: ( rule__ImportExpression__Group__2__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2907:2: rule__ImportExpression__Group__2__Impl
- {
- pushFollow(FOLLOW_rule__ImportExpression__Group__2__Impl_in_rule__ImportExpression__Group__26276);
- rule__ImportExpression__Group__2__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__ImportExpression__Group__2"
-
-
- // $ANTLR start "rule__ImportExpression__Group__2__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2913:1: rule__ImportExpression__Group__2__Impl : ( ';' ) ;
- public final void rule__ImportExpression__Group__2__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2917:1: ( ( ';' ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2918:1: ( ';' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2918:1: ( ';' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2919:1: ';'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getImportExpressionAccess().getSemicolonKeyword_2());
- }
- match(input, 48, FOLLOW_48_in_rule__ImportExpression__Group__2__Impl6304);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getImportExpressionAccess().getSemicolonKeyword_2());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__ImportExpression__Group__2__Impl"
-
-
- // $ANTLR start "rule__ImportExpression__Group_1_1__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2938:1: rule__ImportExpression__Group_1_1__0 : rule__ImportExpression__Group_1_1__0__Impl
- // rule__ImportExpression__Group_1_1__1 ;
- public final void rule__ImportExpression__Group_1_1__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2942:1: ( rule__ImportExpression__Group_1_1__0__Impl rule__ImportExpression__Group_1_1__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2943:2: rule__ImportExpression__Group_1_1__0__Impl rule__ImportExpression__Group_1_1__1
- {
- pushFollow(FOLLOW_rule__ImportExpression__Group_1_1__0__Impl_in_rule__ImportExpression__Group_1_1__06341);
- rule__ImportExpression__Group_1_1__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__ImportExpression__Group_1_1__1_in_rule__ImportExpression__Group_1_1__06344);
- rule__ImportExpression__Group_1_1__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__ImportExpression__Group_1_1__0"
-
-
- // $ANTLR start "rule__ImportExpression__Group_1_1__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2950:1: rule__ImportExpression__Group_1_1__0__Impl : ( ruleURLType ) ;
- public final void rule__ImportExpression__Group_1_1__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2954:1: ( ( ruleURLType ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2955:1: ( ruleURLType )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2955:1: ( ruleURLType )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2956:1: ruleURLType
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getImportExpressionAccess().getURLTypeParserRuleCall_1_1_0());
- }
- pushFollow(FOLLOW_ruleURLType_in_rule__ImportExpression__Group_1_1__0__Impl6371);
- ruleURLType();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getImportExpressionAccess().getURLTypeParserRuleCall_1_1_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__ImportExpression__Group_1_1__0__Impl"
-
-
- // $ANTLR start "rule__ImportExpression__Group_1_1__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2967:1: rule__ImportExpression__Group_1_1__1 : rule__ImportExpression__Group_1_1__1__Impl ;
- public final void rule__ImportExpression__Group_1_1__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2971:1: ( rule__ImportExpression__Group_1_1__1__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2972:2: rule__ImportExpression__Group_1_1__1__Impl
- {
- pushFollow(FOLLOW_rule__ImportExpression__Group_1_1__1__Impl_in_rule__ImportExpression__Group_1_1__16400);
- rule__ImportExpression__Group_1_1__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__ImportExpression__Group_1_1__1"
-
-
- // $ANTLR start "rule__ImportExpression__Group_1_1__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2978:1: rule__ImportExpression__Group_1_1__1__Impl : ( ( rule__ImportExpression__MediaListAssignment_1_1_1 )?
- // ) ;
- public final void rule__ImportExpression__Group_1_1__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2982:1: ( ( ( rule__ImportExpression__MediaListAssignment_1_1_1 )? ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2983:1: ( ( rule__ImportExpression__MediaListAssignment_1_1_1 )? )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2983:1: ( ( rule__ImportExpression__MediaListAssignment_1_1_1 )? )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2984:1: ( rule__ImportExpression__MediaListAssignment_1_1_1 )?
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getImportExpressionAccess().getMediaListAssignment_1_1_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2985:1: ( rule__ImportExpression__MediaListAssignment_1_1_1 )?
- int alt42 = 2;
- int LA42_0 = input.LA(1);
-
- if (((LA42_0 >= RULE_DASH && LA42_0 <= RULE_UNDERSCORE) || (LA42_0 >= RULE_ONE_HEX_LETTER && LA42_0 <= RULE_ONE_NON_HEX_LETTER) || (LA42_0 >= 49 && LA42_0 <= 52))) {
- alt42 = 1;
- }
- switch (alt42) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2985:2: rule__ImportExpression__MediaListAssignment_1_1_1
- {
- pushFollow(FOLLOW_rule__ImportExpression__MediaListAssignment_1_1_1_in_rule__ImportExpression__Group_1_1__1__Impl6427);
- rule__ImportExpression__MediaListAssignment_1_1_1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getImportExpressionAccess().getMediaListAssignment_1_1_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__ImportExpression__Group_1_1__1__Impl"
-
-
- // $ANTLR start "rule__Page__Group__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:2999:1: rule__Page__Group__0 : rule__Page__Group__0__Impl rule__Page__Group__1 ;
- public final void rule__Page__Group__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3003:1: ( rule__Page__Group__0__Impl rule__Page__Group__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3004:2: rule__Page__Group__0__Impl rule__Page__Group__1
- {
- pushFollow(FOLLOW_rule__Page__Group__0__Impl_in_rule__Page__Group__06462);
- rule__Page__Group__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Page__Group__1_in_rule__Page__Group__06465);
- rule__Page__Group__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Page__Group__0"
-
-
- // $ANTLR start "rule__Page__Group__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3011:1: rule__Page__Group__0__Impl : ( () ) ;
- public final void rule__Page__Group__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3015:1: ( ( () ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3016:1: ( () )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3016:1: ( () )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3017:1: ()
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getPageAccess().getPageAction_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3018:1: ()
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3020:1:
- {
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getPageAccess().getPageAction_0());
- }
-
- }
-
-
- }
-
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Page__Group__0__Impl"
-
-
- // $ANTLR start "rule__Page__Group__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3030:1: rule__Page__Group__1 : rule__Page__Group__1__Impl rule__Page__Group__2 ;
- public final void rule__Page__Group__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3034:1: ( rule__Page__Group__1__Impl rule__Page__Group__2 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3035:2: rule__Page__Group__1__Impl rule__Page__Group__2
- {
- pushFollow(FOLLOW_rule__Page__Group__1__Impl_in_rule__Page__Group__16523);
- rule__Page__Group__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Page__Group__2_in_rule__Page__Group__16526);
- rule__Page__Group__2();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Page__Group__1"
-
-
- // $ANTLR start "rule__Page__Group__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3042:1: rule__Page__Group__1__Impl : ( ( rule__Page__Alternatives_1 ) ) ;
- public final void rule__Page__Group__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3046:1: ( ( ( rule__Page__Alternatives_1 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3047:1: ( ( rule__Page__Alternatives_1 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3047:1: ( ( rule__Page__Alternatives_1 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3048:1: ( rule__Page__Alternatives_1 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getPageAccess().getAlternatives_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3049:1: ( rule__Page__Alternatives_1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3049:2: rule__Page__Alternatives_1
- {
- pushFollow(FOLLOW_rule__Page__Alternatives_1_in_rule__Page__Group__1__Impl6553);
- rule__Page__Alternatives_1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getPageAccess().getAlternatives_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Page__Group__1__Impl"
-
-
- // $ANTLR start "rule__Page__Group__2"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3059:1: rule__Page__Group__2 : rule__Page__Group__2__Impl rule__Page__Group__3 ;
- public final void rule__Page__Group__2() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3063:1: ( rule__Page__Group__2__Impl rule__Page__Group__3 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3064:2: rule__Page__Group__2__Impl rule__Page__Group__3
- {
- pushFollow(FOLLOW_rule__Page__Group__2__Impl_in_rule__Page__Group__26583);
- rule__Page__Group__2__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Page__Group__3_in_rule__Page__Group__26586);
- rule__Page__Group__3();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Page__Group__2"
-
-
- // $ANTLR start "rule__Page__Group__2__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3071:1: rule__Page__Group__2__Impl : ( ( rule__Page__PseudoPageAssignment_2 )? ) ;
- public final void rule__Page__Group__2__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3075:1: ( ( ( rule__Page__PseudoPageAssignment_2 )? ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3076:1: ( ( rule__Page__PseudoPageAssignment_2 )? )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3076:1: ( ( rule__Page__PseudoPageAssignment_2 )? )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3077:1: ( rule__Page__PseudoPageAssignment_2 )?
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getPageAccess().getPseudoPageAssignment_2());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3078:1: ( rule__Page__PseudoPageAssignment_2 )?
- int alt43 = 2;
- int LA43_0 = input.LA(1);
-
- if ((LA43_0 == RULE_COLON)) {
- alt43 = 1;
- }
- switch (alt43) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3078:2: rule__Page__PseudoPageAssignment_2
- {
- pushFollow(FOLLOW_rule__Page__PseudoPageAssignment_2_in_rule__Page__Group__2__Impl6613);
- rule__Page__PseudoPageAssignment_2();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getPageAccess().getPseudoPageAssignment_2());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Page__Group__2__Impl"
-
-
- // $ANTLR start "rule__Page__Group__3"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3088:1: rule__Page__Group__3 : rule__Page__Group__3__Impl rule__Page__Group__4 ;
- public final void rule__Page__Group__3() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3092:1: ( rule__Page__Group__3__Impl rule__Page__Group__4 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3093:2: rule__Page__Group__3__Impl rule__Page__Group__4
- {
- pushFollow(FOLLOW_rule__Page__Group__3__Impl_in_rule__Page__Group__36644);
- rule__Page__Group__3__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Page__Group__4_in_rule__Page__Group__36647);
- rule__Page__Group__4();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Page__Group__3"
-
-
- // $ANTLR start "rule__Page__Group__3__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3100:1: rule__Page__Group__3__Impl : ( '{' ) ;
- public final void rule__Page__Group__3__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3104:1: ( ( '{' ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3105:1: ( '{' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3105:1: ( '{' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3106:1: '{'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getPageAccess().getLeftCurlyBracketKeyword_3());
- }
- match(input, 58, FOLLOW_58_in_rule__Page__Group__3__Impl6675);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getPageAccess().getLeftCurlyBracketKeyword_3());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Page__Group__3__Impl"
-
-
- // $ANTLR start "rule__Page__Group__4"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3119:1: rule__Page__Group__4 : rule__Page__Group__4__Impl rule__Page__Group__5 ;
- public final void rule__Page__Group__4() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3123:1: ( rule__Page__Group__4__Impl rule__Page__Group__5 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3124:2: rule__Page__Group__4__Impl rule__Page__Group__5
- {
- pushFollow(FOLLOW_rule__Page__Group__4__Impl_in_rule__Page__Group__46706);
- rule__Page__Group__4__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Page__Group__5_in_rule__Page__Group__46709);
- rule__Page__Group__5();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Page__Group__4"
-
-
- // $ANTLR start "rule__Page__Group__4__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3131:1: rule__Page__Group__4__Impl : ( ( rule__Page__DeclarationsAssignment_4 )? ) ;
- public final void rule__Page__Group__4__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3135:1: ( ( ( rule__Page__DeclarationsAssignment_4 )? ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3136:1: ( ( rule__Page__DeclarationsAssignment_4 )? )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3136:1: ( ( rule__Page__DeclarationsAssignment_4 )? )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3137:1: ( rule__Page__DeclarationsAssignment_4 )?
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getPageAccess().getDeclarationsAssignment_4());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3138:1: ( rule__Page__DeclarationsAssignment_4 )?
- int alt44 = 2;
- int LA44_0 = input.LA(1);
-
- if (((LA44_0 >= RULE_DASH && LA44_0 <= RULE_UNDERSCORE) || (LA44_0 >= RULE_ONE_HEX_LETTER && LA44_0 <= RULE_ONE_NON_HEX_LETTER) || LA44_0 == RULE_WS || (LA44_0 >= 49 && LA44_0 <= 52))) {
- alt44 = 1;
- }
- switch (alt44) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3138:2: rule__Page__DeclarationsAssignment_4
- {
- pushFollow(FOLLOW_rule__Page__DeclarationsAssignment_4_in_rule__Page__Group__4__Impl6736);
- rule__Page__DeclarationsAssignment_4();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getPageAccess().getDeclarationsAssignment_4());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Page__Group__4__Impl"
-
-
- // $ANTLR start "rule__Page__Group__5"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3148:1: rule__Page__Group__5 : rule__Page__Group__5__Impl rule__Page__Group__6 ;
- public final void rule__Page__Group__5() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3152:1: ( rule__Page__Group__5__Impl rule__Page__Group__6 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3153:2: rule__Page__Group__5__Impl rule__Page__Group__6
- {
- pushFollow(FOLLOW_rule__Page__Group__5__Impl_in_rule__Page__Group__56767);
- rule__Page__Group__5__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Page__Group__6_in_rule__Page__Group__56770);
- rule__Page__Group__6();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Page__Group__5"
-
-
- // $ANTLR start "rule__Page__Group__5__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3160:1: rule__Page__Group__5__Impl : ( ( rule__Page__Group_5__0 )* ) ;
- public final void rule__Page__Group__5__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3164:1: ( ( ( rule__Page__Group_5__0 )* ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3165:1: ( ( rule__Page__Group_5__0 )* )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3165:1: ( ( rule__Page__Group_5__0 )* )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3166:1: ( rule__Page__Group_5__0 )*
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getPageAccess().getGroup_5());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3167:1: ( rule__Page__Group_5__0 )*
- loop45: do {
- int alt45 = 2;
- int LA45_0 = input.LA(1);
-
- if ((LA45_0 == 48)) {
- alt45 = 1;
- }
-
-
- switch (alt45) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3167:2: rule__Page__Group_5__0
- {
- pushFollow(FOLLOW_rule__Page__Group_5__0_in_rule__Page__Group__5__Impl6797);
- rule__Page__Group_5__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- default:
- break loop45;
- }
- } while (true);
-
- if (state.backtracking == 0) {
- after(grammarAccess.getPageAccess().getGroup_5());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Page__Group__5__Impl"
-
-
- // $ANTLR start "rule__Page__Group__6"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3177:1: rule__Page__Group__6 : rule__Page__Group__6__Impl ;
- public final void rule__Page__Group__6() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3181:1: ( rule__Page__Group__6__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3182:2: rule__Page__Group__6__Impl
- {
- pushFollow(FOLLOW_rule__Page__Group__6__Impl_in_rule__Page__Group__66828);
- rule__Page__Group__6__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Page__Group__6"
-
-
- // $ANTLR start "rule__Page__Group__6__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3188:1: rule__Page__Group__6__Impl : ( '}' ) ;
- public final void rule__Page__Group__6__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3192:1: ( ( '}' ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3193:1: ( '}' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3193:1: ( '}' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3194:1: '}'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getPageAccess().getRightCurlyBracketKeyword_6());
- }
- match(input, 59, FOLLOW_59_in_rule__Page__Group__6__Impl6856);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getPageAccess().getRightCurlyBracketKeyword_6());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Page__Group__6__Impl"
-
-
- // $ANTLR start "rule__Page__Group_5__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3221:1: rule__Page__Group_5__0 : rule__Page__Group_5__0__Impl rule__Page__Group_5__1 ;
- public final void rule__Page__Group_5__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3225:1: ( rule__Page__Group_5__0__Impl rule__Page__Group_5__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3226:2: rule__Page__Group_5__0__Impl rule__Page__Group_5__1
- {
- pushFollow(FOLLOW_rule__Page__Group_5__0__Impl_in_rule__Page__Group_5__06901);
- rule__Page__Group_5__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Page__Group_5__1_in_rule__Page__Group_5__06904);
- rule__Page__Group_5__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Page__Group_5__0"
-
-
- // $ANTLR start "rule__Page__Group_5__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3233:1: rule__Page__Group_5__0__Impl : ( ';' ) ;
- public final void rule__Page__Group_5__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3237:1: ( ( ';' ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3238:1: ( ';' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3238:1: ( ';' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3239:1: ';'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getPageAccess().getSemicolonKeyword_5_0());
- }
- match(input, 48, FOLLOW_48_in_rule__Page__Group_5__0__Impl6932);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getPageAccess().getSemicolonKeyword_5_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Page__Group_5__0__Impl"
-
-
- // $ANTLR start "rule__Page__Group_5__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3252:1: rule__Page__Group_5__1 : rule__Page__Group_5__1__Impl ;
- public final void rule__Page__Group_5__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3256:1: ( rule__Page__Group_5__1__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3257:2: rule__Page__Group_5__1__Impl
- {
- pushFollow(FOLLOW_rule__Page__Group_5__1__Impl_in_rule__Page__Group_5__16963);
- rule__Page__Group_5__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Page__Group_5__1"
-
-
- // $ANTLR start "rule__Page__Group_5__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3263:1: rule__Page__Group_5__1__Impl : ( ( rule__Page__DeclarationsAssignment_5_1 )? ) ;
- public final void rule__Page__Group_5__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3267:1: ( ( ( rule__Page__DeclarationsAssignment_5_1 )? ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3268:1: ( ( rule__Page__DeclarationsAssignment_5_1 )? )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3268:1: ( ( rule__Page__DeclarationsAssignment_5_1 )? )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3269:1: ( rule__Page__DeclarationsAssignment_5_1 )?
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getPageAccess().getDeclarationsAssignment_5_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3270:1: ( rule__Page__DeclarationsAssignment_5_1 )?
- int alt46 = 2;
- int LA46_0 = input.LA(1);
-
- if (((LA46_0 >= RULE_DASH && LA46_0 <= RULE_UNDERSCORE) || (LA46_0 >= RULE_ONE_HEX_LETTER && LA46_0 <= RULE_ONE_NON_HEX_LETTER) || LA46_0 == RULE_WS || (LA46_0 >= 49 && LA46_0 <= 52))) {
- alt46 = 1;
- }
- switch (alt46) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3270:2: rule__Page__DeclarationsAssignment_5_1
- {
- pushFollow(FOLLOW_rule__Page__DeclarationsAssignment_5_1_in_rule__Page__Group_5__1__Impl6990);
- rule__Page__DeclarationsAssignment_5_1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getPageAccess().getDeclarationsAssignment_5_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Page__Group_5__1__Impl"
-
-
- // $ANTLR start "rule__Pseudo_page__Group__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3284:1: rule__Pseudo_page__Group__0 : rule__Pseudo_page__Group__0__Impl rule__Pseudo_page__Group__1 ;
- public final void rule__Pseudo_page__Group__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3288:1: ( rule__Pseudo_page__Group__0__Impl rule__Pseudo_page__Group__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3289:2: rule__Pseudo_page__Group__0__Impl rule__Pseudo_page__Group__1
- {
- pushFollow(FOLLOW_rule__Pseudo_page__Group__0__Impl_in_rule__Pseudo_page__Group__07025);
- rule__Pseudo_page__Group__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Pseudo_page__Group__1_in_rule__Pseudo_page__Group__07028);
- rule__Pseudo_page__Group__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Pseudo_page__Group__0"
-
-
- // $ANTLR start "rule__Pseudo_page__Group__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3296:1: rule__Pseudo_page__Group__0__Impl : ( RULE_COLON ) ;
- public final void rule__Pseudo_page__Group__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3300:1: ( ( RULE_COLON ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3301:1: ( RULE_COLON )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3301:1: ( RULE_COLON )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3302:1: RULE_COLON
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getPseudo_pageAccess().getCOLONTerminalRuleCall_0());
- }
- match(input, RULE_COLON, FOLLOW_RULE_COLON_in_rule__Pseudo_page__Group__0__Impl7055);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getPseudo_pageAccess().getCOLONTerminalRuleCall_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Pseudo_page__Group__0__Impl"
-
-
- // $ANTLR start "rule__Pseudo_page__Group__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3313:1: rule__Pseudo_page__Group__1 : rule__Pseudo_page__Group__1__Impl ;
- public final void rule__Pseudo_page__Group__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3317:1: ( rule__Pseudo_page__Group__1__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3318:2: rule__Pseudo_page__Group__1__Impl
- {
- pushFollow(FOLLOW_rule__Pseudo_page__Group__1__Impl_in_rule__Pseudo_page__Group__17084);
- rule__Pseudo_page__Group__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Pseudo_page__Group__1"
-
-
- // $ANTLR start "rule__Pseudo_page__Group__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3324:1: rule__Pseudo_page__Group__1__Impl : ( ruleIdentifier ) ;
- public final void rule__Pseudo_page__Group__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3328:1: ( ( ruleIdentifier ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3329:1: ( ruleIdentifier )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3329:1: ( ruleIdentifier )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3330:1: ruleIdentifier
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getPseudo_pageAccess().getIdentifierParserRuleCall_1());
- }
- pushFollow(FOLLOW_ruleIdentifier_in_rule__Pseudo_page__Group__1__Impl7111);
- ruleIdentifier();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getPseudo_pageAccess().getIdentifierParserRuleCall_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Pseudo_page__Group__1__Impl"
-
-
- // $ANTLR start "rule__Media__Group__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3345:1: rule__Media__Group__0 : rule__Media__Group__0__Impl rule__Media__Group__1 ;
- public final void rule__Media__Group__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3349:1: ( rule__Media__Group__0__Impl rule__Media__Group__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3350:2: rule__Media__Group__0__Impl rule__Media__Group__1
- {
- pushFollow(FOLLOW_rule__Media__Group__0__Impl_in_rule__Media__Group__07144);
- rule__Media__Group__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Media__Group__1_in_rule__Media__Group__07147);
- rule__Media__Group__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Media__Group__0"
-
-
- // $ANTLR start "rule__Media__Group__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3357:1: rule__Media__Group__0__Impl : ( ( rule__Media__Alternatives_0 ) ) ;
- public final void rule__Media__Group__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3361:1: ( ( ( rule__Media__Alternatives_0 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3362:1: ( ( rule__Media__Alternatives_0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3362:1: ( ( rule__Media__Alternatives_0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3363:1: ( rule__Media__Alternatives_0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getMediaAccess().getAlternatives_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3364:1: ( rule__Media__Alternatives_0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3364:2: rule__Media__Alternatives_0
- {
- pushFollow(FOLLOW_rule__Media__Alternatives_0_in_rule__Media__Group__0__Impl7174);
- rule__Media__Alternatives_0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getMediaAccess().getAlternatives_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Media__Group__0__Impl"
-
-
- // $ANTLR start "rule__Media__Group__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3374:1: rule__Media__Group__1 : rule__Media__Group__1__Impl rule__Media__Group__2 ;
- public final void rule__Media__Group__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3378:1: ( rule__Media__Group__1__Impl rule__Media__Group__2 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3379:2: rule__Media__Group__1__Impl rule__Media__Group__2
- {
- pushFollow(FOLLOW_rule__Media__Group__1__Impl_in_rule__Media__Group__17204);
- rule__Media__Group__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Media__Group__2_in_rule__Media__Group__17207);
- rule__Media__Group__2();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Media__Group__1"
-
-
- // $ANTLR start "rule__Media__Group__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3386:1: rule__Media__Group__1__Impl : ( ( rule__Media__MedialistAssignment_1 ) ) ;
- public final void rule__Media__Group__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3390:1: ( ( ( rule__Media__MedialistAssignment_1 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3391:1: ( ( rule__Media__MedialistAssignment_1 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3391:1: ( ( rule__Media__MedialistAssignment_1 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3392:1: ( rule__Media__MedialistAssignment_1 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getMediaAccess().getMedialistAssignment_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3393:1: ( rule__Media__MedialistAssignment_1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3393:2: rule__Media__MedialistAssignment_1
- {
- pushFollow(FOLLOW_rule__Media__MedialistAssignment_1_in_rule__Media__Group__1__Impl7234);
- rule__Media__MedialistAssignment_1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getMediaAccess().getMedialistAssignment_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Media__Group__1__Impl"
-
-
- // $ANTLR start "rule__Media__Group__2"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3403:1: rule__Media__Group__2 : rule__Media__Group__2__Impl rule__Media__Group__3 ;
- public final void rule__Media__Group__2() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3407:1: ( rule__Media__Group__2__Impl rule__Media__Group__3 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3408:2: rule__Media__Group__2__Impl rule__Media__Group__3
- {
- pushFollow(FOLLOW_rule__Media__Group__2__Impl_in_rule__Media__Group__27264);
- rule__Media__Group__2__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Media__Group__3_in_rule__Media__Group__27267);
- rule__Media__Group__3();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Media__Group__2"
-
-
- // $ANTLR start "rule__Media__Group__2__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3415:1: rule__Media__Group__2__Impl : ( '{' ) ;
- public final void rule__Media__Group__2__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3419:1: ( ( '{' ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3420:1: ( '{' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3420:1: ( '{' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3421:1: '{'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getMediaAccess().getLeftCurlyBracketKeyword_2());
- }
- match(input, 58, FOLLOW_58_in_rule__Media__Group__2__Impl7295);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getMediaAccess().getLeftCurlyBracketKeyword_2());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Media__Group__2__Impl"
-
-
- // $ANTLR start "rule__Media__Group__3"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3434:1: rule__Media__Group__3 : rule__Media__Group__3__Impl rule__Media__Group__4 ;
- public final void rule__Media__Group__3() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3438:1: ( rule__Media__Group__3__Impl rule__Media__Group__4 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3439:2: rule__Media__Group__3__Impl rule__Media__Group__4
- {
- pushFollow(FOLLOW_rule__Media__Group__3__Impl_in_rule__Media__Group__37326);
- rule__Media__Group__3__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Media__Group__4_in_rule__Media__Group__37329);
- rule__Media__Group__4();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Media__Group__3"
-
-
- // $ANTLR start "rule__Media__Group__3__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3446:1: rule__Media__Group__3__Impl : ( ( rule__Media__RulesetsAssignment_3 )* ) ;
- public final void rule__Media__Group__3__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3450:1: ( ( ( rule__Media__RulesetsAssignment_3 )* ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3451:1: ( ( rule__Media__RulesetsAssignment_3 )* )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3451:1: ( ( rule__Media__RulesetsAssignment_3 )* )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3452:1: ( rule__Media__RulesetsAssignment_3 )*
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getMediaAccess().getRulesetsAssignment_3());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3453:1: ( rule__Media__RulesetsAssignment_3 )*
- loop47: do {
- int alt47 = 2;
- int LA47_0 = input.LA(1);
-
- if (((LA47_0 >= RULE_DASH && LA47_0 <= RULE_ONE_NON_HEX_LETTER) || LA47_0 == 36 || LA47_0 == 39 || LA47_0 == 42 || (LA47_0 >= 49 && LA47_0 <= 52) || LA47_0 == 60)) {
- alt47 = 1;
- }
-
-
- switch (alt47) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3453:2: rule__Media__RulesetsAssignment_3
- {
- pushFollow(FOLLOW_rule__Media__RulesetsAssignment_3_in_rule__Media__Group__3__Impl7356);
- rule__Media__RulesetsAssignment_3();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- default:
- break loop47;
- }
- } while (true);
-
- if (state.backtracking == 0) {
- after(grammarAccess.getMediaAccess().getRulesetsAssignment_3());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Media__Group__3__Impl"
-
-
- // $ANTLR start "rule__Media__Group__4"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3463:1: rule__Media__Group__4 : rule__Media__Group__4__Impl ;
- public final void rule__Media__Group__4() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3467:1: ( rule__Media__Group__4__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3468:2: rule__Media__Group__4__Impl
- {
- pushFollow(FOLLOW_rule__Media__Group__4__Impl_in_rule__Media__Group__47387);
- rule__Media__Group__4__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Media__Group__4"
-
-
- // $ANTLR start "rule__Media__Group__4__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3474:1: rule__Media__Group__4__Impl : ( '}' ) ;
- public final void rule__Media__Group__4__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3478:1: ( ( '}' ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3479:1: ( '}' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3479:1: ( '}' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3480:1: '}'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getMediaAccess().getRightCurlyBracketKeyword_4());
- }
- match(input, 59, FOLLOW_59_in_rule__Media__Group__4__Impl7415);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getMediaAccess().getRightCurlyBracketKeyword_4());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Media__Group__4__Impl"
-
-
- // $ANTLR start "rule__Media_list__Group__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3503:1: rule__Media_list__Group__0 : rule__Media_list__Group__0__Impl rule__Media_list__Group__1 ;
- public final void rule__Media_list__Group__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3507:1: ( rule__Media_list__Group__0__Impl rule__Media_list__Group__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3508:2: rule__Media_list__Group__0__Impl rule__Media_list__Group__1
- {
- pushFollow(FOLLOW_rule__Media_list__Group__0__Impl_in_rule__Media_list__Group__07456);
- rule__Media_list__Group__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Media_list__Group__1_in_rule__Media_list__Group__07459);
- rule__Media_list__Group__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Media_list__Group__0"
-
-
- // $ANTLR start "rule__Media_list__Group__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3515:1: rule__Media_list__Group__0__Impl : ( rulemedium ) ;
- public final void rule__Media_list__Group__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3519:1: ( ( rulemedium ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3520:1: ( rulemedium )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3520:1: ( rulemedium )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3521:1: rulemedium
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getMedia_listAccess().getMediumParserRuleCall_0());
- }
- pushFollow(FOLLOW_rulemedium_in_rule__Media_list__Group__0__Impl7486);
- rulemedium();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getMedia_listAccess().getMediumParserRuleCall_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Media_list__Group__0__Impl"
-
-
- // $ANTLR start "rule__Media_list__Group__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3532:1: rule__Media_list__Group__1 : rule__Media_list__Group__1__Impl ;
- public final void rule__Media_list__Group__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3536:1: ( rule__Media_list__Group__1__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3537:2: rule__Media_list__Group__1__Impl
- {
- pushFollow(FOLLOW_rule__Media_list__Group__1__Impl_in_rule__Media_list__Group__17515);
- rule__Media_list__Group__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Media_list__Group__1"
-
-
- // $ANTLR start "rule__Media_list__Group__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3543:1: rule__Media_list__Group__1__Impl : ( ( rule__Media_list__Group_1__0 )* ) ;
- public final void rule__Media_list__Group__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3547:1: ( ( ( rule__Media_list__Group_1__0 )* ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3548:1: ( ( rule__Media_list__Group_1__0 )* )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3548:1: ( ( rule__Media_list__Group_1__0 )* )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3549:1: ( rule__Media_list__Group_1__0 )*
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getMedia_listAccess().getGroup_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3550:1: ( rule__Media_list__Group_1__0 )*
- loop48: do {
- int alt48 = 2;
- int LA48_0 = input.LA(1);
-
- if ((LA48_0 == RULE_COMMA)) {
- alt48 = 1;
- }
-
-
- switch (alt48) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3550:2: rule__Media_list__Group_1__0
- {
- pushFollow(FOLLOW_rule__Media_list__Group_1__0_in_rule__Media_list__Group__1__Impl7542);
- rule__Media_list__Group_1__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- default:
- break loop48;
- }
- } while (true);
-
- if (state.backtracking == 0) {
- after(grammarAccess.getMedia_listAccess().getGroup_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Media_list__Group__1__Impl"
-
-
- // $ANTLR start "rule__Media_list__Group_1__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3564:1: rule__Media_list__Group_1__0 : rule__Media_list__Group_1__0__Impl rule__Media_list__Group_1__1 ;
- public final void rule__Media_list__Group_1__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3568:1: ( rule__Media_list__Group_1__0__Impl rule__Media_list__Group_1__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3569:2: rule__Media_list__Group_1__0__Impl rule__Media_list__Group_1__1
- {
- pushFollow(FOLLOW_rule__Media_list__Group_1__0__Impl_in_rule__Media_list__Group_1__07577);
- rule__Media_list__Group_1__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Media_list__Group_1__1_in_rule__Media_list__Group_1__07580);
- rule__Media_list__Group_1__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Media_list__Group_1__0"
-
-
- // $ANTLR start "rule__Media_list__Group_1__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3576:1: rule__Media_list__Group_1__0__Impl : ( RULE_COMMA ) ;
- public final void rule__Media_list__Group_1__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3580:1: ( ( RULE_COMMA ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3581:1: ( RULE_COMMA )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3581:1: ( RULE_COMMA )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3582:1: RULE_COMMA
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getMedia_listAccess().getCOMMATerminalRuleCall_1_0());
- }
- match(input, RULE_COMMA, FOLLOW_RULE_COMMA_in_rule__Media_list__Group_1__0__Impl7607);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getMedia_listAccess().getCOMMATerminalRuleCall_1_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Media_list__Group_1__0__Impl"
-
-
- // $ANTLR start "rule__Media_list__Group_1__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3593:1: rule__Media_list__Group_1__1 : rule__Media_list__Group_1__1__Impl ;
- public final void rule__Media_list__Group_1__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3597:1: ( rule__Media_list__Group_1__1__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3598:2: rule__Media_list__Group_1__1__Impl
- {
- pushFollow(FOLLOW_rule__Media_list__Group_1__1__Impl_in_rule__Media_list__Group_1__17636);
- rule__Media_list__Group_1__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Media_list__Group_1__1"
-
-
- // $ANTLR start "rule__Media_list__Group_1__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3604:1: rule__Media_list__Group_1__1__Impl : ( rulemedium ) ;
- public final void rule__Media_list__Group_1__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3608:1: ( ( rulemedium ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3609:1: ( rulemedium )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3609:1: ( rulemedium )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3610:1: rulemedium
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getMedia_listAccess().getMediumParserRuleCall_1_1());
- }
- pushFollow(FOLLOW_rulemedium_in_rule__Media_list__Group_1__1__Impl7663);
- rulemedium();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getMedia_listAccess().getMediumParserRuleCall_1_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Media_list__Group_1__1__Impl"
-
-
- // $ANTLR start "rule__Font_face__Group__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3625:1: rule__Font_face__Group__0 : rule__Font_face__Group__0__Impl rule__Font_face__Group__1 ;
- public final void rule__Font_face__Group__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3629:1: ( rule__Font_face__Group__0__Impl rule__Font_face__Group__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3630:2: rule__Font_face__Group__0__Impl rule__Font_face__Group__1
- {
- pushFollow(FOLLOW_rule__Font_face__Group__0__Impl_in_rule__Font_face__Group__07696);
- rule__Font_face__Group__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Font_face__Group__1_in_rule__Font_face__Group__07699);
- rule__Font_face__Group__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Font_face__Group__0"
-
-
- // $ANTLR start "rule__Font_face__Group__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3637:1: rule__Font_face__Group__0__Impl : ( () ) ;
- public final void rule__Font_face__Group__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3641:1: ( ( () ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3642:1: ( () )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3642:1: ( () )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3643:1: ()
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getFont_faceAccess().getFont_faceAction_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3644:1: ()
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3646:1:
- {
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getFont_faceAccess().getFont_faceAction_0());
- }
-
- }
-
-
- }
-
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Font_face__Group__0__Impl"
-
-
- // $ANTLR start "rule__Font_face__Group__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3656:1: rule__Font_face__Group__1 : rule__Font_face__Group__1__Impl rule__Font_face__Group__2 ;
- public final void rule__Font_face__Group__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3660:1: ( rule__Font_face__Group__1__Impl rule__Font_face__Group__2 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3661:2: rule__Font_face__Group__1__Impl rule__Font_face__Group__2
- {
- pushFollow(FOLLOW_rule__Font_face__Group__1__Impl_in_rule__Font_face__Group__17757);
- rule__Font_face__Group__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Font_face__Group__2_in_rule__Font_face__Group__17760);
- rule__Font_face__Group__2();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Font_face__Group__1"
-
-
- // $ANTLR start "rule__Font_face__Group__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3668:1: rule__Font_face__Group__1__Impl : ( ( rule__Font_face__Alternatives_1 ) ) ;
- public final void rule__Font_face__Group__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3672:1: ( ( ( rule__Font_face__Alternatives_1 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3673:1: ( ( rule__Font_face__Alternatives_1 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3673:1: ( ( rule__Font_face__Alternatives_1 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3674:1: ( rule__Font_face__Alternatives_1 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getFont_faceAccess().getAlternatives_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3675:1: ( rule__Font_face__Alternatives_1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3675:2: rule__Font_face__Alternatives_1
- {
- pushFollow(FOLLOW_rule__Font_face__Alternatives_1_in_rule__Font_face__Group__1__Impl7787);
- rule__Font_face__Alternatives_1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getFont_faceAccess().getAlternatives_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Font_face__Group__1__Impl"
-
-
- // $ANTLR start "rule__Font_face__Group__2"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3685:1: rule__Font_face__Group__2 : rule__Font_face__Group__2__Impl rule__Font_face__Group__3 ;
- public final void rule__Font_face__Group__2() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3689:1: ( rule__Font_face__Group__2__Impl rule__Font_face__Group__3 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3690:2: rule__Font_face__Group__2__Impl rule__Font_face__Group__3
- {
- pushFollow(FOLLOW_rule__Font_face__Group__2__Impl_in_rule__Font_face__Group__27817);
- rule__Font_face__Group__2__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Font_face__Group__3_in_rule__Font_face__Group__27820);
- rule__Font_face__Group__3();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Font_face__Group__2"
-
-
- // $ANTLR start "rule__Font_face__Group__2__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3697:1: rule__Font_face__Group__2__Impl : ( '{' ) ;
- public final void rule__Font_face__Group__2__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3701:1: ( ( '{' ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3702:1: ( '{' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3702:1: ( '{' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3703:1: '{'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getFont_faceAccess().getLeftCurlyBracketKeyword_2());
- }
- match(input, 58, FOLLOW_58_in_rule__Font_face__Group__2__Impl7848);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getFont_faceAccess().getLeftCurlyBracketKeyword_2());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Font_face__Group__2__Impl"
-
-
- // $ANTLR start "rule__Font_face__Group__3"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3716:1: rule__Font_face__Group__3 : rule__Font_face__Group__3__Impl rule__Font_face__Group__4 ;
- public final void rule__Font_face__Group__3() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3720:1: ( rule__Font_face__Group__3__Impl rule__Font_face__Group__4 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3721:2: rule__Font_face__Group__3__Impl rule__Font_face__Group__4
- {
- pushFollow(FOLLOW_rule__Font_face__Group__3__Impl_in_rule__Font_face__Group__37879);
- rule__Font_face__Group__3__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Font_face__Group__4_in_rule__Font_face__Group__37882);
- rule__Font_face__Group__4();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Font_face__Group__3"
-
-
- // $ANTLR start "rule__Font_face__Group__3__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3728:1: rule__Font_face__Group__3__Impl : ( ( rule__Font_face__DeclarationsAssignment_3 )? ) ;
- public final void rule__Font_face__Group__3__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3732:1: ( ( ( rule__Font_face__DeclarationsAssignment_3 )? ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3733:1: ( ( rule__Font_face__DeclarationsAssignment_3 )? )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3733:1: ( ( rule__Font_face__DeclarationsAssignment_3 )? )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3734:1: ( rule__Font_face__DeclarationsAssignment_3 )?
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getFont_faceAccess().getDeclarationsAssignment_3());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3735:1: ( rule__Font_face__DeclarationsAssignment_3 )?
- int alt49 = 2;
- int LA49_0 = input.LA(1);
-
- if (((LA49_0 >= RULE_DASH && LA49_0 <= RULE_UNDERSCORE) || (LA49_0 >= RULE_ONE_HEX_LETTER && LA49_0 <= RULE_ONE_NON_HEX_LETTER) || LA49_0 == RULE_WS || (LA49_0 >= 49 && LA49_0 <= 52))) {
- alt49 = 1;
- }
- switch (alt49) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3735:2: rule__Font_face__DeclarationsAssignment_3
- {
- pushFollow(FOLLOW_rule__Font_face__DeclarationsAssignment_3_in_rule__Font_face__Group__3__Impl7909);
- rule__Font_face__DeclarationsAssignment_3();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getFont_faceAccess().getDeclarationsAssignment_3());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Font_face__Group__3__Impl"
-
-
- // $ANTLR start "rule__Font_face__Group__4"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3745:1: rule__Font_face__Group__4 : rule__Font_face__Group__4__Impl rule__Font_face__Group__5 ;
- public final void rule__Font_face__Group__4() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3749:1: ( rule__Font_face__Group__4__Impl rule__Font_face__Group__5 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3750:2: rule__Font_face__Group__4__Impl rule__Font_face__Group__5
- {
- pushFollow(FOLLOW_rule__Font_face__Group__4__Impl_in_rule__Font_face__Group__47940);
- rule__Font_face__Group__4__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Font_face__Group__5_in_rule__Font_face__Group__47943);
- rule__Font_face__Group__5();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Font_face__Group__4"
-
-
- // $ANTLR start "rule__Font_face__Group__4__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3757:1: rule__Font_face__Group__4__Impl : ( ( rule__Font_face__Group_4__0 )* ) ;
- public final void rule__Font_face__Group__4__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3761:1: ( ( ( rule__Font_face__Group_4__0 )* ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3762:1: ( ( rule__Font_face__Group_4__0 )* )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3762:1: ( ( rule__Font_face__Group_4__0 )* )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3763:1: ( rule__Font_face__Group_4__0 )*
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getFont_faceAccess().getGroup_4());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3764:1: ( rule__Font_face__Group_4__0 )*
- loop50: do {
- int alt50 = 2;
- int LA50_0 = input.LA(1);
-
- if ((LA50_0 == 48)) {
- alt50 = 1;
- }
-
-
- switch (alt50) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3764:2: rule__Font_face__Group_4__0
- {
- pushFollow(FOLLOW_rule__Font_face__Group_4__0_in_rule__Font_face__Group__4__Impl7970);
- rule__Font_face__Group_4__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- default:
- break loop50;
- }
- } while (true);
-
- if (state.backtracking == 0) {
- after(grammarAccess.getFont_faceAccess().getGroup_4());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Font_face__Group__4__Impl"
-
-
- // $ANTLR start "rule__Font_face__Group__5"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3774:1: rule__Font_face__Group__5 : rule__Font_face__Group__5__Impl ;
- public final void rule__Font_face__Group__5() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3778:1: ( rule__Font_face__Group__5__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3779:2: rule__Font_face__Group__5__Impl
- {
- pushFollow(FOLLOW_rule__Font_face__Group__5__Impl_in_rule__Font_face__Group__58001);
- rule__Font_face__Group__5__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Font_face__Group__5"
-
-
- // $ANTLR start "rule__Font_face__Group__5__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3785:1: rule__Font_face__Group__5__Impl : ( '}' ) ;
- public final void rule__Font_face__Group__5__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3789:1: ( ( '}' ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3790:1: ( '}' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3790:1: ( '}' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3791:1: '}'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getFont_faceAccess().getRightCurlyBracketKeyword_5());
- }
- match(input, 59, FOLLOW_59_in_rule__Font_face__Group__5__Impl8029);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getFont_faceAccess().getRightCurlyBracketKeyword_5());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Font_face__Group__5__Impl"
-
-
- // $ANTLR start "rule__Font_face__Group_4__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3816:1: rule__Font_face__Group_4__0 : rule__Font_face__Group_4__0__Impl rule__Font_face__Group_4__1 ;
- public final void rule__Font_face__Group_4__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3820:1: ( rule__Font_face__Group_4__0__Impl rule__Font_face__Group_4__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3821:2: rule__Font_face__Group_4__0__Impl rule__Font_face__Group_4__1
- {
- pushFollow(FOLLOW_rule__Font_face__Group_4__0__Impl_in_rule__Font_face__Group_4__08072);
- rule__Font_face__Group_4__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Font_face__Group_4__1_in_rule__Font_face__Group_4__08075);
- rule__Font_face__Group_4__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Font_face__Group_4__0"
-
-
- // $ANTLR start "rule__Font_face__Group_4__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3828:1: rule__Font_face__Group_4__0__Impl : ( ';' ) ;
- public final void rule__Font_face__Group_4__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3832:1: ( ( ';' ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3833:1: ( ';' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3833:1: ( ';' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3834:1: ';'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getFont_faceAccess().getSemicolonKeyword_4_0());
- }
- match(input, 48, FOLLOW_48_in_rule__Font_face__Group_4__0__Impl8103);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getFont_faceAccess().getSemicolonKeyword_4_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Font_face__Group_4__0__Impl"
-
-
- // $ANTLR start "rule__Font_face__Group_4__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3847:1: rule__Font_face__Group_4__1 : rule__Font_face__Group_4__1__Impl ;
- public final void rule__Font_face__Group_4__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3851:1: ( rule__Font_face__Group_4__1__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3852:2: rule__Font_face__Group_4__1__Impl
- {
- pushFollow(FOLLOW_rule__Font_face__Group_4__1__Impl_in_rule__Font_face__Group_4__18134);
- rule__Font_face__Group_4__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Font_face__Group_4__1"
-
-
- // $ANTLR start "rule__Font_face__Group_4__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3858:1: rule__Font_face__Group_4__1__Impl : ( ( rule__Font_face__DeclarationsAssignment_4_1 )? ) ;
- public final void rule__Font_face__Group_4__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3862:1: ( ( ( rule__Font_face__DeclarationsAssignment_4_1 )? ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3863:1: ( ( rule__Font_face__DeclarationsAssignment_4_1 )? )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3863:1: ( ( rule__Font_face__DeclarationsAssignment_4_1 )? )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3864:1: ( rule__Font_face__DeclarationsAssignment_4_1 )?
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getFont_faceAccess().getDeclarationsAssignment_4_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3865:1: ( rule__Font_face__DeclarationsAssignment_4_1 )?
- int alt51 = 2;
- int LA51_0 = input.LA(1);
-
- if (((LA51_0 >= RULE_DASH && LA51_0 <= RULE_UNDERSCORE) || (LA51_0 >= RULE_ONE_HEX_LETTER && LA51_0 <= RULE_ONE_NON_HEX_LETTER) || LA51_0 == RULE_WS || (LA51_0 >= 49 && LA51_0 <= 52))) {
- alt51 = 1;
- }
- switch (alt51) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3865:2: rule__Font_face__DeclarationsAssignment_4_1
- {
- pushFollow(FOLLOW_rule__Font_face__DeclarationsAssignment_4_1_in_rule__Font_face__Group_4__1__Impl8161);
- rule__Font_face__DeclarationsAssignment_4_1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getFont_faceAccess().getDeclarationsAssignment_4_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Font_face__Group_4__1__Impl"
-
-
- // $ANTLR start "rule__Keyframes__Group__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3879:1: rule__Keyframes__Group__0 : rule__Keyframes__Group__0__Impl rule__Keyframes__Group__1 ;
- public final void rule__Keyframes__Group__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3883:1: ( rule__Keyframes__Group__0__Impl rule__Keyframes__Group__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3884:2: rule__Keyframes__Group__0__Impl rule__Keyframes__Group__1
- {
- pushFollow(FOLLOW_rule__Keyframes__Group__0__Impl_in_rule__Keyframes__Group__08196);
- rule__Keyframes__Group__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Keyframes__Group__1_in_rule__Keyframes__Group__08199);
- rule__Keyframes__Group__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Keyframes__Group__0"
-
-
- // $ANTLR start "rule__Keyframes__Group__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3891:1: rule__Keyframes__Group__0__Impl : ( () ) ;
- public final void rule__Keyframes__Group__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3895:1: ( ( () ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3896:1: ( () )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3896:1: ( () )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3897:1: ()
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getKeyframesAccess().getFont_faceAction_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3898:1: ()
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3900:1:
- {
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getKeyframesAccess().getFont_faceAction_0());
- }
-
- }
-
-
- }
-
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Keyframes__Group__0__Impl"
-
-
- // $ANTLR start "rule__Keyframes__Group__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3910:1: rule__Keyframes__Group__1 : rule__Keyframes__Group__1__Impl rule__Keyframes__Group__2 ;
- public final void rule__Keyframes__Group__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3914:1: ( rule__Keyframes__Group__1__Impl rule__Keyframes__Group__2 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3915:2: rule__Keyframes__Group__1__Impl rule__Keyframes__Group__2
- {
- pushFollow(FOLLOW_rule__Keyframes__Group__1__Impl_in_rule__Keyframes__Group__18257);
- rule__Keyframes__Group__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Keyframes__Group__2_in_rule__Keyframes__Group__18260);
- rule__Keyframes__Group__2();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Keyframes__Group__1"
-
-
- // $ANTLR start "rule__Keyframes__Group__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3922:1: rule__Keyframes__Group__1__Impl : ( ( rule__Keyframes__Alternatives_1 ) ) ;
- public final void rule__Keyframes__Group__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3926:1: ( ( ( rule__Keyframes__Alternatives_1 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3927:1: ( ( rule__Keyframes__Alternatives_1 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3927:1: ( ( rule__Keyframes__Alternatives_1 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3928:1: ( rule__Keyframes__Alternatives_1 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getKeyframesAccess().getAlternatives_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3929:1: ( rule__Keyframes__Alternatives_1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3929:2: rule__Keyframes__Alternatives_1
- {
- pushFollow(FOLLOW_rule__Keyframes__Alternatives_1_in_rule__Keyframes__Group__1__Impl8287);
- rule__Keyframes__Alternatives_1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getKeyframesAccess().getAlternatives_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Keyframes__Group__1__Impl"
-
-
- // $ANTLR start "rule__Keyframes__Group__2"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3939:1: rule__Keyframes__Group__2 : rule__Keyframes__Group__2__Impl rule__Keyframes__Group__3 ;
- public final void rule__Keyframes__Group__2() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3943:1: ( rule__Keyframes__Group__2__Impl rule__Keyframes__Group__3 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3944:2: rule__Keyframes__Group__2__Impl rule__Keyframes__Group__3
- {
- pushFollow(FOLLOW_rule__Keyframes__Group__2__Impl_in_rule__Keyframes__Group__28317);
- rule__Keyframes__Group__2__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Keyframes__Group__3_in_rule__Keyframes__Group__28320);
- rule__Keyframes__Group__3();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Keyframes__Group__2"
-
-
- // $ANTLR start "rule__Keyframes__Group__2__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3951:1: rule__Keyframes__Group__2__Impl : ( ( rule__Keyframes__NameAssignment_2 ) ) ;
- public final void rule__Keyframes__Group__2__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3955:1: ( ( ( rule__Keyframes__NameAssignment_2 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3956:1: ( ( rule__Keyframes__NameAssignment_2 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3956:1: ( ( rule__Keyframes__NameAssignment_2 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3957:1: ( rule__Keyframes__NameAssignment_2 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getKeyframesAccess().getNameAssignment_2());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3958:1: ( rule__Keyframes__NameAssignment_2 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3958:2: rule__Keyframes__NameAssignment_2
- {
- pushFollow(FOLLOW_rule__Keyframes__NameAssignment_2_in_rule__Keyframes__Group__2__Impl8347);
- rule__Keyframes__NameAssignment_2();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getKeyframesAccess().getNameAssignment_2());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Keyframes__Group__2__Impl"
-
-
- // $ANTLR start "rule__Keyframes__Group__3"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3968:1: rule__Keyframes__Group__3 : rule__Keyframes__Group__3__Impl rule__Keyframes__Group__4 ;
- public final void rule__Keyframes__Group__3() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3972:1: ( rule__Keyframes__Group__3__Impl rule__Keyframes__Group__4 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3973:2: rule__Keyframes__Group__3__Impl rule__Keyframes__Group__4
- {
- pushFollow(FOLLOW_rule__Keyframes__Group__3__Impl_in_rule__Keyframes__Group__38377);
- rule__Keyframes__Group__3__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Keyframes__Group__4_in_rule__Keyframes__Group__38380);
- rule__Keyframes__Group__4();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Keyframes__Group__3"
-
-
- // $ANTLR start "rule__Keyframes__Group__3__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3980:1: rule__Keyframes__Group__3__Impl : ( '{' ) ;
- public final void rule__Keyframes__Group__3__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3984:1: ( ( '{' ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3985:1: ( '{' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3985:1: ( '{' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3986:1: '{'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getKeyframesAccess().getLeftCurlyBracketKeyword_3());
- }
- match(input, 58, FOLLOW_58_in_rule__Keyframes__Group__3__Impl8408);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getKeyframesAccess().getLeftCurlyBracketKeyword_3());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Keyframes__Group__3__Impl"
-
-
- // $ANTLR start "rule__Keyframes__Group__4"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:3999:1: rule__Keyframes__Group__4 : rule__Keyframes__Group__4__Impl rule__Keyframes__Group__5 ;
- public final void rule__Keyframes__Group__4() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4003:1: ( rule__Keyframes__Group__4__Impl rule__Keyframes__Group__5 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4004:2: rule__Keyframes__Group__4__Impl rule__Keyframes__Group__5
- {
- pushFollow(FOLLOW_rule__Keyframes__Group__4__Impl_in_rule__Keyframes__Group__48439);
- rule__Keyframes__Group__4__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Keyframes__Group__5_in_rule__Keyframes__Group__48442);
- rule__Keyframes__Group__5();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Keyframes__Group__4"
-
-
- // $ANTLR start "rule__Keyframes__Group__4__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4011:1: rule__Keyframes__Group__4__Impl : ( ( rule__Keyframes__KeyframeselectorsAssignment_4 )? ) ;
- public final void rule__Keyframes__Group__4__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4015:1: ( ( ( rule__Keyframes__KeyframeselectorsAssignment_4 )? ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4016:1: ( ( rule__Keyframes__KeyframeselectorsAssignment_4 )? )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4016:1: ( ( rule__Keyframes__KeyframeselectorsAssignment_4 )? )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4017:1: ( rule__Keyframes__KeyframeselectorsAssignment_4 )?
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getKeyframesAccess().getKeyframeselectorsAssignment_4());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4018:1: ( rule__Keyframes__KeyframeselectorsAssignment_4 )?
- int alt52 = 2;
- int LA52_0 = input.LA(1);
-
- if ((LA52_0 == RULE_PLUS || (LA52_0 >= RULE_DASH && LA52_0 <= RULE_UNDERSCORE) || (LA52_0 >= RULE_ONE_HEX_LETTER && LA52_0 <= RULE_ONE_INT) || LA52_0 == 39 || (LA52_0 >= 49 && LA52_0 <= 52))) {
- alt52 = 1;
- }
- switch (alt52) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4018:2: rule__Keyframes__KeyframeselectorsAssignment_4
- {
- pushFollow(FOLLOW_rule__Keyframes__KeyframeselectorsAssignment_4_in_rule__Keyframes__Group__4__Impl8469);
- rule__Keyframes__KeyframeselectorsAssignment_4();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getKeyframesAccess().getKeyframeselectorsAssignment_4());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Keyframes__Group__4__Impl"
-
-
- // $ANTLR start "rule__Keyframes__Group__5"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4028:1: rule__Keyframes__Group__5 : rule__Keyframes__Group__5__Impl rule__Keyframes__Group__6 ;
- public final void rule__Keyframes__Group__5() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4032:1: ( rule__Keyframes__Group__5__Impl rule__Keyframes__Group__6 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4033:2: rule__Keyframes__Group__5__Impl rule__Keyframes__Group__6
- {
- pushFollow(FOLLOW_rule__Keyframes__Group__5__Impl_in_rule__Keyframes__Group__58500);
- rule__Keyframes__Group__5__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Keyframes__Group__6_in_rule__Keyframes__Group__58503);
- rule__Keyframes__Group__6();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Keyframes__Group__5"
-
-
- // $ANTLR start "rule__Keyframes__Group__5__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4040:1: rule__Keyframes__Group__5__Impl : ( ( rule__Keyframes__Group_5__0 )* ) ;
- public final void rule__Keyframes__Group__5__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4044:1: ( ( ( rule__Keyframes__Group_5__0 )* ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4045:1: ( ( rule__Keyframes__Group_5__0 )* )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4045:1: ( ( rule__Keyframes__Group_5__0 )* )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4046:1: ( rule__Keyframes__Group_5__0 )*
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getKeyframesAccess().getGroup_5());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4047:1: ( rule__Keyframes__Group_5__0 )*
- loop53: do {
- int alt53 = 2;
- int LA53_0 = input.LA(1);
-
- if ((LA53_0 == 48)) {
- alt53 = 1;
- }
-
-
- switch (alt53) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4047:2: rule__Keyframes__Group_5__0
- {
- pushFollow(FOLLOW_rule__Keyframes__Group_5__0_in_rule__Keyframes__Group__5__Impl8530);
- rule__Keyframes__Group_5__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- default:
- break loop53;
- }
- } while (true);
-
- if (state.backtracking == 0) {
- after(grammarAccess.getKeyframesAccess().getGroup_5());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Keyframes__Group__5__Impl"
-
-
- // $ANTLR start "rule__Keyframes__Group__6"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4057:1: rule__Keyframes__Group__6 : rule__Keyframes__Group__6__Impl ;
- public final void rule__Keyframes__Group__6() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4061:1: ( rule__Keyframes__Group__6__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4062:2: rule__Keyframes__Group__6__Impl
- {
- pushFollow(FOLLOW_rule__Keyframes__Group__6__Impl_in_rule__Keyframes__Group__68561);
- rule__Keyframes__Group__6__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Keyframes__Group__6"
-
-
- // $ANTLR start "rule__Keyframes__Group__6__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4068:1: rule__Keyframes__Group__6__Impl : ( '}' ) ;
- public final void rule__Keyframes__Group__6__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4072:1: ( ( '}' ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4073:1: ( '}' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4073:1: ( '}' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4074:1: '}'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getKeyframesAccess().getRightCurlyBracketKeyword_6());
- }
- match(input, 59, FOLLOW_59_in_rule__Keyframes__Group__6__Impl8589);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getKeyframesAccess().getRightCurlyBracketKeyword_6());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Keyframes__Group__6__Impl"
-
-
- // $ANTLR start "rule__Keyframes__Group_5__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4101:1: rule__Keyframes__Group_5__0 : rule__Keyframes__Group_5__0__Impl rule__Keyframes__Group_5__1 ;
- public final void rule__Keyframes__Group_5__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4105:1: ( rule__Keyframes__Group_5__0__Impl rule__Keyframes__Group_5__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4106:2: rule__Keyframes__Group_5__0__Impl rule__Keyframes__Group_5__1
- {
- pushFollow(FOLLOW_rule__Keyframes__Group_5__0__Impl_in_rule__Keyframes__Group_5__08634);
- rule__Keyframes__Group_5__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Keyframes__Group_5__1_in_rule__Keyframes__Group_5__08637);
- rule__Keyframes__Group_5__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Keyframes__Group_5__0"
-
-
- // $ANTLR start "rule__Keyframes__Group_5__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4113:1: rule__Keyframes__Group_5__0__Impl : ( ';' ) ;
- public final void rule__Keyframes__Group_5__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4117:1: ( ( ';' ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4118:1: ( ';' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4118:1: ( ';' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4119:1: ';'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getKeyframesAccess().getSemicolonKeyword_5_0());
- }
- match(input, 48, FOLLOW_48_in_rule__Keyframes__Group_5__0__Impl8665);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getKeyframesAccess().getSemicolonKeyword_5_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Keyframes__Group_5__0__Impl"
-
-
- // $ANTLR start "rule__Keyframes__Group_5__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4132:1: rule__Keyframes__Group_5__1 : rule__Keyframes__Group_5__1__Impl ;
- public final void rule__Keyframes__Group_5__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4136:1: ( rule__Keyframes__Group_5__1__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4137:2: rule__Keyframes__Group_5__1__Impl
- {
- pushFollow(FOLLOW_rule__Keyframes__Group_5__1__Impl_in_rule__Keyframes__Group_5__18696);
- rule__Keyframes__Group_5__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Keyframes__Group_5__1"
-
-
- // $ANTLR start "rule__Keyframes__Group_5__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4143:1: rule__Keyframes__Group_5__1__Impl : ( ( rule__Keyframes__KeyframeselectorsAssignment_5_1 )? ) ;
- public final void rule__Keyframes__Group_5__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4147:1: ( ( ( rule__Keyframes__KeyframeselectorsAssignment_5_1 )? ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4148:1: ( ( rule__Keyframes__KeyframeselectorsAssignment_5_1 )? )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4148:1: ( ( rule__Keyframes__KeyframeselectorsAssignment_5_1 )? )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4149:1: ( rule__Keyframes__KeyframeselectorsAssignment_5_1 )?
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getKeyframesAccess().getKeyframeselectorsAssignment_5_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4150:1: ( rule__Keyframes__KeyframeselectorsAssignment_5_1 )?
- int alt54 = 2;
- int LA54_0 = input.LA(1);
-
- if ((LA54_0 == RULE_PLUS || (LA54_0 >= RULE_DASH && LA54_0 <= RULE_UNDERSCORE) || (LA54_0 >= RULE_ONE_HEX_LETTER && LA54_0 <= RULE_ONE_INT) || LA54_0 == 39 || (LA54_0 >= 49 && LA54_0 <= 52))) {
- alt54 = 1;
- }
- switch (alt54) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4150:2: rule__Keyframes__KeyframeselectorsAssignment_5_1
- {
- pushFollow(FOLLOW_rule__Keyframes__KeyframeselectorsAssignment_5_1_in_rule__Keyframes__Group_5__1__Impl8723);
- rule__Keyframes__KeyframeselectorsAssignment_5_1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getKeyframesAccess().getKeyframeselectorsAssignment_5_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Keyframes__Group_5__1__Impl"
-
-
- // $ANTLR start "rule__Keyframe_selector__Group__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4164:1: rule__Keyframe_selector__Group__0 : rule__Keyframe_selector__Group__0__Impl
- // rule__Keyframe_selector__Group__1 ;
- public final void rule__Keyframe_selector__Group__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4168:1: ( rule__Keyframe_selector__Group__0__Impl rule__Keyframe_selector__Group__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4169:2: rule__Keyframe_selector__Group__0__Impl rule__Keyframe_selector__Group__1
- {
- pushFollow(FOLLOW_rule__Keyframe_selector__Group__0__Impl_in_rule__Keyframe_selector__Group__08758);
- rule__Keyframe_selector__Group__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Keyframe_selector__Group__1_in_rule__Keyframe_selector__Group__08761);
- rule__Keyframe_selector__Group__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Keyframe_selector__Group__0"
-
-
- // $ANTLR start "rule__Keyframe_selector__Group__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4176:1: rule__Keyframe_selector__Group__0__Impl : ( ( rule__Keyframe_selector__Alternatives_0 ) ) ;
- public final void rule__Keyframe_selector__Group__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4180:1: ( ( ( rule__Keyframe_selector__Alternatives_0 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4181:1: ( ( rule__Keyframe_selector__Alternatives_0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4181:1: ( ( rule__Keyframe_selector__Alternatives_0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4182:1: ( rule__Keyframe_selector__Alternatives_0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getKeyframe_selectorAccess().getAlternatives_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4183:1: ( rule__Keyframe_selector__Alternatives_0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4183:2: rule__Keyframe_selector__Alternatives_0
- {
- pushFollow(FOLLOW_rule__Keyframe_selector__Alternatives_0_in_rule__Keyframe_selector__Group__0__Impl8788);
- rule__Keyframe_selector__Alternatives_0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getKeyframe_selectorAccess().getAlternatives_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Keyframe_selector__Group__0__Impl"
-
-
- // $ANTLR start "rule__Keyframe_selector__Group__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4193:1: rule__Keyframe_selector__Group__1 : rule__Keyframe_selector__Group__1__Impl
- // rule__Keyframe_selector__Group__2 ;
- public final void rule__Keyframe_selector__Group__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4197:1: ( rule__Keyframe_selector__Group__1__Impl rule__Keyframe_selector__Group__2 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4198:2: rule__Keyframe_selector__Group__1__Impl rule__Keyframe_selector__Group__2
- {
- pushFollow(FOLLOW_rule__Keyframe_selector__Group__1__Impl_in_rule__Keyframe_selector__Group__18818);
- rule__Keyframe_selector__Group__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Keyframe_selector__Group__2_in_rule__Keyframe_selector__Group__18821);
- rule__Keyframe_selector__Group__2();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Keyframe_selector__Group__1"
-
-
- // $ANTLR start "rule__Keyframe_selector__Group__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4205:1: rule__Keyframe_selector__Group__1__Impl : ( '{' ) ;
- public final void rule__Keyframe_selector__Group__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4209:1: ( ( '{' ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4210:1: ( '{' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4210:1: ( '{' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4211:1: '{'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getKeyframe_selectorAccess().getLeftCurlyBracketKeyword_1());
- }
- match(input, 58, FOLLOW_58_in_rule__Keyframe_selector__Group__1__Impl8849);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getKeyframe_selectorAccess().getLeftCurlyBracketKeyword_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Keyframe_selector__Group__1__Impl"
-
-
- // $ANTLR start "rule__Keyframe_selector__Group__2"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4224:1: rule__Keyframe_selector__Group__2 : rule__Keyframe_selector__Group__2__Impl
- // rule__Keyframe_selector__Group__3 ;
- public final void rule__Keyframe_selector__Group__2() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4228:1: ( rule__Keyframe_selector__Group__2__Impl rule__Keyframe_selector__Group__3 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4229:2: rule__Keyframe_selector__Group__2__Impl rule__Keyframe_selector__Group__3
- {
- pushFollow(FOLLOW_rule__Keyframe_selector__Group__2__Impl_in_rule__Keyframe_selector__Group__28880);
- rule__Keyframe_selector__Group__2__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Keyframe_selector__Group__3_in_rule__Keyframe_selector__Group__28883);
- rule__Keyframe_selector__Group__3();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Keyframe_selector__Group__2"
-
-
- // $ANTLR start "rule__Keyframe_selector__Group__2__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4236:1: rule__Keyframe_selector__Group__2__Impl : ( ( rule__Keyframe_selector__DeclarationsAssignment_2 )? )
- // ;
- public final void rule__Keyframe_selector__Group__2__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4240:1: ( ( ( rule__Keyframe_selector__DeclarationsAssignment_2 )? ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4241:1: ( ( rule__Keyframe_selector__DeclarationsAssignment_2 )? )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4241:1: ( ( rule__Keyframe_selector__DeclarationsAssignment_2 )? )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4242:1: ( rule__Keyframe_selector__DeclarationsAssignment_2 )?
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getKeyframe_selectorAccess().getDeclarationsAssignment_2());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4243:1: ( rule__Keyframe_selector__DeclarationsAssignment_2 )?
- int alt55 = 2;
- int LA55_0 = input.LA(1);
-
- if (((LA55_0 >= RULE_DASH && LA55_0 <= RULE_UNDERSCORE) || (LA55_0 >= RULE_ONE_HEX_LETTER && LA55_0 <= RULE_ONE_NON_HEX_LETTER) || LA55_0 == RULE_WS || (LA55_0 >= 49 && LA55_0 <= 52))) {
- alt55 = 1;
- }
- switch (alt55) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4243:2: rule__Keyframe_selector__DeclarationsAssignment_2
- {
- pushFollow(FOLLOW_rule__Keyframe_selector__DeclarationsAssignment_2_in_rule__Keyframe_selector__Group__2__Impl8910);
- rule__Keyframe_selector__DeclarationsAssignment_2();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getKeyframe_selectorAccess().getDeclarationsAssignment_2());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Keyframe_selector__Group__2__Impl"
-
-
- // $ANTLR start "rule__Keyframe_selector__Group__3"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4253:1: rule__Keyframe_selector__Group__3 : rule__Keyframe_selector__Group__3__Impl
- // rule__Keyframe_selector__Group__4 ;
- public final void rule__Keyframe_selector__Group__3() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4257:1: ( rule__Keyframe_selector__Group__3__Impl rule__Keyframe_selector__Group__4 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4258:2: rule__Keyframe_selector__Group__3__Impl rule__Keyframe_selector__Group__4
- {
- pushFollow(FOLLOW_rule__Keyframe_selector__Group__3__Impl_in_rule__Keyframe_selector__Group__38941);
- rule__Keyframe_selector__Group__3__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Keyframe_selector__Group__4_in_rule__Keyframe_selector__Group__38944);
- rule__Keyframe_selector__Group__4();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Keyframe_selector__Group__3"
-
-
- // $ANTLR start "rule__Keyframe_selector__Group__3__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4265:1: rule__Keyframe_selector__Group__3__Impl : ( ( rule__Keyframe_selector__Group_3__0 )* ) ;
- public final void rule__Keyframe_selector__Group__3__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4269:1: ( ( ( rule__Keyframe_selector__Group_3__0 )* ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4270:1: ( ( rule__Keyframe_selector__Group_3__0 )* )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4270:1: ( ( rule__Keyframe_selector__Group_3__0 )* )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4271:1: ( rule__Keyframe_selector__Group_3__0 )*
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getKeyframe_selectorAccess().getGroup_3());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4272:1: ( rule__Keyframe_selector__Group_3__0 )*
- loop56: do {
- int alt56 = 2;
- int LA56_0 = input.LA(1);
-
- if ((LA56_0 == 48)) {
- alt56 = 1;
- }
-
-
- switch (alt56) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4272:2: rule__Keyframe_selector__Group_3__0
- {
- pushFollow(FOLLOW_rule__Keyframe_selector__Group_3__0_in_rule__Keyframe_selector__Group__3__Impl8971);
- rule__Keyframe_selector__Group_3__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- default:
- break loop56;
- }
- } while (true);
-
- if (state.backtracking == 0) {
- after(grammarAccess.getKeyframe_selectorAccess().getGroup_3());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Keyframe_selector__Group__3__Impl"
-
-
- // $ANTLR start "rule__Keyframe_selector__Group__4"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4282:1: rule__Keyframe_selector__Group__4 : rule__Keyframe_selector__Group__4__Impl ;
- public final void rule__Keyframe_selector__Group__4() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4286:1: ( rule__Keyframe_selector__Group__4__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4287:2: rule__Keyframe_selector__Group__4__Impl
- {
- pushFollow(FOLLOW_rule__Keyframe_selector__Group__4__Impl_in_rule__Keyframe_selector__Group__49002);
- rule__Keyframe_selector__Group__4__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Keyframe_selector__Group__4"
-
-
- // $ANTLR start "rule__Keyframe_selector__Group__4__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4293:1: rule__Keyframe_selector__Group__4__Impl : ( '}' ) ;
- public final void rule__Keyframe_selector__Group__4__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4297:1: ( ( '}' ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4298:1: ( '}' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4298:1: ( '}' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4299:1: '}'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getKeyframe_selectorAccess().getRightCurlyBracketKeyword_4());
- }
- match(input, 59, FOLLOW_59_in_rule__Keyframe_selector__Group__4__Impl9030);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getKeyframe_selectorAccess().getRightCurlyBracketKeyword_4());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Keyframe_selector__Group__4__Impl"
-
-
- // $ANTLR start "rule__Keyframe_selector__Group_0_1__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4322:1: rule__Keyframe_selector__Group_0_1__0 : rule__Keyframe_selector__Group_0_1__0__Impl
- // rule__Keyframe_selector__Group_0_1__1 ;
- public final void rule__Keyframe_selector__Group_0_1__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4326:1: ( rule__Keyframe_selector__Group_0_1__0__Impl rule__Keyframe_selector__Group_0_1__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4327:2: rule__Keyframe_selector__Group_0_1__0__Impl rule__Keyframe_selector__Group_0_1__1
- {
- pushFollow(FOLLOW_rule__Keyframe_selector__Group_0_1__0__Impl_in_rule__Keyframe_selector__Group_0_1__09071);
- rule__Keyframe_selector__Group_0_1__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Keyframe_selector__Group_0_1__1_in_rule__Keyframe_selector__Group_0_1__09074);
- rule__Keyframe_selector__Group_0_1__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Keyframe_selector__Group_0_1__0"
-
-
- // $ANTLR start "rule__Keyframe_selector__Group_0_1__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4334:1: rule__Keyframe_selector__Group_0_1__0__Impl : ( ( rule__Keyframe_selector__PercentageAssignment_0_1_0
- // ) ) ;
- public final void rule__Keyframe_selector__Group_0_1__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4338:1: ( ( ( rule__Keyframe_selector__PercentageAssignment_0_1_0 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4339:1: ( ( rule__Keyframe_selector__PercentageAssignment_0_1_0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4339:1: ( ( rule__Keyframe_selector__PercentageAssignment_0_1_0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4340:1: ( rule__Keyframe_selector__PercentageAssignment_0_1_0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getKeyframe_selectorAccess().getPercentageAssignment_0_1_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4341:1: ( rule__Keyframe_selector__PercentageAssignment_0_1_0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4341:2: rule__Keyframe_selector__PercentageAssignment_0_1_0
- {
- pushFollow(FOLLOW_rule__Keyframe_selector__PercentageAssignment_0_1_0_in_rule__Keyframe_selector__Group_0_1__0__Impl9101);
- rule__Keyframe_selector__PercentageAssignment_0_1_0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getKeyframe_selectorAccess().getPercentageAssignment_0_1_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Keyframe_selector__Group_0_1__0__Impl"
-
-
- // $ANTLR start "rule__Keyframe_selector__Group_0_1__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4351:1: rule__Keyframe_selector__Group_0_1__1 : rule__Keyframe_selector__Group_0_1__1__Impl ;
- public final void rule__Keyframe_selector__Group_0_1__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4355:1: ( rule__Keyframe_selector__Group_0_1__1__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4356:2: rule__Keyframe_selector__Group_0_1__1__Impl
- {
- pushFollow(FOLLOW_rule__Keyframe_selector__Group_0_1__1__Impl_in_rule__Keyframe_selector__Group_0_1__19131);
- rule__Keyframe_selector__Group_0_1__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Keyframe_selector__Group_0_1__1"
-
-
- // $ANTLR start "rule__Keyframe_selector__Group_0_1__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4362:1: rule__Keyframe_selector__Group_0_1__1__Impl : ( RULE_PERCENT ) ;
- public final void rule__Keyframe_selector__Group_0_1__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4366:1: ( ( RULE_PERCENT ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4367:1: ( RULE_PERCENT )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4367:1: ( RULE_PERCENT )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4368:1: RULE_PERCENT
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getKeyframe_selectorAccess().getPERCENTTerminalRuleCall_0_1_1());
- }
- match(input, RULE_PERCENT, FOLLOW_RULE_PERCENT_in_rule__Keyframe_selector__Group_0_1__1__Impl9158);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getKeyframe_selectorAccess().getPERCENTTerminalRuleCall_0_1_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Keyframe_selector__Group_0_1__1__Impl"
-
-
- // $ANTLR start "rule__Keyframe_selector__Group_3__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4383:1: rule__Keyframe_selector__Group_3__0 : rule__Keyframe_selector__Group_3__0__Impl
- // rule__Keyframe_selector__Group_3__1 ;
- public final void rule__Keyframe_selector__Group_3__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4387:1: ( rule__Keyframe_selector__Group_3__0__Impl rule__Keyframe_selector__Group_3__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4388:2: rule__Keyframe_selector__Group_3__0__Impl rule__Keyframe_selector__Group_3__1
- {
- pushFollow(FOLLOW_rule__Keyframe_selector__Group_3__0__Impl_in_rule__Keyframe_selector__Group_3__09191);
- rule__Keyframe_selector__Group_3__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Keyframe_selector__Group_3__1_in_rule__Keyframe_selector__Group_3__09194);
- rule__Keyframe_selector__Group_3__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Keyframe_selector__Group_3__0"
-
-
- // $ANTLR start "rule__Keyframe_selector__Group_3__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4395:1: rule__Keyframe_selector__Group_3__0__Impl : ( ';' ) ;
- public final void rule__Keyframe_selector__Group_3__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4399:1: ( ( ';' ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4400:1: ( ';' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4400:1: ( ';' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4401:1: ';'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getKeyframe_selectorAccess().getSemicolonKeyword_3_0());
- }
- match(input, 48, FOLLOW_48_in_rule__Keyframe_selector__Group_3__0__Impl9222);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getKeyframe_selectorAccess().getSemicolonKeyword_3_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Keyframe_selector__Group_3__0__Impl"
-
-
- // $ANTLR start "rule__Keyframe_selector__Group_3__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4414:1: rule__Keyframe_selector__Group_3__1 : rule__Keyframe_selector__Group_3__1__Impl ;
- public final void rule__Keyframe_selector__Group_3__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4418:1: ( rule__Keyframe_selector__Group_3__1__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4419:2: rule__Keyframe_selector__Group_3__1__Impl
- {
- pushFollow(FOLLOW_rule__Keyframe_selector__Group_3__1__Impl_in_rule__Keyframe_selector__Group_3__19253);
- rule__Keyframe_selector__Group_3__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Keyframe_selector__Group_3__1"
-
-
- // $ANTLR start "rule__Keyframe_selector__Group_3__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4425:1: rule__Keyframe_selector__Group_3__1__Impl : ( ( rule__Keyframe_selector__DeclarationsAssignment_3_1
- // )? ) ;
- public final void rule__Keyframe_selector__Group_3__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4429:1: ( ( ( rule__Keyframe_selector__DeclarationsAssignment_3_1 )? ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4430:1: ( ( rule__Keyframe_selector__DeclarationsAssignment_3_1 )? )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4430:1: ( ( rule__Keyframe_selector__DeclarationsAssignment_3_1 )? )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4431:1: ( rule__Keyframe_selector__DeclarationsAssignment_3_1 )?
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getKeyframe_selectorAccess().getDeclarationsAssignment_3_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4432:1: ( rule__Keyframe_selector__DeclarationsAssignment_3_1 )?
- int alt57 = 2;
- int LA57_0 = input.LA(1);
-
- if (((LA57_0 >= RULE_DASH && LA57_0 <= RULE_UNDERSCORE) || (LA57_0 >= RULE_ONE_HEX_LETTER && LA57_0 <= RULE_ONE_NON_HEX_LETTER) || LA57_0 == RULE_WS || (LA57_0 >= 49 && LA57_0 <= 52))) {
- alt57 = 1;
- }
- switch (alt57) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4432:2: rule__Keyframe_selector__DeclarationsAssignment_3_1
- {
- pushFollow(FOLLOW_rule__Keyframe_selector__DeclarationsAssignment_3_1_in_rule__Keyframe_selector__Group_3__1__Impl9280);
- rule__Keyframe_selector__DeclarationsAssignment_3_1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getKeyframe_selectorAccess().getDeclarationsAssignment_3_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Keyframe_selector__Group_3__1__Impl"
-
-
- // $ANTLR start "rule__Ruleset__Group__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4446:1: rule__Ruleset__Group__0 : rule__Ruleset__Group__0__Impl rule__Ruleset__Group__1 ;
- public final void rule__Ruleset__Group__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4450:1: ( rule__Ruleset__Group__0__Impl rule__Ruleset__Group__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4451:2: rule__Ruleset__Group__0__Impl rule__Ruleset__Group__1
- {
- pushFollow(FOLLOW_rule__Ruleset__Group__0__Impl_in_rule__Ruleset__Group__09315);
- rule__Ruleset__Group__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Ruleset__Group__1_in_rule__Ruleset__Group__09318);
- rule__Ruleset__Group__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Ruleset__Group__0"
-
-
- // $ANTLR start "rule__Ruleset__Group__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4458:1: rule__Ruleset__Group__0__Impl : ( ( rule__Ruleset__SelectorsAssignment_0 ) ) ;
- public final void rule__Ruleset__Group__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4462:1: ( ( ( rule__Ruleset__SelectorsAssignment_0 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4463:1: ( ( rule__Ruleset__SelectorsAssignment_0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4463:1: ( ( rule__Ruleset__SelectorsAssignment_0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4464:1: ( rule__Ruleset__SelectorsAssignment_0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getRulesetAccess().getSelectorsAssignment_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4465:1: ( rule__Ruleset__SelectorsAssignment_0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4465:2: rule__Ruleset__SelectorsAssignment_0
- {
- pushFollow(FOLLOW_rule__Ruleset__SelectorsAssignment_0_in_rule__Ruleset__Group__0__Impl9345);
- rule__Ruleset__SelectorsAssignment_0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getRulesetAccess().getSelectorsAssignment_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Ruleset__Group__0__Impl"
-
-
- // $ANTLR start "rule__Ruleset__Group__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4475:1: rule__Ruleset__Group__1 : rule__Ruleset__Group__1__Impl rule__Ruleset__Group__2 ;
- public final void rule__Ruleset__Group__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4479:1: ( rule__Ruleset__Group__1__Impl rule__Ruleset__Group__2 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4480:2: rule__Ruleset__Group__1__Impl rule__Ruleset__Group__2
- {
- pushFollow(FOLLOW_rule__Ruleset__Group__1__Impl_in_rule__Ruleset__Group__19375);
- rule__Ruleset__Group__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Ruleset__Group__2_in_rule__Ruleset__Group__19378);
- rule__Ruleset__Group__2();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Ruleset__Group__1"
-
-
- // $ANTLR start "rule__Ruleset__Group__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4487:1: rule__Ruleset__Group__1__Impl : ( ( rule__Ruleset__Group_1__0 )* ) ;
- public final void rule__Ruleset__Group__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4491:1: ( ( ( rule__Ruleset__Group_1__0 )* ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4492:1: ( ( rule__Ruleset__Group_1__0 )* )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4492:1: ( ( rule__Ruleset__Group_1__0 )* )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4493:1: ( rule__Ruleset__Group_1__0 )*
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getRulesetAccess().getGroup_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4494:1: ( rule__Ruleset__Group_1__0 )*
- loop58: do {
- int alt58 = 2;
- alt58 = dfa58.predict(input);
- switch (alt58) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4494:2: rule__Ruleset__Group_1__0
- {
- pushFollow(FOLLOW_rule__Ruleset__Group_1__0_in_rule__Ruleset__Group__1__Impl9405);
- rule__Ruleset__Group_1__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- default:
- break loop58;
- }
- } while (true);
-
- if (state.backtracking == 0) {
- after(grammarAccess.getRulesetAccess().getGroup_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Ruleset__Group__1__Impl"
-
-
- // $ANTLR start "rule__Ruleset__Group__2"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4504:1: rule__Ruleset__Group__2 : rule__Ruleset__Group__2__Impl rule__Ruleset__Group__3 ;
- public final void rule__Ruleset__Group__2() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4508:1: ( rule__Ruleset__Group__2__Impl rule__Ruleset__Group__3 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4509:2: rule__Ruleset__Group__2__Impl rule__Ruleset__Group__3
- {
- pushFollow(FOLLOW_rule__Ruleset__Group__2__Impl_in_rule__Ruleset__Group__29436);
- rule__Ruleset__Group__2__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Ruleset__Group__3_in_rule__Ruleset__Group__29439);
- rule__Ruleset__Group__3();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Ruleset__Group__2"
-
-
- // $ANTLR start "rule__Ruleset__Group__2__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4516:1: rule__Ruleset__Group__2__Impl : ( ( RULE_WS )* ) ;
- public final void rule__Ruleset__Group__2__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4520:1: ( ( ( RULE_WS )* ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4521:1: ( ( RULE_WS )* )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4521:1: ( ( RULE_WS )* )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4522:1: ( RULE_WS )*
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getRulesetAccess().getWSTerminalRuleCall_2());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4523:1: ( RULE_WS )*
- loop59: do {
- int alt59 = 2;
- int LA59_0 = input.LA(1);
-
- if ((LA59_0 == RULE_WS)) {
- alt59 = 1;
- }
-
-
- switch (alt59) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4523:3: RULE_WS
- {
- match(input, RULE_WS, FOLLOW_RULE_WS_in_rule__Ruleset__Group__2__Impl9467);
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- default:
- break loop59;
- }
- } while (true);
-
- if (state.backtracking == 0) {
- after(grammarAccess.getRulesetAccess().getWSTerminalRuleCall_2());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Ruleset__Group__2__Impl"
-
-
- // $ANTLR start "rule__Ruleset__Group__3"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4533:1: rule__Ruleset__Group__3 : rule__Ruleset__Group__3__Impl rule__Ruleset__Group__4 ;
- public final void rule__Ruleset__Group__3() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4537:1: ( rule__Ruleset__Group__3__Impl rule__Ruleset__Group__4 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4538:2: rule__Ruleset__Group__3__Impl rule__Ruleset__Group__4
- {
- pushFollow(FOLLOW_rule__Ruleset__Group__3__Impl_in_rule__Ruleset__Group__39498);
- rule__Ruleset__Group__3__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Ruleset__Group__4_in_rule__Ruleset__Group__39501);
- rule__Ruleset__Group__4();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Ruleset__Group__3"
-
-
- // $ANTLR start "rule__Ruleset__Group__3__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4545:1: rule__Ruleset__Group__3__Impl : ( '{' ) ;
- public final void rule__Ruleset__Group__3__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4549:1: ( ( '{' ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4550:1: ( '{' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4550:1: ( '{' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4551:1: '{'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getRulesetAccess().getLeftCurlyBracketKeyword_3());
- }
- match(input, 58, FOLLOW_58_in_rule__Ruleset__Group__3__Impl9529);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getRulesetAccess().getLeftCurlyBracketKeyword_3());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Ruleset__Group__3__Impl"
-
-
- // $ANTLR start "rule__Ruleset__Group__4"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4564:1: rule__Ruleset__Group__4 : rule__Ruleset__Group__4__Impl rule__Ruleset__Group__5 ;
- public final void rule__Ruleset__Group__4() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4568:1: ( rule__Ruleset__Group__4__Impl rule__Ruleset__Group__5 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4569:2: rule__Ruleset__Group__4__Impl rule__Ruleset__Group__5
- {
- pushFollow(FOLLOW_rule__Ruleset__Group__4__Impl_in_rule__Ruleset__Group__49560);
- rule__Ruleset__Group__4__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Ruleset__Group__5_in_rule__Ruleset__Group__49563);
- rule__Ruleset__Group__5();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Ruleset__Group__4"
-
-
- // $ANTLR start "rule__Ruleset__Group__4__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4576:1: rule__Ruleset__Group__4__Impl : ( ( rule__Ruleset__Group_4__0 )? ) ;
- public final void rule__Ruleset__Group__4__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4580:1: ( ( ( rule__Ruleset__Group_4__0 )? ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4581:1: ( ( rule__Ruleset__Group_4__0 )? )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4581:1: ( ( rule__Ruleset__Group_4__0 )? )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4582:1: ( rule__Ruleset__Group_4__0 )?
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getRulesetAccess().getGroup_4());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4583:1: ( rule__Ruleset__Group_4__0 )?
- int alt60 = 2;
- int LA60_0 = input.LA(1);
-
- if (((LA60_0 >= RULE_DASH && LA60_0 <= RULE_UNDERSCORE) || (LA60_0 >= RULE_ONE_HEX_LETTER && LA60_0 <= RULE_ONE_NON_HEX_LETTER) || LA60_0 == RULE_WS || (LA60_0 >= 49 && LA60_0 <= 52))) {
- alt60 = 1;
- }
- switch (alt60) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4583:2: rule__Ruleset__Group_4__0
- {
- pushFollow(FOLLOW_rule__Ruleset__Group_4__0_in_rule__Ruleset__Group__4__Impl9590);
- rule__Ruleset__Group_4__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getRulesetAccess().getGroup_4());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Ruleset__Group__4__Impl"
-
-
- // $ANTLR start "rule__Ruleset__Group__5"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4593:1: rule__Ruleset__Group__5 : rule__Ruleset__Group__5__Impl ;
- public final void rule__Ruleset__Group__5() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4597:1: ( rule__Ruleset__Group__5__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4598:2: rule__Ruleset__Group__5__Impl
- {
- pushFollow(FOLLOW_rule__Ruleset__Group__5__Impl_in_rule__Ruleset__Group__59621);
- rule__Ruleset__Group__5__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Ruleset__Group__5"
-
-
- // $ANTLR start "rule__Ruleset__Group__5__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4604:1: rule__Ruleset__Group__5__Impl : ( '}' ) ;
- public final void rule__Ruleset__Group__5__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4608:1: ( ( '}' ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4609:1: ( '}' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4609:1: ( '}' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4610:1: '}'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getRulesetAccess().getRightCurlyBracketKeyword_5());
- }
- match(input, 59, FOLLOW_59_in_rule__Ruleset__Group__5__Impl9649);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getRulesetAccess().getRightCurlyBracketKeyword_5());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Ruleset__Group__5__Impl"
-
-
- // $ANTLR start "rule__Ruleset__Group_1__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4635:1: rule__Ruleset__Group_1__0 : rule__Ruleset__Group_1__0__Impl rule__Ruleset__Group_1__1 ;
- public final void rule__Ruleset__Group_1__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4639:1: ( rule__Ruleset__Group_1__0__Impl rule__Ruleset__Group_1__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4640:2: rule__Ruleset__Group_1__0__Impl rule__Ruleset__Group_1__1
- {
- pushFollow(FOLLOW_rule__Ruleset__Group_1__0__Impl_in_rule__Ruleset__Group_1__09692);
- rule__Ruleset__Group_1__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Ruleset__Group_1__1_in_rule__Ruleset__Group_1__09695);
- rule__Ruleset__Group_1__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Ruleset__Group_1__0"
-
-
- // $ANTLR start "rule__Ruleset__Group_1__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4647:1: rule__Ruleset__Group_1__0__Impl : ( ( RULE_WS )* ) ;
- public final void rule__Ruleset__Group_1__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4651:1: ( ( ( RULE_WS )* ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4652:1: ( ( RULE_WS )* )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4652:1: ( ( RULE_WS )* )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4653:1: ( RULE_WS )*
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getRulesetAccess().getWSTerminalRuleCall_1_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4654:1: ( RULE_WS )*
- loop61: do {
- int alt61 = 2;
- int LA61_0 = input.LA(1);
-
- if ((LA61_0 == RULE_WS)) {
- alt61 = 1;
- }
-
-
- switch (alt61) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4654:3: RULE_WS
- {
- match(input, RULE_WS, FOLLOW_RULE_WS_in_rule__Ruleset__Group_1__0__Impl9723);
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- default:
- break loop61;
- }
- } while (true);
-
- if (state.backtracking == 0) {
- after(grammarAccess.getRulesetAccess().getWSTerminalRuleCall_1_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Ruleset__Group_1__0__Impl"
-
-
- // $ANTLR start "rule__Ruleset__Group_1__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4664:1: rule__Ruleset__Group_1__1 : rule__Ruleset__Group_1__1__Impl rule__Ruleset__Group_1__2 ;
- public final void rule__Ruleset__Group_1__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4668:1: ( rule__Ruleset__Group_1__1__Impl rule__Ruleset__Group_1__2 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4669:2: rule__Ruleset__Group_1__1__Impl rule__Ruleset__Group_1__2
- {
- pushFollow(FOLLOW_rule__Ruleset__Group_1__1__Impl_in_rule__Ruleset__Group_1__19754);
- rule__Ruleset__Group_1__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Ruleset__Group_1__2_in_rule__Ruleset__Group_1__19757);
- rule__Ruleset__Group_1__2();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Ruleset__Group_1__1"
-
-
- // $ANTLR start "rule__Ruleset__Group_1__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4676:1: rule__Ruleset__Group_1__1__Impl : ( RULE_COMMA ) ;
- public final void rule__Ruleset__Group_1__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4680:1: ( ( RULE_COMMA ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4681:1: ( RULE_COMMA )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4681:1: ( RULE_COMMA )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4682:1: RULE_COMMA
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getRulesetAccess().getCOMMATerminalRuleCall_1_1());
- }
- match(input, RULE_COMMA, FOLLOW_RULE_COMMA_in_rule__Ruleset__Group_1__1__Impl9784);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getRulesetAccess().getCOMMATerminalRuleCall_1_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Ruleset__Group_1__1__Impl"
-
-
- // $ANTLR start "rule__Ruleset__Group_1__2"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4693:1: rule__Ruleset__Group_1__2 : rule__Ruleset__Group_1__2__Impl ;
- public final void rule__Ruleset__Group_1__2() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4697:1: ( rule__Ruleset__Group_1__2__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4698:2: rule__Ruleset__Group_1__2__Impl
- {
- pushFollow(FOLLOW_rule__Ruleset__Group_1__2__Impl_in_rule__Ruleset__Group_1__29813);
- rule__Ruleset__Group_1__2__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Ruleset__Group_1__2"
-
-
- // $ANTLR start "rule__Ruleset__Group_1__2__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4704:1: rule__Ruleset__Group_1__2__Impl : ( ( rule__Ruleset__SelectorsAssignment_1_2 ) ) ;
- public final void rule__Ruleset__Group_1__2__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4708:1: ( ( ( rule__Ruleset__SelectorsAssignment_1_2 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4709:1: ( ( rule__Ruleset__SelectorsAssignment_1_2 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4709:1: ( ( rule__Ruleset__SelectorsAssignment_1_2 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4710:1: ( rule__Ruleset__SelectorsAssignment_1_2 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getRulesetAccess().getSelectorsAssignment_1_2());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4711:1: ( rule__Ruleset__SelectorsAssignment_1_2 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4711:2: rule__Ruleset__SelectorsAssignment_1_2
- {
- pushFollow(FOLLOW_rule__Ruleset__SelectorsAssignment_1_2_in_rule__Ruleset__Group_1__2__Impl9840);
- rule__Ruleset__SelectorsAssignment_1_2();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getRulesetAccess().getSelectorsAssignment_1_2());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Ruleset__Group_1__2__Impl"
-
-
- // $ANTLR start "rule__Ruleset__Group_4__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4727:1: rule__Ruleset__Group_4__0 : rule__Ruleset__Group_4__0__Impl rule__Ruleset__Group_4__1 ;
- public final void rule__Ruleset__Group_4__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4731:1: ( rule__Ruleset__Group_4__0__Impl rule__Ruleset__Group_4__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4732:2: rule__Ruleset__Group_4__0__Impl rule__Ruleset__Group_4__1
- {
- pushFollow(FOLLOW_rule__Ruleset__Group_4__0__Impl_in_rule__Ruleset__Group_4__09876);
- rule__Ruleset__Group_4__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Ruleset__Group_4__1_in_rule__Ruleset__Group_4__09879);
- rule__Ruleset__Group_4__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Ruleset__Group_4__0"
-
-
- // $ANTLR start "rule__Ruleset__Group_4__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4739:1: rule__Ruleset__Group_4__0__Impl : ( ( rule__Ruleset__DeclarationsAssignment_4_0 ) ) ;
- public final void rule__Ruleset__Group_4__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4743:1: ( ( ( rule__Ruleset__DeclarationsAssignment_4_0 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4744:1: ( ( rule__Ruleset__DeclarationsAssignment_4_0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4744:1: ( ( rule__Ruleset__DeclarationsAssignment_4_0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4745:1: ( rule__Ruleset__DeclarationsAssignment_4_0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getRulesetAccess().getDeclarationsAssignment_4_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4746:1: ( rule__Ruleset__DeclarationsAssignment_4_0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4746:2: rule__Ruleset__DeclarationsAssignment_4_0
- {
- pushFollow(FOLLOW_rule__Ruleset__DeclarationsAssignment_4_0_in_rule__Ruleset__Group_4__0__Impl9906);
- rule__Ruleset__DeclarationsAssignment_4_0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getRulesetAccess().getDeclarationsAssignment_4_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Ruleset__Group_4__0__Impl"
-
-
- // $ANTLR start "rule__Ruleset__Group_4__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4756:1: rule__Ruleset__Group_4__1 : rule__Ruleset__Group_4__1__Impl rule__Ruleset__Group_4__2 ;
- public final void rule__Ruleset__Group_4__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4760:1: ( rule__Ruleset__Group_4__1__Impl rule__Ruleset__Group_4__2 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4761:2: rule__Ruleset__Group_4__1__Impl rule__Ruleset__Group_4__2
- {
- pushFollow(FOLLOW_rule__Ruleset__Group_4__1__Impl_in_rule__Ruleset__Group_4__19936);
- rule__Ruleset__Group_4__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Ruleset__Group_4__2_in_rule__Ruleset__Group_4__19939);
- rule__Ruleset__Group_4__2();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Ruleset__Group_4__1"
-
-
- // $ANTLR start "rule__Ruleset__Group_4__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4768:1: rule__Ruleset__Group_4__1__Impl : ( ( rule__Ruleset__Group_4_1__0 )* ) ;
- public final void rule__Ruleset__Group_4__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4772:1: ( ( ( rule__Ruleset__Group_4_1__0 )* ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4773:1: ( ( rule__Ruleset__Group_4_1__0 )* )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4773:1: ( ( rule__Ruleset__Group_4_1__0 )* )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4774:1: ( rule__Ruleset__Group_4_1__0 )*
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getRulesetAccess().getGroup_4_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4775:1: ( rule__Ruleset__Group_4_1__0 )*
- loop62: do {
- int alt62 = 2;
- int LA62_0 = input.LA(1);
-
- if ((LA62_0 == 48)) {
- int LA62_1 = input.LA(2);
-
- if (((LA62_1 >= RULE_DASH && LA62_1 <= RULE_UNDERSCORE) || (LA62_1 >= RULE_ONE_HEX_LETTER && LA62_1 <= RULE_ONE_NON_HEX_LETTER) || LA62_1 == RULE_WS || (LA62_1 >= 49 && LA62_1 <= 52))) {
- alt62 = 1;
- }
-
-
- }
-
-
- switch (alt62) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4775:2: rule__Ruleset__Group_4_1__0
- {
- pushFollow(FOLLOW_rule__Ruleset__Group_4_1__0_in_rule__Ruleset__Group_4__1__Impl9966);
- rule__Ruleset__Group_4_1__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- default:
- break loop62;
- }
- } while (true);
-
- if (state.backtracking == 0) {
- after(grammarAccess.getRulesetAccess().getGroup_4_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Ruleset__Group_4__1__Impl"
-
-
- // $ANTLR start "rule__Ruleset__Group_4__2"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4785:1: rule__Ruleset__Group_4__2 : rule__Ruleset__Group_4__2__Impl ;
- public final void rule__Ruleset__Group_4__2() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4789:1: ( rule__Ruleset__Group_4__2__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4790:2: rule__Ruleset__Group_4__2__Impl
- {
- pushFollow(FOLLOW_rule__Ruleset__Group_4__2__Impl_in_rule__Ruleset__Group_4__29997);
- rule__Ruleset__Group_4__2__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Ruleset__Group_4__2"
-
-
- // $ANTLR start "rule__Ruleset__Group_4__2__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4796:1: rule__Ruleset__Group_4__2__Impl : ( ( ';' )? ) ;
- public final void rule__Ruleset__Group_4__2__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4800:1: ( ( ( ';' )? ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4801:1: ( ( ';' )? )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4801:1: ( ( ';' )? )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4802:1: ( ';' )?
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getRulesetAccess().getSemicolonKeyword_4_2());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4803:1: ( ';' )?
- int alt63 = 2;
- int LA63_0 = input.LA(1);
-
- if ((LA63_0 == 48)) {
- alt63 = 1;
- }
- switch (alt63) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4804:2: ';'
- {
- match(input, 48, FOLLOW_48_in_rule__Ruleset__Group_4__2__Impl10026);
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getRulesetAccess().getSemicolonKeyword_4_2());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Ruleset__Group_4__2__Impl"
-
-
- // $ANTLR start "rule__Ruleset__Group_4_1__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4821:1: rule__Ruleset__Group_4_1__0 : rule__Ruleset__Group_4_1__0__Impl rule__Ruleset__Group_4_1__1 ;
- public final void rule__Ruleset__Group_4_1__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4825:1: ( rule__Ruleset__Group_4_1__0__Impl rule__Ruleset__Group_4_1__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4826:2: rule__Ruleset__Group_4_1__0__Impl rule__Ruleset__Group_4_1__1
- {
- pushFollow(FOLLOW_rule__Ruleset__Group_4_1__0__Impl_in_rule__Ruleset__Group_4_1__010065);
- rule__Ruleset__Group_4_1__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Ruleset__Group_4_1__1_in_rule__Ruleset__Group_4_1__010068);
- rule__Ruleset__Group_4_1__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Ruleset__Group_4_1__0"
-
-
- // $ANTLR start "rule__Ruleset__Group_4_1__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4833:1: rule__Ruleset__Group_4_1__0__Impl : ( ';' ) ;
- public final void rule__Ruleset__Group_4_1__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4837:1: ( ( ';' ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4838:1: ( ';' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4838:1: ( ';' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4839:1: ';'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getRulesetAccess().getSemicolonKeyword_4_1_0());
- }
- match(input, 48, FOLLOW_48_in_rule__Ruleset__Group_4_1__0__Impl10096);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getRulesetAccess().getSemicolonKeyword_4_1_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Ruleset__Group_4_1__0__Impl"
-
-
- // $ANTLR start "rule__Ruleset__Group_4_1__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4852:1: rule__Ruleset__Group_4_1__1 : rule__Ruleset__Group_4_1__1__Impl ;
- public final void rule__Ruleset__Group_4_1__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4856:1: ( rule__Ruleset__Group_4_1__1__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4857:2: rule__Ruleset__Group_4_1__1__Impl
- {
- pushFollow(FOLLOW_rule__Ruleset__Group_4_1__1__Impl_in_rule__Ruleset__Group_4_1__110127);
- rule__Ruleset__Group_4_1__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Ruleset__Group_4_1__1"
-
-
- // $ANTLR start "rule__Ruleset__Group_4_1__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4863:1: rule__Ruleset__Group_4_1__1__Impl : ( ( rule__Ruleset__DeclarationsAssignment_4_1_1 ) ) ;
- public final void rule__Ruleset__Group_4_1__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4867:1: ( ( ( rule__Ruleset__DeclarationsAssignment_4_1_1 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4868:1: ( ( rule__Ruleset__DeclarationsAssignment_4_1_1 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4868:1: ( ( rule__Ruleset__DeclarationsAssignment_4_1_1 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4869:1: ( rule__Ruleset__DeclarationsAssignment_4_1_1 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getRulesetAccess().getDeclarationsAssignment_4_1_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4870:1: ( rule__Ruleset__DeclarationsAssignment_4_1_1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4870:2: rule__Ruleset__DeclarationsAssignment_4_1_1
- {
- pushFollow(FOLLOW_rule__Ruleset__DeclarationsAssignment_4_1_1_in_rule__Ruleset__Group_4_1__1__Impl10154);
- rule__Ruleset__DeclarationsAssignment_4_1_1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getRulesetAccess().getDeclarationsAssignment_4_1_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Ruleset__Group_4_1__1__Impl"
-
-
- // $ANTLR start "rule__Selector__Group__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4884:1: rule__Selector__Group__0 : rule__Selector__Group__0__Impl rule__Selector__Group__1 ;
- public final void rule__Selector__Group__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4888:1: ( rule__Selector__Group__0__Impl rule__Selector__Group__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4889:2: rule__Selector__Group__0__Impl rule__Selector__Group__1
- {
- pushFollow(FOLLOW_rule__Selector__Group__0__Impl_in_rule__Selector__Group__010188);
- rule__Selector__Group__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Selector__Group__1_in_rule__Selector__Group__010191);
- rule__Selector__Group__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Selector__Group__0"
-
-
- // $ANTLR start "rule__Selector__Group__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4896:1: rule__Selector__Group__0__Impl : ( ( rule__Selector__SimpleselectorsAssignment_0 ) ) ;
- public final void rule__Selector__Group__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4900:1: ( ( ( rule__Selector__SimpleselectorsAssignment_0 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4901:1: ( ( rule__Selector__SimpleselectorsAssignment_0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4901:1: ( ( rule__Selector__SimpleselectorsAssignment_0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4902:1: ( rule__Selector__SimpleselectorsAssignment_0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSelectorAccess().getSimpleselectorsAssignment_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4903:1: ( rule__Selector__SimpleselectorsAssignment_0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4903:2: rule__Selector__SimpleselectorsAssignment_0
- {
- pushFollow(FOLLOW_rule__Selector__SimpleselectorsAssignment_0_in_rule__Selector__Group__0__Impl10218);
- rule__Selector__SimpleselectorsAssignment_0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getSelectorAccess().getSimpleselectorsAssignment_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Selector__Group__0__Impl"
-
-
- // $ANTLR start "rule__Selector__Group__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4913:1: rule__Selector__Group__1 : rule__Selector__Group__1__Impl ;
- public final void rule__Selector__Group__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4917:1: ( rule__Selector__Group__1__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4918:2: rule__Selector__Group__1__Impl
- {
- pushFollow(FOLLOW_rule__Selector__Group__1__Impl_in_rule__Selector__Group__110248);
- rule__Selector__Group__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Selector__Group__1"
-
-
- // $ANTLR start "rule__Selector__Group__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4924:1: rule__Selector__Group__1__Impl : ( ( rule__Selector__Alternatives_1 )? ) ;
- public final void rule__Selector__Group__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4928:1: ( ( ( rule__Selector__Alternatives_1 )? ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4929:1: ( ( rule__Selector__Alternatives_1 )? )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4929:1: ( ( rule__Selector__Alternatives_1 )? )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4930:1: ( rule__Selector__Alternatives_1 )?
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSelectorAccess().getAlternatives_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4931:1: ( rule__Selector__Alternatives_1 )?
- int alt64 = 2;
- alt64 = dfa64.predict(input);
- switch (alt64) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4931:2: rule__Selector__Alternatives_1
- {
- pushFollow(FOLLOW_rule__Selector__Alternatives_1_in_rule__Selector__Group__1__Impl10275);
- rule__Selector__Alternatives_1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getSelectorAccess().getAlternatives_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Selector__Group__1__Impl"
-
-
- // $ANTLR start "rule__Selector__Group_1_0__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4945:1: rule__Selector__Group_1_0__0 : rule__Selector__Group_1_0__0__Impl rule__Selector__Group_1_0__1 ;
- public final void rule__Selector__Group_1_0__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4949:1: ( rule__Selector__Group_1_0__0__Impl rule__Selector__Group_1_0__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4950:2: rule__Selector__Group_1_0__0__Impl rule__Selector__Group_1_0__1
- {
- pushFollow(FOLLOW_rule__Selector__Group_1_0__0__Impl_in_rule__Selector__Group_1_0__010310);
- rule__Selector__Group_1_0__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Selector__Group_1_0__1_in_rule__Selector__Group_1_0__010313);
- rule__Selector__Group_1_0__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Selector__Group_1_0__0"
-
-
- // $ANTLR start "rule__Selector__Group_1_0__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4957:1: rule__Selector__Group_1_0__0__Impl : ( ( rule__Selector__CombinatorAssignment_1_0_0 ) ) ;
- public final void rule__Selector__Group_1_0__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4961:1: ( ( ( rule__Selector__CombinatorAssignment_1_0_0 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4962:1: ( ( rule__Selector__CombinatorAssignment_1_0_0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4962:1: ( ( rule__Selector__CombinatorAssignment_1_0_0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4963:1: ( rule__Selector__CombinatorAssignment_1_0_0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSelectorAccess().getCombinatorAssignment_1_0_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4964:1: ( rule__Selector__CombinatorAssignment_1_0_0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4964:2: rule__Selector__CombinatorAssignment_1_0_0
- {
- pushFollow(FOLLOW_rule__Selector__CombinatorAssignment_1_0_0_in_rule__Selector__Group_1_0__0__Impl10340);
- rule__Selector__CombinatorAssignment_1_0_0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getSelectorAccess().getCombinatorAssignment_1_0_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Selector__Group_1_0__0__Impl"
-
-
- // $ANTLR start "rule__Selector__Group_1_0__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4974:1: rule__Selector__Group_1_0__1 : rule__Selector__Group_1_0__1__Impl rule__Selector__Group_1_0__2 ;
- public final void rule__Selector__Group_1_0__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4978:1: ( rule__Selector__Group_1_0__1__Impl rule__Selector__Group_1_0__2 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4979:2: rule__Selector__Group_1_0__1__Impl rule__Selector__Group_1_0__2
- {
- pushFollow(FOLLOW_rule__Selector__Group_1_0__1__Impl_in_rule__Selector__Group_1_0__110370);
- rule__Selector__Group_1_0__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Selector__Group_1_0__2_in_rule__Selector__Group_1_0__110373);
- rule__Selector__Group_1_0__2();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Selector__Group_1_0__1"
-
-
- // $ANTLR start "rule__Selector__Group_1_0__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4986:1: rule__Selector__Group_1_0__1__Impl : ( ( RULE_WS )* ) ;
- public final void rule__Selector__Group_1_0__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4990:1: ( ( ( RULE_WS )* ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4991:1: ( ( RULE_WS )* )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4991:1: ( ( RULE_WS )* )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4992:1: ( RULE_WS )*
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSelectorAccess().getWSTerminalRuleCall_1_0_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4993:1: ( RULE_WS )*
- loop65: do {
- int alt65 = 2;
- int LA65_0 = input.LA(1);
-
- if ((LA65_0 == RULE_WS)) {
- alt65 = 1;
- }
-
-
- switch (alt65) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:4993:3: RULE_WS
- {
- match(input, RULE_WS, FOLLOW_RULE_WS_in_rule__Selector__Group_1_0__1__Impl10401);
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- default:
- break loop65;
- }
- } while (true);
-
- if (state.backtracking == 0) {
- after(grammarAccess.getSelectorAccess().getWSTerminalRuleCall_1_0_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Selector__Group_1_0__1__Impl"
-
-
- // $ANTLR start "rule__Selector__Group_1_0__2"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5003:1: rule__Selector__Group_1_0__2 : rule__Selector__Group_1_0__2__Impl ;
- public final void rule__Selector__Group_1_0__2() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5007:1: ( rule__Selector__Group_1_0__2__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5008:2: rule__Selector__Group_1_0__2__Impl
- {
- pushFollow(FOLLOW_rule__Selector__Group_1_0__2__Impl_in_rule__Selector__Group_1_0__210432);
- rule__Selector__Group_1_0__2__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Selector__Group_1_0__2"
-
-
- // $ANTLR start "rule__Selector__Group_1_0__2__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5014:1: rule__Selector__Group_1_0__2__Impl : ( ( rule__Selector__SelectorAssignment_1_0_2 ) ) ;
- public final void rule__Selector__Group_1_0__2__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5018:1: ( ( ( rule__Selector__SelectorAssignment_1_0_2 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5019:1: ( ( rule__Selector__SelectorAssignment_1_0_2 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5019:1: ( ( rule__Selector__SelectorAssignment_1_0_2 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5020:1: ( rule__Selector__SelectorAssignment_1_0_2 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSelectorAccess().getSelectorAssignment_1_0_2());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5021:1: ( rule__Selector__SelectorAssignment_1_0_2 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5021:2: rule__Selector__SelectorAssignment_1_0_2
- {
- pushFollow(FOLLOW_rule__Selector__SelectorAssignment_1_0_2_in_rule__Selector__Group_1_0__2__Impl10459);
- rule__Selector__SelectorAssignment_1_0_2();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getSelectorAccess().getSelectorAssignment_1_0_2());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Selector__Group_1_0__2__Impl"
-
-
- // $ANTLR start "rule__Selector__Group_1_1__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5037:1: rule__Selector__Group_1_1__0 : rule__Selector__Group_1_1__0__Impl rule__Selector__Group_1_1__1 ;
- public final void rule__Selector__Group_1_1__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5041:1: ( rule__Selector__Group_1_1__0__Impl rule__Selector__Group_1_1__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5042:2: rule__Selector__Group_1_1__0__Impl rule__Selector__Group_1_1__1
- {
- pushFollow(FOLLOW_rule__Selector__Group_1_1__0__Impl_in_rule__Selector__Group_1_1__010495);
- rule__Selector__Group_1_1__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Selector__Group_1_1__1_in_rule__Selector__Group_1_1__010498);
- rule__Selector__Group_1_1__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Selector__Group_1_1__0"
-
-
- // $ANTLR start "rule__Selector__Group_1_1__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5049:1: rule__Selector__Group_1_1__0__Impl : ( ( ( RULE_WS ) ) ( ( RULE_WS )* ) ) ;
- public final void rule__Selector__Group_1_1__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5053:1: ( ( ( ( RULE_WS ) ) ( ( RULE_WS )* ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5054:1: ( ( ( RULE_WS ) ) ( ( RULE_WS )* ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5054:1: ( ( ( RULE_WS ) ) ( ( RULE_WS )* ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5055:1: ( ( RULE_WS ) ) ( ( RULE_WS )* )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5055:1: ( ( RULE_WS ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5056:1: ( RULE_WS )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSelectorAccess().getWSTerminalRuleCall_1_1_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5057:1: ( RULE_WS )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5057:3: RULE_WS
- {
- match(input, RULE_WS, FOLLOW_RULE_WS_in_rule__Selector__Group_1_1__0__Impl10528);
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getSelectorAccess().getWSTerminalRuleCall_1_1_0());
- }
-
- }
-
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5060:1: ( ( RULE_WS )* )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5061:1: ( RULE_WS )*
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSelectorAccess().getWSTerminalRuleCall_1_1_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5062:1: ( RULE_WS )*
- loop66: do {
- int alt66 = 2;
- int LA66_0 = input.LA(1);
-
- if ((LA66_0 == RULE_WS)) {
- alt66 = 1;
- }
-
-
- switch (alt66) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5062:3: RULE_WS
- {
- match(input, RULE_WS, FOLLOW_RULE_WS_in_rule__Selector__Group_1_1__0__Impl10541);
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- default:
- break loop66;
- }
- } while (true);
-
- if (state.backtracking == 0) {
- after(grammarAccess.getSelectorAccess().getWSTerminalRuleCall_1_1_0());
- }
-
- }
-
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Selector__Group_1_1__0__Impl"
-
-
- // $ANTLR start "rule__Selector__Group_1_1__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5073:1: rule__Selector__Group_1_1__1 : rule__Selector__Group_1_1__1__Impl rule__Selector__Group_1_1__2 ;
- public final void rule__Selector__Group_1_1__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5077:1: ( rule__Selector__Group_1_1__1__Impl rule__Selector__Group_1_1__2 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5078:2: rule__Selector__Group_1_1__1__Impl rule__Selector__Group_1_1__2
- {
- pushFollow(FOLLOW_rule__Selector__Group_1_1__1__Impl_in_rule__Selector__Group_1_1__110574);
- rule__Selector__Group_1_1__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Selector__Group_1_1__2_in_rule__Selector__Group_1_1__110577);
- rule__Selector__Group_1_1__2();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Selector__Group_1_1__1"
-
-
- // $ANTLR start "rule__Selector__Group_1_1__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5085:1: rule__Selector__Group_1_1__1__Impl : ( ( rule__Selector__Group_1_1_1__0 )? ) ;
- public final void rule__Selector__Group_1_1__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5089:1: ( ( ( rule__Selector__Group_1_1_1__0 )? ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5090:1: ( ( rule__Selector__Group_1_1_1__0 )? )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5090:1: ( ( rule__Selector__Group_1_1_1__0 )? )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5091:1: ( rule__Selector__Group_1_1_1__0 )?
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSelectorAccess().getGroup_1_1_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5092:1: ( rule__Selector__Group_1_1_1__0 )?
- int alt67 = 2;
- int LA67_0 = input.LA(1);
-
- if ((LA67_0 == RULE_PLUS || (LA67_0 >= 37 && LA67_0 <= 38))) {
- alt67 = 1;
- }
- switch (alt67) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5092:2: rule__Selector__Group_1_1_1__0
- {
- pushFollow(FOLLOW_rule__Selector__Group_1_1_1__0_in_rule__Selector__Group_1_1__1__Impl10604);
- rule__Selector__Group_1_1_1__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getSelectorAccess().getGroup_1_1_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Selector__Group_1_1__1__Impl"
-
-
- // $ANTLR start "rule__Selector__Group_1_1__2"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5102:1: rule__Selector__Group_1_1__2 : rule__Selector__Group_1_1__2__Impl ;
- public final void rule__Selector__Group_1_1__2() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5106:1: ( rule__Selector__Group_1_1__2__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5107:2: rule__Selector__Group_1_1__2__Impl
- {
- pushFollow(FOLLOW_rule__Selector__Group_1_1__2__Impl_in_rule__Selector__Group_1_1__210635);
- rule__Selector__Group_1_1__2__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Selector__Group_1_1__2"
-
-
- // $ANTLR start "rule__Selector__Group_1_1__2__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5113:1: rule__Selector__Group_1_1__2__Impl : ( ( rule__Selector__SelectorAssignment_1_1_2 ) ) ;
- public final void rule__Selector__Group_1_1__2__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5117:1: ( ( ( rule__Selector__SelectorAssignment_1_1_2 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5118:1: ( ( rule__Selector__SelectorAssignment_1_1_2 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5118:1: ( ( rule__Selector__SelectorAssignment_1_1_2 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5119:1: ( rule__Selector__SelectorAssignment_1_1_2 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSelectorAccess().getSelectorAssignment_1_1_2());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5120:1: ( rule__Selector__SelectorAssignment_1_1_2 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5120:2: rule__Selector__SelectorAssignment_1_1_2
- {
- pushFollow(FOLLOW_rule__Selector__SelectorAssignment_1_1_2_in_rule__Selector__Group_1_1__2__Impl10662);
- rule__Selector__SelectorAssignment_1_1_2();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getSelectorAccess().getSelectorAssignment_1_1_2());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Selector__Group_1_1__2__Impl"
-
-
- // $ANTLR start "rule__Selector__Group_1_1_1__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5136:1: rule__Selector__Group_1_1_1__0 : rule__Selector__Group_1_1_1__0__Impl rule__Selector__Group_1_1_1__1
- // ;
- public final void rule__Selector__Group_1_1_1__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5140:1: ( rule__Selector__Group_1_1_1__0__Impl rule__Selector__Group_1_1_1__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5141:2: rule__Selector__Group_1_1_1__0__Impl rule__Selector__Group_1_1_1__1
- {
- pushFollow(FOLLOW_rule__Selector__Group_1_1_1__0__Impl_in_rule__Selector__Group_1_1_1__010698);
- rule__Selector__Group_1_1_1__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Selector__Group_1_1_1__1_in_rule__Selector__Group_1_1_1__010701);
- rule__Selector__Group_1_1_1__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Selector__Group_1_1_1__0"
-
-
- // $ANTLR start "rule__Selector__Group_1_1_1__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5148:1: rule__Selector__Group_1_1_1__0__Impl : ( ( rule__Selector__CombinatorAssignment_1_1_1_0 ) ) ;
- public final void rule__Selector__Group_1_1_1__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5152:1: ( ( ( rule__Selector__CombinatorAssignment_1_1_1_0 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5153:1: ( ( rule__Selector__CombinatorAssignment_1_1_1_0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5153:1: ( ( rule__Selector__CombinatorAssignment_1_1_1_0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5154:1: ( rule__Selector__CombinatorAssignment_1_1_1_0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSelectorAccess().getCombinatorAssignment_1_1_1_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5155:1: ( rule__Selector__CombinatorAssignment_1_1_1_0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5155:2: rule__Selector__CombinatorAssignment_1_1_1_0
- {
- pushFollow(FOLLOW_rule__Selector__CombinatorAssignment_1_1_1_0_in_rule__Selector__Group_1_1_1__0__Impl10728);
- rule__Selector__CombinatorAssignment_1_1_1_0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getSelectorAccess().getCombinatorAssignment_1_1_1_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Selector__Group_1_1_1__0__Impl"
-
-
- // $ANTLR start "rule__Selector__Group_1_1_1__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5165:1: rule__Selector__Group_1_1_1__1 : rule__Selector__Group_1_1_1__1__Impl ;
- public final void rule__Selector__Group_1_1_1__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5169:1: ( rule__Selector__Group_1_1_1__1__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5170:2: rule__Selector__Group_1_1_1__1__Impl
- {
- pushFollow(FOLLOW_rule__Selector__Group_1_1_1__1__Impl_in_rule__Selector__Group_1_1_1__110758);
- rule__Selector__Group_1_1_1__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Selector__Group_1_1_1__1"
-
-
- // $ANTLR start "rule__Selector__Group_1_1_1__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5176:1: rule__Selector__Group_1_1_1__1__Impl : ( ( RULE_WS )* ) ;
- public final void rule__Selector__Group_1_1_1__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5180:1: ( ( ( RULE_WS )* ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5181:1: ( ( RULE_WS )* )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5181:1: ( ( RULE_WS )* )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5182:1: ( RULE_WS )*
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSelectorAccess().getWSTerminalRuleCall_1_1_1_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5183:1: ( RULE_WS )*
- loop68: do {
- int alt68 = 2;
- int LA68_0 = input.LA(1);
-
- if ((LA68_0 == RULE_WS)) {
- alt68 = 1;
- }
-
-
- switch (alt68) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5183:3: RULE_WS
- {
- match(input, RULE_WS, FOLLOW_RULE_WS_in_rule__Selector__Group_1_1_1__1__Impl10786);
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- default:
- break loop68;
- }
- } while (true);
-
- if (state.backtracking == 0) {
- after(grammarAccess.getSelectorAccess().getWSTerminalRuleCall_1_1_1_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Selector__Group_1_1_1__1__Impl"
-
-
- // $ANTLR start "rule__SimpleSelectorForNegation__Group_0__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5197:1: rule__SimpleSelectorForNegation__Group_0__0 : rule__SimpleSelectorForNegation__Group_0__0__Impl
- // rule__SimpleSelectorForNegation__Group_0__1 ;
- public final void rule__SimpleSelectorForNegation__Group_0__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5201:1: ( rule__SimpleSelectorForNegation__Group_0__0__Impl
- // rule__SimpleSelectorForNegation__Group_0__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5202:2: rule__SimpleSelectorForNegation__Group_0__0__Impl rule__SimpleSelectorForNegation__Group_0__1
- {
- pushFollow(FOLLOW_rule__SimpleSelectorForNegation__Group_0__0__Impl_in_rule__SimpleSelectorForNegation__Group_0__010821);
- rule__SimpleSelectorForNegation__Group_0__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__SimpleSelectorForNegation__Group_0__1_in_rule__SimpleSelectorForNegation__Group_0__010824);
- rule__SimpleSelectorForNegation__Group_0__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__SimpleSelectorForNegation__Group_0__0"
-
-
- // $ANTLR start "rule__SimpleSelectorForNegation__Group_0__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5209:1: rule__SimpleSelectorForNegation__Group_0__0__Impl : ( (
- // rule__SimpleSelectorForNegation__Alternatives_0_0 ) ) ;
- public final void rule__SimpleSelectorForNegation__Group_0__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5213:1: ( ( ( rule__SimpleSelectorForNegation__Alternatives_0_0 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5214:1: ( ( rule__SimpleSelectorForNegation__Alternatives_0_0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5214:1: ( ( rule__SimpleSelectorForNegation__Alternatives_0_0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5215:1: ( rule__SimpleSelectorForNegation__Alternatives_0_0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSimpleSelectorForNegationAccess().getAlternatives_0_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5216:1: ( rule__SimpleSelectorForNegation__Alternatives_0_0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5216:2: rule__SimpleSelectorForNegation__Alternatives_0_0
- {
- pushFollow(FOLLOW_rule__SimpleSelectorForNegation__Alternatives_0_0_in_rule__SimpleSelectorForNegation__Group_0__0__Impl10851);
- rule__SimpleSelectorForNegation__Alternatives_0_0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getSimpleSelectorForNegationAccess().getAlternatives_0_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__SimpleSelectorForNegation__Group_0__0__Impl"
-
-
- // $ANTLR start "rule__SimpleSelectorForNegation__Group_0__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5226:1: rule__SimpleSelectorForNegation__Group_0__1 : rule__SimpleSelectorForNegation__Group_0__1__Impl ;
- public final void rule__SimpleSelectorForNegation__Group_0__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5230:1: ( rule__SimpleSelectorForNegation__Group_0__1__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5231:2: rule__SimpleSelectorForNegation__Group_0__1__Impl
- {
- pushFollow(FOLLOW_rule__SimpleSelectorForNegation__Group_0__1__Impl_in_rule__SimpleSelectorForNegation__Group_0__110881);
- rule__SimpleSelectorForNegation__Group_0__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__SimpleSelectorForNegation__Group_0__1"
-
-
- // $ANTLR start "rule__SimpleSelectorForNegation__Group_0__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5237:1: rule__SimpleSelectorForNegation__Group_0__1__Impl : ( (
- // rule__SimpleSelectorForNegation__SubSelectorsAssignment_0_1 )* ) ;
- public final void rule__SimpleSelectorForNegation__Group_0__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5241:1: ( ( ( rule__SimpleSelectorForNegation__SubSelectorsAssignment_0_1 )* ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5242:1: ( ( rule__SimpleSelectorForNegation__SubSelectorsAssignment_0_1 )* )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5242:1: ( ( rule__SimpleSelectorForNegation__SubSelectorsAssignment_0_1 )* )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5243:1: ( rule__SimpleSelectorForNegation__SubSelectorsAssignment_0_1 )*
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSimpleSelectorForNegationAccess().getSubSelectorsAssignment_0_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5244:1: ( rule__SimpleSelectorForNegation__SubSelectorsAssignment_0_1 )*
- loop69: do {
- int alt69 = 2;
- int LA69_0 = input.LA(1);
-
- if (((LA69_0 >= RULE_COLON && LA69_0 <= RULE_HASHMARK) || LA69_0 == 39 || LA69_0 == 42)) {
- alt69 = 1;
- }
-
-
- switch (alt69) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5244:2: rule__SimpleSelectorForNegation__SubSelectorsAssignment_0_1
- {
- pushFollow(FOLLOW_rule__SimpleSelectorForNegation__SubSelectorsAssignment_0_1_in_rule__SimpleSelectorForNegation__Group_0__1__Impl10908);
- rule__SimpleSelectorForNegation__SubSelectorsAssignment_0_1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- default:
- break loop69;
- }
- } while (true);
-
- if (state.backtracking == 0) {
- after(grammarAccess.getSimpleSelectorForNegationAccess().getSubSelectorsAssignment_0_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__SimpleSelectorForNegation__Group_0__1__Impl"
-
-
- // $ANTLR start "rule__Simple_selector__Group_0__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5258:1: rule__Simple_selector__Group_0__0 : rule__Simple_selector__Group_0__0__Impl
- // rule__Simple_selector__Group_0__1 ;
- public final void rule__Simple_selector__Group_0__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5262:1: ( rule__Simple_selector__Group_0__0__Impl rule__Simple_selector__Group_0__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5263:2: rule__Simple_selector__Group_0__0__Impl rule__Simple_selector__Group_0__1
- {
- pushFollow(FOLLOW_rule__Simple_selector__Group_0__0__Impl_in_rule__Simple_selector__Group_0__010943);
- rule__Simple_selector__Group_0__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Simple_selector__Group_0__1_in_rule__Simple_selector__Group_0__010946);
- rule__Simple_selector__Group_0__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Simple_selector__Group_0__0"
-
-
- // $ANTLR start "rule__Simple_selector__Group_0__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5270:1: rule__Simple_selector__Group_0__0__Impl : ( ( rule__Simple_selector__Alternatives_0_0 ) ) ;
- public final void rule__Simple_selector__Group_0__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5274:1: ( ( ( rule__Simple_selector__Alternatives_0_0 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5275:1: ( ( rule__Simple_selector__Alternatives_0_0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5275:1: ( ( rule__Simple_selector__Alternatives_0_0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5276:1: ( rule__Simple_selector__Alternatives_0_0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSimple_selectorAccess().getAlternatives_0_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5277:1: ( rule__Simple_selector__Alternatives_0_0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5277:2: rule__Simple_selector__Alternatives_0_0
- {
- pushFollow(FOLLOW_rule__Simple_selector__Alternatives_0_0_in_rule__Simple_selector__Group_0__0__Impl10973);
- rule__Simple_selector__Alternatives_0_0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getSimple_selectorAccess().getAlternatives_0_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Simple_selector__Group_0__0__Impl"
-
-
- // $ANTLR start "rule__Simple_selector__Group_0__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5287:1: rule__Simple_selector__Group_0__1 : rule__Simple_selector__Group_0__1__Impl ;
- public final void rule__Simple_selector__Group_0__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5291:1: ( rule__Simple_selector__Group_0__1__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5292:2: rule__Simple_selector__Group_0__1__Impl
- {
- pushFollow(FOLLOW_rule__Simple_selector__Group_0__1__Impl_in_rule__Simple_selector__Group_0__111003);
- rule__Simple_selector__Group_0__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Simple_selector__Group_0__1"
-
-
- // $ANTLR start "rule__Simple_selector__Group_0__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5298:1: rule__Simple_selector__Group_0__1__Impl : ( ( rule__Simple_selector__SubSelectorsAssignment_0_1 )* )
- // ;
- public final void rule__Simple_selector__Group_0__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5302:1: ( ( ( rule__Simple_selector__SubSelectorsAssignment_0_1 )* ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5303:1: ( ( rule__Simple_selector__SubSelectorsAssignment_0_1 )* )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5303:1: ( ( rule__Simple_selector__SubSelectorsAssignment_0_1 )* )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5304:1: ( rule__Simple_selector__SubSelectorsAssignment_0_1 )*
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSimple_selectorAccess().getSubSelectorsAssignment_0_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5305:1: ( rule__Simple_selector__SubSelectorsAssignment_0_1 )*
- loop70: do {
- int alt70 = 2;
- int LA70_0 = input.LA(1);
-
- if (((LA70_0 >= RULE_COLON && LA70_0 <= RULE_HASHMARK) || LA70_0 == 39 || LA70_0 == 42)) {
- alt70 = 1;
- }
-
-
- switch (alt70) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5305:2: rule__Simple_selector__SubSelectorsAssignment_0_1
- {
- pushFollow(FOLLOW_rule__Simple_selector__SubSelectorsAssignment_0_1_in_rule__Simple_selector__Group_0__1__Impl11030);
- rule__Simple_selector__SubSelectorsAssignment_0_1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- default:
- break loop70;
- }
- } while (true);
-
- if (state.backtracking == 0) {
- after(grammarAccess.getSimple_selectorAccess().getSubSelectorsAssignment_0_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Simple_selector__Group_0__1__Impl"
-
-
- // $ANTLR start "rule__AttributeSelector__Group__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5319:1: rule__AttributeSelector__Group__0 : rule__AttributeSelector__Group__0__Impl
- // rule__AttributeSelector__Group__1 ;
- public final void rule__AttributeSelector__Group__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5323:1: ( rule__AttributeSelector__Group__0__Impl rule__AttributeSelector__Group__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5324:2: rule__AttributeSelector__Group__0__Impl rule__AttributeSelector__Group__1
- {
- pushFollow(FOLLOW_rule__AttributeSelector__Group__0__Impl_in_rule__AttributeSelector__Group__011065);
- rule__AttributeSelector__Group__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__AttributeSelector__Group__1_in_rule__AttributeSelector__Group__011068);
- rule__AttributeSelector__Group__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__AttributeSelector__Group__0"
-
-
- // $ANTLR start "rule__AttributeSelector__Group__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5331:1: rule__AttributeSelector__Group__0__Impl : ( () ) ;
- public final void rule__AttributeSelector__Group__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5335:1: ( ( () ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5336:1: ( () )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5336:1: ( () )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5337:1: ()
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getAttributeSelectorAccess().getAttributeSelectorAction_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5338:1: ()
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5340:1:
- {
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getAttributeSelectorAccess().getAttributeSelectorAction_0());
- }
-
- }
-
-
- }
-
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__AttributeSelector__Group__0__Impl"
-
-
- // $ANTLR start "rule__AttributeSelector__Group__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5350:1: rule__AttributeSelector__Group__1 : rule__AttributeSelector__Group__1__Impl
- // rule__AttributeSelector__Group__2 ;
- public final void rule__AttributeSelector__Group__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5354:1: ( rule__AttributeSelector__Group__1__Impl rule__AttributeSelector__Group__2 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5355:2: rule__AttributeSelector__Group__1__Impl rule__AttributeSelector__Group__2
- {
- pushFollow(FOLLOW_rule__AttributeSelector__Group__1__Impl_in_rule__AttributeSelector__Group__111126);
- rule__AttributeSelector__Group__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__AttributeSelector__Group__2_in_rule__AttributeSelector__Group__111129);
- rule__AttributeSelector__Group__2();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__AttributeSelector__Group__1"
-
-
- // $ANTLR start "rule__AttributeSelector__Group__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5362:1: rule__AttributeSelector__Group__1__Impl : ( '[' ) ;
- public final void rule__AttributeSelector__Group__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5366:1: ( ( '[' ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5367:1: ( '[' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5367:1: ( '[' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5368:1: '['
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getAttributeSelectorAccess().getLeftSquareBracketKeyword_1());
- }
- match(input, 42, FOLLOW_42_in_rule__AttributeSelector__Group__1__Impl11157);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getAttributeSelectorAccess().getLeftSquareBracketKeyword_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__AttributeSelector__Group__1__Impl"
-
-
- // $ANTLR start "rule__AttributeSelector__Group__2"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5381:1: rule__AttributeSelector__Group__2 : rule__AttributeSelector__Group__2__Impl
- // rule__AttributeSelector__Group__3 ;
- public final void rule__AttributeSelector__Group__2() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5385:1: ( rule__AttributeSelector__Group__2__Impl rule__AttributeSelector__Group__3 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5386:2: rule__AttributeSelector__Group__2__Impl rule__AttributeSelector__Group__3
- {
- pushFollow(FOLLOW_rule__AttributeSelector__Group__2__Impl_in_rule__AttributeSelector__Group__211188);
- rule__AttributeSelector__Group__2__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__AttributeSelector__Group__3_in_rule__AttributeSelector__Group__211191);
- rule__AttributeSelector__Group__3();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__AttributeSelector__Group__2"
-
-
- // $ANTLR start "rule__AttributeSelector__Group__2__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5393:1: rule__AttributeSelector__Group__2__Impl : ( ( rule__AttributeSelector__NameAssignment_2 ) ) ;
- public final void rule__AttributeSelector__Group__2__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5397:1: ( ( ( rule__AttributeSelector__NameAssignment_2 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5398:1: ( ( rule__AttributeSelector__NameAssignment_2 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5398:1: ( ( rule__AttributeSelector__NameAssignment_2 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5399:1: ( rule__AttributeSelector__NameAssignment_2 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getAttributeSelectorAccess().getNameAssignment_2());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5400:1: ( rule__AttributeSelector__NameAssignment_2 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5400:2: rule__AttributeSelector__NameAssignment_2
- {
- pushFollow(FOLLOW_rule__AttributeSelector__NameAssignment_2_in_rule__AttributeSelector__Group__2__Impl11218);
- rule__AttributeSelector__NameAssignment_2();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getAttributeSelectorAccess().getNameAssignment_2());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__AttributeSelector__Group__2__Impl"
-
-
- // $ANTLR start "rule__AttributeSelector__Group__3"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5410:1: rule__AttributeSelector__Group__3 : rule__AttributeSelector__Group__3__Impl
- // rule__AttributeSelector__Group__4 ;
- public final void rule__AttributeSelector__Group__3() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5414:1: ( rule__AttributeSelector__Group__3__Impl rule__AttributeSelector__Group__4 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5415:2: rule__AttributeSelector__Group__3__Impl rule__AttributeSelector__Group__4
- {
- pushFollow(FOLLOW_rule__AttributeSelector__Group__3__Impl_in_rule__AttributeSelector__Group__311248);
- rule__AttributeSelector__Group__3__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__AttributeSelector__Group__4_in_rule__AttributeSelector__Group__311251);
- rule__AttributeSelector__Group__4();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__AttributeSelector__Group__3"
-
-
- // $ANTLR start "rule__AttributeSelector__Group__3__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5422:1: rule__AttributeSelector__Group__3__Impl : ( ( rule__AttributeSelector__Group_3__0 )? ) ;
- public final void rule__AttributeSelector__Group__3__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5426:1: ( ( ( rule__AttributeSelector__Group_3__0 )? ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5427:1: ( ( rule__AttributeSelector__Group_3__0 )? )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5427:1: ( ( rule__AttributeSelector__Group_3__0 )? )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5428:1: ( rule__AttributeSelector__Group_3__0 )?
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getAttributeSelectorAccess().getGroup_3());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5429:1: ( rule__AttributeSelector__Group_3__0 )?
- int alt71 = 2;
- int LA71_0 = input.LA(1);
-
- if (((LA71_0 >= RULE_INCLUDES && LA71_0 <= RULE_DASHMATCH) || (LA71_0 >= 32 && LA71_0 <= 35))) {
- alt71 = 1;
- }
- switch (alt71) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5429:2: rule__AttributeSelector__Group_3__0
- {
- pushFollow(FOLLOW_rule__AttributeSelector__Group_3__0_in_rule__AttributeSelector__Group__3__Impl11278);
- rule__AttributeSelector__Group_3__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getAttributeSelectorAccess().getGroup_3());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__AttributeSelector__Group__3__Impl"
-
-
- // $ANTLR start "rule__AttributeSelector__Group__4"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5439:1: rule__AttributeSelector__Group__4 : rule__AttributeSelector__Group__4__Impl ;
- public final void rule__AttributeSelector__Group__4() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5443:1: ( rule__AttributeSelector__Group__4__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5444:2: rule__AttributeSelector__Group__4__Impl
- {
- pushFollow(FOLLOW_rule__AttributeSelector__Group__4__Impl_in_rule__AttributeSelector__Group__411309);
- rule__AttributeSelector__Group__4__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__AttributeSelector__Group__4"
-
-
- // $ANTLR start "rule__AttributeSelector__Group__4__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5450:1: rule__AttributeSelector__Group__4__Impl : ( ']' ) ;
- public final void rule__AttributeSelector__Group__4__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5454:1: ( ( ']' ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5455:1: ( ']' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5455:1: ( ']' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5456:1: ']'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getAttributeSelectorAccess().getRightSquareBracketKeyword_4());
- }
- match(input, 43, FOLLOW_43_in_rule__AttributeSelector__Group__4__Impl11337);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getAttributeSelectorAccess().getRightSquareBracketKeyword_4());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__AttributeSelector__Group__4__Impl"
-
-
- // $ANTLR start "rule__AttributeSelector__Group_3__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5479:1: rule__AttributeSelector__Group_3__0 : rule__AttributeSelector__Group_3__0__Impl
- // rule__AttributeSelector__Group_3__1 ;
- public final void rule__AttributeSelector__Group_3__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5483:1: ( rule__AttributeSelector__Group_3__0__Impl rule__AttributeSelector__Group_3__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5484:2: rule__AttributeSelector__Group_3__0__Impl rule__AttributeSelector__Group_3__1
- {
- pushFollow(FOLLOW_rule__AttributeSelector__Group_3__0__Impl_in_rule__AttributeSelector__Group_3__011378);
- rule__AttributeSelector__Group_3__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__AttributeSelector__Group_3__1_in_rule__AttributeSelector__Group_3__011381);
- rule__AttributeSelector__Group_3__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__AttributeSelector__Group_3__0"
-
-
- // $ANTLR start "rule__AttributeSelector__Group_3__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5491:1: rule__AttributeSelector__Group_3__0__Impl : ( ( rule__AttributeSelector__OpAssignment_3_0 ) ) ;
- public final void rule__AttributeSelector__Group_3__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5495:1: ( ( ( rule__AttributeSelector__OpAssignment_3_0 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5496:1: ( ( rule__AttributeSelector__OpAssignment_3_0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5496:1: ( ( rule__AttributeSelector__OpAssignment_3_0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5497:1: ( rule__AttributeSelector__OpAssignment_3_0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getAttributeSelectorAccess().getOpAssignment_3_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5498:1: ( rule__AttributeSelector__OpAssignment_3_0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5498:2: rule__AttributeSelector__OpAssignment_3_0
- {
- pushFollow(FOLLOW_rule__AttributeSelector__OpAssignment_3_0_in_rule__AttributeSelector__Group_3__0__Impl11408);
- rule__AttributeSelector__OpAssignment_3_0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getAttributeSelectorAccess().getOpAssignment_3_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__AttributeSelector__Group_3__0__Impl"
-
-
- // $ANTLR start "rule__AttributeSelector__Group_3__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5508:1: rule__AttributeSelector__Group_3__1 : rule__AttributeSelector__Group_3__1__Impl ;
- public final void rule__AttributeSelector__Group_3__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5512:1: ( rule__AttributeSelector__Group_3__1__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5513:2: rule__AttributeSelector__Group_3__1__Impl
- {
- pushFollow(FOLLOW_rule__AttributeSelector__Group_3__1__Impl_in_rule__AttributeSelector__Group_3__111438);
- rule__AttributeSelector__Group_3__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__AttributeSelector__Group_3__1"
-
-
- // $ANTLR start "rule__AttributeSelector__Group_3__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5519:1: rule__AttributeSelector__Group_3__1__Impl : ( ( rule__AttributeSelector__ValueAssignment_3_1 ) ) ;
- public final void rule__AttributeSelector__Group_3__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5523:1: ( ( ( rule__AttributeSelector__ValueAssignment_3_1 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5524:1: ( ( rule__AttributeSelector__ValueAssignment_3_1 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5524:1: ( ( rule__AttributeSelector__ValueAssignment_3_1 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5525:1: ( rule__AttributeSelector__ValueAssignment_3_1 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getAttributeSelectorAccess().getValueAssignment_3_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5526:1: ( rule__AttributeSelector__ValueAssignment_3_1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5526:2: rule__AttributeSelector__ValueAssignment_3_1
- {
- pushFollow(FOLLOW_rule__AttributeSelector__ValueAssignment_3_1_in_rule__AttributeSelector__Group_3__1__Impl11465);
- rule__AttributeSelector__ValueAssignment_3_1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getAttributeSelectorAccess().getValueAssignment_3_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__AttributeSelector__Group_3__1__Impl"
-
-
- // $ANTLR start "rule__ClassSelector__Group__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5540:1: rule__ClassSelector__Group__0 : rule__ClassSelector__Group__0__Impl rule__ClassSelector__Group__1 ;
- public final void rule__ClassSelector__Group__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5544:1: ( rule__ClassSelector__Group__0__Impl rule__ClassSelector__Group__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5545:2: rule__ClassSelector__Group__0__Impl rule__ClassSelector__Group__1
- {
- pushFollow(FOLLOW_rule__ClassSelector__Group__0__Impl_in_rule__ClassSelector__Group__011499);
- rule__ClassSelector__Group__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__ClassSelector__Group__1_in_rule__ClassSelector__Group__011502);
- rule__ClassSelector__Group__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__ClassSelector__Group__0"
-
-
- // $ANTLR start "rule__ClassSelector__Group__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5552:1: rule__ClassSelector__Group__0__Impl : ( () ) ;
- public final void rule__ClassSelector__Group__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5556:1: ( ( () ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5557:1: ( () )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5557:1: ( () )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5558:1: ()
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getClassSelectorAccess().getClassSelectorAction_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5559:1: ()
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5561:1:
- {
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getClassSelectorAccess().getClassSelectorAction_0());
- }
-
- }
-
-
- }
-
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__ClassSelector__Group__0__Impl"
-
-
- // $ANTLR start "rule__ClassSelector__Group__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5571:1: rule__ClassSelector__Group__1 : rule__ClassSelector__Group__1__Impl rule__ClassSelector__Group__2 ;
- public final void rule__ClassSelector__Group__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5575:1: ( rule__ClassSelector__Group__1__Impl rule__ClassSelector__Group__2 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5576:2: rule__ClassSelector__Group__1__Impl rule__ClassSelector__Group__2
- {
- pushFollow(FOLLOW_rule__ClassSelector__Group__1__Impl_in_rule__ClassSelector__Group__111560);
- rule__ClassSelector__Group__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__ClassSelector__Group__2_in_rule__ClassSelector__Group__111563);
- rule__ClassSelector__Group__2();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__ClassSelector__Group__1"
-
-
- // $ANTLR start "rule__ClassSelector__Group__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5583:1: rule__ClassSelector__Group__1__Impl : ( '.' ) ;
- public final void rule__ClassSelector__Group__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5587:1: ( ( '.' ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5588:1: ( '.' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5588:1: ( '.' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5589:1: '.'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getClassSelectorAccess().getFullStopKeyword_1());
- }
- match(input, 39, FOLLOW_39_in_rule__ClassSelector__Group__1__Impl11591);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getClassSelectorAccess().getFullStopKeyword_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__ClassSelector__Group__1__Impl"
-
-
- // $ANTLR start "rule__ClassSelector__Group__2"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5602:1: rule__ClassSelector__Group__2 : rule__ClassSelector__Group__2__Impl ;
- public final void rule__ClassSelector__Group__2() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5606:1: ( rule__ClassSelector__Group__2__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5607:2: rule__ClassSelector__Group__2__Impl
- {
- pushFollow(FOLLOW_rule__ClassSelector__Group__2__Impl_in_rule__ClassSelector__Group__211622);
- rule__ClassSelector__Group__2__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__ClassSelector__Group__2"
-
-
- // $ANTLR start "rule__ClassSelector__Group__2__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5613:1: rule__ClassSelector__Group__2__Impl : ( ( rule__ClassSelector__NameAssignment_2 ) ) ;
- public final void rule__ClassSelector__Group__2__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5617:1: ( ( ( rule__ClassSelector__NameAssignment_2 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5618:1: ( ( rule__ClassSelector__NameAssignment_2 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5618:1: ( ( rule__ClassSelector__NameAssignment_2 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5619:1: ( rule__ClassSelector__NameAssignment_2 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getClassSelectorAccess().getNameAssignment_2());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5620:1: ( rule__ClassSelector__NameAssignment_2 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5620:2: rule__ClassSelector__NameAssignment_2
- {
- pushFollow(FOLLOW_rule__ClassSelector__NameAssignment_2_in_rule__ClassSelector__Group__2__Impl11649);
- rule__ClassSelector__NameAssignment_2();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getClassSelectorAccess().getNameAssignment_2());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__ClassSelector__Group__2__Impl"
-
-
- // $ANTLR start "rule__ElementSelector__Group__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5636:1: rule__ElementSelector__Group__0 : rule__ElementSelector__Group__0__Impl
- // rule__ElementSelector__Group__1 ;
- public final void rule__ElementSelector__Group__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5640:1: ( rule__ElementSelector__Group__0__Impl rule__ElementSelector__Group__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5641:2: rule__ElementSelector__Group__0__Impl rule__ElementSelector__Group__1
- {
- pushFollow(FOLLOW_rule__ElementSelector__Group__0__Impl_in_rule__ElementSelector__Group__011685);
- rule__ElementSelector__Group__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__ElementSelector__Group__1_in_rule__ElementSelector__Group__011688);
- rule__ElementSelector__Group__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__ElementSelector__Group__0"
-
-
- // $ANTLR start "rule__ElementSelector__Group__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5648:1: rule__ElementSelector__Group__0__Impl : ( () ) ;
- public final void rule__ElementSelector__Group__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5652:1: ( ( () ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5653:1: ( () )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5653:1: ( () )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5654:1: ()
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getElementSelectorAccess().getElementSelectorAction_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5655:1: ()
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5657:1:
- {
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getElementSelectorAccess().getElementSelectorAction_0());
- }
-
- }
-
-
- }
-
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__ElementSelector__Group__0__Impl"
-
-
- // $ANTLR start "rule__ElementSelector__Group__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5667:1: rule__ElementSelector__Group__1 : rule__ElementSelector__Group__1__Impl ;
- public final void rule__ElementSelector__Group__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5671:1: ( rule__ElementSelector__Group__1__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5672:2: rule__ElementSelector__Group__1__Impl
- {
- pushFollow(FOLLOW_rule__ElementSelector__Group__1__Impl_in_rule__ElementSelector__Group__111746);
- rule__ElementSelector__Group__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__ElementSelector__Group__1"
-
-
- // $ANTLR start "rule__ElementSelector__Group__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5678:1: rule__ElementSelector__Group__1__Impl : ( ( rule__ElementSelector__NameAssignment_1 ) ) ;
- public final void rule__ElementSelector__Group__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5682:1: ( ( ( rule__ElementSelector__NameAssignment_1 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5683:1: ( ( rule__ElementSelector__NameAssignment_1 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5683:1: ( ( rule__ElementSelector__NameAssignment_1 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5684:1: ( rule__ElementSelector__NameAssignment_1 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getElementSelectorAccess().getNameAssignment_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5685:1: ( rule__ElementSelector__NameAssignment_1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5685:2: rule__ElementSelector__NameAssignment_1
- {
- pushFollow(FOLLOW_rule__ElementSelector__NameAssignment_1_in_rule__ElementSelector__Group__1__Impl11773);
- rule__ElementSelector__NameAssignment_1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getElementSelectorAccess().getNameAssignment_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__ElementSelector__Group__1__Impl"
-
-
- // $ANTLR start "rule__UniversalSelector__Group__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5699:1: rule__UniversalSelector__Group__0 : rule__UniversalSelector__Group__0__Impl
- // rule__UniversalSelector__Group__1 ;
- public final void rule__UniversalSelector__Group__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5703:1: ( rule__UniversalSelector__Group__0__Impl rule__UniversalSelector__Group__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5704:2: rule__UniversalSelector__Group__0__Impl rule__UniversalSelector__Group__1
- {
- pushFollow(FOLLOW_rule__UniversalSelector__Group__0__Impl_in_rule__UniversalSelector__Group__011807);
- rule__UniversalSelector__Group__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__UniversalSelector__Group__1_in_rule__UniversalSelector__Group__011810);
- rule__UniversalSelector__Group__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__UniversalSelector__Group__0"
-
-
- // $ANTLR start "rule__UniversalSelector__Group__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5711:1: rule__UniversalSelector__Group__0__Impl : ( () ) ;
- public final void rule__UniversalSelector__Group__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5715:1: ( ( () ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5716:1: ( () )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5716:1: ( () )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5717:1: ()
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getUniversalSelectorAccess().getUniversalSelectorAction_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5718:1: ()
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5720:1:
- {
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getUniversalSelectorAccess().getUniversalSelectorAction_0());
- }
-
- }
-
-
- }
-
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__UniversalSelector__Group__0__Impl"
-
-
- // $ANTLR start "rule__UniversalSelector__Group__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5730:1: rule__UniversalSelector__Group__1 : rule__UniversalSelector__Group__1__Impl
- // rule__UniversalSelector__Group__2 ;
- public final void rule__UniversalSelector__Group__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5734:1: ( rule__UniversalSelector__Group__1__Impl rule__UniversalSelector__Group__2 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5735:2: rule__UniversalSelector__Group__1__Impl rule__UniversalSelector__Group__2
- {
- pushFollow(FOLLOW_rule__UniversalSelector__Group__1__Impl_in_rule__UniversalSelector__Group__111868);
- rule__UniversalSelector__Group__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__UniversalSelector__Group__2_in_rule__UniversalSelector__Group__111871);
- rule__UniversalSelector__Group__2();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__UniversalSelector__Group__1"
-
-
- // $ANTLR start "rule__UniversalSelector__Group__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5742:1: rule__UniversalSelector__Group__1__Impl : ( ( rule__UniversalSelector__NamespaceAssignment_1 )? ) ;
- public final void rule__UniversalSelector__Group__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5746:1: ( ( ( rule__UniversalSelector__NamespaceAssignment_1 )? ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5747:1: ( ( rule__UniversalSelector__NamespaceAssignment_1 )? )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5747:1: ( ( rule__UniversalSelector__NamespaceAssignment_1 )? )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5748:1: ( rule__UniversalSelector__NamespaceAssignment_1 )?
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getUniversalSelectorAccess().getNamespaceAssignment_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5749:1: ( rule__UniversalSelector__NamespaceAssignment_1 )?
- int alt72 = 2;
- int LA72_0 = input.LA(1);
-
- if (((LA72_0 >= RULE_DASH && LA72_0 <= RULE_UNDERSCORE) || (LA72_0 >= RULE_ONE_HEX_LETTER && LA72_0 <= RULE_ONE_NON_HEX_LETTER) || (LA72_0 >= 49 && LA72_0 <= 52) || LA72_0 == 60)) {
- alt72 = 1;
- }
- else if ((LA72_0 == 36)) {
- int LA72_2 = input.LA(2);
-
- if ((LA72_2 == 60)) {
- alt72 = 1;
- }
- }
- switch (alt72) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5749:2: rule__UniversalSelector__NamespaceAssignment_1
- {
- pushFollow(FOLLOW_rule__UniversalSelector__NamespaceAssignment_1_in_rule__UniversalSelector__Group__1__Impl11898);
- rule__UniversalSelector__NamespaceAssignment_1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getUniversalSelectorAccess().getNamespaceAssignment_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__UniversalSelector__Group__1__Impl"
-
-
- // $ANTLR start "rule__UniversalSelector__Group__2"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5759:1: rule__UniversalSelector__Group__2 : rule__UniversalSelector__Group__2__Impl ;
- public final void rule__UniversalSelector__Group__2() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5763:1: ( rule__UniversalSelector__Group__2__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5764:2: rule__UniversalSelector__Group__2__Impl
- {
- pushFollow(FOLLOW_rule__UniversalSelector__Group__2__Impl_in_rule__UniversalSelector__Group__211929);
- rule__UniversalSelector__Group__2__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__UniversalSelector__Group__2"
-
-
- // $ANTLR start "rule__UniversalSelector__Group__2__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5770:1: rule__UniversalSelector__Group__2__Impl : ( '*' ) ;
- public final void rule__UniversalSelector__Group__2__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5774:1: ( ( '*' ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5775:1: ( '*' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5775:1: ( '*' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5776:1: '*'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getUniversalSelectorAccess().getAsteriskKeyword_2());
- }
- match(input, 36, FOLLOW_36_in_rule__UniversalSelector__Group__2__Impl11957);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getUniversalSelectorAccess().getAsteriskKeyword_2());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__UniversalSelector__Group__2__Impl"
-
-
- // $ANTLR start "rule__IdSelector__Group__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5795:1: rule__IdSelector__Group__0 : rule__IdSelector__Group__0__Impl rule__IdSelector__Group__1 ;
- public final void rule__IdSelector__Group__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5799:1: ( rule__IdSelector__Group__0__Impl rule__IdSelector__Group__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5800:2: rule__IdSelector__Group__0__Impl rule__IdSelector__Group__1
- {
- pushFollow(FOLLOW_rule__IdSelector__Group__0__Impl_in_rule__IdSelector__Group__011994);
- rule__IdSelector__Group__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__IdSelector__Group__1_in_rule__IdSelector__Group__011997);
- rule__IdSelector__Group__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__IdSelector__Group__0"
-
-
- // $ANTLR start "rule__IdSelector__Group__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5807:1: rule__IdSelector__Group__0__Impl : ( () ) ;
- public final void rule__IdSelector__Group__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5811:1: ( ( () ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5812:1: ( () )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5812:1: ( () )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5813:1: ()
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getIdSelectorAccess().getIdSelectorAction_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5814:1: ()
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5816:1:
- {
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getIdSelectorAccess().getIdSelectorAction_0());
- }
-
- }
-
-
- }
-
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__IdSelector__Group__0__Impl"
-
-
- // $ANTLR start "rule__IdSelector__Group__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5826:1: rule__IdSelector__Group__1 : rule__IdSelector__Group__1__Impl rule__IdSelector__Group__2 ;
- public final void rule__IdSelector__Group__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5830:1: ( rule__IdSelector__Group__1__Impl rule__IdSelector__Group__2 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5831:2: rule__IdSelector__Group__1__Impl rule__IdSelector__Group__2
- {
- pushFollow(FOLLOW_rule__IdSelector__Group__1__Impl_in_rule__IdSelector__Group__112055);
- rule__IdSelector__Group__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__IdSelector__Group__2_in_rule__IdSelector__Group__112058);
- rule__IdSelector__Group__2();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__IdSelector__Group__1"
-
-
- // $ANTLR start "rule__IdSelector__Group__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5838:1: rule__IdSelector__Group__1__Impl : ( RULE_HASHMARK ) ;
- public final void rule__IdSelector__Group__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5842:1: ( ( RULE_HASHMARK ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5843:1: ( RULE_HASHMARK )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5843:1: ( RULE_HASHMARK )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5844:1: RULE_HASHMARK
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getIdSelectorAccess().getHASHMARKTerminalRuleCall_1());
- }
- match(input, RULE_HASHMARK, FOLLOW_RULE_HASHMARK_in_rule__IdSelector__Group__1__Impl12085);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getIdSelectorAccess().getHASHMARKTerminalRuleCall_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__IdSelector__Group__1__Impl"
-
-
- // $ANTLR start "rule__IdSelector__Group__2"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5855:1: rule__IdSelector__Group__2 : rule__IdSelector__Group__2__Impl ;
- public final void rule__IdSelector__Group__2() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5859:1: ( rule__IdSelector__Group__2__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5860:2: rule__IdSelector__Group__2__Impl
- {
- pushFollow(FOLLOW_rule__IdSelector__Group__2__Impl_in_rule__IdSelector__Group__212114);
- rule__IdSelector__Group__2__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__IdSelector__Group__2"
-
-
- // $ANTLR start "rule__IdSelector__Group__2__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5866:1: rule__IdSelector__Group__2__Impl : ( ( rule__IdSelector__NameAssignment_2 ) ) ;
- public final void rule__IdSelector__Group__2__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5870:1: ( ( ( rule__IdSelector__NameAssignment_2 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5871:1: ( ( rule__IdSelector__NameAssignment_2 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5871:1: ( ( rule__IdSelector__NameAssignment_2 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5872:1: ( rule__IdSelector__NameAssignment_2 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getIdSelectorAccess().getNameAssignment_2());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5873:1: ( rule__IdSelector__NameAssignment_2 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5873:2: rule__IdSelector__NameAssignment_2
- {
- pushFollow(FOLLOW_rule__IdSelector__NameAssignment_2_in_rule__IdSelector__Group__2__Impl12141);
- rule__IdSelector__NameAssignment_2();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getIdSelectorAccess().getNameAssignment_2());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__IdSelector__Group__2__Impl"
-
-
- // $ANTLR start "rule__Css_namespace_prefix__Group__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5889:1: rule__Css_namespace_prefix__Group__0 : rule__Css_namespace_prefix__Group__0__Impl
- // rule__Css_namespace_prefix__Group__1 ;
- public final void rule__Css_namespace_prefix__Group__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5893:1: ( rule__Css_namespace_prefix__Group__0__Impl rule__Css_namespace_prefix__Group__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5894:2: rule__Css_namespace_prefix__Group__0__Impl rule__Css_namespace_prefix__Group__1
- {
- pushFollow(FOLLOW_rule__Css_namespace_prefix__Group__0__Impl_in_rule__Css_namespace_prefix__Group__012177);
- rule__Css_namespace_prefix__Group__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Css_namespace_prefix__Group__1_in_rule__Css_namespace_prefix__Group__012180);
- rule__Css_namespace_prefix__Group__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Css_namespace_prefix__Group__0"
-
-
- // $ANTLR start "rule__Css_namespace_prefix__Group__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5901:1: rule__Css_namespace_prefix__Group__0__Impl : ( ( rule__Css_namespace_prefix__Alternatives_0 )? ) ;
- public final void rule__Css_namespace_prefix__Group__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5905:1: ( ( ( rule__Css_namespace_prefix__Alternatives_0 )? ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5906:1: ( ( rule__Css_namespace_prefix__Alternatives_0 )? )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5906:1: ( ( rule__Css_namespace_prefix__Alternatives_0 )? )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5907:1: ( rule__Css_namespace_prefix__Alternatives_0 )?
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getCss_namespace_prefixAccess().getAlternatives_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5908:1: ( rule__Css_namespace_prefix__Alternatives_0 )?
- int alt73 = 2;
- int LA73_0 = input.LA(1);
-
- if (((LA73_0 >= RULE_DASH && LA73_0 <= RULE_UNDERSCORE) || (LA73_0 >= RULE_ONE_HEX_LETTER && LA73_0 <= RULE_ONE_NON_HEX_LETTER) || LA73_0 == 36 || (LA73_0 >= 49 && LA73_0 <= 52))) {
- alt73 = 1;
- }
- switch (alt73) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5908:2: rule__Css_namespace_prefix__Alternatives_0
- {
- pushFollow(FOLLOW_rule__Css_namespace_prefix__Alternatives_0_in_rule__Css_namespace_prefix__Group__0__Impl12207);
- rule__Css_namespace_prefix__Alternatives_0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getCss_namespace_prefixAccess().getAlternatives_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Css_namespace_prefix__Group__0__Impl"
-
-
- // $ANTLR start "rule__Css_namespace_prefix__Group__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5918:1: rule__Css_namespace_prefix__Group__1 : rule__Css_namespace_prefix__Group__1__Impl ;
- public final void rule__Css_namespace_prefix__Group__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5922:1: ( rule__Css_namespace_prefix__Group__1__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5923:2: rule__Css_namespace_prefix__Group__1__Impl
- {
- pushFollow(FOLLOW_rule__Css_namespace_prefix__Group__1__Impl_in_rule__Css_namespace_prefix__Group__112238);
- rule__Css_namespace_prefix__Group__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Css_namespace_prefix__Group__1"
-
-
- // $ANTLR start "rule__Css_namespace_prefix__Group__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5929:1: rule__Css_namespace_prefix__Group__1__Impl : ( '|' ) ;
- public final void rule__Css_namespace_prefix__Group__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5933:1: ( ( '|' ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5934:1: ( '|' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5934:1: ( '|' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5935:1: '|'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getCss_namespace_prefixAccess().getVerticalLineKeyword_1());
- }
- match(input, 60, FOLLOW_60_in_rule__Css_namespace_prefix__Group__1__Impl12266);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getCss_namespace_prefixAccess().getVerticalLineKeyword_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Css_namespace_prefix__Group__1__Impl"
-
-
- // $ANTLR start "rule__Css_declaration__Group__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5952:1: rule__Css_declaration__Group__0 : rule__Css_declaration__Group__0__Impl
- // rule__Css_declaration__Group__1 ;
- public final void rule__Css_declaration__Group__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5956:1: ( rule__Css_declaration__Group__0__Impl rule__Css_declaration__Group__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5957:2: rule__Css_declaration__Group__0__Impl rule__Css_declaration__Group__1
- {
- pushFollow(FOLLOW_rule__Css_declaration__Group__0__Impl_in_rule__Css_declaration__Group__012301);
- rule__Css_declaration__Group__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Css_declaration__Group__1_in_rule__Css_declaration__Group__012304);
- rule__Css_declaration__Group__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Css_declaration__Group__0"
-
-
- // $ANTLR start "rule__Css_declaration__Group__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5964:1: rule__Css_declaration__Group__0__Impl : ( ( RULE_WS )* ) ;
- public final void rule__Css_declaration__Group__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5968:1: ( ( ( RULE_WS )* ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5969:1: ( ( RULE_WS )* )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5969:1: ( ( RULE_WS )* )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5970:1: ( RULE_WS )*
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getCss_declarationAccess().getWSTerminalRuleCall_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5971:1: ( RULE_WS )*
- loop74: do {
- int alt74 = 2;
- int LA74_0 = input.LA(1);
-
- if ((LA74_0 == RULE_WS)) {
- alt74 = 1;
- }
-
-
- switch (alt74) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5971:3: RULE_WS
- {
- match(input, RULE_WS, FOLLOW_RULE_WS_in_rule__Css_declaration__Group__0__Impl12332);
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- default:
- break loop74;
- }
- } while (true);
-
- if (state.backtracking == 0) {
- after(grammarAccess.getCss_declarationAccess().getWSTerminalRuleCall_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Css_declaration__Group__0__Impl"
-
-
- // $ANTLR start "rule__Css_declaration__Group__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5981:1: rule__Css_declaration__Group__1 : rule__Css_declaration__Group__1__Impl
- // rule__Css_declaration__Group__2 ;
- public final void rule__Css_declaration__Group__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5985:1: ( rule__Css_declaration__Group__1__Impl rule__Css_declaration__Group__2 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5986:2: rule__Css_declaration__Group__1__Impl rule__Css_declaration__Group__2
- {
- pushFollow(FOLLOW_rule__Css_declaration__Group__1__Impl_in_rule__Css_declaration__Group__112363);
- rule__Css_declaration__Group__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Css_declaration__Group__2_in_rule__Css_declaration__Group__112366);
- rule__Css_declaration__Group__2();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Css_declaration__Group__1"
-
-
- // $ANTLR start "rule__Css_declaration__Group__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5993:1: rule__Css_declaration__Group__1__Impl : ( ( rule__Css_declaration__PropertyAssignment_1 ) ) ;
- public final void rule__Css_declaration__Group__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5997:1: ( ( ( rule__Css_declaration__PropertyAssignment_1 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5998:1: ( ( rule__Css_declaration__PropertyAssignment_1 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5998:1: ( ( rule__Css_declaration__PropertyAssignment_1 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:5999:1: ( rule__Css_declaration__PropertyAssignment_1 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getCss_declarationAccess().getPropertyAssignment_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6000:1: ( rule__Css_declaration__PropertyAssignment_1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6000:2: rule__Css_declaration__PropertyAssignment_1
- {
- pushFollow(FOLLOW_rule__Css_declaration__PropertyAssignment_1_in_rule__Css_declaration__Group__1__Impl12393);
- rule__Css_declaration__PropertyAssignment_1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getCss_declarationAccess().getPropertyAssignment_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Css_declaration__Group__1__Impl"
-
-
- // $ANTLR start "rule__Css_declaration__Group__2"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6010:1: rule__Css_declaration__Group__2 : rule__Css_declaration__Group__2__Impl
- // rule__Css_declaration__Group__3 ;
- public final void rule__Css_declaration__Group__2() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6014:1: ( rule__Css_declaration__Group__2__Impl rule__Css_declaration__Group__3 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6015:2: rule__Css_declaration__Group__2__Impl rule__Css_declaration__Group__3
- {
- pushFollow(FOLLOW_rule__Css_declaration__Group__2__Impl_in_rule__Css_declaration__Group__212423);
- rule__Css_declaration__Group__2__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Css_declaration__Group__3_in_rule__Css_declaration__Group__212426);
- rule__Css_declaration__Group__3();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Css_declaration__Group__2"
-
-
- // $ANTLR start "rule__Css_declaration__Group__2__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6022:1: rule__Css_declaration__Group__2__Impl : ( ( RULE_WS )* ) ;
- public final void rule__Css_declaration__Group__2__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6026:1: ( ( ( RULE_WS )* ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6027:1: ( ( RULE_WS )* )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6027:1: ( ( RULE_WS )* )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6028:1: ( RULE_WS )*
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getCss_declarationAccess().getWSTerminalRuleCall_2());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6029:1: ( RULE_WS )*
- loop75: do {
- int alt75 = 2;
- int LA75_0 = input.LA(1);
-
- if ((LA75_0 == RULE_WS)) {
- alt75 = 1;
- }
-
-
- switch (alt75) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6029:3: RULE_WS
- {
- match(input, RULE_WS, FOLLOW_RULE_WS_in_rule__Css_declaration__Group__2__Impl12454);
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- default:
- break loop75;
- }
- } while (true);
-
- if (state.backtracking == 0) {
- after(grammarAccess.getCss_declarationAccess().getWSTerminalRuleCall_2());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Css_declaration__Group__2__Impl"
-
-
- // $ANTLR start "rule__Css_declaration__Group__3"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6039:1: rule__Css_declaration__Group__3 : rule__Css_declaration__Group__3__Impl
- // rule__Css_declaration__Group__4 ;
- public final void rule__Css_declaration__Group__3() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6043:1: ( rule__Css_declaration__Group__3__Impl rule__Css_declaration__Group__4 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6044:2: rule__Css_declaration__Group__3__Impl rule__Css_declaration__Group__4
- {
- pushFollow(FOLLOW_rule__Css_declaration__Group__3__Impl_in_rule__Css_declaration__Group__312485);
- rule__Css_declaration__Group__3__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Css_declaration__Group__4_in_rule__Css_declaration__Group__312488);
- rule__Css_declaration__Group__4();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Css_declaration__Group__3"
-
-
- // $ANTLR start "rule__Css_declaration__Group__3__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6051:1: rule__Css_declaration__Group__3__Impl : ( RULE_COLON ) ;
- public final void rule__Css_declaration__Group__3__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6055:1: ( ( RULE_COLON ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6056:1: ( RULE_COLON )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6056:1: ( RULE_COLON )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6057:1: RULE_COLON
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getCss_declarationAccess().getCOLONTerminalRuleCall_3());
- }
- match(input, RULE_COLON, FOLLOW_RULE_COLON_in_rule__Css_declaration__Group__3__Impl12515);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getCss_declarationAccess().getCOLONTerminalRuleCall_3());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Css_declaration__Group__3__Impl"
-
-
- // $ANTLR start "rule__Css_declaration__Group__4"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6068:1: rule__Css_declaration__Group__4 : rule__Css_declaration__Group__4__Impl
- // rule__Css_declaration__Group__5 ;
- public final void rule__Css_declaration__Group__4() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6072:1: ( rule__Css_declaration__Group__4__Impl rule__Css_declaration__Group__5 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6073:2: rule__Css_declaration__Group__4__Impl rule__Css_declaration__Group__5
- {
- pushFollow(FOLLOW_rule__Css_declaration__Group__4__Impl_in_rule__Css_declaration__Group__412544);
- rule__Css_declaration__Group__4__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Css_declaration__Group__5_in_rule__Css_declaration__Group__412547);
- rule__Css_declaration__Group__5();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Css_declaration__Group__4"
-
-
- // $ANTLR start "rule__Css_declaration__Group__4__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6080:1: rule__Css_declaration__Group__4__Impl : ( ( ( rule__Css_declaration__ValueTokensAssignment_4 ) ) ( (
- // rule__Css_declaration__ValueTokensAssignment_4 )* ) ) ;
- public final void rule__Css_declaration__Group__4__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6084:1: ( ( ( ( rule__Css_declaration__ValueTokensAssignment_4 ) ) ( (
- // rule__Css_declaration__ValueTokensAssignment_4 )* ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6085:1: ( ( ( rule__Css_declaration__ValueTokensAssignment_4 ) ) ( (
- // rule__Css_declaration__ValueTokensAssignment_4 )* ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6085:1: ( ( ( rule__Css_declaration__ValueTokensAssignment_4 ) ) ( (
- // rule__Css_declaration__ValueTokensAssignment_4 )* ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6086:1: ( ( rule__Css_declaration__ValueTokensAssignment_4 ) ) ( (
- // rule__Css_declaration__ValueTokensAssignment_4 )* )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6086:1: ( ( rule__Css_declaration__ValueTokensAssignment_4 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6087:1: ( rule__Css_declaration__ValueTokensAssignment_4 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getCss_declarationAccess().getValueTokensAssignment_4());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6088:1: ( rule__Css_declaration__ValueTokensAssignment_4 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6088:2: rule__Css_declaration__ValueTokensAssignment_4
- {
- pushFollow(FOLLOW_rule__Css_declaration__ValueTokensAssignment_4_in_rule__Css_declaration__Group__4__Impl12576);
- rule__Css_declaration__ValueTokensAssignment_4();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getCss_declarationAccess().getValueTokensAssignment_4());
- }
-
- }
-
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6091:1: ( ( rule__Css_declaration__ValueTokensAssignment_4 )* )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6092:1: ( rule__Css_declaration__ValueTokensAssignment_4 )*
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getCss_declarationAccess().getValueTokensAssignment_4());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6093:1: ( rule__Css_declaration__ValueTokensAssignment_4 )*
- loop76: do {
- int alt76 = 2;
- int LA76_0 = input.LA(1);
-
- if (((LA76_0 >= RULE_CSSSTRING && LA76_0 <= RULE_UNDERSCORE) || (LA76_0 >= RULE_HASHMARK && LA76_0 <= RULE_WS) || LA76_0 == 39 || (LA76_0 >= 49 && LA76_0 <= 52) || LA76_0 == 64)) {
- alt76 = 1;
- }
-
-
- switch (alt76) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6093:2: rule__Css_declaration__ValueTokensAssignment_4
- {
- pushFollow(FOLLOW_rule__Css_declaration__ValueTokensAssignment_4_in_rule__Css_declaration__Group__4__Impl12588);
- rule__Css_declaration__ValueTokensAssignment_4();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- default:
- break loop76;
- }
- } while (true);
-
- if (state.backtracking == 0) {
- after(grammarAccess.getCss_declarationAccess().getValueTokensAssignment_4());
- }
-
- }
-
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Css_declaration__Group__4__Impl"
-
-
- // $ANTLR start "rule__Css_declaration__Group__5"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6104:1: rule__Css_declaration__Group__5 : rule__Css_declaration__Group__5__Impl ;
- public final void rule__Css_declaration__Group__5() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6108:1: ( rule__Css_declaration__Group__5__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6109:2: rule__Css_declaration__Group__5__Impl
- {
- pushFollow(FOLLOW_rule__Css_declaration__Group__5__Impl_in_rule__Css_declaration__Group__512621);
- rule__Css_declaration__Group__5__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Css_declaration__Group__5"
-
-
- // $ANTLR start "rule__Css_declaration__Group__5__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6115:1: rule__Css_declaration__Group__5__Impl : ( ( rule__Css_declaration__ImportantAssignment_5 )? ) ;
- public final void rule__Css_declaration__Group__5__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6119:1: ( ( ( rule__Css_declaration__ImportantAssignment_5 )? ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6120:1: ( ( rule__Css_declaration__ImportantAssignment_5 )? )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6120:1: ( ( rule__Css_declaration__ImportantAssignment_5 )? )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6121:1: ( rule__Css_declaration__ImportantAssignment_5 )?
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getCss_declarationAccess().getImportantAssignment_5());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6122:1: ( rule__Css_declaration__ImportantAssignment_5 )?
- int alt77 = 2;
- int LA77_0 = input.LA(1);
-
- if ((LA77_0 == RULE_IMPORTANT_SYM)) {
- alt77 = 1;
- }
- switch (alt77) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6122:2: rule__Css_declaration__ImportantAssignment_5
- {
- pushFollow(FOLLOW_rule__Css_declaration__ImportantAssignment_5_in_rule__Css_declaration__Group__5__Impl12648);
- rule__Css_declaration__ImportantAssignment_5();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getCss_declarationAccess().getImportantAssignment_5());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Css_declaration__Group__5__Impl"
-
-
- // $ANTLR start "rule__Css_property__Group__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6144:1: rule__Css_property__Group__0 : rule__Css_property__Group__0__Impl rule__Css_property__Group__1 ;
- public final void rule__Css_property__Group__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6148:1: ( rule__Css_property__Group__0__Impl rule__Css_property__Group__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6149:2: rule__Css_property__Group__0__Impl rule__Css_property__Group__1
- {
- pushFollow(FOLLOW_rule__Css_property__Group__0__Impl_in_rule__Css_property__Group__012691);
- rule__Css_property__Group__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Css_property__Group__1_in_rule__Css_property__Group__012694);
- rule__Css_property__Group__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Css_property__Group__0"
-
-
- // $ANTLR start "rule__Css_property__Group__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6156:1: rule__Css_property__Group__0__Impl : ( () ) ;
- public final void rule__Css_property__Group__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6160:1: ( ( () ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6161:1: ( () )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6161:1: ( () )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6162:1: ()
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getCss_propertyAccess().getCss_propertyAction_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6163:1: ()
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6165:1:
- {
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getCss_propertyAccess().getCss_propertyAction_0());
- }
-
- }
-
-
- }
-
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Css_property__Group__0__Impl"
-
-
- // $ANTLR start "rule__Css_property__Group__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6175:1: rule__Css_property__Group__1 : rule__Css_property__Group__1__Impl ;
- public final void rule__Css_property__Group__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6179:1: ( rule__Css_property__Group__1__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6180:2: rule__Css_property__Group__1__Impl
- {
- pushFollow(FOLLOW_rule__Css_property__Group__1__Impl_in_rule__Css_property__Group__112752);
- rule__Css_property__Group__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Css_property__Group__1"
-
-
- // $ANTLR start "rule__Css_property__Group__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6186:1: rule__Css_property__Group__1__Impl : ( ( rule__Css_property__NameAssignment_1 ) ) ;
- public final void rule__Css_property__Group__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6190:1: ( ( ( rule__Css_property__NameAssignment_1 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6191:1: ( ( rule__Css_property__NameAssignment_1 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6191:1: ( ( rule__Css_property__NameAssignment_1 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6192:1: ( rule__Css_property__NameAssignment_1 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getCss_propertyAccess().getNameAssignment_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6193:1: ( rule__Css_property__NameAssignment_1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6193:2: rule__Css_property__NameAssignment_1
- {
- pushFollow(FOLLOW_rule__Css_property__NameAssignment_1_in_rule__Css_property__Group__1__Impl12779);
- rule__Css_property__NameAssignment_1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getCss_propertyAccess().getNameAssignment_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Css_property__Group__1__Impl"
-
-
- // $ANTLR start "rule__PseudoClass__Group__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6207:1: rule__PseudoClass__Group__0 : rule__PseudoClass__Group__0__Impl rule__PseudoClass__Group__1 ;
- public final void rule__PseudoClass__Group__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6211:1: ( rule__PseudoClass__Group__0__Impl rule__PseudoClass__Group__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6212:2: rule__PseudoClass__Group__0__Impl rule__PseudoClass__Group__1
- {
- pushFollow(FOLLOW_rule__PseudoClass__Group__0__Impl_in_rule__PseudoClass__Group__012813);
- rule__PseudoClass__Group__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__PseudoClass__Group__1_in_rule__PseudoClass__Group__012816);
- rule__PseudoClass__Group__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__PseudoClass__Group__0"
-
-
- // $ANTLR start "rule__PseudoClass__Group__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6219:1: rule__PseudoClass__Group__0__Impl : ( RULE_COLON ) ;
- public final void rule__PseudoClass__Group__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6223:1: ( ( RULE_COLON ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6224:1: ( RULE_COLON )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6224:1: ( RULE_COLON )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6225:1: RULE_COLON
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getPseudoClassAccess().getCOLONTerminalRuleCall_0());
- }
- match(input, RULE_COLON, FOLLOW_RULE_COLON_in_rule__PseudoClass__Group__0__Impl12843);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getPseudoClassAccess().getCOLONTerminalRuleCall_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__PseudoClass__Group__0__Impl"
-
-
- // $ANTLR start "rule__PseudoClass__Group__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6236:1: rule__PseudoClass__Group__1 : rule__PseudoClass__Group__1__Impl rule__PseudoClass__Group__2 ;
- public final void rule__PseudoClass__Group__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6240:1: ( rule__PseudoClass__Group__1__Impl rule__PseudoClass__Group__2 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6241:2: rule__PseudoClass__Group__1__Impl rule__PseudoClass__Group__2
- {
- pushFollow(FOLLOW_rule__PseudoClass__Group__1__Impl_in_rule__PseudoClass__Group__112872);
- rule__PseudoClass__Group__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__PseudoClass__Group__2_in_rule__PseudoClass__Group__112875);
- rule__PseudoClass__Group__2();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__PseudoClass__Group__1"
-
-
- // $ANTLR start "rule__PseudoClass__Group__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6248:1: rule__PseudoClass__Group__1__Impl : ( ( RULE_COLON )? ) ;
- public final void rule__PseudoClass__Group__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6252:1: ( ( ( RULE_COLON )? ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6253:1: ( ( RULE_COLON )? )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6253:1: ( ( RULE_COLON )? )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6254:1: ( RULE_COLON )?
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getPseudoClassAccess().getCOLONTerminalRuleCall_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6255:1: ( RULE_COLON )?
- int alt78 = 2;
- int LA78_0 = input.LA(1);
-
- if ((LA78_0 == RULE_COLON)) {
- alt78 = 1;
- }
- switch (alt78) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6255:3: RULE_COLON
- {
- match(input, RULE_COLON, FOLLOW_RULE_COLON_in_rule__PseudoClass__Group__1__Impl12903);
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getPseudoClassAccess().getCOLONTerminalRuleCall_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__PseudoClass__Group__1__Impl"
-
-
- // $ANTLR start "rule__PseudoClass__Group__2"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6265:1: rule__PseudoClass__Group__2 : rule__PseudoClass__Group__2__Impl ;
- public final void rule__PseudoClass__Group__2() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6269:1: ( rule__PseudoClass__Group__2__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6270:2: rule__PseudoClass__Group__2__Impl
- {
- pushFollow(FOLLOW_rule__PseudoClass__Group__2__Impl_in_rule__PseudoClass__Group__212934);
- rule__PseudoClass__Group__2__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__PseudoClass__Group__2"
-
-
- // $ANTLR start "rule__PseudoClass__Group__2__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6276:1: rule__PseudoClass__Group__2__Impl : ( rulePseudoClassName ) ;
- public final void rule__PseudoClass__Group__2__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6280:1: ( ( rulePseudoClassName ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6281:1: ( rulePseudoClassName )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6281:1: ( rulePseudoClassName )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6282:1: rulePseudoClassName
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getPseudoClassAccess().getPseudoClassNameParserRuleCall_2());
- }
- pushFollow(FOLLOW_rulePseudoClassName_in_rule__PseudoClass__Group__2__Impl12961);
- rulePseudoClassName();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getPseudoClassAccess().getPseudoClassNameParserRuleCall_2());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__PseudoClass__Group__2__Impl"
-
-
- // $ANTLR start "rule__PseudoClassFunction__Group_0__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6299:1: rule__PseudoClassFunction__Group_0__0 : rule__PseudoClassFunction__Group_0__0__Impl
- // rule__PseudoClassFunction__Group_0__1 ;
- public final void rule__PseudoClassFunction__Group_0__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6303:1: ( rule__PseudoClassFunction__Group_0__0__Impl rule__PseudoClassFunction__Group_0__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6304:2: rule__PseudoClassFunction__Group_0__0__Impl rule__PseudoClassFunction__Group_0__1
- {
- pushFollow(FOLLOW_rule__PseudoClassFunction__Group_0__0__Impl_in_rule__PseudoClassFunction__Group_0__012996);
- rule__PseudoClassFunction__Group_0__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__PseudoClassFunction__Group_0__1_in_rule__PseudoClassFunction__Group_0__012999);
- rule__PseudoClassFunction__Group_0__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__PseudoClassFunction__Group_0__0"
-
-
- // $ANTLR start "rule__PseudoClassFunction__Group_0__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6311:1: rule__PseudoClassFunction__Group_0__0__Impl : ( ( rule__PseudoClassFunction__NotAssignment_0_0 ) ) ;
- public final void rule__PseudoClassFunction__Group_0__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6315:1: ( ( ( rule__PseudoClassFunction__NotAssignment_0_0 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6316:1: ( ( rule__PseudoClassFunction__NotAssignment_0_0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6316:1: ( ( rule__PseudoClassFunction__NotAssignment_0_0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6317:1: ( rule__PseudoClassFunction__NotAssignment_0_0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getPseudoClassFunctionAccess().getNotAssignment_0_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6318:1: ( rule__PseudoClassFunction__NotAssignment_0_0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6318:2: rule__PseudoClassFunction__NotAssignment_0_0
- {
- pushFollow(FOLLOW_rule__PseudoClassFunction__NotAssignment_0_0_in_rule__PseudoClassFunction__Group_0__0__Impl13026);
- rule__PseudoClassFunction__NotAssignment_0_0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getPseudoClassFunctionAccess().getNotAssignment_0_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__PseudoClassFunction__Group_0__0__Impl"
-
-
- // $ANTLR start "rule__PseudoClassFunction__Group_0__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6328:1: rule__PseudoClassFunction__Group_0__1 : rule__PseudoClassFunction__Group_0__1__Impl
- // rule__PseudoClassFunction__Group_0__2 ;
- public final void rule__PseudoClassFunction__Group_0__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6332:1: ( rule__PseudoClassFunction__Group_0__1__Impl rule__PseudoClassFunction__Group_0__2 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6333:2: rule__PseudoClassFunction__Group_0__1__Impl rule__PseudoClassFunction__Group_0__2
- {
- pushFollow(FOLLOW_rule__PseudoClassFunction__Group_0__1__Impl_in_rule__PseudoClassFunction__Group_0__113056);
- rule__PseudoClassFunction__Group_0__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__PseudoClassFunction__Group_0__2_in_rule__PseudoClassFunction__Group_0__113059);
- rule__PseudoClassFunction__Group_0__2();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__PseudoClassFunction__Group_0__1"
-
-
- // $ANTLR start "rule__PseudoClassFunction__Group_0__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6340:1: rule__PseudoClassFunction__Group_0__1__Impl : ( (
- // rule__PseudoClassFunction__ParamSelectorAssignment_0_1 ) ) ;
- public final void rule__PseudoClassFunction__Group_0__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6344:1: ( ( ( rule__PseudoClassFunction__ParamSelectorAssignment_0_1 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6345:1: ( ( rule__PseudoClassFunction__ParamSelectorAssignment_0_1 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6345:1: ( ( rule__PseudoClassFunction__ParamSelectorAssignment_0_1 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6346:1: ( rule__PseudoClassFunction__ParamSelectorAssignment_0_1 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getPseudoClassFunctionAccess().getParamSelectorAssignment_0_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6347:1: ( rule__PseudoClassFunction__ParamSelectorAssignment_0_1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6347:2: rule__PseudoClassFunction__ParamSelectorAssignment_0_1
- {
- pushFollow(FOLLOW_rule__PseudoClassFunction__ParamSelectorAssignment_0_1_in_rule__PseudoClassFunction__Group_0__1__Impl13086);
- rule__PseudoClassFunction__ParamSelectorAssignment_0_1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getPseudoClassFunctionAccess().getParamSelectorAssignment_0_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__PseudoClassFunction__Group_0__1__Impl"
-
-
- // $ANTLR start "rule__PseudoClassFunction__Group_0__2"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6357:1: rule__PseudoClassFunction__Group_0__2 : rule__PseudoClassFunction__Group_0__2__Impl ;
- public final void rule__PseudoClassFunction__Group_0__2() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6361:1: ( rule__PseudoClassFunction__Group_0__2__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6362:2: rule__PseudoClassFunction__Group_0__2__Impl
- {
- pushFollow(FOLLOW_rule__PseudoClassFunction__Group_0__2__Impl_in_rule__PseudoClassFunction__Group_0__213116);
- rule__PseudoClassFunction__Group_0__2__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__PseudoClassFunction__Group_0__2"
-
-
- // $ANTLR start "rule__PseudoClassFunction__Group_0__2__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6368:1: rule__PseudoClassFunction__Group_0__2__Impl : ( ')' ) ;
- public final void rule__PseudoClassFunction__Group_0__2__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6372:1: ( ( ')' ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6373:1: ( ')' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6373:1: ( ')' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6374:1: ')'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getPseudoClassFunctionAccess().getRightParenthesisKeyword_0_2());
- }
- match(input, 61, FOLLOW_61_in_rule__PseudoClassFunction__Group_0__2__Impl13144);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getPseudoClassFunctionAccess().getRightParenthesisKeyword_0_2());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__PseudoClassFunction__Group_0__2__Impl"
-
-
- // $ANTLR start "rule__PseudoClassFunction__Group_1__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6393:1: rule__PseudoClassFunction__Group_1__0 : rule__PseudoClassFunction__Group_1__0__Impl
- // rule__PseudoClassFunction__Group_1__1 ;
- public final void rule__PseudoClassFunction__Group_1__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6397:1: ( rule__PseudoClassFunction__Group_1__0__Impl rule__PseudoClassFunction__Group_1__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6398:2: rule__PseudoClassFunction__Group_1__0__Impl rule__PseudoClassFunction__Group_1__1
- {
- pushFollow(FOLLOW_rule__PseudoClassFunction__Group_1__0__Impl_in_rule__PseudoClassFunction__Group_1__013181);
- rule__PseudoClassFunction__Group_1__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__PseudoClassFunction__Group_1__1_in_rule__PseudoClassFunction__Group_1__013184);
- rule__PseudoClassFunction__Group_1__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__PseudoClassFunction__Group_1__0"
-
-
- // $ANTLR start "rule__PseudoClassFunction__Group_1__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6405:1: rule__PseudoClassFunction__Group_1__0__Impl : ( RULE_COLON ) ;
- public final void rule__PseudoClassFunction__Group_1__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6409:1: ( ( RULE_COLON ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6410:1: ( RULE_COLON )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6410:1: ( RULE_COLON )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6411:1: RULE_COLON
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getPseudoClassFunctionAccess().getCOLONTerminalRuleCall_1_0());
- }
- match(input, RULE_COLON, FOLLOW_RULE_COLON_in_rule__PseudoClassFunction__Group_1__0__Impl13211);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getPseudoClassFunctionAccess().getCOLONTerminalRuleCall_1_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__PseudoClassFunction__Group_1__0__Impl"
-
-
- // $ANTLR start "rule__PseudoClassFunction__Group_1__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6422:1: rule__PseudoClassFunction__Group_1__1 : rule__PseudoClassFunction__Group_1__1__Impl
- // rule__PseudoClassFunction__Group_1__2 ;
- public final void rule__PseudoClassFunction__Group_1__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6426:1: ( rule__PseudoClassFunction__Group_1__1__Impl rule__PseudoClassFunction__Group_1__2 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6427:2: rule__PseudoClassFunction__Group_1__1__Impl rule__PseudoClassFunction__Group_1__2
- {
- pushFollow(FOLLOW_rule__PseudoClassFunction__Group_1__1__Impl_in_rule__PseudoClassFunction__Group_1__113240);
- rule__PseudoClassFunction__Group_1__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__PseudoClassFunction__Group_1__2_in_rule__PseudoClassFunction__Group_1__113243);
- rule__PseudoClassFunction__Group_1__2();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__PseudoClassFunction__Group_1__1"
-
-
- // $ANTLR start "rule__PseudoClassFunction__Group_1__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6434:1: rule__PseudoClassFunction__Group_1__1__Impl : ( ( rule__PseudoClassFunction__NameAssignment_1_1 ) ) ;
- public final void rule__PseudoClassFunction__Group_1__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6438:1: ( ( ( rule__PseudoClassFunction__NameAssignment_1_1 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6439:1: ( ( rule__PseudoClassFunction__NameAssignment_1_1 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6439:1: ( ( rule__PseudoClassFunction__NameAssignment_1_1 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6440:1: ( rule__PseudoClassFunction__NameAssignment_1_1 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getPseudoClassFunctionAccess().getNameAssignment_1_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6441:1: ( rule__PseudoClassFunction__NameAssignment_1_1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6441:2: rule__PseudoClassFunction__NameAssignment_1_1
- {
- pushFollow(FOLLOW_rule__PseudoClassFunction__NameAssignment_1_1_in_rule__PseudoClassFunction__Group_1__1__Impl13270);
- rule__PseudoClassFunction__NameAssignment_1_1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getPseudoClassFunctionAccess().getNameAssignment_1_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__PseudoClassFunction__Group_1__1__Impl"
-
-
- // $ANTLR start "rule__PseudoClassFunction__Group_1__2"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6451:1: rule__PseudoClassFunction__Group_1__2 : rule__PseudoClassFunction__Group_1__2__Impl
- // rule__PseudoClassFunction__Group_1__3 ;
- public final void rule__PseudoClassFunction__Group_1__2() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6455:1: ( rule__PseudoClassFunction__Group_1__2__Impl rule__PseudoClassFunction__Group_1__3 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6456:2: rule__PseudoClassFunction__Group_1__2__Impl rule__PseudoClassFunction__Group_1__3
- {
- pushFollow(FOLLOW_rule__PseudoClassFunction__Group_1__2__Impl_in_rule__PseudoClassFunction__Group_1__213300);
- rule__PseudoClassFunction__Group_1__2__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__PseudoClassFunction__Group_1__3_in_rule__PseudoClassFunction__Group_1__213303);
- rule__PseudoClassFunction__Group_1__3();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__PseudoClassFunction__Group_1__2"
-
-
- // $ANTLR start "rule__PseudoClassFunction__Group_1__2__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6463:1: rule__PseudoClassFunction__Group_1__2__Impl : ( '(' ) ;
- public final void rule__PseudoClassFunction__Group_1__2__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6467:1: ( ( '(' ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6468:1: ( '(' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6468:1: ( '(' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6469:1: '('
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getPseudoClassFunctionAccess().getLeftParenthesisKeyword_1_2());
- }
- match(input, 62, FOLLOW_62_in_rule__PseudoClassFunction__Group_1__2__Impl13331);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getPseudoClassFunctionAccess().getLeftParenthesisKeyword_1_2());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__PseudoClassFunction__Group_1__2__Impl"
-
-
- // $ANTLR start "rule__PseudoClassFunction__Group_1__3"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6482:1: rule__PseudoClassFunction__Group_1__3 : rule__PseudoClassFunction__Group_1__3__Impl
- // rule__PseudoClassFunction__Group_1__4 ;
- public final void rule__PseudoClassFunction__Group_1__3() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6486:1: ( rule__PseudoClassFunction__Group_1__3__Impl rule__PseudoClassFunction__Group_1__4 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6487:2: rule__PseudoClassFunction__Group_1__3__Impl rule__PseudoClassFunction__Group_1__4
- {
- pushFollow(FOLLOW_rule__PseudoClassFunction__Group_1__3__Impl_in_rule__PseudoClassFunction__Group_1__313362);
- rule__PseudoClassFunction__Group_1__3__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__PseudoClassFunction__Group_1__4_in_rule__PseudoClassFunction__Group_1__313365);
- rule__PseudoClassFunction__Group_1__4();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__PseudoClassFunction__Group_1__3"
-
-
- // $ANTLR start "rule__PseudoClassFunction__Group_1__3__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6494:1: rule__PseudoClassFunction__Group_1__3__Impl : ( ( rule__PseudoClassFunction__ParamsAssignment_1_3 )*
- // ) ;
- public final void rule__PseudoClassFunction__Group_1__3__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6498:1: ( ( ( rule__PseudoClassFunction__ParamsAssignment_1_3 )* ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6499:1: ( ( rule__PseudoClassFunction__ParamsAssignment_1_3 )* )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6499:1: ( ( rule__PseudoClassFunction__ParamsAssignment_1_3 )* )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6500:1: ( rule__PseudoClassFunction__ParamsAssignment_1_3 )*
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getPseudoClassFunctionAccess().getParamsAssignment_1_3());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6501:1: ( rule__PseudoClassFunction__ParamsAssignment_1_3 )*
- loop79: do {
- int alt79 = 2;
- int LA79_0 = input.LA(1);
-
- if (((LA79_0 >= RULE_CSSSTRING && LA79_0 <= RULE_UNDERSCORE) || (LA79_0 >= RULE_HASHMARK && LA79_0 <= RULE_WS) || LA79_0 == 39 || (LA79_0 >= 49 && LA79_0 <= 52) || LA79_0 == 64)) {
- alt79 = 1;
- }
-
-
- switch (alt79) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6501:2: rule__PseudoClassFunction__ParamsAssignment_1_3
- {
- pushFollow(FOLLOW_rule__PseudoClassFunction__ParamsAssignment_1_3_in_rule__PseudoClassFunction__Group_1__3__Impl13392);
- rule__PseudoClassFunction__ParamsAssignment_1_3();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- default:
- break loop79;
- }
- } while (true);
-
- if (state.backtracking == 0) {
- after(grammarAccess.getPseudoClassFunctionAccess().getParamsAssignment_1_3());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__PseudoClassFunction__Group_1__3__Impl"
-
-
- // $ANTLR start "rule__PseudoClassFunction__Group_1__4"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6511:1: rule__PseudoClassFunction__Group_1__4 : rule__PseudoClassFunction__Group_1__4__Impl ;
- public final void rule__PseudoClassFunction__Group_1__4() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6515:1: ( rule__PseudoClassFunction__Group_1__4__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6516:2: rule__PseudoClassFunction__Group_1__4__Impl
- {
- pushFollow(FOLLOW_rule__PseudoClassFunction__Group_1__4__Impl_in_rule__PseudoClassFunction__Group_1__413423);
- rule__PseudoClassFunction__Group_1__4__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__PseudoClassFunction__Group_1__4"
-
-
- // $ANTLR start "rule__PseudoClassFunction__Group_1__4__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6522:1: rule__PseudoClassFunction__Group_1__4__Impl : ( ')' ) ;
- public final void rule__PseudoClassFunction__Group_1__4__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6526:1: ( ( ')' ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6527:1: ( ')' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6527:1: ( ')' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6528:1: ')'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getPseudoClassFunctionAccess().getRightParenthesisKeyword_1_4());
- }
- match(input, 61, FOLLOW_61_in_rule__PseudoClassFunction__Group_1__4__Impl13451);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getPseudoClassFunctionAccess().getRightParenthesisKeyword_1_4());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__PseudoClassFunction__Group_1__4__Impl"
-
-
- // $ANTLR start "rule__NotFunctionCall__Group__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6551:1: rule__NotFunctionCall__Group__0 : rule__NotFunctionCall__Group__0__Impl
- // rule__NotFunctionCall__Group__1 ;
- public final void rule__NotFunctionCall__Group__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6555:1: ( rule__NotFunctionCall__Group__0__Impl rule__NotFunctionCall__Group__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6556:2: rule__NotFunctionCall__Group__0__Impl rule__NotFunctionCall__Group__1
- {
- pushFollow(FOLLOW_rule__NotFunctionCall__Group__0__Impl_in_rule__NotFunctionCall__Group__013492);
- rule__NotFunctionCall__Group__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__NotFunctionCall__Group__1_in_rule__NotFunctionCall__Group__013495);
- rule__NotFunctionCall__Group__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__NotFunctionCall__Group__0"
-
-
- // $ANTLR start "rule__NotFunctionCall__Group__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6563:1: rule__NotFunctionCall__Group__0__Impl : ( RULE_COLON ) ;
- public final void rule__NotFunctionCall__Group__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6567:1: ( ( RULE_COLON ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6568:1: ( RULE_COLON )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6568:1: ( RULE_COLON )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6569:1: RULE_COLON
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getNotFunctionCallAccess().getCOLONTerminalRuleCall_0());
- }
- match(input, RULE_COLON, FOLLOW_RULE_COLON_in_rule__NotFunctionCall__Group__0__Impl13522);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getNotFunctionCallAccess().getCOLONTerminalRuleCall_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__NotFunctionCall__Group__0__Impl"
-
-
- // $ANTLR start "rule__NotFunctionCall__Group__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6580:1: rule__NotFunctionCall__Group__1 : rule__NotFunctionCall__Group__1__Impl ;
- public final void rule__NotFunctionCall__Group__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6584:1: ( rule__NotFunctionCall__Group__1__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6585:2: rule__NotFunctionCall__Group__1__Impl
- {
- pushFollow(FOLLOW_rule__NotFunctionCall__Group__1__Impl_in_rule__NotFunctionCall__Group__113551);
- rule__NotFunctionCall__Group__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__NotFunctionCall__Group__1"
-
-
- // $ANTLR start "rule__NotFunctionCall__Group__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6591:1: rule__NotFunctionCall__Group__1__Impl : ( 'not(' ) ;
- public final void rule__NotFunctionCall__Group__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6595:1: ( ( 'not(' ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6596:1: ( 'not(' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6596:1: ( 'not(' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6597:1: 'not('
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getNotFunctionCallAccess().getNotKeyword_1());
- }
- match(input, 63, FOLLOW_63_in_rule__NotFunctionCall__Group__1__Impl13579);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getNotFunctionCallAccess().getNotKeyword_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__NotFunctionCall__Group__1__Impl"
-
-
- // $ANTLR start "rule__SymbolTok__Group__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6614:1: rule__SymbolTok__Group__0 : rule__SymbolTok__Group__0__Impl rule__SymbolTok__Group__1 ;
- public final void rule__SymbolTok__Group__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6618:1: ( rule__SymbolTok__Group__0__Impl rule__SymbolTok__Group__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6619:2: rule__SymbolTok__Group__0__Impl rule__SymbolTok__Group__1
- {
- pushFollow(FOLLOW_rule__SymbolTok__Group__0__Impl_in_rule__SymbolTok__Group__013614);
- rule__SymbolTok__Group__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__SymbolTok__Group__1_in_rule__SymbolTok__Group__013617);
- rule__SymbolTok__Group__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__SymbolTok__Group__0"
-
-
- // $ANTLR start "rule__SymbolTok__Group__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6626:1: rule__SymbolTok__Group__0__Impl : ( () ) ;
- public final void rule__SymbolTok__Group__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6630:1: ( ( () ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6631:1: ( () )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6631:1: ( () )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6632:1: ()
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSymbolTokAccess().getSymbolTokAction_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6633:1: ()
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6635:1:
- {
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getSymbolTokAccess().getSymbolTokAction_0());
- }
-
- }
-
-
- }
-
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__SymbolTok__Group__0__Impl"
-
-
- // $ANTLR start "rule__SymbolTok__Group__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6645:1: rule__SymbolTok__Group__1 : rule__SymbolTok__Group__1__Impl ;
- public final void rule__SymbolTok__Group__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6649:1: ( rule__SymbolTok__Group__1__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6650:2: rule__SymbolTok__Group__1__Impl
- {
- pushFollow(FOLLOW_rule__SymbolTok__Group__1__Impl_in_rule__SymbolTok__Group__113675);
- rule__SymbolTok__Group__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__SymbolTok__Group__1"
-
-
- // $ANTLR start "rule__SymbolTok__Group__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6656:1: rule__SymbolTok__Group__1__Impl : ( ( rule__SymbolTok__SymbolAssignment_1 ) ) ;
- public final void rule__SymbolTok__Group__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6660:1: ( ( ( rule__SymbolTok__SymbolAssignment_1 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6661:1: ( ( rule__SymbolTok__SymbolAssignment_1 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6661:1: ( ( rule__SymbolTok__SymbolAssignment_1 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6662:1: ( rule__SymbolTok__SymbolAssignment_1 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSymbolTokAccess().getSymbolAssignment_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6663:1: ( rule__SymbolTok__SymbolAssignment_1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6663:2: rule__SymbolTok__SymbolAssignment_1
- {
- pushFollow(FOLLOW_rule__SymbolTok__SymbolAssignment_1_in_rule__SymbolTok__Group__1__Impl13702);
- rule__SymbolTok__SymbolAssignment_1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getSymbolTokAccess().getSymbolAssignment_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__SymbolTok__Group__1__Impl"
-
-
- // $ANTLR start "rule__WSTok__Group__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6677:1: rule__WSTok__Group__0 : rule__WSTok__Group__0__Impl rule__WSTok__Group__1 ;
- public final void rule__WSTok__Group__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6681:1: ( rule__WSTok__Group__0__Impl rule__WSTok__Group__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6682:2: rule__WSTok__Group__0__Impl rule__WSTok__Group__1
- {
- pushFollow(FOLLOW_rule__WSTok__Group__0__Impl_in_rule__WSTok__Group__013736);
- rule__WSTok__Group__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__WSTok__Group__1_in_rule__WSTok__Group__013739);
- rule__WSTok__Group__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__WSTok__Group__0"
-
-
- // $ANTLR start "rule__WSTok__Group__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6689:1: rule__WSTok__Group__0__Impl : ( () ) ;
- public final void rule__WSTok__Group__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6693:1: ( ( () ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6694:1: ( () )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6694:1: ( () )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6695:1: ()
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getWSTokAccess().getWSTokAction_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6696:1: ()
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6698:1:
- {
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getWSTokAccess().getWSTokAction_0());
- }
-
- }
-
-
- }
-
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__WSTok__Group__0__Impl"
-
-
- // $ANTLR start "rule__WSTok__Group__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6708:1: rule__WSTok__Group__1 : rule__WSTok__Group__1__Impl ;
- public final void rule__WSTok__Group__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6712:1: ( rule__WSTok__Group__1__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6713:2: rule__WSTok__Group__1__Impl
- {
- pushFollow(FOLLOW_rule__WSTok__Group__1__Impl_in_rule__WSTok__Group__113797);
- rule__WSTok__Group__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__WSTok__Group__1"
-
-
- // $ANTLR start "rule__WSTok__Group__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6719:1: rule__WSTok__Group__1__Impl : ( RULE_WS ) ;
- public final void rule__WSTok__Group__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6723:1: ( ( RULE_WS ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6724:1: ( RULE_WS )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6724:1: ( RULE_WS )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6725:1: RULE_WS
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getWSTokAccess().getWSTerminalRuleCall_1());
- }
- match(input, RULE_WS, FOLLOW_RULE_WS_in_rule__WSTok__Group__1__Impl13824);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getWSTokAccess().getWSTerminalRuleCall_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__WSTok__Group__1__Impl"
-
-
- // $ANTLR start "rule__StringTok__Group__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6740:1: rule__StringTok__Group__0 : rule__StringTok__Group__0__Impl rule__StringTok__Group__1 ;
- public final void rule__StringTok__Group__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6744:1: ( rule__StringTok__Group__0__Impl rule__StringTok__Group__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6745:2: rule__StringTok__Group__0__Impl rule__StringTok__Group__1
- {
- pushFollow(FOLLOW_rule__StringTok__Group__0__Impl_in_rule__StringTok__Group__013857);
- rule__StringTok__Group__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__StringTok__Group__1_in_rule__StringTok__Group__013860);
- rule__StringTok__Group__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__StringTok__Group__0"
-
-
- // $ANTLR start "rule__StringTok__Group__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6752:1: rule__StringTok__Group__0__Impl : ( () ) ;
- public final void rule__StringTok__Group__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6756:1: ( ( () ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6757:1: ( () )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6757:1: ( () )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6758:1: ()
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getStringTokAccess().getStringTokAction_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6759:1: ()
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6761:1:
- {
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getStringTokAccess().getStringTokAction_0());
- }
-
- }
-
-
- }
-
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__StringTok__Group__0__Impl"
-
-
- // $ANTLR start "rule__StringTok__Group__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6771:1: rule__StringTok__Group__1 : rule__StringTok__Group__1__Impl ;
- public final void rule__StringTok__Group__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6775:1: ( rule__StringTok__Group__1__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6776:2: rule__StringTok__Group__1__Impl
- {
- pushFollow(FOLLOW_rule__StringTok__Group__1__Impl_in_rule__StringTok__Group__113918);
- rule__StringTok__Group__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__StringTok__Group__1"
-
-
- // $ANTLR start "rule__StringTok__Group__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6782:1: rule__StringTok__Group__1__Impl : ( ( rule__StringTok__ValueAssignment_1 ) ) ;
- public final void rule__StringTok__Group__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6786:1: ( ( ( rule__StringTok__ValueAssignment_1 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6787:1: ( ( rule__StringTok__ValueAssignment_1 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6787:1: ( ( rule__StringTok__ValueAssignment_1 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6788:1: ( rule__StringTok__ValueAssignment_1 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getStringTokAccess().getValueAssignment_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6789:1: ( rule__StringTok__ValueAssignment_1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6789:2: rule__StringTok__ValueAssignment_1
- {
- pushFollow(FOLLOW_rule__StringTok__ValueAssignment_1_in_rule__StringTok__Group__1__Impl13945);
- rule__StringTok__ValueAssignment_1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getStringTokAccess().getValueAssignment_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__StringTok__Group__1__Impl"
-
-
- // $ANTLR start "rule__NumberTok__Group__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6803:1: rule__NumberTok__Group__0 : rule__NumberTok__Group__0__Impl rule__NumberTok__Group__1 ;
- public final void rule__NumberTok__Group__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6807:1: ( rule__NumberTok__Group__0__Impl rule__NumberTok__Group__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6808:2: rule__NumberTok__Group__0__Impl rule__NumberTok__Group__1
- {
- pushFollow(FOLLOW_rule__NumberTok__Group__0__Impl_in_rule__NumberTok__Group__013979);
- rule__NumberTok__Group__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__NumberTok__Group__1_in_rule__NumberTok__Group__013982);
- rule__NumberTok__Group__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__NumberTok__Group__0"
-
-
- // $ANTLR start "rule__NumberTok__Group__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6815:1: rule__NumberTok__Group__0__Impl : ( () ) ;
- public final void rule__NumberTok__Group__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6819:1: ( ( () ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6820:1: ( () )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6820:1: ( () )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6821:1: ()
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getNumberTokAccess().getNumberTokAction_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6822:1: ()
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6824:1:
- {
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getNumberTokAccess().getNumberTokAction_0());
- }
-
- }
-
-
- }
-
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__NumberTok__Group__0__Impl"
-
-
- // $ANTLR start "rule__NumberTok__Group__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6834:1: rule__NumberTok__Group__1 : rule__NumberTok__Group__1__Impl ;
- public final void rule__NumberTok__Group__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6838:1: ( rule__NumberTok__Group__1__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6839:2: rule__NumberTok__Group__1__Impl
- {
- pushFollow(FOLLOW_rule__NumberTok__Group__1__Impl_in_rule__NumberTok__Group__114040);
- rule__NumberTok__Group__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__NumberTok__Group__1"
-
-
- // $ANTLR start "rule__NumberTok__Group__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6845:1: rule__NumberTok__Group__1__Impl : ( ( rule__NumberTok__ValAssignment_1 ) ) ;
- public final void rule__NumberTok__Group__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6849:1: ( ( ( rule__NumberTok__ValAssignment_1 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6850:1: ( ( rule__NumberTok__ValAssignment_1 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6850:1: ( ( rule__NumberTok__ValAssignment_1 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6851:1: ( rule__NumberTok__ValAssignment_1 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getNumberTokAccess().getValAssignment_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6852:1: ( rule__NumberTok__ValAssignment_1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6852:2: rule__NumberTok__ValAssignment_1
- {
- pushFollow(FOLLOW_rule__NumberTok__ValAssignment_1_in_rule__NumberTok__Group__1__Impl14067);
- rule__NumberTok__ValAssignment_1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getNumberTokAccess().getValAssignment_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__NumberTok__Group__1__Impl"
-
-
- // $ANTLR start "rule__UrlTok__Group__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6866:1: rule__UrlTok__Group__0 : rule__UrlTok__Group__0__Impl rule__UrlTok__Group__1 ;
- public final void rule__UrlTok__Group__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6870:1: ( rule__UrlTok__Group__0__Impl rule__UrlTok__Group__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6871:2: rule__UrlTok__Group__0__Impl rule__UrlTok__Group__1
- {
- pushFollow(FOLLOW_rule__UrlTok__Group__0__Impl_in_rule__UrlTok__Group__014101);
- rule__UrlTok__Group__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__UrlTok__Group__1_in_rule__UrlTok__Group__014104);
- rule__UrlTok__Group__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__UrlTok__Group__0"
-
-
- // $ANTLR start "rule__UrlTok__Group__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6878:1: rule__UrlTok__Group__0__Impl : ( () ) ;
- public final void rule__UrlTok__Group__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6882:1: ( ( () ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6883:1: ( () )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6883:1: ( () )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6884:1: ()
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getUrlTokAccess().getUrlTokAction_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6885:1: ()
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6887:1:
- {
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getUrlTokAccess().getUrlTokAction_0());
- }
-
- }
-
-
- }
-
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__UrlTok__Group__0__Impl"
-
-
- // $ANTLR start "rule__UrlTok__Group__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6897:1: rule__UrlTok__Group__1 : rule__UrlTok__Group__1__Impl ;
- public final void rule__UrlTok__Group__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6901:1: ( rule__UrlTok__Group__1__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6902:2: rule__UrlTok__Group__1__Impl
- {
- pushFollow(FOLLOW_rule__UrlTok__Group__1__Impl_in_rule__UrlTok__Group__114162);
- rule__UrlTok__Group__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__UrlTok__Group__1"
-
-
- // $ANTLR start "rule__UrlTok__Group__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6908:1: rule__UrlTok__Group__1__Impl : ( ( rule__UrlTok__UrlAssignment_1 ) ) ;
- public final void rule__UrlTok__Group__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6912:1: ( ( ( rule__UrlTok__UrlAssignment_1 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6913:1: ( ( rule__UrlTok__UrlAssignment_1 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6913:1: ( ( rule__UrlTok__UrlAssignment_1 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6914:1: ( rule__UrlTok__UrlAssignment_1 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getUrlTokAccess().getUrlAssignment_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6915:1: ( rule__UrlTok__UrlAssignment_1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6915:2: rule__UrlTok__UrlAssignment_1
- {
- pushFollow(FOLLOW_rule__UrlTok__UrlAssignment_1_in_rule__UrlTok__Group__1__Impl14189);
- rule__UrlTok__UrlAssignment_1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getUrlTokAccess().getUrlAssignment_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__UrlTok__Group__1__Impl"
-
-
- // $ANTLR start "rule__ColorTok__Group__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6929:1: rule__ColorTok__Group__0 : rule__ColorTok__Group__0__Impl rule__ColorTok__Group__1 ;
- public final void rule__ColorTok__Group__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6933:1: ( rule__ColorTok__Group__0__Impl rule__ColorTok__Group__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6934:2: rule__ColorTok__Group__0__Impl rule__ColorTok__Group__1
- {
- pushFollow(FOLLOW_rule__ColorTok__Group__0__Impl_in_rule__ColorTok__Group__014223);
- rule__ColorTok__Group__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__ColorTok__Group__1_in_rule__ColorTok__Group__014226);
- rule__ColorTok__Group__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__ColorTok__Group__0"
-
-
- // $ANTLR start "rule__ColorTok__Group__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6941:1: rule__ColorTok__Group__0__Impl : ( () ) ;
- public final void rule__ColorTok__Group__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6945:1: ( ( () ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6946:1: ( () )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6946:1: ( () )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6947:1: ()
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getColorTokAccess().getColorTokAction_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6948:1: ()
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6950:1:
- {
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getColorTokAccess().getColorTokAction_0());
- }
-
- }
-
-
- }
-
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__ColorTok__Group__0__Impl"
-
-
- // $ANTLR start "rule__ColorTok__Group__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6960:1: rule__ColorTok__Group__1 : rule__ColorTok__Group__1__Impl ;
- public final void rule__ColorTok__Group__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6964:1: ( rule__ColorTok__Group__1__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6965:2: rule__ColorTok__Group__1__Impl
- {
- pushFollow(FOLLOW_rule__ColorTok__Group__1__Impl_in_rule__ColorTok__Group__114284);
- rule__ColorTok__Group__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__ColorTok__Group__1"
-
-
- // $ANTLR start "rule__ColorTok__Group__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6971:1: rule__ColorTok__Group__1__Impl : ( ( rule__ColorTok__ValueAssignment_1 ) ) ;
- public final void rule__ColorTok__Group__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6975:1: ( ( ( rule__ColorTok__ValueAssignment_1 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6976:1: ( ( rule__ColorTok__ValueAssignment_1 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6976:1: ( ( rule__ColorTok__ValueAssignment_1 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6977:1: ( rule__ColorTok__ValueAssignment_1 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getColorTokAccess().getValueAssignment_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6978:1: ( rule__ColorTok__ValueAssignment_1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6978:2: rule__ColorTok__ValueAssignment_1
- {
- pushFollow(FOLLOW_rule__ColorTok__ValueAssignment_1_in_rule__ColorTok__Group__1__Impl14311);
- rule__ColorTok__ValueAssignment_1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getColorTokAccess().getValueAssignment_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__ColorTok__Group__1__Impl"
-
-
- // $ANTLR start "rule__IdentifierOrFuncTok__Group__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6992:1: rule__IdentifierOrFuncTok__Group__0 : rule__IdentifierOrFuncTok__Group__0__Impl
- // rule__IdentifierOrFuncTok__Group__1 ;
- public final void rule__IdentifierOrFuncTok__Group__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6996:1: ( rule__IdentifierOrFuncTok__Group__0__Impl rule__IdentifierOrFuncTok__Group__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:6997:2: rule__IdentifierOrFuncTok__Group__0__Impl rule__IdentifierOrFuncTok__Group__1
- {
- pushFollow(FOLLOW_rule__IdentifierOrFuncTok__Group__0__Impl_in_rule__IdentifierOrFuncTok__Group__014345);
- rule__IdentifierOrFuncTok__Group__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__IdentifierOrFuncTok__Group__1_in_rule__IdentifierOrFuncTok__Group__014348);
- rule__IdentifierOrFuncTok__Group__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__IdentifierOrFuncTok__Group__0"
-
-
- // $ANTLR start "rule__IdentifierOrFuncTok__Group__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7004:1: rule__IdentifierOrFuncTok__Group__0__Impl : ( () ) ;
- public final void rule__IdentifierOrFuncTok__Group__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7008:1: ( ( () ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7009:1: ( () )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7009:1: ( () )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7010:1: ()
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getIdentifierOrFuncTokAccess().getIdentifierTokAction_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7011:1: ()
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7013:1:
- {
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getIdentifierOrFuncTokAccess().getIdentifierTokAction_0());
- }
-
- }
-
-
- }
-
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__IdentifierOrFuncTok__Group__0__Impl"
-
-
- // $ANTLR start "rule__IdentifierOrFuncTok__Group__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7023:1: rule__IdentifierOrFuncTok__Group__1 : rule__IdentifierOrFuncTok__Group__1__Impl
- // rule__IdentifierOrFuncTok__Group__2 ;
- public final void rule__IdentifierOrFuncTok__Group__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7027:1: ( rule__IdentifierOrFuncTok__Group__1__Impl rule__IdentifierOrFuncTok__Group__2 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7028:2: rule__IdentifierOrFuncTok__Group__1__Impl rule__IdentifierOrFuncTok__Group__2
- {
- pushFollow(FOLLOW_rule__IdentifierOrFuncTok__Group__1__Impl_in_rule__IdentifierOrFuncTok__Group__114406);
- rule__IdentifierOrFuncTok__Group__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__IdentifierOrFuncTok__Group__2_in_rule__IdentifierOrFuncTok__Group__114409);
- rule__IdentifierOrFuncTok__Group__2();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__IdentifierOrFuncTok__Group__1"
-
-
- // $ANTLR start "rule__IdentifierOrFuncTok__Group__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7035:1: rule__IdentifierOrFuncTok__Group__1__Impl : ( ( rule__IdentifierOrFuncTok__NameAssignment_1 ) ) ;
- public final void rule__IdentifierOrFuncTok__Group__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7039:1: ( ( ( rule__IdentifierOrFuncTok__NameAssignment_1 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7040:1: ( ( rule__IdentifierOrFuncTok__NameAssignment_1 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7040:1: ( ( rule__IdentifierOrFuncTok__NameAssignment_1 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7041:1: ( rule__IdentifierOrFuncTok__NameAssignment_1 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getIdentifierOrFuncTokAccess().getNameAssignment_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7042:1: ( rule__IdentifierOrFuncTok__NameAssignment_1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7042:2: rule__IdentifierOrFuncTok__NameAssignment_1
- {
- pushFollow(FOLLOW_rule__IdentifierOrFuncTok__NameAssignment_1_in_rule__IdentifierOrFuncTok__Group__1__Impl14436);
- rule__IdentifierOrFuncTok__NameAssignment_1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getIdentifierOrFuncTokAccess().getNameAssignment_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__IdentifierOrFuncTok__Group__1__Impl"
-
-
- // $ANTLR start "rule__IdentifierOrFuncTok__Group__2"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7052:1: rule__IdentifierOrFuncTok__Group__2 : rule__IdentifierOrFuncTok__Group__2__Impl ;
- public final void rule__IdentifierOrFuncTok__Group__2() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7056:1: ( rule__IdentifierOrFuncTok__Group__2__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7057:2: rule__IdentifierOrFuncTok__Group__2__Impl
- {
- pushFollow(FOLLOW_rule__IdentifierOrFuncTok__Group__2__Impl_in_rule__IdentifierOrFuncTok__Group__214466);
- rule__IdentifierOrFuncTok__Group__2__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__IdentifierOrFuncTok__Group__2"
-
-
- // $ANTLR start "rule__IdentifierOrFuncTok__Group__2__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7063:1: rule__IdentifierOrFuncTok__Group__2__Impl : ( ( rule__IdentifierOrFuncTok__Group_2__0 )? ) ;
- public final void rule__IdentifierOrFuncTok__Group__2__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7067:1: ( ( ( rule__IdentifierOrFuncTok__Group_2__0 )? ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7068:1: ( ( rule__IdentifierOrFuncTok__Group_2__0 )? )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7068:1: ( ( rule__IdentifierOrFuncTok__Group_2__0 )? )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7069:1: ( rule__IdentifierOrFuncTok__Group_2__0 )?
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getIdentifierOrFuncTokAccess().getGroup_2());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7070:1: ( rule__IdentifierOrFuncTok__Group_2__0 )?
- int alt80 = 2;
- int LA80_0 = input.LA(1);
-
- if ((LA80_0 == 62)) {
- alt80 = 1;
- }
- switch (alt80) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7070:2: rule__IdentifierOrFuncTok__Group_2__0
- {
- pushFollow(FOLLOW_rule__IdentifierOrFuncTok__Group_2__0_in_rule__IdentifierOrFuncTok__Group__2__Impl14493);
- rule__IdentifierOrFuncTok__Group_2__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getIdentifierOrFuncTokAccess().getGroup_2());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__IdentifierOrFuncTok__Group__2__Impl"
-
-
- // $ANTLR start "rule__IdentifierOrFuncTok__Group_2__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7086:1: rule__IdentifierOrFuncTok__Group_2__0 : rule__IdentifierOrFuncTok__Group_2__0__Impl
- // rule__IdentifierOrFuncTok__Group_2__1 ;
- public final void rule__IdentifierOrFuncTok__Group_2__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7090:1: ( rule__IdentifierOrFuncTok__Group_2__0__Impl rule__IdentifierOrFuncTok__Group_2__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7091:2: rule__IdentifierOrFuncTok__Group_2__0__Impl rule__IdentifierOrFuncTok__Group_2__1
- {
- pushFollow(FOLLOW_rule__IdentifierOrFuncTok__Group_2__0__Impl_in_rule__IdentifierOrFuncTok__Group_2__014530);
- rule__IdentifierOrFuncTok__Group_2__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__IdentifierOrFuncTok__Group_2__1_in_rule__IdentifierOrFuncTok__Group_2__014533);
- rule__IdentifierOrFuncTok__Group_2__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__IdentifierOrFuncTok__Group_2__0"
-
-
- // $ANTLR start "rule__IdentifierOrFuncTok__Group_2__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7098:1: rule__IdentifierOrFuncTok__Group_2__0__Impl : ( () ) ;
- public final void rule__IdentifierOrFuncTok__Group_2__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7102:1: ( ( () ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7103:1: ( () )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7103:1: ( () )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7104:1: ()
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getIdentifierOrFuncTokAccess().getFuncTokNameAction_2_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7105:1: ()
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7107:1:
- {
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getIdentifierOrFuncTokAccess().getFuncTokNameAction_2_0());
- }
-
- }
-
-
- }
-
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__IdentifierOrFuncTok__Group_2__0__Impl"
-
-
- // $ANTLR start "rule__IdentifierOrFuncTok__Group_2__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7117:1: rule__IdentifierOrFuncTok__Group_2__1 : rule__IdentifierOrFuncTok__Group_2__1__Impl
- // rule__IdentifierOrFuncTok__Group_2__2 ;
- public final void rule__IdentifierOrFuncTok__Group_2__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7121:1: ( rule__IdentifierOrFuncTok__Group_2__1__Impl rule__IdentifierOrFuncTok__Group_2__2 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7122:2: rule__IdentifierOrFuncTok__Group_2__1__Impl rule__IdentifierOrFuncTok__Group_2__2
- {
- pushFollow(FOLLOW_rule__IdentifierOrFuncTok__Group_2__1__Impl_in_rule__IdentifierOrFuncTok__Group_2__114591);
- rule__IdentifierOrFuncTok__Group_2__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__IdentifierOrFuncTok__Group_2__2_in_rule__IdentifierOrFuncTok__Group_2__114594);
- rule__IdentifierOrFuncTok__Group_2__2();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__IdentifierOrFuncTok__Group_2__1"
-
-
- // $ANTLR start "rule__IdentifierOrFuncTok__Group_2__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7129:1: rule__IdentifierOrFuncTok__Group_2__1__Impl : ( '(' ) ;
- public final void rule__IdentifierOrFuncTok__Group_2__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7133:1: ( ( '(' ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7134:1: ( '(' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7134:1: ( '(' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7135:1: '('
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getIdentifierOrFuncTokAccess().getLeftParenthesisKeyword_2_1());
- }
- match(input, 62, FOLLOW_62_in_rule__IdentifierOrFuncTok__Group_2__1__Impl14622);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getIdentifierOrFuncTokAccess().getLeftParenthesisKeyword_2_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__IdentifierOrFuncTok__Group_2__1__Impl"
-
-
- // $ANTLR start "rule__IdentifierOrFuncTok__Group_2__2"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7148:1: rule__IdentifierOrFuncTok__Group_2__2 : rule__IdentifierOrFuncTok__Group_2__2__Impl
- // rule__IdentifierOrFuncTok__Group_2__3 ;
- public final void rule__IdentifierOrFuncTok__Group_2__2() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7152:1: ( rule__IdentifierOrFuncTok__Group_2__2__Impl rule__IdentifierOrFuncTok__Group_2__3 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7153:2: rule__IdentifierOrFuncTok__Group_2__2__Impl rule__IdentifierOrFuncTok__Group_2__3
- {
- pushFollow(FOLLOW_rule__IdentifierOrFuncTok__Group_2__2__Impl_in_rule__IdentifierOrFuncTok__Group_2__214653);
- rule__IdentifierOrFuncTok__Group_2__2__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__IdentifierOrFuncTok__Group_2__3_in_rule__IdentifierOrFuncTok__Group_2__214656);
- rule__IdentifierOrFuncTok__Group_2__3();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__IdentifierOrFuncTok__Group_2__2"
-
-
- // $ANTLR start "rule__IdentifierOrFuncTok__Group_2__2__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7160:1: rule__IdentifierOrFuncTok__Group_2__2__Impl : ( ( ( rule__IdentifierOrFuncTok__ParamsAssignment_2_2 )
- // ) ( ( rule__IdentifierOrFuncTok__ParamsAssignment_2_2 )* ) ) ;
- public final void rule__IdentifierOrFuncTok__Group_2__2__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7164:1: ( ( ( ( rule__IdentifierOrFuncTok__ParamsAssignment_2_2 ) ) ( (
- // rule__IdentifierOrFuncTok__ParamsAssignment_2_2 )* ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7165:1: ( ( ( rule__IdentifierOrFuncTok__ParamsAssignment_2_2 ) ) ( (
- // rule__IdentifierOrFuncTok__ParamsAssignment_2_2 )* ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7165:1: ( ( ( rule__IdentifierOrFuncTok__ParamsAssignment_2_2 ) ) ( (
- // rule__IdentifierOrFuncTok__ParamsAssignment_2_2 )* ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7166:1: ( ( rule__IdentifierOrFuncTok__ParamsAssignment_2_2 ) ) ( (
- // rule__IdentifierOrFuncTok__ParamsAssignment_2_2 )* )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7166:1: ( ( rule__IdentifierOrFuncTok__ParamsAssignment_2_2 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7167:1: ( rule__IdentifierOrFuncTok__ParamsAssignment_2_2 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getIdentifierOrFuncTokAccess().getParamsAssignment_2_2());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7168:1: ( rule__IdentifierOrFuncTok__ParamsAssignment_2_2 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7168:2: rule__IdentifierOrFuncTok__ParamsAssignment_2_2
- {
- pushFollow(FOLLOW_rule__IdentifierOrFuncTok__ParamsAssignment_2_2_in_rule__IdentifierOrFuncTok__Group_2__2__Impl14685);
- rule__IdentifierOrFuncTok__ParamsAssignment_2_2();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getIdentifierOrFuncTokAccess().getParamsAssignment_2_2());
- }
-
- }
-
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7171:1: ( ( rule__IdentifierOrFuncTok__ParamsAssignment_2_2 )* )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7172:1: ( rule__IdentifierOrFuncTok__ParamsAssignment_2_2 )*
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getIdentifierOrFuncTokAccess().getParamsAssignment_2_2());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7173:1: ( rule__IdentifierOrFuncTok__ParamsAssignment_2_2 )*
- loop81: do {
- int alt81 = 2;
- int LA81_0 = input.LA(1);
-
- if (((LA81_0 >= RULE_CSSSTRING && LA81_0 <= RULE_UNDERSCORE) || (LA81_0 >= RULE_HASHMARK && LA81_0 <= RULE_WS) || LA81_0 == 39 || (LA81_0 >= 49 && LA81_0 <= 52) || LA81_0 == 64)) {
- alt81 = 1;
- }
-
-
- switch (alt81) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7173:2: rule__IdentifierOrFuncTok__ParamsAssignment_2_2
- {
- pushFollow(FOLLOW_rule__IdentifierOrFuncTok__ParamsAssignment_2_2_in_rule__IdentifierOrFuncTok__Group_2__2__Impl14697);
- rule__IdentifierOrFuncTok__ParamsAssignment_2_2();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- default:
- break loop81;
- }
- } while (true);
-
- if (state.backtracking == 0) {
- after(grammarAccess.getIdentifierOrFuncTokAccess().getParamsAssignment_2_2());
- }
-
- }
-
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__IdentifierOrFuncTok__Group_2__2__Impl"
-
-
- // $ANTLR start "rule__IdentifierOrFuncTok__Group_2__3"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7184:1: rule__IdentifierOrFuncTok__Group_2__3 : rule__IdentifierOrFuncTok__Group_2__3__Impl ;
- public final void rule__IdentifierOrFuncTok__Group_2__3() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7188:1: ( rule__IdentifierOrFuncTok__Group_2__3__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7189:2: rule__IdentifierOrFuncTok__Group_2__3__Impl
- {
- pushFollow(FOLLOW_rule__IdentifierOrFuncTok__Group_2__3__Impl_in_rule__IdentifierOrFuncTok__Group_2__314730);
- rule__IdentifierOrFuncTok__Group_2__3__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__IdentifierOrFuncTok__Group_2__3"
-
-
- // $ANTLR start "rule__IdentifierOrFuncTok__Group_2__3__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7195:1: rule__IdentifierOrFuncTok__Group_2__3__Impl : ( ')' ) ;
- public final void rule__IdentifierOrFuncTok__Group_2__3__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7199:1: ( ( ')' ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7200:1: ( ')' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7200:1: ( ')' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7201:1: ')'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getIdentifierOrFuncTokAccess().getRightParenthesisKeyword_2_3());
- }
- match(input, 61, FOLLOW_61_in_rule__IdentifierOrFuncTok__Group_2__3__Impl14758);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getIdentifierOrFuncTokAccess().getRightParenthesisKeyword_2_3());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__IdentifierOrFuncTok__Group_2__3__Impl"
-
-
- // $ANTLR start "rule__URLType__Group__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7222:1: rule__URLType__Group__0 : rule__URLType__Group__0__Impl rule__URLType__Group__1 ;
- public final void rule__URLType__Group__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7226:1: ( rule__URLType__Group__0__Impl rule__URLType__Group__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7227:2: rule__URLType__Group__0__Impl rule__URLType__Group__1
- {
- pushFollow(FOLLOW_rule__URLType__Group__0__Impl_in_rule__URLType__Group__014797);
- rule__URLType__Group__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__URLType__Group__1_in_rule__URLType__Group__014800);
- rule__URLType__Group__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__URLType__Group__0"
-
-
- // $ANTLR start "rule__URLType__Group__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7234:1: rule__URLType__Group__0__Impl : ( 'url(' ) ;
- public final void rule__URLType__Group__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7238:1: ( ( 'url(' ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7239:1: ( 'url(' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7239:1: ( 'url(' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7240:1: 'url('
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getURLTypeAccess().getUrlKeyword_0());
- }
- match(input, 64, FOLLOW_64_in_rule__URLType__Group__0__Impl14828);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getURLTypeAccess().getUrlKeyword_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__URLType__Group__0__Impl"
-
-
- // $ANTLR start "rule__URLType__Group__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7253:1: rule__URLType__Group__1 : rule__URLType__Group__1__Impl rule__URLType__Group__2 ;
- public final void rule__URLType__Group__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7257:1: ( rule__URLType__Group__1__Impl rule__URLType__Group__2 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7258:2: rule__URLType__Group__1__Impl rule__URLType__Group__2
- {
- pushFollow(FOLLOW_rule__URLType__Group__1__Impl_in_rule__URLType__Group__114859);
- rule__URLType__Group__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__URLType__Group__2_in_rule__URLType__Group__114862);
- rule__URLType__Group__2();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__URLType__Group__1"
-
-
- // $ANTLR start "rule__URLType__Group__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7265:1: rule__URLType__Group__1__Impl : ( ( rule__URLType__UrlAssignment_1 ) ) ;
- public final void rule__URLType__Group__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7269:1: ( ( ( rule__URLType__UrlAssignment_1 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7270:1: ( ( rule__URLType__UrlAssignment_1 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7270:1: ( ( rule__URLType__UrlAssignment_1 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7271:1: ( rule__URLType__UrlAssignment_1 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getURLTypeAccess().getUrlAssignment_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7272:1: ( rule__URLType__UrlAssignment_1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7272:2: rule__URLType__UrlAssignment_1
- {
- pushFollow(FOLLOW_rule__URLType__UrlAssignment_1_in_rule__URLType__Group__1__Impl14889);
- rule__URLType__UrlAssignment_1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getURLTypeAccess().getUrlAssignment_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__URLType__Group__1__Impl"
-
-
- // $ANTLR start "rule__URLType__Group__2"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7282:1: rule__URLType__Group__2 : rule__URLType__Group__2__Impl ;
- public final void rule__URLType__Group__2() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7286:1: ( rule__URLType__Group__2__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7287:2: rule__URLType__Group__2__Impl
- {
- pushFollow(FOLLOW_rule__URLType__Group__2__Impl_in_rule__URLType__Group__214919);
- rule__URLType__Group__2__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__URLType__Group__2"
-
-
- // $ANTLR start "rule__URLType__Group__2__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7293:1: rule__URLType__Group__2__Impl : ( ')' ) ;
- public final void rule__URLType__Group__2__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7297:1: ( ( ')' ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7298:1: ( ')' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7298:1: ( ')' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7299:1: ')'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getURLTypeAccess().getRightParenthesisKeyword_2());
- }
- match(input, 61, FOLLOW_61_in_rule__URLType__Group__2__Impl14947);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getURLTypeAccess().getRightParenthesisKeyword_2());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__URLType__Group__2__Impl"
-
-
- // $ANTLR start "rule__ValidURLSymbol__Group_18__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7318:1: rule__ValidURLSymbol__Group_18__0 : rule__ValidURLSymbol__Group_18__0__Impl
- // rule__ValidURLSymbol__Group_18__1 ;
- public final void rule__ValidURLSymbol__Group_18__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7322:1: ( rule__ValidURLSymbol__Group_18__0__Impl rule__ValidURLSymbol__Group_18__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7323:2: rule__ValidURLSymbol__Group_18__0__Impl rule__ValidURLSymbol__Group_18__1
- {
- pushFollow(FOLLOW_rule__ValidURLSymbol__Group_18__0__Impl_in_rule__ValidURLSymbol__Group_18__014984);
- rule__ValidURLSymbol__Group_18__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__ValidURLSymbol__Group_18__1_in_rule__ValidURLSymbol__Group_18__014987);
- rule__ValidURLSymbol__Group_18__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__ValidURLSymbol__Group_18__0"
-
-
- // $ANTLR start "rule__ValidURLSymbol__Group_18__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7330:1: rule__ValidURLSymbol__Group_18__0__Impl : ( '=' ) ;
- public final void rule__ValidURLSymbol__Group_18__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7334:1: ( ( '=' ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7335:1: ( '=' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7335:1: ( '=' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7336:1: '='
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getValidURLSymbolAccess().getEqualsSignKeyword_18_0());
- }
- match(input, 35, FOLLOW_35_in_rule__ValidURLSymbol__Group_18__0__Impl15015);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getValidURLSymbolAccess().getEqualsSignKeyword_18_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__ValidURLSymbol__Group_18__0__Impl"
-
-
- // $ANTLR start "rule__ValidURLSymbol__Group_18__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7349:1: rule__ValidURLSymbol__Group_18__1 : rule__ValidURLSymbol__Group_18__1__Impl ;
- public final void rule__ValidURLSymbol__Group_18__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7353:1: ( rule__ValidURLSymbol__Group_18__1__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7354:2: rule__ValidURLSymbol__Group_18__1__Impl
- {
- pushFollow(FOLLOW_rule__ValidURLSymbol__Group_18__1__Impl_in_rule__ValidURLSymbol__Group_18__115046);
- rule__ValidURLSymbol__Group_18__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__ValidURLSymbol__Group_18__1"
-
-
- // $ANTLR start "rule__ValidURLSymbol__Group_18__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7360:1: rule__ValidURLSymbol__Group_18__1__Impl : ( ruleKeywordHack ) ;
- public final void rule__ValidURLSymbol__Group_18__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7364:1: ( ( ruleKeywordHack ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7365:1: ( ruleKeywordHack )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7365:1: ( ruleKeywordHack )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7366:1: ruleKeywordHack
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getValidURLSymbolAccess().getKeywordHackParserRuleCall_18_1());
- }
- pushFollow(FOLLOW_ruleKeywordHack_in_rule__ValidURLSymbol__Group_18__1__Impl15073);
- ruleKeywordHack();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getValidURLSymbolAccess().getKeywordHackParserRuleCall_18_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__ValidURLSymbol__Group_18__1__Impl"
-
-
- // $ANTLR start "rule__ValidURL__Group_1_10__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7381:1: rule__ValidURL__Group_1_10__0 : rule__ValidURL__Group_1_10__0__Impl rule__ValidURL__Group_1_10__1 ;
- public final void rule__ValidURL__Group_1_10__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7385:1: ( rule__ValidURL__Group_1_10__0__Impl rule__ValidURL__Group_1_10__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7386:2: rule__ValidURL__Group_1_10__0__Impl rule__ValidURL__Group_1_10__1
- {
- pushFollow(FOLLOW_rule__ValidURL__Group_1_10__0__Impl_in_rule__ValidURL__Group_1_10__015106);
- rule__ValidURL__Group_1_10__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__ValidURL__Group_1_10__1_in_rule__ValidURL__Group_1_10__015109);
- rule__ValidURL__Group_1_10__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__ValidURL__Group_1_10__0"
-
-
- // $ANTLR start "rule__ValidURL__Group_1_10__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7393:1: rule__ValidURL__Group_1_10__0__Impl : ( RULE_PERCENT ) ;
- public final void rule__ValidURL__Group_1_10__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7397:1: ( ( RULE_PERCENT ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7398:1: ( RULE_PERCENT )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7398:1: ( RULE_PERCENT )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7399:1: RULE_PERCENT
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getValidURLAccess().getPERCENTTerminalRuleCall_1_10_0());
- }
- match(input, RULE_PERCENT, FOLLOW_RULE_PERCENT_in_rule__ValidURL__Group_1_10__0__Impl15136);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getValidURLAccess().getPERCENTTerminalRuleCall_1_10_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__ValidURL__Group_1_10__0__Impl"
-
-
- // $ANTLR start "rule__ValidURL__Group_1_10__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7410:1: rule__ValidURL__Group_1_10__1 : rule__ValidURL__Group_1_10__1__Impl rule__ValidURL__Group_1_10__2 ;
- public final void rule__ValidURL__Group_1_10__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7414:1: ( rule__ValidURL__Group_1_10__1__Impl rule__ValidURL__Group_1_10__2 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7415:2: rule__ValidURL__Group_1_10__1__Impl rule__ValidURL__Group_1_10__2
- {
- pushFollow(FOLLOW_rule__ValidURL__Group_1_10__1__Impl_in_rule__ValidURL__Group_1_10__115165);
- rule__ValidURL__Group_1_10__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__ValidURL__Group_1_10__2_in_rule__ValidURL__Group_1_10__115168);
- rule__ValidURL__Group_1_10__2();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__ValidURL__Group_1_10__1"
-
-
- // $ANTLR start "rule__ValidURL__Group_1_10__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7422:1: rule__ValidURL__Group_1_10__1__Impl : ( ( rule__ValidURL__Alternatives_1_10_1 ) ) ;
- public final void rule__ValidURL__Group_1_10__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7426:1: ( ( ( rule__ValidURL__Alternatives_1_10_1 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7427:1: ( ( rule__ValidURL__Alternatives_1_10_1 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7427:1: ( ( rule__ValidURL__Alternatives_1_10_1 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7428:1: ( rule__ValidURL__Alternatives_1_10_1 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getValidURLAccess().getAlternatives_1_10_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7429:1: ( rule__ValidURL__Alternatives_1_10_1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7429:2: rule__ValidURL__Alternatives_1_10_1
- {
- pushFollow(FOLLOW_rule__ValidURL__Alternatives_1_10_1_in_rule__ValidURL__Group_1_10__1__Impl15195);
- rule__ValidURL__Alternatives_1_10_1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getValidURLAccess().getAlternatives_1_10_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__ValidURL__Group_1_10__1__Impl"
-
-
- // $ANTLR start "rule__ValidURL__Group_1_10__2"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7439:1: rule__ValidURL__Group_1_10__2 : rule__ValidURL__Group_1_10__2__Impl ;
- public final void rule__ValidURL__Group_1_10__2() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7443:1: ( rule__ValidURL__Group_1_10__2__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7444:2: rule__ValidURL__Group_1_10__2__Impl
- {
- pushFollow(FOLLOW_rule__ValidURL__Group_1_10__2__Impl_in_rule__ValidURL__Group_1_10__215225);
- rule__ValidURL__Group_1_10__2__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__ValidURL__Group_1_10__2"
-
-
- // $ANTLR start "rule__ValidURL__Group_1_10__2__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7450:1: rule__ValidURL__Group_1_10__2__Impl : ( ( rule__ValidURL__Alternatives_1_10_2 ) ) ;
- public final void rule__ValidURL__Group_1_10__2__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7454:1: ( ( ( rule__ValidURL__Alternatives_1_10_2 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7455:1: ( ( rule__ValidURL__Alternatives_1_10_2 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7455:1: ( ( rule__ValidURL__Alternatives_1_10_2 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7456:1: ( rule__ValidURL__Alternatives_1_10_2 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getValidURLAccess().getAlternatives_1_10_2());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7457:1: ( rule__ValidURL__Alternatives_1_10_2 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7457:2: rule__ValidURL__Alternatives_1_10_2
- {
- pushFollow(FOLLOW_rule__ValidURL__Alternatives_1_10_2_in_rule__ValidURL__Group_1_10__2__Impl15252);
- rule__ValidURL__Alternatives_1_10_2();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getValidURLAccess().getAlternatives_1_10_2());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__ValidURL__Group_1_10__2__Impl"
-
-
- // $ANTLR start "rule__Identifier__Group__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7473:1: rule__Identifier__Group__0 : rule__Identifier__Group__0__Impl rule__Identifier__Group__1 ;
- public final void rule__Identifier__Group__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7477:1: ( rule__Identifier__Group__0__Impl rule__Identifier__Group__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7478:2: rule__Identifier__Group__0__Impl rule__Identifier__Group__1
- {
- pushFollow(FOLLOW_rule__Identifier__Group__0__Impl_in_rule__Identifier__Group__015288);
- rule__Identifier__Group__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Identifier__Group__1_in_rule__Identifier__Group__015291);
- rule__Identifier__Group__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Identifier__Group__0"
-
-
- // $ANTLR start "rule__Identifier__Group__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7485:1: rule__Identifier__Group__0__Impl : ( ( RULE_DASH )? ) ;
- public final void rule__Identifier__Group__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7489:1: ( ( ( RULE_DASH )? ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7490:1: ( ( RULE_DASH )? )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7490:1: ( ( RULE_DASH )? )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7491:1: ( RULE_DASH )?
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getIdentifierAccess().getDASHTerminalRuleCall_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7492:1: ( RULE_DASH )?
- int alt82 = 2;
- int LA82_0 = input.LA(1);
-
- if ((LA82_0 == RULE_DASH)) {
- alt82 = 1;
- }
- switch (alt82) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7492:3: RULE_DASH
- {
- match(input, RULE_DASH, FOLLOW_RULE_DASH_in_rule__Identifier__Group__0__Impl15319);
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getIdentifierAccess().getDASHTerminalRuleCall_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Identifier__Group__0__Impl"
-
-
- // $ANTLR start "rule__Identifier__Group__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7502:1: rule__Identifier__Group__1 : rule__Identifier__Group__1__Impl rule__Identifier__Group__2 ;
- public final void rule__Identifier__Group__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7506:1: ( rule__Identifier__Group__1__Impl rule__Identifier__Group__2 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7507:2: rule__Identifier__Group__1__Impl rule__Identifier__Group__2
- {
- pushFollow(FOLLOW_rule__Identifier__Group__1__Impl_in_rule__Identifier__Group__115350);
- rule__Identifier__Group__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Identifier__Group__2_in_rule__Identifier__Group__115353);
- rule__Identifier__Group__2();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Identifier__Group__1"
-
-
- // $ANTLR start "rule__Identifier__Group__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7514:1: rule__Identifier__Group__1__Impl : ( ( rule__Identifier__Alternatives_1 ) ) ;
- public final void rule__Identifier__Group__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7518:1: ( ( ( rule__Identifier__Alternatives_1 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7519:1: ( ( rule__Identifier__Alternatives_1 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7519:1: ( ( rule__Identifier__Alternatives_1 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7520:1: ( rule__Identifier__Alternatives_1 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getIdentifierAccess().getAlternatives_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7521:1: ( rule__Identifier__Alternatives_1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7521:2: rule__Identifier__Alternatives_1
- {
- pushFollow(FOLLOW_rule__Identifier__Alternatives_1_in_rule__Identifier__Group__1__Impl15380);
- rule__Identifier__Alternatives_1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getIdentifierAccess().getAlternatives_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Identifier__Group__1__Impl"
-
-
- // $ANTLR start "rule__Identifier__Group__2"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7531:1: rule__Identifier__Group__2 : rule__Identifier__Group__2__Impl ;
- public final void rule__Identifier__Group__2() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7535:1: ( rule__Identifier__Group__2__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7536:2: rule__Identifier__Group__2__Impl
- {
- pushFollow(FOLLOW_rule__Identifier__Group__2__Impl_in_rule__Identifier__Group__215410);
- rule__Identifier__Group__2__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Identifier__Group__2"
-
-
- // $ANTLR start "rule__Identifier__Group__2__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7542:1: rule__Identifier__Group__2__Impl : ( ( rule__Identifier__Group_2__0 )* ) ;
- public final void rule__Identifier__Group__2__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7546:1: ( ( ( rule__Identifier__Group_2__0 )* ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7547:1: ( ( rule__Identifier__Group_2__0 )* )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7547:1: ( ( rule__Identifier__Group_2__0 )* )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7548:1: ( rule__Identifier__Group_2__0 )*
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getIdentifierAccess().getGroup_2());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7549:1: ( rule__Identifier__Group_2__0 )*
- loop83: do {
- int alt83 = 2;
- alt83 = dfa83.predict(input);
- switch (alt83) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7549:2: rule__Identifier__Group_2__0
- {
- pushFollow(FOLLOW_rule__Identifier__Group_2__0_in_rule__Identifier__Group__2__Impl15437);
- rule__Identifier__Group_2__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- default:
- break loop83;
- }
- } while (true);
-
- if (state.backtracking == 0) {
- after(grammarAccess.getIdentifierAccess().getGroup_2());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Identifier__Group__2__Impl"
-
-
- // $ANTLR start "rule__Identifier__Group_2__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7565:1: rule__Identifier__Group_2__0 : rule__Identifier__Group_2__0__Impl ;
- public final void rule__Identifier__Group_2__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7569:1: ( rule__Identifier__Group_2__0__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7570:2: rule__Identifier__Group_2__0__Impl
- {
- pushFollow(FOLLOW_rule__Identifier__Group_2__0__Impl_in_rule__Identifier__Group_2__015474);
- rule__Identifier__Group_2__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Identifier__Group_2__0"
-
-
- // $ANTLR start "rule__Identifier__Group_2__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7576:1: rule__Identifier__Group_2__0__Impl : ( ( rule__Identifier__Alternatives_2_0 ) ) ;
- public final void rule__Identifier__Group_2__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7580:1: ( ( ( rule__Identifier__Alternatives_2_0 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7581:1: ( ( rule__Identifier__Alternatives_2_0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7581:1: ( ( rule__Identifier__Alternatives_2_0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7582:1: ( rule__Identifier__Alternatives_2_0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getIdentifierAccess().getAlternatives_2_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7583:1: ( rule__Identifier__Alternatives_2_0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7583:2: rule__Identifier__Alternatives_2_0
- {
- pushFollow(FOLLOW_rule__Identifier__Alternatives_2_0_in_rule__Identifier__Group_2__0__Impl15501);
- rule__Identifier__Alternatives_2_0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getIdentifierAccess().getAlternatives_2_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Identifier__Group_2__0__Impl"
-
-
- // $ANTLR start "rule__Num__Group__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7595:1: rule__Num__Group__0 : rule__Num__Group__0__Impl rule__Num__Group__1 ;
- public final void rule__Num__Group__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7599:1: ( rule__Num__Group__0__Impl rule__Num__Group__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7600:2: rule__Num__Group__0__Impl rule__Num__Group__1
- {
- pushFollow(FOLLOW_rule__Num__Group__0__Impl_in_rule__Num__Group__015533);
- rule__Num__Group__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Num__Group__1_in_rule__Num__Group__015536);
- rule__Num__Group__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Num__Group__0"
-
-
- // $ANTLR start "rule__Num__Group__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7607:1: rule__Num__Group__0__Impl : ( ( rule__Num__Alternatives_0 )? ) ;
- public final void rule__Num__Group__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7611:1: ( ( ( rule__Num__Alternatives_0 )? ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7612:1: ( ( rule__Num__Alternatives_0 )? )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7612:1: ( ( rule__Num__Alternatives_0 )? )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7613:1: ( rule__Num__Alternatives_0 )?
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getNumAccess().getAlternatives_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7614:1: ( rule__Num__Alternatives_0 )?
- int alt84 = 2;
- int LA84_0 = input.LA(1);
-
- if ((LA84_0 == RULE_PLUS || LA84_0 == RULE_DASH)) {
- alt84 = 1;
- }
- switch (alt84) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7614:2: rule__Num__Alternatives_0
- {
- pushFollow(FOLLOW_rule__Num__Alternatives_0_in_rule__Num__Group__0__Impl15563);
- rule__Num__Alternatives_0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getNumAccess().getAlternatives_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Num__Group__0__Impl"
-
-
- // $ANTLR start "rule__Num__Group__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7624:1: rule__Num__Group__1 : rule__Num__Group__1__Impl ;
- public final void rule__Num__Group__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7628:1: ( rule__Num__Group__1__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7629:2: rule__Num__Group__1__Impl
- {
- pushFollow(FOLLOW_rule__Num__Group__1__Impl_in_rule__Num__Group__115594);
- rule__Num__Group__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Num__Group__1"
-
-
- // $ANTLR start "rule__Num__Group__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7635:1: rule__Num__Group__1__Impl : ( ( rule__Num__Alternatives_1 ) ) ;
- public final void rule__Num__Group__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7639:1: ( ( ( rule__Num__Alternatives_1 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7640:1: ( ( rule__Num__Alternatives_1 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7640:1: ( ( rule__Num__Alternatives_1 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7641:1: ( rule__Num__Alternatives_1 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getNumAccess().getAlternatives_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7642:1: ( rule__Num__Alternatives_1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7642:2: rule__Num__Alternatives_1
- {
- pushFollow(FOLLOW_rule__Num__Alternatives_1_in_rule__Num__Group__1__Impl15621);
- rule__Num__Alternatives_1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getNumAccess().getAlternatives_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Num__Group__1__Impl"
-
-
- // $ANTLR start "rule__Num__Group_1_0__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7656:1: rule__Num__Group_1_0__0 : rule__Num__Group_1_0__0__Impl rule__Num__Group_1_0__1 ;
- public final void rule__Num__Group_1_0__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7660:1: ( rule__Num__Group_1_0__0__Impl rule__Num__Group_1_0__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7661:2: rule__Num__Group_1_0__0__Impl rule__Num__Group_1_0__1
- {
- pushFollow(FOLLOW_rule__Num__Group_1_0__0__Impl_in_rule__Num__Group_1_0__015655);
- rule__Num__Group_1_0__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Num__Group_1_0__1_in_rule__Num__Group_1_0__015658);
- rule__Num__Group_1_0__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Num__Group_1_0__0"
-
-
- // $ANTLR start "rule__Num__Group_1_0__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7668:1: rule__Num__Group_1_0__0__Impl : ( '.' ) ;
- public final void rule__Num__Group_1_0__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7672:1: ( ( '.' ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7673:1: ( '.' )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7673:1: ( '.' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7674:1: '.'
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getNumAccess().getFullStopKeyword_1_0_0());
- }
- match(input, 39, FOLLOW_39_in_rule__Num__Group_1_0__0__Impl15686);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getNumAccess().getFullStopKeyword_1_0_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Num__Group_1_0__0__Impl"
-
-
- // $ANTLR start "rule__Num__Group_1_0__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7687:1: rule__Num__Group_1_0__1 : rule__Num__Group_1_0__1__Impl ;
- public final void rule__Num__Group_1_0__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7691:1: ( rule__Num__Group_1_0__1__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7692:2: rule__Num__Group_1_0__1__Impl
- {
- pushFollow(FOLLOW_rule__Num__Group_1_0__1__Impl_in_rule__Num__Group_1_0__115717);
- rule__Num__Group_1_0__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Num__Group_1_0__1"
-
-
- // $ANTLR start "rule__Num__Group_1_0__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7698:1: rule__Num__Group_1_0__1__Impl : ( ( ( RULE_ONE_INT ) ) ( ( RULE_ONE_INT )* ) ) ;
- public final void rule__Num__Group_1_0__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7702:1: ( ( ( ( RULE_ONE_INT ) ) ( ( RULE_ONE_INT )* ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7703:1: ( ( ( RULE_ONE_INT ) ) ( ( RULE_ONE_INT )* ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7703:1: ( ( ( RULE_ONE_INT ) ) ( ( RULE_ONE_INT )* ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7704:1: ( ( RULE_ONE_INT ) ) ( ( RULE_ONE_INT )* )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7704:1: ( ( RULE_ONE_INT ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7705:1: ( RULE_ONE_INT )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getNumAccess().getONE_INTTerminalRuleCall_1_0_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7706:1: ( RULE_ONE_INT )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7706:3: RULE_ONE_INT
- {
- match(input, RULE_ONE_INT, FOLLOW_RULE_ONE_INT_in_rule__Num__Group_1_0__1__Impl15747);
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getNumAccess().getONE_INTTerminalRuleCall_1_0_1());
- }
-
- }
-
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7709:1: ( ( RULE_ONE_INT )* )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7710:1: ( RULE_ONE_INT )*
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getNumAccess().getONE_INTTerminalRuleCall_1_0_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7711:1: ( RULE_ONE_INT )*
- loop85: do {
- int alt85 = 2;
- int LA85_0 = input.LA(1);
-
- if ((LA85_0 == RULE_ONE_INT)) {
- int LA85_2 = input.LA(2);
-
- if ((synpred136_InternalCSS())) {
- alt85 = 1;
- }
-
-
- }
-
-
- switch (alt85) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7711:3: RULE_ONE_INT
- {
- match(input, RULE_ONE_INT, FOLLOW_RULE_ONE_INT_in_rule__Num__Group_1_0__1__Impl15760);
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- default:
- break loop85;
- }
- } while (true);
-
- if (state.backtracking == 0) {
- after(grammarAccess.getNumAccess().getONE_INTTerminalRuleCall_1_0_1());
- }
-
- }
-
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Num__Group_1_0__1__Impl"
-
-
- // $ANTLR start "rule__Num__Group_1_1__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7726:1: rule__Num__Group_1_1__0 : rule__Num__Group_1_1__0__Impl rule__Num__Group_1_1__1 ;
- public final void rule__Num__Group_1_1__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7730:1: ( rule__Num__Group_1_1__0__Impl rule__Num__Group_1_1__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7731:2: rule__Num__Group_1_1__0__Impl rule__Num__Group_1_1__1
- {
- pushFollow(FOLLOW_rule__Num__Group_1_1__0__Impl_in_rule__Num__Group_1_1__015797);
- rule__Num__Group_1_1__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Num__Group_1_1__1_in_rule__Num__Group_1_1__015800);
- rule__Num__Group_1_1__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Num__Group_1_1__0"
-
-
- // $ANTLR start "rule__Num__Group_1_1__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7738:1: rule__Num__Group_1_1__0__Impl : ( ( ( RULE_ONE_INT ) ) ( ( RULE_ONE_INT )* ) ) ;
- public final void rule__Num__Group_1_1__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7742:1: ( ( ( ( RULE_ONE_INT ) ) ( ( RULE_ONE_INT )* ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7743:1: ( ( ( RULE_ONE_INT ) ) ( ( RULE_ONE_INT )* ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7743:1: ( ( ( RULE_ONE_INT ) ) ( ( RULE_ONE_INT )* ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7744:1: ( ( RULE_ONE_INT ) ) ( ( RULE_ONE_INT )* )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7744:1: ( ( RULE_ONE_INT ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7745:1: ( RULE_ONE_INT )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getNumAccess().getONE_INTTerminalRuleCall_1_1_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7746:1: ( RULE_ONE_INT )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7746:3: RULE_ONE_INT
- {
- match(input, RULE_ONE_INT, FOLLOW_RULE_ONE_INT_in_rule__Num__Group_1_1__0__Impl15830);
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getNumAccess().getONE_INTTerminalRuleCall_1_1_0());
- }
-
- }
-
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7749:1: ( ( RULE_ONE_INT )* )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7750:1: ( RULE_ONE_INT )*
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getNumAccess().getONE_INTTerminalRuleCall_1_1_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7751:1: ( RULE_ONE_INT )*
- loop86: do {
- int alt86 = 2;
- int LA86_0 = input.LA(1);
-
- if ((LA86_0 == RULE_ONE_INT)) {
- int LA86_2 = input.LA(2);
-
- if ((synpred137_InternalCSS())) {
- alt86 = 1;
- }
-
-
- }
-
-
- switch (alt86) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7751:3: RULE_ONE_INT
- {
- match(input, RULE_ONE_INT, FOLLOW_RULE_ONE_INT_in_rule__Num__Group_1_1__0__Impl15843);
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- default:
- break loop86;
- }
- } while (true);
-
- if (state.backtracking == 0) {
- after(grammarAccess.getNumAccess().getONE_INTTerminalRuleCall_1_1_0());
- }
-
- }
-
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Num__Group_1_1__0__Impl"
-
-
- // $ANTLR start "rule__Num__Group_1_1__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7762:1: rule__Num__Group_1_1__1 : rule__Num__Group_1_1__1__Impl ;
- public final void rule__Num__Group_1_1__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7766:1: ( rule__Num__Group_1_1__1__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7767:2: rule__Num__Group_1_1__1__Impl
- {
- pushFollow(FOLLOW_rule__Num__Group_1_1__1__Impl_in_rule__Num__Group_1_1__115876);
- rule__Num__Group_1_1__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Num__Group_1_1__1"
-
-
- // $ANTLR start "rule__Num__Group_1_1__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7773:1: rule__Num__Group_1_1__1__Impl : ( ( rule__Num__Group_1_1_1__0 )? ) ;
- public final void rule__Num__Group_1_1__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7777:1: ( ( ( rule__Num__Group_1_1_1__0 )? ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7778:1: ( ( rule__Num__Group_1_1_1__0 )? )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7778:1: ( ( rule__Num__Group_1_1_1__0 )? )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7779:1: ( rule__Num__Group_1_1_1__0 )?
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getNumAccess().getGroup_1_1_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7780:1: ( rule__Num__Group_1_1_1__0 )?
- int alt87 = 2;
- int LA87_0 = input.LA(1);
-
- if ((LA87_0 == 39)) {
- int LA87_1 = input.LA(2);
-
- if ((LA87_1 == RULE_ONE_INT)) {
- int LA87_3 = input.LA(3);
-
- if ((synpred138_InternalCSS())) {
- alt87 = 1;
- }
- }
- }
- switch (alt87) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7780:2: rule__Num__Group_1_1_1__0
- {
- pushFollow(FOLLOW_rule__Num__Group_1_1_1__0_in_rule__Num__Group_1_1__1__Impl15903);
- rule__Num__Group_1_1_1__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getNumAccess().getGroup_1_1_1());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Num__Group_1_1__1__Impl"
-
-
- // $ANTLR start "rule__Num__Group_1_1_1__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7794:1: rule__Num__Group_1_1_1__0 : rule__Num__Group_1_1_1__0__Impl rule__Num__Group_1_1_1__1 ;
- public final void rule__Num__Group_1_1_1__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7798:1: ( rule__Num__Group_1_1_1__0__Impl rule__Num__Group_1_1_1__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7799:2: rule__Num__Group_1_1_1__0__Impl rule__Num__Group_1_1_1__1
- {
- pushFollow(FOLLOW_rule__Num__Group_1_1_1__0__Impl_in_rule__Num__Group_1_1_1__015938);
- rule__Num__Group_1_1_1__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Num__Group_1_1_1__1_in_rule__Num__Group_1_1_1__015941);
- rule__Num__Group_1_1_1__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Num__Group_1_1_1__0"
-
-
- // $ANTLR start "rule__Num__Group_1_1_1__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7806:1: rule__Num__Group_1_1_1__0__Impl : ( ( '.' ) ) ;
- public final void rule__Num__Group_1_1_1__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7810:1: ( ( ( '.' ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7811:1: ( ( '.' ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7811:1: ( ( '.' ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7812:1: ( '.' )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getNumAccess().getFullStopKeyword_1_1_1_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7813:1: ( '.' )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7814:2: '.'
- {
- match(input, 39, FOLLOW_39_in_rule__Num__Group_1_1_1__0__Impl15970);
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getNumAccess().getFullStopKeyword_1_1_1_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Num__Group_1_1_1__0__Impl"
-
-
- // $ANTLR start "rule__Num__Group_1_1_1__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7825:1: rule__Num__Group_1_1_1__1 : rule__Num__Group_1_1_1__1__Impl ;
- public final void rule__Num__Group_1_1_1__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7829:1: ( rule__Num__Group_1_1_1__1__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7830:2: rule__Num__Group_1_1_1__1__Impl
- {
- pushFollow(FOLLOW_rule__Num__Group_1_1_1__1__Impl_in_rule__Num__Group_1_1_1__116002);
- rule__Num__Group_1_1_1__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Num__Group_1_1_1__1"
-
-
- // $ANTLR start "rule__Num__Group_1_1_1__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7836:1: rule__Num__Group_1_1_1__1__Impl : ( ( ( RULE_ONE_INT ) ) ( ( RULE_ONE_INT )* ) ) ;
- public final void rule__Num__Group_1_1_1__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7840:1: ( ( ( ( RULE_ONE_INT ) ) ( ( RULE_ONE_INT )* ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7841:1: ( ( ( RULE_ONE_INT ) ) ( ( RULE_ONE_INT )* ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7841:1: ( ( ( RULE_ONE_INT ) ) ( ( RULE_ONE_INT )* ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7842:1: ( ( RULE_ONE_INT ) ) ( ( RULE_ONE_INT )* )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7842:1: ( ( RULE_ONE_INT ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7843:1: ( RULE_ONE_INT )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getNumAccess().getONE_INTTerminalRuleCall_1_1_1_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7844:1: ( RULE_ONE_INT )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7844:3: RULE_ONE_INT
- {
- match(input, RULE_ONE_INT, FOLLOW_RULE_ONE_INT_in_rule__Num__Group_1_1_1__1__Impl16032);
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getNumAccess().getONE_INTTerminalRuleCall_1_1_1_1());
- }
-
- }
-
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7847:1: ( ( RULE_ONE_INT )* )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7848:1: ( RULE_ONE_INT )*
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getNumAccess().getONE_INTTerminalRuleCall_1_1_1_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7849:1: ( RULE_ONE_INT )*
- loop88: do {
- int alt88 = 2;
- int LA88_0 = input.LA(1);
-
- if ((LA88_0 == RULE_ONE_INT)) {
- int LA88_2 = input.LA(2);
-
- if ((synpred139_InternalCSS())) {
- alt88 = 1;
- }
-
-
- }
-
-
- switch (alt88) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7849:3: RULE_ONE_INT
- {
- match(input, RULE_ONE_INT, FOLLOW_RULE_ONE_INT_in_rule__Num__Group_1_1_1__1__Impl16045);
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- default:
- break loop88;
- }
- } while (true);
-
- if (state.backtracking == 0) {
- after(grammarAccess.getNumAccess().getONE_INTTerminalRuleCall_1_1_1_1());
- }
-
- }
-
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Num__Group_1_1_1__1__Impl"
-
-
- // $ANTLR start "rule__Hex__Group__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7864:1: rule__Hex__Group__0 : rule__Hex__Group__0__Impl rule__Hex__Group__1 ;
- public final void rule__Hex__Group__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7868:1: ( rule__Hex__Group__0__Impl rule__Hex__Group__1 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7869:2: rule__Hex__Group__0__Impl rule__Hex__Group__1
- {
- pushFollow(FOLLOW_rule__Hex__Group__0__Impl_in_rule__Hex__Group__016082);
- rule__Hex__Group__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- pushFollow(FOLLOW_rule__Hex__Group__1_in_rule__Hex__Group__016085);
- rule__Hex__Group__1();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Hex__Group__0"
-
-
- // $ANTLR start "rule__Hex__Group__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7876:1: rule__Hex__Group__0__Impl : ( RULE_HASHMARK ) ;
- public final void rule__Hex__Group__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7880:1: ( ( RULE_HASHMARK ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7881:1: ( RULE_HASHMARK )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7881:1: ( RULE_HASHMARK )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7882:1: RULE_HASHMARK
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getHexAccess().getHASHMARKTerminalRuleCall_0());
- }
- match(input, RULE_HASHMARK, FOLLOW_RULE_HASHMARK_in_rule__Hex__Group__0__Impl16112);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getHexAccess().getHASHMARKTerminalRuleCall_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Hex__Group__0__Impl"
-
-
- // $ANTLR start "rule__Hex__Group__1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7893:1: rule__Hex__Group__1 : rule__Hex__Group__1__Impl ;
- public final void rule__Hex__Group__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7897:1: ( rule__Hex__Group__1__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7898:2: rule__Hex__Group__1__Impl
- {
- pushFollow(FOLLOW_rule__Hex__Group__1__Impl_in_rule__Hex__Group__116141);
- rule__Hex__Group__1__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Hex__Group__1"
-
-
- // $ANTLR start "rule__Hex__Group__1__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7904:1: rule__Hex__Group__1__Impl : ( ( ( rule__Hex__Group_1__0 ) ) ( ( rule__Hex__Group_1__0 )* ) ) ;
- public final void rule__Hex__Group__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7908:1: ( ( ( ( rule__Hex__Group_1__0 ) ) ( ( rule__Hex__Group_1__0 )* ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7909:1: ( ( ( rule__Hex__Group_1__0 ) ) ( ( rule__Hex__Group_1__0 )* ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7909:1: ( ( ( rule__Hex__Group_1__0 ) ) ( ( rule__Hex__Group_1__0 )* ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7910:1: ( ( rule__Hex__Group_1__0 ) ) ( ( rule__Hex__Group_1__0 )* )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7910:1: ( ( rule__Hex__Group_1__0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7911:1: ( rule__Hex__Group_1__0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getHexAccess().getGroup_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7912:1: ( rule__Hex__Group_1__0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7912:2: rule__Hex__Group_1__0
- {
- pushFollow(FOLLOW_rule__Hex__Group_1__0_in_rule__Hex__Group__1__Impl16170);
- rule__Hex__Group_1__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getHexAccess().getGroup_1());
- }
-
- }
-
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7915:1: ( ( rule__Hex__Group_1__0 )* )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7916:1: ( rule__Hex__Group_1__0 )*
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getHexAccess().getGroup_1());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7917:1: ( rule__Hex__Group_1__0 )*
- loop89: do {
- int alt89 = 2;
- int LA89_0 = input.LA(1);
-
- if ((LA89_0 == RULE_ONE_HEX_LETTER)) {
- int LA89_2 = input.LA(2);
-
- if ((synpred140_InternalCSS())) {
- alt89 = 1;
- }
-
-
- }
- else if ((LA89_0 == RULE_ONE_INT)) {
- int LA89_3 = input.LA(2);
-
- if ((synpred140_InternalCSS())) {
- alt89 = 1;
- }
-
-
- }
-
-
- switch (alt89) {
- case 1:
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7917:2: rule__Hex__Group_1__0
- {
- pushFollow(FOLLOW_rule__Hex__Group_1__0_in_rule__Hex__Group__1__Impl16182);
- rule__Hex__Group_1__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
- break;
-
- default:
- break loop89;
- }
- } while (true);
-
- if (state.backtracking == 0) {
- after(grammarAccess.getHexAccess().getGroup_1());
- }
-
- }
-
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Hex__Group__1__Impl"
-
-
- // $ANTLR start "rule__Hex__Group_1__0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7932:1: rule__Hex__Group_1__0 : rule__Hex__Group_1__0__Impl ;
- public final void rule__Hex__Group_1__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7936:1: ( rule__Hex__Group_1__0__Impl )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7937:2: rule__Hex__Group_1__0__Impl
- {
- pushFollow(FOLLOW_rule__Hex__Group_1__0__Impl_in_rule__Hex__Group_1__016219);
- rule__Hex__Group_1__0__Impl();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Hex__Group_1__0"
-
-
- // $ANTLR start "rule__Hex__Group_1__0__Impl"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7943:1: rule__Hex__Group_1__0__Impl : ( ( rule__Hex__Alternatives_1_0 ) ) ;
- public final void rule__Hex__Group_1__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7947:1: ( ( ( rule__Hex__Alternatives_1_0 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7948:1: ( ( rule__Hex__Alternatives_1_0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7948:1: ( ( rule__Hex__Alternatives_1_0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7949:1: ( rule__Hex__Alternatives_1_0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getHexAccess().getAlternatives_1_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7950:1: ( rule__Hex__Alternatives_1_0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7950:2: rule__Hex__Alternatives_1_0
- {
- pushFollow(FOLLOW_rule__Hex__Alternatives_1_0_in_rule__Hex__Group_1__0__Impl16246);
- rule__Hex__Alternatives_1_0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getHexAccess().getAlternatives_1_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Hex__Group_1__0__Impl"
-
-
- // $ANTLR start "rule__Stylesheet__CharsetAssignment_0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7963:1: rule__Stylesheet__CharsetAssignment_0 : ( rulecharset ) ;
- public final void rule__Stylesheet__CharsetAssignment_0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7967:1: ( ( rulecharset ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7968:1: ( rulecharset )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7968:1: ( rulecharset )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7969:1: rulecharset
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getStylesheetAccess().getCharsetCharsetParserRuleCall_0_0());
- }
- pushFollow(FOLLOW_rulecharset_in_rule__Stylesheet__CharsetAssignment_016283);
- rulecharset();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getStylesheetAccess().getCharsetCharsetParserRuleCall_0_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Stylesheet__CharsetAssignment_0"
-
-
- // $ANTLR start "rule__Stylesheet__ImportsAssignment_1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7978:1: rule__Stylesheet__ImportsAssignment_1 : ( ruleimportExpression ) ;
- public final void rule__Stylesheet__ImportsAssignment_1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7982:1: ( ( ruleimportExpression ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7983:1: ( ruleimportExpression )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7983:1: ( ruleimportExpression )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7984:1: ruleimportExpression
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getStylesheetAccess().getImportsImportExpressionParserRuleCall_1_0());
- }
- pushFollow(FOLLOW_ruleimportExpression_in_rule__Stylesheet__ImportsAssignment_116314);
- ruleimportExpression();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getStylesheetAccess().getImportsImportExpressionParserRuleCall_1_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Stylesheet__ImportsAssignment_1"
-
-
- // $ANTLR start "rule__Stylesheet__RulesetAssignment_2_0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7993:1: rule__Stylesheet__RulesetAssignment_2_0 : ( ruleruleset ) ;
- public final void rule__Stylesheet__RulesetAssignment_2_0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7997:1: ( ( ruleruleset ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7998:1: ( ruleruleset )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7998:1: ( ruleruleset )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7999:1: ruleruleset
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getStylesheetAccess().getRulesetRulesetParserRuleCall_2_0_0());
- }
- pushFollow(FOLLOW_ruleruleset_in_rule__Stylesheet__RulesetAssignment_2_016345);
- ruleruleset();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getStylesheetAccess().getRulesetRulesetParserRuleCall_2_0_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Stylesheet__RulesetAssignment_2_0"
-
-
- // $ANTLR start "rule__Stylesheet__MediaAssignment_2_1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8008:1: rule__Stylesheet__MediaAssignment_2_1 : ( rulemedia ) ;
- public final void rule__Stylesheet__MediaAssignment_2_1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8012:1: ( ( rulemedia ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8013:1: ( rulemedia )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8013:1: ( rulemedia )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8014:1: rulemedia
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getStylesheetAccess().getMediaMediaParserRuleCall_2_1_0());
- }
- pushFollow(FOLLOW_rulemedia_in_rule__Stylesheet__MediaAssignment_2_116376);
- rulemedia();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getStylesheetAccess().getMediaMediaParserRuleCall_2_1_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Stylesheet__MediaAssignment_2_1"
-
-
- // $ANTLR start "rule__Stylesheet__PageAssignment_2_2"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8023:1: rule__Stylesheet__PageAssignment_2_2 : ( rulepage ) ;
- public final void rule__Stylesheet__PageAssignment_2_2() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8027:1: ( ( rulepage ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8028:1: ( rulepage )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8028:1: ( rulepage )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8029:1: rulepage
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getStylesheetAccess().getPagePageParserRuleCall_2_2_0());
- }
- pushFollow(FOLLOW_rulepage_in_rule__Stylesheet__PageAssignment_2_216407);
- rulepage();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getStylesheetAccess().getPagePageParserRuleCall_2_2_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Stylesheet__PageAssignment_2_2"
-
-
- // $ANTLR start "rule__Stylesheet__Font_faceAssignment_2_3"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8038:1: rule__Stylesheet__Font_faceAssignment_2_3 : ( rulefont_face ) ;
- public final void rule__Stylesheet__Font_faceAssignment_2_3() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8042:1: ( ( rulefont_face ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8043:1: ( rulefont_face )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8043:1: ( rulefont_face )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8044:1: rulefont_face
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getStylesheetAccess().getFont_faceFont_faceParserRuleCall_2_3_0());
- }
- pushFollow(FOLLOW_rulefont_face_in_rule__Stylesheet__Font_faceAssignment_2_316438);
- rulefont_face();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getStylesheetAccess().getFont_faceFont_faceParserRuleCall_2_3_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Stylesheet__Font_faceAssignment_2_3"
-
-
- // $ANTLR start "rule__Stylesheet__KeyframesAssignment_2_4"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8053:1: rule__Stylesheet__KeyframesAssignment_2_4 : ( rulekeyframes ) ;
- public final void rule__Stylesheet__KeyframesAssignment_2_4() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8057:1: ( ( rulekeyframes ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8058:1: ( rulekeyframes )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8058:1: ( rulekeyframes )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8059:1: rulekeyframes
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getStylesheetAccess().getKeyframesKeyframesParserRuleCall_2_4_0());
- }
- pushFollow(FOLLOW_rulekeyframes_in_rule__Stylesheet__KeyframesAssignment_2_416469);
- rulekeyframes();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getStylesheetAccess().getKeyframesKeyframesParserRuleCall_2_4_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Stylesheet__KeyframesAssignment_2_4"
-
-
- // $ANTLR start "rule__Charset__CharsetAssignment_1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8068:1: rule__Charset__CharsetAssignment_1 : ( RULE_CSSSTRING ) ;
- public final void rule__Charset__CharsetAssignment_1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8072:1: ( ( RULE_CSSSTRING ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8073:1: ( RULE_CSSSTRING )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8073:1: ( RULE_CSSSTRING )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8074:1: RULE_CSSSTRING
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getCharsetAccess().getCharsetCSSSTRINGTerminalRuleCall_1_0());
- }
- match(input, RULE_CSSSTRING, FOLLOW_RULE_CSSSTRING_in_rule__Charset__CharsetAssignment_116500);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getCharsetAccess().getCharsetCSSSTRINGTerminalRuleCall_1_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Charset__CharsetAssignment_1"
-
-
- // $ANTLR start "rule__ImportExpression__ValueAssignment_1_0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8083:1: rule__ImportExpression__ValueAssignment_1_0 : ( RULE_CSSSTRING ) ;
- public final void rule__ImportExpression__ValueAssignment_1_0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8087:1: ( ( RULE_CSSSTRING ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8088:1: ( RULE_CSSSTRING )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8088:1: ( RULE_CSSSTRING )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8089:1: RULE_CSSSTRING
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getImportExpressionAccess().getValueCSSSTRINGTerminalRuleCall_1_0_0());
- }
- match(input, RULE_CSSSTRING, FOLLOW_RULE_CSSSTRING_in_rule__ImportExpression__ValueAssignment_1_016531);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getImportExpressionAccess().getValueCSSSTRINGTerminalRuleCall_1_0_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__ImportExpression__ValueAssignment_1_0"
-
-
- // $ANTLR start "rule__ImportExpression__MediaListAssignment_1_1_1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8098:1: rule__ImportExpression__MediaListAssignment_1_1_1 : ( rulemedia_list ) ;
- public final void rule__ImportExpression__MediaListAssignment_1_1_1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8102:1: ( ( rulemedia_list ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8103:1: ( rulemedia_list )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8103:1: ( rulemedia_list )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8104:1: rulemedia_list
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getImportExpressionAccess().getMediaListMedia_listParserRuleCall_1_1_1_0());
- }
- pushFollow(FOLLOW_rulemedia_list_in_rule__ImportExpression__MediaListAssignment_1_1_116562);
- rulemedia_list();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getImportExpressionAccess().getMediaListMedia_listParserRuleCall_1_1_1_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__ImportExpression__MediaListAssignment_1_1_1"
-
-
- // $ANTLR start "rule__Page__PseudoPageAssignment_2"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8113:1: rule__Page__PseudoPageAssignment_2 : ( rulepseudo_page ) ;
- public final void rule__Page__PseudoPageAssignment_2() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8117:1: ( ( rulepseudo_page ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8118:1: ( rulepseudo_page )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8118:1: ( rulepseudo_page )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8119:1: rulepseudo_page
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getPageAccess().getPseudoPagePseudo_pageParserRuleCall_2_0());
- }
- pushFollow(FOLLOW_rulepseudo_page_in_rule__Page__PseudoPageAssignment_216593);
- rulepseudo_page();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getPageAccess().getPseudoPagePseudo_pageParserRuleCall_2_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Page__PseudoPageAssignment_2"
-
-
- // $ANTLR start "rule__Page__DeclarationsAssignment_4"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8128:1: rule__Page__DeclarationsAssignment_4 : ( rulecss_declaration ) ;
- public final void rule__Page__DeclarationsAssignment_4() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8132:1: ( ( rulecss_declaration ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8133:1: ( rulecss_declaration )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8133:1: ( rulecss_declaration )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8134:1: rulecss_declaration
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getPageAccess().getDeclarationsCss_declarationParserRuleCall_4_0());
- }
- pushFollow(FOLLOW_rulecss_declaration_in_rule__Page__DeclarationsAssignment_416624);
- rulecss_declaration();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getPageAccess().getDeclarationsCss_declarationParserRuleCall_4_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Page__DeclarationsAssignment_4"
-
-
- // $ANTLR start "rule__Page__DeclarationsAssignment_5_1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8143:1: rule__Page__DeclarationsAssignment_5_1 : ( rulecss_declaration ) ;
- public final void rule__Page__DeclarationsAssignment_5_1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8147:1: ( ( rulecss_declaration ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8148:1: ( rulecss_declaration )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8148:1: ( rulecss_declaration )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8149:1: rulecss_declaration
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getPageAccess().getDeclarationsCss_declarationParserRuleCall_5_1_0());
- }
- pushFollow(FOLLOW_rulecss_declaration_in_rule__Page__DeclarationsAssignment_5_116655);
- rulecss_declaration();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getPageAccess().getDeclarationsCss_declarationParserRuleCall_5_1_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Page__DeclarationsAssignment_5_1"
-
-
- // $ANTLR start "rule__Media__MedialistAssignment_1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8158:1: rule__Media__MedialistAssignment_1 : ( rulemedia_list ) ;
- public final void rule__Media__MedialistAssignment_1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8162:1: ( ( rulemedia_list ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8163:1: ( rulemedia_list )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8163:1: ( rulemedia_list )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8164:1: rulemedia_list
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getMediaAccess().getMedialistMedia_listParserRuleCall_1_0());
- }
- pushFollow(FOLLOW_rulemedia_list_in_rule__Media__MedialistAssignment_116686);
- rulemedia_list();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getMediaAccess().getMedialistMedia_listParserRuleCall_1_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Media__MedialistAssignment_1"
-
-
- // $ANTLR start "rule__Media__RulesetsAssignment_3"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8173:1: rule__Media__RulesetsAssignment_3 : ( ruleruleset ) ;
- public final void rule__Media__RulesetsAssignment_3() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8177:1: ( ( ruleruleset ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8178:1: ( ruleruleset )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8178:1: ( ruleruleset )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8179:1: ruleruleset
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getMediaAccess().getRulesetsRulesetParserRuleCall_3_0());
- }
- pushFollow(FOLLOW_ruleruleset_in_rule__Media__RulesetsAssignment_316717);
- ruleruleset();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getMediaAccess().getRulesetsRulesetParserRuleCall_3_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Media__RulesetsAssignment_3"
-
-
- // $ANTLR start "rule__Font_face__DeclarationsAssignment_3"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8188:1: rule__Font_face__DeclarationsAssignment_3 : ( rulecss_declaration ) ;
- public final void rule__Font_face__DeclarationsAssignment_3() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8192:1: ( ( rulecss_declaration ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8193:1: ( rulecss_declaration )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8193:1: ( rulecss_declaration )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8194:1: rulecss_declaration
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getFont_faceAccess().getDeclarationsCss_declarationParserRuleCall_3_0());
- }
- pushFollow(FOLLOW_rulecss_declaration_in_rule__Font_face__DeclarationsAssignment_316748);
- rulecss_declaration();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getFont_faceAccess().getDeclarationsCss_declarationParserRuleCall_3_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Font_face__DeclarationsAssignment_3"
-
-
- // $ANTLR start "rule__Font_face__DeclarationsAssignment_4_1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8203:1: rule__Font_face__DeclarationsAssignment_4_1 : ( rulecss_declaration ) ;
- public final void rule__Font_face__DeclarationsAssignment_4_1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8207:1: ( ( rulecss_declaration ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8208:1: ( rulecss_declaration )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8208:1: ( rulecss_declaration )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8209:1: rulecss_declaration
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getFont_faceAccess().getDeclarationsCss_declarationParserRuleCall_4_1_0());
- }
- pushFollow(FOLLOW_rulecss_declaration_in_rule__Font_face__DeclarationsAssignment_4_116779);
- rulecss_declaration();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getFont_faceAccess().getDeclarationsCss_declarationParserRuleCall_4_1_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Font_face__DeclarationsAssignment_4_1"
-
-
- // $ANTLR start "rule__Keyframes__NameAssignment_2"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8218:1: rule__Keyframes__NameAssignment_2 : ( ruleIdentifier ) ;
- public final void rule__Keyframes__NameAssignment_2() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8222:1: ( ( ruleIdentifier ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8223:1: ( ruleIdentifier )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8223:1: ( ruleIdentifier )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8224:1: ruleIdentifier
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getKeyframesAccess().getNameIdentifierParserRuleCall_2_0());
- }
- pushFollow(FOLLOW_ruleIdentifier_in_rule__Keyframes__NameAssignment_216810);
- ruleIdentifier();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getKeyframesAccess().getNameIdentifierParserRuleCall_2_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Keyframes__NameAssignment_2"
-
-
- // $ANTLR start "rule__Keyframes__KeyframeselectorsAssignment_4"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8233:1: rule__Keyframes__KeyframeselectorsAssignment_4 : ( rulekeyframe_selector ) ;
- public final void rule__Keyframes__KeyframeselectorsAssignment_4() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8237:1: ( ( rulekeyframe_selector ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8238:1: ( rulekeyframe_selector )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8238:1: ( rulekeyframe_selector )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8239:1: rulekeyframe_selector
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getKeyframesAccess().getKeyframeselectorsKeyframe_selectorParserRuleCall_4_0());
- }
- pushFollow(FOLLOW_rulekeyframe_selector_in_rule__Keyframes__KeyframeselectorsAssignment_416841);
- rulekeyframe_selector();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getKeyframesAccess().getKeyframeselectorsKeyframe_selectorParserRuleCall_4_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Keyframes__KeyframeselectorsAssignment_4"
-
-
- // $ANTLR start "rule__Keyframes__KeyframeselectorsAssignment_5_1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8248:1: rule__Keyframes__KeyframeselectorsAssignment_5_1 : ( rulekeyframe_selector ) ;
- public final void rule__Keyframes__KeyframeselectorsAssignment_5_1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8252:1: ( ( rulekeyframe_selector ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8253:1: ( rulekeyframe_selector )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8253:1: ( rulekeyframe_selector )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8254:1: rulekeyframe_selector
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getKeyframesAccess().getKeyframeselectorsKeyframe_selectorParserRuleCall_5_1_0());
- }
- pushFollow(FOLLOW_rulekeyframe_selector_in_rule__Keyframes__KeyframeselectorsAssignment_5_116872);
- rulekeyframe_selector();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getKeyframesAccess().getKeyframeselectorsKeyframe_selectorParserRuleCall_5_1_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Keyframes__KeyframeselectorsAssignment_5_1"
-
-
- // $ANTLR start "rule__Keyframe_selector__TypeAssignment_0_0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8263:1: rule__Keyframe_selector__TypeAssignment_0_0 : ( ruleIdentifier ) ;
- public final void rule__Keyframe_selector__TypeAssignment_0_0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8267:1: ( ( ruleIdentifier ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8268:1: ( ruleIdentifier )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8268:1: ( ruleIdentifier )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8269:1: ruleIdentifier
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getKeyframe_selectorAccess().getTypeIdentifierParserRuleCall_0_0_0());
- }
- pushFollow(FOLLOW_ruleIdentifier_in_rule__Keyframe_selector__TypeAssignment_0_016903);
- ruleIdentifier();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getKeyframe_selectorAccess().getTypeIdentifierParserRuleCall_0_0_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Keyframe_selector__TypeAssignment_0_0"
-
-
- // $ANTLR start "rule__Keyframe_selector__PercentageAssignment_0_1_0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8278:1: rule__Keyframe_selector__PercentageAssignment_0_1_0 : ( ruleNum ) ;
- public final void rule__Keyframe_selector__PercentageAssignment_0_1_0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8282:1: ( ( ruleNum ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8283:1: ( ruleNum )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8283:1: ( ruleNum )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8284:1: ruleNum
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getKeyframe_selectorAccess().getPercentageNumParserRuleCall_0_1_0_0());
- }
- pushFollow(FOLLOW_ruleNum_in_rule__Keyframe_selector__PercentageAssignment_0_1_016934);
- ruleNum();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getKeyframe_selectorAccess().getPercentageNumParserRuleCall_0_1_0_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Keyframe_selector__PercentageAssignment_0_1_0"
-
-
- // $ANTLR start "rule__Keyframe_selector__DeclarationsAssignment_2"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8293:1: rule__Keyframe_selector__DeclarationsAssignment_2 : ( rulecss_declaration ) ;
- public final void rule__Keyframe_selector__DeclarationsAssignment_2() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8297:1: ( ( rulecss_declaration ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8298:1: ( rulecss_declaration )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8298:1: ( rulecss_declaration )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8299:1: rulecss_declaration
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getKeyframe_selectorAccess().getDeclarationsCss_declarationParserRuleCall_2_0());
- }
- pushFollow(FOLLOW_rulecss_declaration_in_rule__Keyframe_selector__DeclarationsAssignment_216965);
- rulecss_declaration();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getKeyframe_selectorAccess().getDeclarationsCss_declarationParserRuleCall_2_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Keyframe_selector__DeclarationsAssignment_2"
-
-
- // $ANTLR start "rule__Keyframe_selector__DeclarationsAssignment_3_1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8308:1: rule__Keyframe_selector__DeclarationsAssignment_3_1 : ( rulecss_declaration ) ;
- public final void rule__Keyframe_selector__DeclarationsAssignment_3_1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8312:1: ( ( rulecss_declaration ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8313:1: ( rulecss_declaration )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8313:1: ( rulecss_declaration )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8314:1: rulecss_declaration
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getKeyframe_selectorAccess().getDeclarationsCss_declarationParserRuleCall_3_1_0());
- }
- pushFollow(FOLLOW_rulecss_declaration_in_rule__Keyframe_selector__DeclarationsAssignment_3_116996);
- rulecss_declaration();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getKeyframe_selectorAccess().getDeclarationsCss_declarationParserRuleCall_3_1_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Keyframe_selector__DeclarationsAssignment_3_1"
-
-
- // $ANTLR start "rule__Ruleset__SelectorsAssignment_0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8323:1: rule__Ruleset__SelectorsAssignment_0 : ( ruleselector ) ;
- public final void rule__Ruleset__SelectorsAssignment_0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8327:1: ( ( ruleselector ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8328:1: ( ruleselector )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8328:1: ( ruleselector )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8329:1: ruleselector
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getRulesetAccess().getSelectorsSelectorParserRuleCall_0_0());
- }
- pushFollow(FOLLOW_ruleselector_in_rule__Ruleset__SelectorsAssignment_017027);
- ruleselector();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getRulesetAccess().getSelectorsSelectorParserRuleCall_0_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Ruleset__SelectorsAssignment_0"
-
-
- // $ANTLR start "rule__Ruleset__SelectorsAssignment_1_2"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8338:1: rule__Ruleset__SelectorsAssignment_1_2 : ( ruleselector ) ;
- public final void rule__Ruleset__SelectorsAssignment_1_2() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8342:1: ( ( ruleselector ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8343:1: ( ruleselector )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8343:1: ( ruleselector )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8344:1: ruleselector
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getRulesetAccess().getSelectorsSelectorParserRuleCall_1_2_0());
- }
- pushFollow(FOLLOW_ruleselector_in_rule__Ruleset__SelectorsAssignment_1_217058);
- ruleselector();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getRulesetAccess().getSelectorsSelectorParserRuleCall_1_2_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Ruleset__SelectorsAssignment_1_2"
-
-
- // $ANTLR start "rule__Ruleset__DeclarationsAssignment_4_0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8353:1: rule__Ruleset__DeclarationsAssignment_4_0 : ( rulecss_declaration ) ;
- public final void rule__Ruleset__DeclarationsAssignment_4_0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8357:1: ( ( rulecss_declaration ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8358:1: ( rulecss_declaration )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8358:1: ( rulecss_declaration )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8359:1: rulecss_declaration
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getRulesetAccess().getDeclarationsCss_declarationParserRuleCall_4_0_0());
- }
- pushFollow(FOLLOW_rulecss_declaration_in_rule__Ruleset__DeclarationsAssignment_4_017089);
- rulecss_declaration();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getRulesetAccess().getDeclarationsCss_declarationParserRuleCall_4_0_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Ruleset__DeclarationsAssignment_4_0"
-
-
- // $ANTLR start "rule__Ruleset__DeclarationsAssignment_4_1_1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8368:1: rule__Ruleset__DeclarationsAssignment_4_1_1 : ( rulecss_declaration ) ;
- public final void rule__Ruleset__DeclarationsAssignment_4_1_1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8372:1: ( ( rulecss_declaration ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8373:1: ( rulecss_declaration )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8373:1: ( rulecss_declaration )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8374:1: rulecss_declaration
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getRulesetAccess().getDeclarationsCss_declarationParserRuleCall_4_1_1_0());
- }
- pushFollow(FOLLOW_rulecss_declaration_in_rule__Ruleset__DeclarationsAssignment_4_1_117120);
- rulecss_declaration();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getRulesetAccess().getDeclarationsCss_declarationParserRuleCall_4_1_1_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Ruleset__DeclarationsAssignment_4_1_1"
-
-
- // $ANTLR start "rule__Selector__SimpleselectorsAssignment_0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8383:1: rule__Selector__SimpleselectorsAssignment_0 : ( rulesimple_selector ) ;
- public final void rule__Selector__SimpleselectorsAssignment_0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8387:1: ( ( rulesimple_selector ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8388:1: ( rulesimple_selector )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8388:1: ( rulesimple_selector )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8389:1: rulesimple_selector
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSelectorAccess().getSimpleselectorsSimple_selectorParserRuleCall_0_0());
- }
- pushFollow(FOLLOW_rulesimple_selector_in_rule__Selector__SimpleselectorsAssignment_017151);
- rulesimple_selector();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getSelectorAccess().getSimpleselectorsSimple_selectorParserRuleCall_0_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Selector__SimpleselectorsAssignment_0"
-
-
- // $ANTLR start "rule__Selector__CombinatorAssignment_1_0_0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8398:1: rule__Selector__CombinatorAssignment_1_0_0 : ( rulecombinator ) ;
- public final void rule__Selector__CombinatorAssignment_1_0_0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8402:1: ( ( rulecombinator ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8403:1: ( rulecombinator )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8403:1: ( rulecombinator )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8404:1: rulecombinator
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSelectorAccess().getCombinatorCombinatorParserRuleCall_1_0_0_0());
- }
- pushFollow(FOLLOW_rulecombinator_in_rule__Selector__CombinatorAssignment_1_0_017182);
- rulecombinator();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getSelectorAccess().getCombinatorCombinatorParserRuleCall_1_0_0_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Selector__CombinatorAssignment_1_0_0"
-
-
- // $ANTLR start "rule__Selector__SelectorAssignment_1_0_2"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8413:1: rule__Selector__SelectorAssignment_1_0_2 : ( ruleselector ) ;
- public final void rule__Selector__SelectorAssignment_1_0_2() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8417:1: ( ( ruleselector ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8418:1: ( ruleselector )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8418:1: ( ruleselector )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8419:1: ruleselector
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSelectorAccess().getSelectorSelectorParserRuleCall_1_0_2_0());
- }
- pushFollow(FOLLOW_ruleselector_in_rule__Selector__SelectorAssignment_1_0_217213);
- ruleselector();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getSelectorAccess().getSelectorSelectorParserRuleCall_1_0_2_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Selector__SelectorAssignment_1_0_2"
-
-
- // $ANTLR start "rule__Selector__CombinatorAssignment_1_1_1_0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8428:1: rule__Selector__CombinatorAssignment_1_1_1_0 : ( rulecombinator ) ;
- public final void rule__Selector__CombinatorAssignment_1_1_1_0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8432:1: ( ( rulecombinator ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8433:1: ( rulecombinator )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8433:1: ( rulecombinator )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8434:1: rulecombinator
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSelectorAccess().getCombinatorCombinatorParserRuleCall_1_1_1_0_0());
- }
- pushFollow(FOLLOW_rulecombinator_in_rule__Selector__CombinatorAssignment_1_1_1_017244);
- rulecombinator();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getSelectorAccess().getCombinatorCombinatorParserRuleCall_1_1_1_0_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Selector__CombinatorAssignment_1_1_1_0"
-
-
- // $ANTLR start "rule__Selector__SelectorAssignment_1_1_2"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8443:1: rule__Selector__SelectorAssignment_1_1_2 : ( ruleselector ) ;
- public final void rule__Selector__SelectorAssignment_1_1_2() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8447:1: ( ( ruleselector ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8448:1: ( ruleselector )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8448:1: ( ruleselector )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8449:1: ruleselector
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSelectorAccess().getSelectorSelectorParserRuleCall_1_1_2_0());
- }
- pushFollow(FOLLOW_ruleselector_in_rule__Selector__SelectorAssignment_1_1_217275);
- ruleselector();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getSelectorAccess().getSelectorSelectorParserRuleCall_1_1_2_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Selector__SelectorAssignment_1_1_2"
-
-
- // $ANTLR start "rule__SimpleSelectorForNegation__ElementAssignment_0_0_0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8458:1: rule__SimpleSelectorForNegation__ElementAssignment_0_0_0 : ( ruleElementSelector ) ;
- public final void rule__SimpleSelectorForNegation__ElementAssignment_0_0_0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8462:1: ( ( ruleElementSelector ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8463:1: ( ruleElementSelector )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8463:1: ( ruleElementSelector )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8464:1: ruleElementSelector
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSimpleSelectorForNegationAccess().getElementElementSelectorParserRuleCall_0_0_0_0());
- }
- pushFollow(FOLLOW_ruleElementSelector_in_rule__SimpleSelectorForNegation__ElementAssignment_0_0_017306);
- ruleElementSelector();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getSimpleSelectorForNegationAccess().getElementElementSelectorParserRuleCall_0_0_0_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__SimpleSelectorForNegation__ElementAssignment_0_0_0"
-
-
- // $ANTLR start "rule__SimpleSelectorForNegation__UniversalAssignment_0_0_1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8473:1: rule__SimpleSelectorForNegation__UniversalAssignment_0_0_1 : ( ruleUniversalSelector ) ;
- public final void rule__SimpleSelectorForNegation__UniversalAssignment_0_0_1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8477:1: ( ( ruleUniversalSelector ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8478:1: ( ruleUniversalSelector )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8478:1: ( ruleUniversalSelector )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8479:1: ruleUniversalSelector
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSimpleSelectorForNegationAccess().getUniversalUniversalSelectorParserRuleCall_0_0_1_0());
- }
- pushFollow(FOLLOW_ruleUniversalSelector_in_rule__SimpleSelectorForNegation__UniversalAssignment_0_0_117337);
- ruleUniversalSelector();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getSimpleSelectorForNegationAccess().getUniversalUniversalSelectorParserRuleCall_0_0_1_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__SimpleSelectorForNegation__UniversalAssignment_0_0_1"
-
-
- // $ANTLR start "rule__SimpleSelectorForNegation__SubSelectorsAssignment_0_1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8488:1: rule__SimpleSelectorForNegation__SubSelectorsAssignment_0_1 : ( ruleSubSelectorForNegation ) ;
- public final void rule__SimpleSelectorForNegation__SubSelectorsAssignment_0_1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8492:1: ( ( ruleSubSelectorForNegation ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8493:1: ( ruleSubSelectorForNegation )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8493:1: ( ruleSubSelectorForNegation )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8494:1: ruleSubSelectorForNegation
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSimpleSelectorForNegationAccess().getSubSelectorsSubSelectorForNegationParserRuleCall_0_1_0());
- }
- pushFollow(FOLLOW_ruleSubSelectorForNegation_in_rule__SimpleSelectorForNegation__SubSelectorsAssignment_0_117368);
- ruleSubSelectorForNegation();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getSimpleSelectorForNegationAccess().getSubSelectorsSubSelectorForNegationParserRuleCall_0_1_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__SimpleSelectorForNegation__SubSelectorsAssignment_0_1"
-
-
- // $ANTLR start "rule__SimpleSelectorForNegation__SubSelectorsAssignment_1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8503:1: rule__SimpleSelectorForNegation__SubSelectorsAssignment_1 : ( ruleSubSelectorForNegation ) ;
- public final void rule__SimpleSelectorForNegation__SubSelectorsAssignment_1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8507:1: ( ( ruleSubSelectorForNegation ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8508:1: ( ruleSubSelectorForNegation )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8508:1: ( ruleSubSelectorForNegation )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8509:1: ruleSubSelectorForNegation
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSimpleSelectorForNegationAccess().getSubSelectorsSubSelectorForNegationParserRuleCall_1_0());
- }
- pushFollow(FOLLOW_ruleSubSelectorForNegation_in_rule__SimpleSelectorForNegation__SubSelectorsAssignment_117399);
- ruleSubSelectorForNegation();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getSimpleSelectorForNegationAccess().getSubSelectorsSubSelectorForNegationParserRuleCall_1_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__SimpleSelectorForNegation__SubSelectorsAssignment_1"
-
-
- // $ANTLR start "rule__Simple_selector__ElementAssignment_0_0_0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8518:1: rule__Simple_selector__ElementAssignment_0_0_0 : ( ruleElementSelector ) ;
- public final void rule__Simple_selector__ElementAssignment_0_0_0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8522:1: ( ( ruleElementSelector ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8523:1: ( ruleElementSelector )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8523:1: ( ruleElementSelector )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8524:1: ruleElementSelector
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSimple_selectorAccess().getElementElementSelectorParserRuleCall_0_0_0_0());
- }
- pushFollow(FOLLOW_ruleElementSelector_in_rule__Simple_selector__ElementAssignment_0_0_017430);
- ruleElementSelector();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getSimple_selectorAccess().getElementElementSelectorParserRuleCall_0_0_0_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Simple_selector__ElementAssignment_0_0_0"
-
-
- // $ANTLR start "rule__Simple_selector__UniversalAssignment_0_0_1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8533:1: rule__Simple_selector__UniversalAssignment_0_0_1 : ( ruleUniversalSelector ) ;
- public final void rule__Simple_selector__UniversalAssignment_0_0_1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8537:1: ( ( ruleUniversalSelector ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8538:1: ( ruleUniversalSelector )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8538:1: ( ruleUniversalSelector )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8539:1: ruleUniversalSelector
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSimple_selectorAccess().getUniversalUniversalSelectorParserRuleCall_0_0_1_0());
- }
- pushFollow(FOLLOW_ruleUniversalSelector_in_rule__Simple_selector__UniversalAssignment_0_0_117461);
- ruleUniversalSelector();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getSimple_selectorAccess().getUniversalUniversalSelectorParserRuleCall_0_0_1_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Simple_selector__UniversalAssignment_0_0_1"
-
-
- // $ANTLR start "rule__Simple_selector__SubSelectorsAssignment_0_1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8548:1: rule__Simple_selector__SubSelectorsAssignment_0_1 : ( ruleSubSelector ) ;
- public final void rule__Simple_selector__SubSelectorsAssignment_0_1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8552:1: ( ( ruleSubSelector ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8553:1: ( ruleSubSelector )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8553:1: ( ruleSubSelector )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8554:1: ruleSubSelector
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSimple_selectorAccess().getSubSelectorsSubSelectorParserRuleCall_0_1_0());
- }
- pushFollow(FOLLOW_ruleSubSelector_in_rule__Simple_selector__SubSelectorsAssignment_0_117492);
- ruleSubSelector();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getSimple_selectorAccess().getSubSelectorsSubSelectorParserRuleCall_0_1_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Simple_selector__SubSelectorsAssignment_0_1"
-
-
- // $ANTLR start "rule__Simple_selector__SubSelectorsAssignment_1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8563:1: rule__Simple_selector__SubSelectorsAssignment_1 : ( ruleSubSelector ) ;
- public final void rule__Simple_selector__SubSelectorsAssignment_1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8567:1: ( ( ruleSubSelector ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8568:1: ( ruleSubSelector )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8568:1: ( ruleSubSelector )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8569:1: ruleSubSelector
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSimple_selectorAccess().getSubSelectorsSubSelectorParserRuleCall_1_0());
- }
- pushFollow(FOLLOW_ruleSubSelector_in_rule__Simple_selector__SubSelectorsAssignment_117523);
- ruleSubSelector();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getSimple_selectorAccess().getSubSelectorsSubSelectorParserRuleCall_1_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Simple_selector__SubSelectorsAssignment_1"
-
-
- // $ANTLR start "rule__AttributeSelector__NameAssignment_2"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8578:1: rule__AttributeSelector__NameAssignment_2 : ( ruleIdentifier ) ;
- public final void rule__AttributeSelector__NameAssignment_2() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8582:1: ( ( ruleIdentifier ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8583:1: ( ruleIdentifier )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8583:1: ( ruleIdentifier )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8584:1: ruleIdentifier
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getAttributeSelectorAccess().getNameIdentifierParserRuleCall_2_0());
- }
- pushFollow(FOLLOW_ruleIdentifier_in_rule__AttributeSelector__NameAssignment_217554);
- ruleIdentifier();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getAttributeSelectorAccess().getNameIdentifierParserRuleCall_2_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__AttributeSelector__NameAssignment_2"
-
-
- // $ANTLR start "rule__AttributeSelector__OpAssignment_3_0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8593:1: rule__AttributeSelector__OpAssignment_3_0 : ( ( rule__AttributeSelector__OpAlternatives_3_0_0 ) ) ;
- public final void rule__AttributeSelector__OpAssignment_3_0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8597:1: ( ( ( rule__AttributeSelector__OpAlternatives_3_0_0 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8598:1: ( ( rule__AttributeSelector__OpAlternatives_3_0_0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8598:1: ( ( rule__AttributeSelector__OpAlternatives_3_0_0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8599:1: ( rule__AttributeSelector__OpAlternatives_3_0_0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getAttributeSelectorAccess().getOpAlternatives_3_0_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8600:1: ( rule__AttributeSelector__OpAlternatives_3_0_0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8600:2: rule__AttributeSelector__OpAlternatives_3_0_0
- {
- pushFollow(FOLLOW_rule__AttributeSelector__OpAlternatives_3_0_0_in_rule__AttributeSelector__OpAssignment_3_017585);
- rule__AttributeSelector__OpAlternatives_3_0_0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getAttributeSelectorAccess().getOpAlternatives_3_0_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__AttributeSelector__OpAssignment_3_0"
-
-
- // $ANTLR start "rule__AttributeSelector__ValueAssignment_3_1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8609:1: rule__AttributeSelector__ValueAssignment_3_1 : ( ( rule__AttributeSelector__ValueAlternatives_3_1_0 )
- // ) ;
- public final void rule__AttributeSelector__ValueAssignment_3_1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8613:1: ( ( ( rule__AttributeSelector__ValueAlternatives_3_1_0 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8614:1: ( ( rule__AttributeSelector__ValueAlternatives_3_1_0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8614:1: ( ( rule__AttributeSelector__ValueAlternatives_3_1_0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8615:1: ( rule__AttributeSelector__ValueAlternatives_3_1_0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getAttributeSelectorAccess().getValueAlternatives_3_1_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8616:1: ( rule__AttributeSelector__ValueAlternatives_3_1_0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8616:2: rule__AttributeSelector__ValueAlternatives_3_1_0
- {
- pushFollow(FOLLOW_rule__AttributeSelector__ValueAlternatives_3_1_0_in_rule__AttributeSelector__ValueAssignment_3_117618);
- rule__AttributeSelector__ValueAlternatives_3_1_0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getAttributeSelectorAccess().getValueAlternatives_3_1_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__AttributeSelector__ValueAssignment_3_1"
-
-
- // $ANTLR start "rule__ClassSelector__NameAssignment_2"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8625:1: rule__ClassSelector__NameAssignment_2 : ( ruleIdentifier ) ;
- public final void rule__ClassSelector__NameAssignment_2() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8629:1: ( ( ruleIdentifier ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8630:1: ( ruleIdentifier )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8630:1: ( ruleIdentifier )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8631:1: ruleIdentifier
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getClassSelectorAccess().getNameIdentifierParserRuleCall_2_0());
- }
- pushFollow(FOLLOW_ruleIdentifier_in_rule__ClassSelector__NameAssignment_217651);
- ruleIdentifier();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getClassSelectorAccess().getNameIdentifierParserRuleCall_2_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__ClassSelector__NameAssignment_2"
-
-
- // $ANTLR start "rule__ElementSelector__NameAssignment_1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8640:1: rule__ElementSelector__NameAssignment_1 : ( ruleIdentifier ) ;
- public final void rule__ElementSelector__NameAssignment_1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8644:1: ( ( ruleIdentifier ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8645:1: ( ruleIdentifier )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8645:1: ( ruleIdentifier )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8646:1: ruleIdentifier
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getElementSelectorAccess().getNameIdentifierParserRuleCall_1_0());
- }
- pushFollow(FOLLOW_ruleIdentifier_in_rule__ElementSelector__NameAssignment_117682);
- ruleIdentifier();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getElementSelectorAccess().getNameIdentifierParserRuleCall_1_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__ElementSelector__NameAssignment_1"
-
-
- // $ANTLR start "rule__UniversalSelector__NamespaceAssignment_1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8655:1: rule__UniversalSelector__NamespaceAssignment_1 : ( rulecss_namespace_prefix ) ;
- public final void rule__UniversalSelector__NamespaceAssignment_1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8659:1: ( ( rulecss_namespace_prefix ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8660:1: ( rulecss_namespace_prefix )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8660:1: ( rulecss_namespace_prefix )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8661:1: rulecss_namespace_prefix
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getUniversalSelectorAccess().getNamespaceCss_namespace_prefixParserRuleCall_1_0());
- }
- pushFollow(FOLLOW_rulecss_namespace_prefix_in_rule__UniversalSelector__NamespaceAssignment_117713);
- rulecss_namespace_prefix();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getUniversalSelectorAccess().getNamespaceCss_namespace_prefixParserRuleCall_1_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__UniversalSelector__NamespaceAssignment_1"
-
-
- // $ANTLR start "rule__IdSelector__NameAssignment_2"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8670:1: rule__IdSelector__NameAssignment_2 : ( ruleIdentifier ) ;
- public final void rule__IdSelector__NameAssignment_2() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8674:1: ( ( ruleIdentifier ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8675:1: ( ruleIdentifier )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8675:1: ( ruleIdentifier )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8676:1: ruleIdentifier
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getIdSelectorAccess().getNameIdentifierParserRuleCall_2_0());
- }
- pushFollow(FOLLOW_ruleIdentifier_in_rule__IdSelector__NameAssignment_217744);
- ruleIdentifier();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getIdSelectorAccess().getNameIdentifierParserRuleCall_2_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__IdSelector__NameAssignment_2"
-
-
- // $ANTLR start "rule__Css_declaration__PropertyAssignment_1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8685:1: rule__Css_declaration__PropertyAssignment_1 : ( rulecss_property ) ;
- public final void rule__Css_declaration__PropertyAssignment_1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8689:1: ( ( rulecss_property ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8690:1: ( rulecss_property )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8690:1: ( rulecss_property )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8691:1: rulecss_property
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getCss_declarationAccess().getPropertyCss_propertyParserRuleCall_1_0());
- }
- pushFollow(FOLLOW_rulecss_property_in_rule__Css_declaration__PropertyAssignment_117775);
- rulecss_property();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getCss_declarationAccess().getPropertyCss_propertyParserRuleCall_1_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Css_declaration__PropertyAssignment_1"
-
-
- // $ANTLR start "rule__Css_declaration__ValueTokensAssignment_4"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8700:1: rule__Css_declaration__ValueTokensAssignment_4 : ( ruleCssTok ) ;
- public final void rule__Css_declaration__ValueTokensAssignment_4() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8704:1: ( ( ruleCssTok ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8705:1: ( ruleCssTok )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8705:1: ( ruleCssTok )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8706:1: ruleCssTok
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getCss_declarationAccess().getValueTokensCssTokParserRuleCall_4_0());
- }
- pushFollow(FOLLOW_ruleCssTok_in_rule__Css_declaration__ValueTokensAssignment_417806);
- ruleCssTok();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getCss_declarationAccess().getValueTokensCssTokParserRuleCall_4_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Css_declaration__ValueTokensAssignment_4"
-
-
- // $ANTLR start "rule__Css_declaration__ImportantAssignment_5"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8715:1: rule__Css_declaration__ImportantAssignment_5 : ( RULE_IMPORTANT_SYM ) ;
- public final void rule__Css_declaration__ImportantAssignment_5() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8719:1: ( ( RULE_IMPORTANT_SYM ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8720:1: ( RULE_IMPORTANT_SYM )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8720:1: ( RULE_IMPORTANT_SYM )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8721:1: RULE_IMPORTANT_SYM
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getCss_declarationAccess().getImportantIMPORTANT_SYMTerminalRuleCall_5_0());
- }
- match(input, RULE_IMPORTANT_SYM, FOLLOW_RULE_IMPORTANT_SYM_in_rule__Css_declaration__ImportantAssignment_517837);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getCss_declarationAccess().getImportantIMPORTANT_SYMTerminalRuleCall_5_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Css_declaration__ImportantAssignment_5"
-
-
- // $ANTLR start "rule__Css_property__NameAssignment_1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8730:1: rule__Css_property__NameAssignment_1 : ( ruleValidPropertyIdent ) ;
- public final void rule__Css_property__NameAssignment_1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8734:1: ( ( ruleValidPropertyIdent ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8735:1: ( ruleValidPropertyIdent )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8735:1: ( ruleValidPropertyIdent )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8736:1: ruleValidPropertyIdent
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getCss_propertyAccess().getNameValidPropertyIdentParserRuleCall_1_0());
- }
- pushFollow(FOLLOW_ruleValidPropertyIdent_in_rule__Css_property__NameAssignment_117868);
- ruleValidPropertyIdent();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getCss_propertyAccess().getNameValidPropertyIdentParserRuleCall_1_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__Css_property__NameAssignment_1"
-
-
- // $ANTLR start "rule__PseudoClassName__NameAssignment"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8745:1: rule__PseudoClassName__NameAssignment : ( ruleIdentifier ) ;
- public final void rule__PseudoClassName__NameAssignment() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8749:1: ( ( ruleIdentifier ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8750:1: ( ruleIdentifier )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8750:1: ( ruleIdentifier )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8751:1: ruleIdentifier
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getPseudoClassNameAccess().getNameIdentifierParserRuleCall_0());
- }
- pushFollow(FOLLOW_ruleIdentifier_in_rule__PseudoClassName__NameAssignment17899);
- ruleIdentifier();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getPseudoClassNameAccess().getNameIdentifierParserRuleCall_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__PseudoClassName__NameAssignment"
-
-
- // $ANTLR start "rule__PseudoClassFunction__NotAssignment_0_0"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8760:1: rule__PseudoClassFunction__NotAssignment_0_0 : ( ruleNotFunctionCall ) ;
- public final void rule__PseudoClassFunction__NotAssignment_0_0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8764:1: ( ( ruleNotFunctionCall ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8765:1: ( ruleNotFunctionCall )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8765:1: ( ruleNotFunctionCall )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8766:1: ruleNotFunctionCall
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getPseudoClassFunctionAccess().getNotNotFunctionCallParserRuleCall_0_0_0());
- }
- pushFollow(FOLLOW_ruleNotFunctionCall_in_rule__PseudoClassFunction__NotAssignment_0_017930);
- ruleNotFunctionCall();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getPseudoClassFunctionAccess().getNotNotFunctionCallParserRuleCall_0_0_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__PseudoClassFunction__NotAssignment_0_0"
-
-
- // $ANTLR start "rule__PseudoClassFunction__ParamSelectorAssignment_0_1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8775:1: rule__PseudoClassFunction__ParamSelectorAssignment_0_1 : ( ruleSimpleSelectorForNegation ) ;
- public final void rule__PseudoClassFunction__ParamSelectorAssignment_0_1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8779:1: ( ( ruleSimpleSelectorForNegation ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8780:1: ( ruleSimpleSelectorForNegation )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8780:1: ( ruleSimpleSelectorForNegation )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8781:1: ruleSimpleSelectorForNegation
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getPseudoClassFunctionAccess().getParamSelectorSimpleSelectorForNegationParserRuleCall_0_1_0());
- }
- pushFollow(FOLLOW_ruleSimpleSelectorForNegation_in_rule__PseudoClassFunction__ParamSelectorAssignment_0_117961);
- ruleSimpleSelectorForNegation();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getPseudoClassFunctionAccess().getParamSelectorSimpleSelectorForNegationParserRuleCall_0_1_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__PseudoClassFunction__ParamSelectorAssignment_0_1"
-
-
- // $ANTLR start "rule__PseudoClassFunction__NameAssignment_1_1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8790:1: rule__PseudoClassFunction__NameAssignment_1_1 : ( ruleIdentifier ) ;
- public final void rule__PseudoClassFunction__NameAssignment_1_1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8794:1: ( ( ruleIdentifier ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8795:1: ( ruleIdentifier )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8795:1: ( ruleIdentifier )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8796:1: ruleIdentifier
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getPseudoClassFunctionAccess().getNameIdentifierParserRuleCall_1_1_0());
- }
- pushFollow(FOLLOW_ruleIdentifier_in_rule__PseudoClassFunction__NameAssignment_1_117992);
- ruleIdentifier();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getPseudoClassFunctionAccess().getNameIdentifierParserRuleCall_1_1_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__PseudoClassFunction__NameAssignment_1_1"
-
-
- // $ANTLR start "rule__PseudoClassFunction__ParamsAssignment_1_3"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8805:1: rule__PseudoClassFunction__ParamsAssignment_1_3 : ( ruleCssTok ) ;
- public final void rule__PseudoClassFunction__ParamsAssignment_1_3() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8809:1: ( ( ruleCssTok ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8810:1: ( ruleCssTok )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8810:1: ( ruleCssTok )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8811:1: ruleCssTok
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getPseudoClassFunctionAccess().getParamsCssTokParserRuleCall_1_3_0());
- }
- pushFollow(FOLLOW_ruleCssTok_in_rule__PseudoClassFunction__ParamsAssignment_1_318023);
- ruleCssTok();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getPseudoClassFunctionAccess().getParamsCssTokParserRuleCall_1_3_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__PseudoClassFunction__ParamsAssignment_1_3"
-
-
- // $ANTLR start "rule__SymbolTok__SymbolAssignment_1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8820:1: rule__SymbolTok__SymbolAssignment_1 : ( ( rule__SymbolTok__SymbolAlternatives_1_0 ) ) ;
- public final void rule__SymbolTok__SymbolAssignment_1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8824:1: ( ( ( rule__SymbolTok__SymbolAlternatives_1_0 ) ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8825:1: ( ( rule__SymbolTok__SymbolAlternatives_1_0 ) )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8825:1: ( ( rule__SymbolTok__SymbolAlternatives_1_0 ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8826:1: ( rule__SymbolTok__SymbolAlternatives_1_0 )
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getSymbolTokAccess().getSymbolAlternatives_1_0());
- }
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8827:1: ( rule__SymbolTok__SymbolAlternatives_1_0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8827:2: rule__SymbolTok__SymbolAlternatives_1_0
- {
- pushFollow(FOLLOW_rule__SymbolTok__SymbolAlternatives_1_0_in_rule__SymbolTok__SymbolAssignment_118054);
- rule__SymbolTok__SymbolAlternatives_1_0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
-
- if (state.backtracking == 0) {
- after(grammarAccess.getSymbolTokAccess().getSymbolAlternatives_1_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__SymbolTok__SymbolAssignment_1"
-
-
- // $ANTLR start "rule__StringTok__ValueAssignment_1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8836:1: rule__StringTok__ValueAssignment_1 : ( RULE_CSSSTRING ) ;
- public final void rule__StringTok__ValueAssignment_1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8840:1: ( ( RULE_CSSSTRING ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8841:1: ( RULE_CSSSTRING )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8841:1: ( RULE_CSSSTRING )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8842:1: RULE_CSSSTRING
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getStringTokAccess().getValueCSSSTRINGTerminalRuleCall_1_0());
- }
- match(input, RULE_CSSSTRING, FOLLOW_RULE_CSSSTRING_in_rule__StringTok__ValueAssignment_118087);
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getStringTokAccess().getValueCSSSTRINGTerminalRuleCall_1_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__StringTok__ValueAssignment_1"
-
-
- // $ANTLR start "rule__NumberTok__ValAssignment_1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8851:1: rule__NumberTok__ValAssignment_1 : ( ruleNum ) ;
- public final void rule__NumberTok__ValAssignment_1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8855:1: ( ( ruleNum ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8856:1: ( ruleNum )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8856:1: ( ruleNum )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8857:1: ruleNum
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getNumberTokAccess().getValNumParserRuleCall_1_0());
- }
- pushFollow(FOLLOW_ruleNum_in_rule__NumberTok__ValAssignment_118118);
- ruleNum();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getNumberTokAccess().getValNumParserRuleCall_1_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__NumberTok__ValAssignment_1"
-
-
- // $ANTLR start "rule__UrlTok__UrlAssignment_1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8866:1: rule__UrlTok__UrlAssignment_1 : ( ruleURLType ) ;
- public final void rule__UrlTok__UrlAssignment_1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8870:1: ( ( ruleURLType ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8871:1: ( ruleURLType )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8871:1: ( ruleURLType )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8872:1: ruleURLType
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getUrlTokAccess().getUrlURLTypeParserRuleCall_1_0());
- }
- pushFollow(FOLLOW_ruleURLType_in_rule__UrlTok__UrlAssignment_118149);
- ruleURLType();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getUrlTokAccess().getUrlURLTypeParserRuleCall_1_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__UrlTok__UrlAssignment_1"
-
-
- // $ANTLR start "rule__ColorTok__ValueAssignment_1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8881:1: rule__ColorTok__ValueAssignment_1 : ( ruleHex ) ;
- public final void rule__ColorTok__ValueAssignment_1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8885:1: ( ( ruleHex ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8886:1: ( ruleHex )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8886:1: ( ruleHex )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8887:1: ruleHex
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getColorTokAccess().getValueHexParserRuleCall_1_0());
- }
- pushFollow(FOLLOW_ruleHex_in_rule__ColorTok__ValueAssignment_118180);
- ruleHex();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getColorTokAccess().getValueHexParserRuleCall_1_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__ColorTok__ValueAssignment_1"
-
-
- // $ANTLR start "rule__IdentifierOrFuncTok__NameAssignment_1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8896:1: rule__IdentifierOrFuncTok__NameAssignment_1 : ( ruleIdentifier ) ;
- public final void rule__IdentifierOrFuncTok__NameAssignment_1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8900:1: ( ( ruleIdentifier ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8901:1: ( ruleIdentifier )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8901:1: ( ruleIdentifier )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8902:1: ruleIdentifier
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getIdentifierOrFuncTokAccess().getNameIdentifierParserRuleCall_1_0());
- }
- pushFollow(FOLLOW_ruleIdentifier_in_rule__IdentifierOrFuncTok__NameAssignment_118211);
- ruleIdentifier();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getIdentifierOrFuncTokAccess().getNameIdentifierParserRuleCall_1_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__IdentifierOrFuncTok__NameAssignment_1"
-
-
- // $ANTLR start "rule__IdentifierOrFuncTok__ParamsAssignment_2_2"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8911:1: rule__IdentifierOrFuncTok__ParamsAssignment_2_2 : ( ruleCssTok ) ;
- public final void rule__IdentifierOrFuncTok__ParamsAssignment_2_2() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8915:1: ( ( ruleCssTok ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8916:1: ( ruleCssTok )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8916:1: ( ruleCssTok )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8917:1: ruleCssTok
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getIdentifierOrFuncTokAccess().getParamsCssTokParserRuleCall_2_2_0());
- }
- pushFollow(FOLLOW_ruleCssTok_in_rule__IdentifierOrFuncTok__ParamsAssignment_2_218242);
- ruleCssTok();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getIdentifierOrFuncTokAccess().getParamsCssTokParserRuleCall_2_2_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__IdentifierOrFuncTok__ParamsAssignment_2_2"
-
-
- // $ANTLR start "rule__URLType__UrlAssignment_1"
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8926:1: rule__URLType__UrlAssignment_1 : ( ruleValidURL ) ;
- public final void rule__URLType__UrlAssignment_1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8930:1: ( ( ruleValidURL ) )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8931:1: ( ruleValidURL )
- {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8931:1: ( ruleValidURL )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:8932:1: ruleValidURL
- {
- if (state.backtracking == 0) {
- before(grammarAccess.getURLTypeAccess().getUrlValidURLParserRuleCall_1_0());
- }
- pushFollow(FOLLOW_ruleValidURL_in_rule__URLType__UrlAssignment_118273);
- ruleValidURL();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
- if (state.backtracking == 0) {
- after(grammarAccess.getURLTypeAccess().getUrlValidURLParserRuleCall_1_0());
- }
-
- }
-
-
- }
-
- } catch (RecognitionException re) {
- reportError(re);
- recover(input, re);
- } finally {
-
- restoreStackSize(stackSize);
-
- }
- return;
- }
-
- // $ANTLR end "rule__URLType__UrlAssignment_1"
-
- // $ANTLR start synpred134_InternalCSS
- public final void synpred134_InternalCSS_fragment() throws RecognitionException {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7549:2: ( rule__Identifier__Group_2__0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7549:2: rule__Identifier__Group_2__0
- {
- pushFollow(FOLLOW_rule__Identifier__Group_2__0_in_synpred134_InternalCSS15437);
- rule__Identifier__Group_2__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
- }
-
- // $ANTLR end synpred134_InternalCSS
-
- // $ANTLR start synpred136_InternalCSS
- public final void synpred136_InternalCSS_fragment() throws RecognitionException {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7711:3: ( RULE_ONE_INT )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7711:3: RULE_ONE_INT
- {
- match(input, RULE_ONE_INT, FOLLOW_RULE_ONE_INT_in_synpred136_InternalCSS15760);
- if (state.failed) {
- return;
- }
-
- }
- }
-
- // $ANTLR end synpred136_InternalCSS
-
- // $ANTLR start synpred137_InternalCSS
- public final void synpred137_InternalCSS_fragment() throws RecognitionException {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7751:3: ( RULE_ONE_INT )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7751:3: RULE_ONE_INT
- {
- match(input, RULE_ONE_INT, FOLLOW_RULE_ONE_INT_in_synpred137_InternalCSS15843);
- if (state.failed) {
- return;
- }
-
- }
- }
-
- // $ANTLR end synpred137_InternalCSS
-
- // $ANTLR start synpred138_InternalCSS
- public final void synpred138_InternalCSS_fragment() throws RecognitionException {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7780:2: ( rule__Num__Group_1_1_1__0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7780:2: rule__Num__Group_1_1_1__0
- {
- pushFollow(FOLLOW_rule__Num__Group_1_1_1__0_in_synpred138_InternalCSS15903);
- rule__Num__Group_1_1_1__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
- }
-
- // $ANTLR end synpred138_InternalCSS
-
- // $ANTLR start synpred139_InternalCSS
- public final void synpred139_InternalCSS_fragment() throws RecognitionException {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7849:3: ( RULE_ONE_INT )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7849:3: RULE_ONE_INT
- {
- match(input, RULE_ONE_INT, FOLLOW_RULE_ONE_INT_in_synpred139_InternalCSS16045);
- if (state.failed) {
- return;
- }
-
- }
- }
-
- // $ANTLR end synpred139_InternalCSS
-
- // $ANTLR start synpred140_InternalCSS
- public final void synpred140_InternalCSS_fragment() throws RecognitionException {
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7917:2: ( rule__Hex__Group_1__0 )
- // ../org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/contentassist/antlr/internal/InternalCSS.g:7917:2: rule__Hex__Group_1__0
- {
- pushFollow(FOLLOW_rule__Hex__Group_1__0_in_synpred140_InternalCSS16182);
- rule__Hex__Group_1__0();
-
- state._fsp--;
- if (state.failed) {
- return;
- }
-
- }
- }
-
- // $ANTLR end synpred140_InternalCSS
-
- // Delegated rules
-
- public final boolean synpred139_InternalCSS() {
- state.backtracking++;
- int start = input.mark();
- try {
- synpred139_InternalCSS_fragment(); // can never throw exception
- } catch (RecognitionException re) {
- System.err.println("impossible: " + re);
- }
- boolean success = !state.failed;
- input.rewind(start);
- state.backtracking--;
- state.failed = false;
- return success;
- }
-
- public final boolean synpred137_InternalCSS() {
- state.backtracking++;
- int start = input.mark();
- try {
- synpred137_InternalCSS_fragment(); // can never throw exception
- } catch (RecognitionException re) {
- System.err.println("impossible: " + re);
- }
- boolean success = !state.failed;
- input.rewind(start);
- state.backtracking--;
- state.failed = false;
- return success;
- }
-
- public final boolean synpred134_InternalCSS() {
- state.backtracking++;
- int start = input.mark();
- try {
- synpred134_InternalCSS_fragment(); // can never throw exception
- } catch (RecognitionException re) {
- System.err.println("impossible: " + re);
- }
- boolean success = !state.failed;
- input.rewind(start);
- state.backtracking--;
- state.failed = false;
- return success;
- }
-
- public final boolean synpred140_InternalCSS() {
- state.backtracking++;
- int start = input.mark();
- try {
- synpred140_InternalCSS_fragment(); // can never throw exception
- } catch (RecognitionException re) {
- System.err.println("impossible: " + re);
- }
- boolean success = !state.failed;
- input.rewind(start);
- state.backtracking--;
- state.failed = false;
- return success;
- }
-
- public final boolean synpred136_InternalCSS() {
- state.backtracking++;
- int start = input.mark();
- try {
- synpred136_InternalCSS_fragment(); // can never throw exception
- } catch (RecognitionException re) {
- System.err.println("impossible: " + re);
- }
- boolean success = !state.failed;
- input.rewind(start);
- state.backtracking--;
- state.failed = false;
- return success;
- }
-
- public final boolean synpred138_InternalCSS() {
- state.backtracking++;
- int start = input.mark();
- try {
- synpred138_InternalCSS_fragment(); // can never throw exception
- } catch (RecognitionException re) {
- System.err.println("impossible: " + re);
- }
- boolean success = !state.failed;
- input.rewind(start);
- state.backtracking--;
- state.failed = false;
- return success;
- }
-
-
- protected DFA13 dfa13 = new DFA13(this);
- protected DFA17 dfa17 = new DFA17(this);
- protected DFA22 dfa22 = new DFA22(this);
- protected DFA58 dfa58 = new DFA58(this);
- protected DFA64 dfa64 = new DFA64(this);
- protected DFA83 dfa83 = new DFA83(this);
- static final String DFA13_eotS =
- "\24\uffff";
- static final String DFA13_eofS =
- "\2\uffff\7\23\1\uffff\11\23\1\uffff";
- static final String DFA13_minS =
- "\1\12\1\13\7\12\1\uffff\11\12\1\uffff";
- static final String DFA13_maxS =
- "\1\74\1\64\7\75\1\uffff\11\75\1\uffff";
- static final String DFA13_acceptS =
- "\11\uffff\1\2\11\uffff\1\1";
- static final String DFA13_specialS =
- "\24\uffff}>";
- static final String[] DFA13_transitionS = {
- "\1\1\1\2\2\uffff\1\3\1\4\24\uffff\1\11\14\uffff\1\5\1\6\1\7" +
- "\1\10\7\uffff\1\11",
- "\1\2\2\uffff\1\3\1\4\41\uffff\1\5\1\6\1\7\1\10",
- "\1\13\1\12\2\23\1\14\1\15\1\16\26\uffff\1\23\2\uffff\1\23" +
- "\6\uffff\1\17\1\20\1\21\1\22\7\uffff\1\11\1\23",
- "\1\13\1\12\2\23\1\14\1\15\1\16\26\uffff\1\23\2\uffff\1\23" +
- "\6\uffff\1\17\1\20\1\21\1\22\7\uffff\1\11\1\23",
- "\1\13\1\12\2\23\1\14\1\15\1\16\26\uffff\1\23\2\uffff\1\23" +
- "\6\uffff\1\17\1\20\1\21\1\22\7\uffff\1\11\1\23",
- "\1\13\1\12\2\23\1\14\1\15\1\16\26\uffff\1\23\2\uffff\1\23" +
- "\6\uffff\1\17\1\20\1\21\1\22\7\uffff\1\11\1\23",
- "\1\13\1\12\2\23\1\14\1\15\1\16\26\uffff\1\23\2\uffff\1\23" +
- "\6\uffff\1\17\1\20\1\21\1\22\7\uffff\1\11\1\23",
- "\1\13\1\12\2\23\1\14\1\15\1\16\26\uffff\1\23\2\uffff\1\23" +
- "\6\uffff\1\17\1\20\1\21\1\22\7\uffff\1\11\1\23",
- "\1\13\1\12\2\23\1\14\1\15\1\16\26\uffff\1\23\2\uffff\1\23" +
- "\6\uffff\1\17\1\20\1\21\1\22\7\uffff\1\11\1\23",
- "",
- "\1\13\1\12\2\23\1\14\1\15\1\16\26\uffff\1\23\2\uffff\1\23" +
- "\6\uffff\1\17\1\20\1\21\1\22\7\uffff\1\11\1\23",
- "\1\13\1\12\2\23\1\14\1\15\1\16\26\uffff\1\23\2\uffff\1\23" +
- "\6\uffff\1\17\1\20\1\21\1\22\7\uffff\1\11\1\23",
- "\1\13\1\12\2\23\1\14\1\15\1\16\26\uffff\1\23\2\uffff\1\23" +
- "\6\uffff\1\17\1\20\1\21\1\22\7\uffff\1\11\1\23",
- "\1\13\1\12\2\23\1\14\1\15\1\16\26\uffff\1\23\2\uffff\1\23" +
- "\6\uffff\1\17\1\20\1\21\1\22\7\uffff\1\11\1\23",
- "\1\13\1\12\2\23\1\14\1\15\1\16\26\uffff\1\23\2\uffff\1\23" +
- "\6\uffff\1\17\1\20\1\21\1\22\7\uffff\1\11\1\23",
- "\1\13\1\12\2\23\1\14\1\15\1\16\26\uffff\1\23\2\uffff\1\23" +
- "\6\uffff\1\17\1\20\1\21\1\22\7\uffff\1\11\1\23",
- "\1\13\1\12\2\23\1\14\1\15\1\16\26\uffff\1\23\2\uffff\1\23" +
- "\6\uffff\1\17\1\20\1\21\1\22\7\uffff\1\11\1\23",
- "\1\13\1\12\2\23\1\14\1\15\1\16\26\uffff\1\23\2\uffff\1\23" +
- "\6\uffff\1\17\1\20\1\21\1\22\7\uffff\1\11\1\23",
- "\1\13\1\12\2\23\1\14\1\15\1\16\26\uffff\1\23\2\uffff\1\23" +
- "\6\uffff\1\17\1\20\1\21\1\22\7\uffff\1\11\1\23",
- ""
- };
-
- 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] = org.antlr.runtime.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;
- }
-
- @Override
- public String getDescription() {
- return "1768:1: rule__SimpleSelectorForNegation__Alternatives_0_0 : ( ( ( rule__SimpleSelectorForNegation__ElementAssignment_0_0_0 ) ) | ( ( rule__SimpleSelectorForNegation__UniversalAssignment_0_0_1 ) ) );";
- }
- }
-
- static final String DFA17_eotS =
- "\24\uffff";
- static final String DFA17_eofS =
- "\2\uffff\7\23\1\uffff\11\23\1\uffff";
- static final String DFA17_minS =
- "\1\12\1\13\7\7\1\uffff\11\7\1\uffff";
- static final String DFA17_maxS =
- "\1\74\1\64\7\74\1\uffff\11\74\1\uffff";
- static final String DFA17_acceptS =
- "\11\uffff\1\2\11\uffff\1\1";
- static final String DFA17_specialS =
- "\24\uffff}>";
- static final String[] DFA17_transitionS = {
- "\1\1\1\2\2\uffff\1\3\1\4\24\uffff\1\11\14\uffff\1\5\1\6\1\7" +
- "\1\10\7\uffff\1\11",
- "\1\2\2\uffff\1\3\1\4\41\uffff\1\5\1\6\1\7\1\10",
- "\2\23\1\uffff\1\13\1\12\2\23\1\14\1\15\1\16\1\23\23\uffff" +
- "\3\23\2\uffff\1\23\6\uffff\1\17\1\20\1\21\1\22\5\uffff\1\23" +
- "\1\uffff\1\11",
- "\2\23\1\uffff\1\13\1\12\2\23\1\14\1\15\1\16\1\23\23\uffff" +
- "\3\23\2\uffff\1\23\6\uffff\1\17\1\20\1\21\1\22\5\uffff\1\23" +
- "\1\uffff\1\11",
- "\2\23\1\uffff\1\13\1\12\2\23\1\14\1\15\1\16\1\23\23\uffff" +
- "\3\23\2\uffff\1\23\6\uffff\1\17\1\20\1\21\1\22\5\uffff\1\23" +
- "\1\uffff\1\11",
- "\2\23\1\uffff\1\13\1\12\2\23\1\14\1\15\1\16\1\23\23\uffff" +
- "\3\23\2\uffff\1\23\6\uffff\1\17\1\20\1\21\1\22\5\uffff\1\23" +
- "\1\uffff\1\11",
- "\2\23\1\uffff\1\13\1\12\2\23\1\14\1\15\1\16\1\23\23\uffff" +
- "\3\23\2\uffff\1\23\6\uffff\1\17\1\20\1\21\1\22\5\uffff\1\23" +
- "\1\uffff\1\11",
- "\2\23\1\uffff\1\13\1\12\2\23\1\14\1\15\1\16\1\23\23\uffff" +
- "\3\23\2\uffff\1\23\6\uffff\1\17\1\20\1\21\1\22\5\uffff\1\23" +
- "\1\uffff\1\11",
- "\2\23\1\uffff\1\13\1\12\2\23\1\14\1\15\1\16\1\23\23\uffff" +
- "\3\23\2\uffff\1\23\6\uffff\1\17\1\20\1\21\1\22\5\uffff\1\23" +
- "\1\uffff\1\11",
- "",
- "\2\23\1\uffff\1\13\1\12\2\23\1\14\1\15\1\16\1\23\23\uffff" +
- "\3\23\2\uffff\1\23\6\uffff\1\17\1\20\1\21\1\22\5\uffff\1\23" +
- "\1\uffff\1\11",
- "\2\23\1\uffff\1\13\1\12\2\23\1\14\1\15\1\16\1\23\23\uffff" +
- "\3\23\2\uffff\1\23\6\uffff\1\17\1\20\1\21\1\22\5\uffff\1\23" +
- "\1\uffff\1\11",
- "\2\23\1\uffff\1\13\1\12\2\23\1\14\1\15\1\16\1\23\23\uffff" +
- "\3\23\2\uffff\1\23\6\uffff\1\17\1\20\1\21\1\22\5\uffff\1\23" +
- "\1\uffff\1\11",
- "\2\23\1\uffff\1\13\1\12\2\23\1\14\1\15\1\16\1\23\23\uffff" +
- "\3\23\2\uffff\1\23\6\uffff\1\17\1\20\1\21\1\22\5\uffff\1\23" +
- "\1\uffff\1\11",
- "\2\23\1\uffff\1\13\1\12\2\23\1\14\1\15\1\16\1\23\23\uffff" +
- "\3\23\2\uffff\1\23\6\uffff\1\17\1\20\1\21\1\22\5\uffff\1\23" +
- "\1\uffff\1\11",
- "\2\23\1\uffff\1\13\1\12\2\23\1\14\1\15\1\16\1\23\23\uffff" +
- "\3\23\2\uffff\1\23\6\uffff\1\17\1\20\1\21\1\22\5\uffff\1\23" +
- "\1\uffff\1\11",
- "\2\23\1\uffff\1\13\1\12\2\23\1\14\1\15\1\16\1\23\23\uffff" +
- "\3\23\2\uffff\1\23\6\uffff\1\17\1\20\1\21\1\22\5\uffff\1\23" +
- "\1\uffff\1\11",
- "\2\23\1\uffff\1\13\1\12\2\23\1\14\1\15\1\16\1\23\23\uffff" +
- "\3\23\2\uffff\1\23\6\uffff\1\17\1\20\1\21\1\22\5\uffff\1\23" +
- "\1\uffff\1\11",
- "\2\23\1\uffff\1\13\1\12\2\23\1\14\1\15\1\16\1\23\23\uffff" +
- "\3\23\2\uffff\1\23\6\uffff\1\17\1\20\1\21\1\22\5\uffff\1\23" +
- "\1\uffff\1\11",
- ""
- };
-
- static final short[] DFA17_eot = DFA.unpackEncodedString(DFA17_eotS);
- static final short[] DFA17_eof = DFA.unpackEncodedString(DFA17_eofS);
- static final char[] DFA17_min = DFA.unpackEncodedStringToUnsignedChars(DFA17_minS);
- static final char[] DFA17_max = DFA.unpackEncodedStringToUnsignedChars(DFA17_maxS);
- static final short[] DFA17_accept = DFA.unpackEncodedString(DFA17_acceptS);
- static final short[] DFA17_special = DFA.unpackEncodedString(DFA17_specialS);
- static final short[][] DFA17_transition;
-
- static {
- int numStates = DFA17_transitionS.length;
- DFA17_transition = new short[numStates][];
- for (int i = 0; i < numStates; i++) {
- DFA17_transition[i] = org.antlr.runtime.DFA.unpackEncodedString(DFA17_transitionS[i]);
- }
- }
-
- class DFA17 extends DFA {
-
- public DFA17(BaseRecognizer recognizer) {
- this.recognizer = recognizer;
- this.decisionNumber = 17;
- this.eot = DFA17_eot;
- this.eof = DFA17_eof;
- this.min = DFA17_min;
- this.max = DFA17_max;
- this.accept = DFA17_accept;
- this.special = DFA17_special;
- this.transition = DFA17_transition;
- }
-
- @Override
- public String getDescription() {
- return "1853:1: rule__Simple_selector__Alternatives_0_0 : ( ( ( rule__Simple_selector__ElementAssignment_0_0_0 ) ) | ( ( rule__Simple_selector__UniversalAssignment_0_0_1 ) ) );";
- }
- }
-
- static final String DFA22_eotS =
- "\25\uffff";
- static final String DFA22_eofS =
- "\5\uffff\20\3";
- static final String DFA22_minS =
- "\1\14\1\12\2\uffff\1\13\20\7";
- static final String DFA22_maxS =
- "\1\14\1\77\2\uffff\1\64\20\76";
- static final String DFA22_acceptS =
- "\2\uffff\1\2\1\1\21\uffff";
- static final String DFA22_specialS =
- "\25\uffff}>";
- static final String[] DFA22_transitionS = {
- "\1\1",
- "\1\4\1\5\1\3\1\uffff\1\6\1\7\41\uffff\1\10\1\11\1\12\1\13" +
- "\12\uffff\1\2",
- "",
- "",
- "\1\5\2\uffff\1\6\1\7\41\uffff\1\10\1\11\1\12\1\13",
- "\2\3\1\uffff\1\15\1\14\2\3\1\16\1\17\1\20\1\3\23\uffff\3\3" +
- "\2\uffff\1\3\6\uffff\1\21\1\22\1\23\1\24\5\uffff\1\3\3\uffff" +
- "\1\2",
- "\2\3\1\uffff\1\15\1\14\2\3\1\16\1\17\1\20\1\3\23\uffff\3\3" +
- "\2\uffff\1\3\6\uffff\1\21\1\22\1\23\1\24\5\uffff\1\3\3\uffff" +
- "\1\2",
- "\2\3\1\uffff\1\15\1\14\2\3\1\16\1\17\1\20\1\3\23\uffff\3\3" +
- "\2\uffff\1\3\6\uffff\1\21\1\22\1\23\1\24\5\uffff\1\3\3\uffff" +
- "\1\2",
- "\2\3\1\uffff\1\15\1\14\2\3\1\16\1\17\1\20\1\3\23\uffff\3\3" +
- "\2\uffff\1\3\6\uffff\1\21\1\22\1\23\1\24\5\uffff\1\3\3\uffff" +
- "\1\2",
- "\2\3\1\uffff\1\15\1\14\2\3\1\16\1\17\1\20\1\3\23\uffff\3\3" +
- "\2\uffff\1\3\6\uffff\1\21\1\22\1\23\1\24\5\uffff\1\3\3\uffff" +
- "\1\2",
- "\2\3\1\uffff\1\15\1\14\2\3\1\16\1\17\1\20\1\3\23\uffff\3\3" +
- "\2\uffff\1\3\6\uffff\1\21\1\22\1\23\1\24\5\uffff\1\3\3\uffff" +
- "\1\2",
- "\2\3\1\uffff\1\15\1\14\2\3\1\16\1\17\1\20\1\3\23\uffff\3\3" +
- "\2\uffff\1\3\6\uffff\1\21\1\22\1\23\1\24\5\uffff\1\3\3\uffff" +
- "\1\2",
- "\2\3\1\uffff\1\15\1\14\2\3\1\16\1\17\1\20\1\3\23\uffff\3\3" +
- "\2\uffff\1\3\6\uffff\1\21\1\22\1\23\1\24\5\uffff\1\3\3\uffff" +
- "\1\2",
- "\2\3\1\uffff\1\15\1\14\2\3\1\16\1\17\1\20\1\3\23\uffff\3\3" +
- "\2\uffff\1\3\6\uffff\1\21\1\22\1\23\1\24\5\uffff\1\3\3\uffff" +
- "\1\2",
- "\2\3\1\uffff\1\15\1\14\2\3\1\16\1\17\1\20\1\3\23\uffff\3\3" +
- "\2\uffff\1\3\6\uffff\1\21\1\22\1\23\1\24\5\uffff\1\3\3\uffff" +
- "\1\2",
- "\2\3\1\uffff\1\15\1\14\2\3\1\16\1\17\1\20\1\3\23\uffff\3\3" +
- "\2\uffff\1\3\6\uffff\1\21\1\22\1\23\1\24\5\uffff\1\3\3\uffff" +
- "\1\2",
- "\2\3\1\uffff\1\15\1\14\2\3\1\16\1\17\1\20\1\3\23\uffff\3\3" +
- "\2\uffff\1\3\6\uffff\1\21\1\22\1\23\1\24\5\uffff\1\3\3\uffff" +
- "\1\2",
- "\2\3\1\uffff\1\15\1\14\2\3\1\16\1\17\1\20\1\3\23\uffff\3\3" +
- "\2\uffff\1\3\6\uffff\1\21\1\22\1\23\1\24\5\uffff\1\3\3\uffff" +
- "\1\2",
- "\2\3\1\uffff\1\15\1\14\2\3\1\16\1\17\1\20\1\3\23\uffff\3\3" +
- "\2\uffff\1\3\6\uffff\1\21\1\22\1\23\1\24\5\uffff\1\3\3\uffff" +
- "\1\2",
- "\2\3\1\uffff\1\15\1\14\2\3\1\16\1\17\1\20\1\3\23\uffff\3\3" +
- "\2\uffff\1\3\6\uffff\1\21\1\22\1\23\1\24\5\uffff\1\3\3\uffff" +
- "\1\2",
- "\2\3\1\uffff\1\15\1\14\2\3\1\16\1\17\1\20\1\3\23\uffff\3\3" +
- "\2\uffff\1\3\6\uffff\1\21\1\22\1\23\1\24\5\uffff\1\3\3\uffff" +
- "\1\2"
- };
-
- static final short[] DFA22_eot = DFA.unpackEncodedString(DFA22_eotS);
- static final short[] DFA22_eof = DFA.unpackEncodedString(DFA22_eofS);
- static final char[] DFA22_min = DFA.unpackEncodedStringToUnsignedChars(DFA22_minS);
- static final char[] DFA22_max = DFA.unpackEncodedStringToUnsignedChars(DFA22_maxS);
- static final short[] DFA22_accept = DFA.unpackEncodedString(DFA22_acceptS);
- static final short[] DFA22_special = DFA.unpackEncodedString(DFA22_specialS);
- static final short[][] DFA22_transition;
-
- static {
- int numStates = DFA22_transitionS.length;
- DFA22_transition = new short[numStates][];
- for (int i = 0; i < numStates; i++) {
- DFA22_transition[i] = org.antlr.runtime.DFA.unpackEncodedString(DFA22_transitionS[i]);
- }
- }
-
- class DFA22 extends DFA {
-
- public DFA22(BaseRecognizer recognizer) {
- this.recognizer = recognizer;
- this.decisionNumber = 22;
- this.eot = DFA22_eot;
- this.eof = DFA22_eof;
- this.min = DFA22_min;
- this.max = DFA22_max;
- this.accept = DFA22_accept;
- this.special = DFA22_special;
- this.transition = DFA22_transition;
- }
-
- @Override
- public String getDescription() {
- return "2009:1: rule__PseudoClassOrFunc__Alternatives : ( ( rulePseudoClass ) | ( rulePseudoClassFunction ) );";
- }
- }
-
- static final String DFA58_eotS =
- "\4\uffff";
- static final String DFA58_eofS =
- "\4\uffff";
- static final String DFA58_minS =
- "\2\10\2\uffff";
- static final String DFA58_maxS =
- "\2\72\2\uffff";
- static final String DFA58_acceptS =
- "\2\uffff\1\2\1\1";
- static final String DFA58_specialS =
- "\4\uffff}>";
- static final String[] DFA58_transitionS = {
- "\1\3\10\uffff\1\1\50\uffff\1\2",
- "\1\3\10\uffff\1\1\50\uffff\1\2",
- "",
- ""
- };
-
- static final short[] DFA58_eot = DFA.unpackEncodedString(DFA58_eotS);
- static final short[] DFA58_eof = DFA.unpackEncodedString(DFA58_eofS);
- static final char[] DFA58_min = DFA.unpackEncodedStringToUnsignedChars(DFA58_minS);
- static final char[] DFA58_max = DFA.unpackEncodedStringToUnsignedChars(DFA58_maxS);
- static final short[] DFA58_accept = DFA.unpackEncodedString(DFA58_acceptS);
- static final short[] DFA58_special = DFA.unpackEncodedString(DFA58_specialS);
- static final short[][] DFA58_transition;
-
- static {
- int numStates = DFA58_transitionS.length;
- DFA58_transition = new short[numStates][];
- for (int i = 0; i < numStates; i++) {
- DFA58_transition[i] = org.antlr.runtime.DFA.unpackEncodedString(DFA58_transitionS[i]);
- }
- }
-
- class DFA58 extends DFA {
-
- public DFA58(BaseRecognizer recognizer) {
- this.recognizer = recognizer;
- this.decisionNumber = 58;
- this.eot = DFA58_eot;
- this.eof = DFA58_eof;
- this.min = DFA58_min;
- this.max = DFA58_max;
- this.accept = DFA58_accept;
- this.special = DFA58_special;
- this.transition = DFA58_transition;
- }
-
- @Override
- public String getDescription() {
- return "()* loopback of 4494:1: ( rule__Ruleset__Group_1__0 )*";
- }
- }
-
- static final String DFA64_eotS =
- "\5\uffff";
- static final String DFA64_eofS =
- "\1\3\4\uffff";
- static final String DFA64_minS =
- "\1\7\1\uffff\1\7\1\uffff\1\7";
- static final String DFA64_maxS =
- "\1\72\1\uffff\1\74\1\uffff\1\74";
- static final String DFA64_acceptS =
- "\1\uffff\1\1\1\uffff\1\2\1\uffff";
- static final String DFA64_specialS =
- "\5\uffff}>";
- static final String[] DFA64_transitionS = {
- "\1\1\1\3\10\uffff\1\2\23\uffff\2\1\23\uffff\1\3",
- "",
- "\1\1\1\3\1\uffff\6\1\1\uffff\1\4\22\uffff\4\1\2\uffff\1\1" +
- "\6\uffff\4\1\5\uffff\1\3\1\uffff\1\1",
- "",
- "\1\1\1\3\1\uffff\6\1\1\uffff\1\4\22\uffff\4\1\2\uffff\1\1" +
- "\6\uffff\4\1\5\uffff\1\3\1\uffff\1\1"
- };
-
- static final short[] DFA64_eot = DFA.unpackEncodedString(DFA64_eotS);
- static final short[] DFA64_eof = DFA.unpackEncodedString(DFA64_eofS);
- static final char[] DFA64_min = DFA.unpackEncodedStringToUnsignedChars(DFA64_minS);
- static final char[] DFA64_max = DFA.unpackEncodedStringToUnsignedChars(DFA64_maxS);
- static final short[] DFA64_accept = DFA.unpackEncodedString(DFA64_acceptS);
- static final short[] DFA64_special = DFA.unpackEncodedString(DFA64_specialS);
- static final short[][] DFA64_transition;
-
- static {
- int numStates = DFA64_transitionS.length;
- DFA64_transition = new short[numStates][];
- for (int i = 0; i < numStates; i++) {
- DFA64_transition[i] = org.antlr.runtime.DFA.unpackEncodedString(DFA64_transitionS[i]);
- }
- }
-
- class DFA64 extends DFA {
-
- public DFA64(BaseRecognizer recognizer) {
- this.recognizer = recognizer;
- this.decisionNumber = 64;
- this.eot = DFA64_eot;
- this.eof = DFA64_eof;
- this.min = DFA64_min;
- this.max = DFA64_max;
- this.accept = DFA64_accept;
- this.special = DFA64_special;
- this.transition = DFA64_transition;
- }
-
- @Override
- public String getDescription() {
- return "4931:1: ( rule__Selector__Alternatives_1 )?";
- }
- }
-
- static final String DFA83_eotS =
- "\14\uffff";
- static final String DFA83_eofS =
- "\1\1\13\uffff";
- static final String DFA83_minS =
- "\1\4\1\uffff\11\0\1\uffff";
- static final String DFA83_maxS =
- "\1\100\1\uffff\11\0\1\uffff";
- static final String DFA83_acceptS =
- "\1\uffff\1\2\11\uffff\1\1";
- static final String DFA83_specialS =
- "\2\uffff\1\5\1\4\1\7\1\6\1\10\1\0\1\2\1\1\1\3\1\uffff}>";
- static final String[] DFA83_transitionS = {
- "\6\1\1\2\1\3\2\1\1\4\1\5\1\12\2\1\15\uffff\4\1\1\uffff\3\1" +
- "\2\uffff\2\1\4\uffff\1\1\1\6\1\7\1\10\1\11\5\uffff\5\1\1\uffff" +
- "\1\1",
- "",
- "\1\uffff",
- "\1\uffff",
- "\1\uffff",
- "\1\uffff",
- "\1\uffff",
- "\1\uffff",
- "\1\uffff",
- "\1\uffff",
- "\1\uffff",
- ""
- };
-
- static final short[] DFA83_eot = DFA.unpackEncodedString(DFA83_eotS);
- static final short[] DFA83_eof = DFA.unpackEncodedString(DFA83_eofS);
- static final char[] DFA83_min = DFA.unpackEncodedStringToUnsignedChars(DFA83_minS);
- static final char[] DFA83_max = DFA.unpackEncodedStringToUnsignedChars(DFA83_maxS);
- static final short[] DFA83_accept = DFA.unpackEncodedString(DFA83_acceptS);
- static final short[] DFA83_special = DFA.unpackEncodedString(DFA83_specialS);
- static final short[][] DFA83_transition;
-
- static {
- int numStates = DFA83_transitionS.length;
- DFA83_transition = new short[numStates][];
- for (int i = 0; i < numStates; i++) {
- DFA83_transition[i] = org.antlr.runtime.DFA.unpackEncodedString(DFA83_transitionS[i]);
- }
- }
-
- class DFA83 extends DFA {
-
- public DFA83(BaseRecognizer recognizer) {
- this.recognizer = recognizer;
- this.decisionNumber = 83;
- this.eot = DFA83_eot;
- this.eof = DFA83_eof;
- this.min = DFA83_min;
- this.max = DFA83_max;
- this.accept = DFA83_accept;
- this.special = DFA83_special;
- this.transition = DFA83_transition;
- }
-
- @Override
- public String getDescription() {
- return "()* loopback of 7549:1: ( rule__Identifier__Group_2__0 )*";
- }
-
- @Override
- public int specialStateTransition(int s, IntStream _input) throws NoViableAltException {
- TokenStream input = (TokenStream) _input;
- int _s = s;
- switch (s) {
- case 0:
- int LA83_7 = input.LA(1);
-
-
- int index83_7 = input.index();
- input.rewind();
- s = -1;
- if ((synpred134_InternalCSS())) {
- s = 11;
- }
-
- else if ((true)) {
- s = 1;
- }
-
-
- input.seek(index83_7);
- if (s >= 0) {
- return s;
- }
- break;
- case 1:
- int LA83_9 = input.LA(1);
-
-
- int index83_9 = input.index();
- input.rewind();
- s = -1;
- if ((synpred134_InternalCSS())) {
- s = 11;
- }
-
- else if ((true)) {
- s = 1;
- }
-
-
- input.seek(index83_9);
- if (s >= 0) {
- return s;
- }
- break;
- case 2:
- int LA83_8 = input.LA(1);
-
-
- int index83_8 = input.index();
- input.rewind();
- s = -1;
- if ((synpred134_InternalCSS())) {
- s = 11;
- }
-
- else if ((true)) {
- s = 1;
- }
-
-
- input.seek(index83_8);
- if (s >= 0) {
- return s;
- }
- break;
- case 3:
- int LA83_10 = input.LA(1);
-
-
- int index83_10 = input.index();
- input.rewind();
- s = -1;
- if ((synpred134_InternalCSS())) {
- s = 11;
- }
-
- else if ((true)) {
- s = 1;
- }
-
-
- input.seek(index83_10);
- if (s >= 0) {
- return s;
- }
- break;
- case 4:
- int LA83_3 = input.LA(1);
-
-
- int index83_3 = input.index();
- input.rewind();
- s = -1;
- if ((synpred134_InternalCSS())) {
- s = 11;
- }
-
- else if ((true)) {
- s = 1;
- }
-
-
- input.seek(index83_3);
- if (s >= 0) {
- return s;
- }
- break;
- case 5:
- int LA83_2 = input.LA(1);
-
-
- int index83_2 = input.index();
- input.rewind();
- s = -1;
- if ((synpred134_InternalCSS())) {
- s = 11;
- }
-
- else if ((true)) {
- s = 1;
- }
-
-
- input.seek(index83_2);
- if (s >= 0) {
- return s;
- }
- break;
- case 6:
- int LA83_5 = input.LA(1);
-
-
- int index83_5 = input.index();
- input.rewind();
- s = -1;
- if ((synpred134_InternalCSS())) {
- s = 11;
- }
-
- else if ((true)) {
- s = 1;
- }
-
-
- input.seek(index83_5);
- if (s >= 0) {
- return s;
- }
- break;
- case 7:
- int LA83_4 = input.LA(1);
-
-
- int index83_4 = input.index();
- input.rewind();
- s = -1;
- if ((synpred134_InternalCSS())) {
- s = 11;
- }
-
- else if ((true)) {
- s = 1;
- }
-
-
- input.seek(index83_4);
- if (s >= 0) {
- return s;
- }
- break;
- case 8:
- int LA83_6 = input.LA(1);
-
-
- int index83_6 = input.index();
- input.rewind();
- s = -1;
- if ((synpred134_InternalCSS())) {
- s = 11;
- }
-
- else if ((true)) {
- s = 1;
- }
-
-
- input.seek(index83_6);
- if (s >= 0) {
- return s;
- }
- break;
- }
- if (state.backtracking > 0) {
- state.failed = true;
- return -1;
- }
- NoViableAltException nvae =
- new NoViableAltException(getDescription(), 83, _s, input);
- error(nvae);
- throw nvae;
- }
- }
-
-
- public static final BitSet FOLLOW_rulestylesheet_in_entryRulestylesheet67 = new BitSet(new long[] { 0x0000000000000000L });
- public static final BitSet FOLLOW_EOF_in_entryRulestylesheet74 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Stylesheet__Group__0_in_rulestylesheet100 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rulecharset_in_entryRulecharset127 = new BitSet(new long[] { 0x0000000000000000L });
- public static final BitSet FOLLOW_EOF_in_entryRulecharset134 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Charset__Group__0_in_rulecharset160 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleimportExpression_in_entryRuleimportExpression187 = new BitSet(new long[] { 0x0000000000000000L });
- public static final BitSet FOLLOW_EOF_in_entryRuleimportExpression194 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__ImportExpression__Group__0_in_ruleimportExpression220 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rulepage_in_entryRulepage247 = new BitSet(new long[] { 0x0000000000000000L });
- public static final BitSet FOLLOW_EOF_in_entryRulepage254 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Page__Group__0_in_rulepage280 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rulepseudo_page_in_entryRulepseudo_page307 = new BitSet(new long[] { 0x0000000000000000L });
- public static final BitSet FOLLOW_EOF_in_entryRulepseudo_page314 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Pseudo_page__Group__0_in_rulepseudo_page340 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rulemedia_in_entryRulemedia367 = new BitSet(new long[] { 0x0000000000000000L });
- public static final BitSet FOLLOW_EOF_in_entryRulemedia374 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Media__Group__0_in_rulemedia400 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rulemedia_list_in_entryRulemedia_list427 = new BitSet(new long[] { 0x0000000000000000L });
- public static final BitSet FOLLOW_EOF_in_entryRulemedia_list434 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Media_list__Group__0_in_rulemedia_list460 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rulemedium_in_entryRulemedium487 = new BitSet(new long[] { 0x0000000000000000L });
- public static final BitSet FOLLOW_EOF_in_entryRulemedium494 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleIdentifier_in_rulemedium520 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rulefont_face_in_entryRulefont_face546 = new BitSet(new long[] { 0x0000000000000000L });
- public static final BitSet FOLLOW_EOF_in_entryRulefont_face553 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Font_face__Group__0_in_rulefont_face579 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rulekeyframes_in_entryRulekeyframes606 = new BitSet(new long[] { 0x0000000000000000L });
- public static final BitSet FOLLOW_EOF_in_entryRulekeyframes613 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Keyframes__Group__0_in_rulekeyframes639 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rulekeyframe_selector_in_entryRulekeyframe_selector666 = new BitSet(new long[] { 0x0000000000000000L });
- public static final BitSet FOLLOW_EOF_in_entryRulekeyframe_selector673 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Keyframe_selector__Group__0_in_rulekeyframe_selector699 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleruleset_in_entryRuleruleset726 = new BitSet(new long[] { 0x0000000000000000L });
- public static final BitSet FOLLOW_EOF_in_entryRuleruleset733 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Ruleset__Group__0_in_ruleruleset759 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleselector_in_entryRuleselector791 = new BitSet(new long[] { 0x0000000000000000L });
- public static final BitSet FOLLOW_EOF_in_entryRuleselector798 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Selector__Group__0_in_ruleselector828 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleSimpleSelectorForNegation_in_entryRuleSimpleSelectorForNegation855 = new BitSet(new long[] { 0x0000000000000000L });
- public static final BitSet FOLLOW_EOF_in_entryRuleSimpleSelectorForNegation862 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__SimpleSelectorForNegation__Alternatives_in_ruleSimpleSelectorForNegation888 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleSubSelectorForNegation_in_entryRuleSubSelectorForNegation915 = new BitSet(new long[] { 0x0000000000000000L });
- public static final BitSet FOLLOW_EOF_in_entryRuleSubSelectorForNegation922 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__SubSelectorForNegation__Alternatives_in_ruleSubSelectorForNegation948 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rulesimple_selector_in_entryRulesimple_selector980 = new BitSet(new long[] { 0x0000000000000000L });
- public static final BitSet FOLLOW_EOF_in_entryRulesimple_selector987 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Simple_selector__Alternatives_in_rulesimple_selector1017 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleSubSelector_in_entryRuleSubSelector1044 = new BitSet(new long[] { 0x0000000000000000L });
- public static final BitSet FOLLOW_EOF_in_entryRuleSubSelector1051 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__SubSelector__Alternatives_in_ruleSubSelector1077 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleAttributeSelector_in_entryRuleAttributeSelector1104 = new BitSet(new long[] { 0x0000000000000000L });
- public static final BitSet FOLLOW_EOF_in_entryRuleAttributeSelector1111 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__AttributeSelector__Group__0_in_ruleAttributeSelector1137 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleClassSelector_in_entryRuleClassSelector1164 = new BitSet(new long[] { 0x0000000000000000L });
- public static final BitSet FOLLOW_EOF_in_entryRuleClassSelector1171 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__ClassSelector__Group__0_in_ruleClassSelector1197 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleElementSelector_in_entryRuleElementSelector1224 = new BitSet(new long[] { 0x0000000000000000L });
- public static final BitSet FOLLOW_EOF_in_entryRuleElementSelector1231 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__ElementSelector__Group__0_in_ruleElementSelector1257 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleUniversalSelector_in_entryRuleUniversalSelector1284 = new BitSet(new long[] { 0x0000000000000000L });
- public static final BitSet FOLLOW_EOF_in_entryRuleUniversalSelector1291 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__UniversalSelector__Group__0_in_ruleUniversalSelector1317 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleIdSelector_in_entryRuleIdSelector1344 = new BitSet(new long[] { 0x0000000000000000L });
- public static final BitSet FOLLOW_EOF_in_entryRuleIdSelector1351 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__IdSelector__Group__0_in_ruleIdSelector1377 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rulecss_namespace_prefix_in_entryRulecss_namespace_prefix1404 = new BitSet(new long[] { 0x0000000000000000L });
- public static final BitSet FOLLOW_EOF_in_entryRulecss_namespace_prefix1411 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Css_namespace_prefix__Group__0_in_rulecss_namespace_prefix1437 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rulecss_declaration_in_entryRulecss_declaration1469 = new BitSet(new long[] { 0x0000000000000000L });
- public static final BitSet FOLLOW_EOF_in_entryRulecss_declaration1476 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Css_declaration__Group__0_in_rulecss_declaration1506 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rulecss_property_in_entryRulecss_property1533 = new BitSet(new long[] { 0x0000000000000000L });
- public static final BitSet FOLLOW_EOF_in_entryRulecss_property1540 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Css_property__Group__0_in_rulecss_property1566 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleValidPropertyIdent_in_entryRuleValidPropertyIdent1593 = new BitSet(new long[] { 0x0000000000000000L });
- public static final BitSet FOLLOW_EOF_in_entryRuleValidPropertyIdent1600 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleIdentifier_in_ruleValidPropertyIdent1626 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rulePseudoClassOrFunc_in_entryRulePseudoClassOrFunc1652 = new BitSet(new long[] { 0x0000000000000000L });
- public static final BitSet FOLLOW_EOF_in_entryRulePseudoClassOrFunc1659 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__PseudoClassOrFunc__Alternatives_in_rulePseudoClassOrFunc1685 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rulePseudoClass_in_entryRulePseudoClass1712 = new BitSet(new long[] { 0x0000000000000000L });
- public static final BitSet FOLLOW_EOF_in_entryRulePseudoClass1719 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__PseudoClass__Group__0_in_rulePseudoClass1745 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rulePseudoClassName_in_entryRulePseudoClassName1772 = new BitSet(new long[] { 0x0000000000000000L });
- public static final BitSet FOLLOW_EOF_in_entryRulePseudoClassName1779 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__PseudoClassName__NameAssignment_in_rulePseudoClassName1805 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rulePseudoClassFunction_in_entryRulePseudoClassFunction1832 = new BitSet(new long[] { 0x0000000000000000L });
- public static final BitSet FOLLOW_EOF_in_entryRulePseudoClassFunction1839 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__PseudoClassFunction__Alternatives_in_rulePseudoClassFunction1865 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleNotFunctionCall_in_entryRuleNotFunctionCall1897 = new BitSet(new long[] { 0x0000000000000000L });
- public static final BitSet FOLLOW_EOF_in_entryRuleNotFunctionCall1904 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__NotFunctionCall__Group__0_in_ruleNotFunctionCall1934 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rulecombinator_in_entryRulecombinator1961 = new BitSet(new long[] { 0x0000000000000000L });
- public static final BitSet FOLLOW_EOF_in_entryRulecombinator1968 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Combinator__Alternatives_in_rulecombinator1994 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleSymbolTok_in_entryRuleSymbolTok2025 = new BitSet(new long[] { 0x0000000000000000L });
- public static final BitSet FOLLOW_EOF_in_entryRuleSymbolTok2032 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__SymbolTok__Group__0_in_ruleSymbolTok2058 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleWSTok_in_entryRuleWSTok2085 = new BitSet(new long[] { 0x0000000000000000L });
- public static final BitSet FOLLOW_EOF_in_entryRuleWSTok2092 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__WSTok__Group__0_in_ruleWSTok2118 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleStringTok_in_entryRuleStringTok2145 = new BitSet(new long[] { 0x0000000000000000L });
- public static final BitSet FOLLOW_EOF_in_entryRuleStringTok2152 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__StringTok__Group__0_in_ruleStringTok2178 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleNumberTok_in_entryRuleNumberTok2210 = new BitSet(new long[] { 0x0000000000000000L });
- public static final BitSet FOLLOW_EOF_in_entryRuleNumberTok2217 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__NumberTok__Group__0_in_ruleNumberTok2247 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleUrlTok_in_entryRuleUrlTok2274 = new BitSet(new long[] { 0x0000000000000000L });
- public static final BitSet FOLLOW_EOF_in_entryRuleUrlTok2281 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__UrlTok__Group__0_in_ruleUrlTok2307 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleColorTok_in_entryRuleColorTok2339 = new BitSet(new long[] { 0x0000000000000000L });
- public static final BitSet FOLLOW_EOF_in_entryRuleColorTok2346 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__ColorTok__Group__0_in_ruleColorTok2376 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleIdentifierOrFuncTok_in_entryRuleIdentifierOrFuncTok2408 = new BitSet(new long[] { 0x0000000000000000L });
- public static final BitSet FOLLOW_EOF_in_entryRuleIdentifierOrFuncTok2415 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__IdentifierOrFuncTok__Group__0_in_ruleIdentifierOrFuncTok2445 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleCssTok_in_entryRuleCssTok2477 = new BitSet(new long[] { 0x0000000000000000L });
- public static final BitSet FOLLOW_EOF_in_entryRuleCssTok2484 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__CssTok__Alternatives_in_ruleCssTok2514 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleURLType_in_entryRuleURLType2546 = new BitSet(new long[] { 0x0000000000000000L });
- public static final BitSet FOLLOW_EOF_in_entryRuleURLType2553 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__URLType__Group__0_in_ruleURLType2583 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleValidURLSymbol_in_entryRuleValidURLSymbol2610 = new BitSet(new long[] { 0x0000000000000000L });
- public static final BitSet FOLLOW_EOF_in_entryRuleValidURLSymbol2617 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__ValidURLSymbol__Alternatives_in_ruleValidURLSymbol2643 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleKeywordHack_in_entryRuleKeywordHack2670 = new BitSet(new long[] { 0x0000000000000000L });
- public static final BitSet FOLLOW_EOF_in_entryRuleKeywordHack2677 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__KeywordHack__Alternatives_in_ruleKeywordHack2703 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleValidURL_in_entryRuleValidURL2735 = new BitSet(new long[] { 0x0000000000000000L });
- public static final BitSet FOLLOW_EOF_in_entryRuleValidURL2742 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__ValidURL__Alternatives_in_ruleValidURL2772 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleIdentifier_in_entryRuleIdentifier2804 = new BitSet(new long[] { 0x0000000000000000L });
- public static final BitSet FOLLOW_EOF_in_entryRuleIdentifier2811 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Identifier__Group__0_in_ruleIdentifier2841 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleNum_in_entryRuleNum2873 = new BitSet(new long[] { 0x0000000000000000L });
- public static final BitSet FOLLOW_EOF_in_entryRuleNum2880 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Num__Group__0_in_ruleNum2910 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleHex_in_entryRuleHex2937 = new BitSet(new long[] { 0x0000000000000000L });
- public static final BitSet FOLLOW_EOF_in_entryRuleHex2944 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Hex__Group__0_in_ruleHex2970 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Stylesheet__RulesetAssignment_2_0_in_rule__Stylesheet__Alternatives_23006 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Stylesheet__MediaAssignment_2_1_in_rule__Stylesheet__Alternatives_23024 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Stylesheet__PageAssignment_2_2_in_rule__Stylesheet__Alternatives_23042 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Stylesheet__Font_faceAssignment_2_3_in_rule__Stylesheet__Alternatives_23060 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Stylesheet__KeyframesAssignment_2_4_in_rule__Stylesheet__Alternatives_23078 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_20_in_rule__Charset__Alternatives_03112 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_21_in_rule__Charset__Alternatives_03132 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_22_in_rule__ImportExpression__Alternatives_03167 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_23_in_rule__ImportExpression__Alternatives_03187 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__ImportExpression__ValueAssignment_1_0_in_rule__ImportExpression__Alternatives_13221 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__ImportExpression__Group_1_1__0_in_rule__ImportExpression__Alternatives_13239 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_24_in_rule__Page__Alternatives_13273 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_25_in_rule__Page__Alternatives_13293 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_26_in_rule__Media__Alternatives_03328 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_27_in_rule__Media__Alternatives_03348 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_28_in_rule__Font_face__Alternatives_13383 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_29_in_rule__Font_face__Alternatives_13403 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_30_in_rule__Keyframes__Alternatives_13438 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_31_in_rule__Keyframes__Alternatives_13458 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Keyframe_selector__TypeAssignment_0_0_in_rule__Keyframe_selector__Alternatives_03492 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Keyframe_selector__Group_0_1__0_in_rule__Keyframe_selector__Alternatives_03510 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Selector__Group_1_0__0_in_rule__Selector__Alternatives_13543 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Selector__Group_1_1__0_in_rule__Selector__Alternatives_13561 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__SimpleSelectorForNegation__Group_0__0_in_rule__SimpleSelectorForNegation__Alternatives3594 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__SimpleSelectorForNegation__SubSelectorsAssignment_1_in_rule__SimpleSelectorForNegation__Alternatives3614 = new BitSet(new long[] { 0x0000048000003002L });
- public static final BitSet FOLLOW_rule__SimpleSelectorForNegation__SubSelectorsAssignment_1_in_rule__SimpleSelectorForNegation__Alternatives3626 = new BitSet(new long[] { 0x0000048000003002L });
- public static final BitSet FOLLOW_rule__SimpleSelectorForNegation__ElementAssignment_0_0_0_in_rule__SimpleSelectorForNegation__Alternatives_0_03662 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__SimpleSelectorForNegation__UniversalAssignment_0_0_1_in_rule__SimpleSelectorForNegation__Alternatives_0_03680 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleIdSelector_in_rule__SubSelectorForNegation__Alternatives3713 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleClassSelector_in_rule__SubSelectorForNegation__Alternatives3730 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleAttributeSelector_in_rule__SubSelectorForNegation__Alternatives3747 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rulePseudoClass_in_rule__SubSelectorForNegation__Alternatives3764 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Simple_selector__Group_0__0_in_rule__Simple_selector__Alternatives3796 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Simple_selector__SubSelectorsAssignment_1_in_rule__Simple_selector__Alternatives3816 = new BitSet(new long[] { 0x0000048000003002L });
- public static final BitSet FOLLOW_rule__Simple_selector__SubSelectorsAssignment_1_in_rule__Simple_selector__Alternatives3828 = new BitSet(new long[] { 0x0000048000003002L });
- public static final BitSet FOLLOW_rule__Simple_selector__ElementAssignment_0_0_0_in_rule__Simple_selector__Alternatives_0_03864 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Simple_selector__UniversalAssignment_0_0_1_in_rule__Simple_selector__Alternatives_0_03882 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleIdSelector_in_rule__SubSelector__Alternatives3915 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleClassSelector_in_rule__SubSelector__Alternatives3932 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleAttributeSelector_in_rule__SubSelector__Alternatives3949 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rulePseudoClassOrFunc_in_rule__SubSelector__Alternatives3966 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_32_in_rule__AttributeSelector__OpAlternatives_3_0_03999 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_33_in_rule__AttributeSelector__OpAlternatives_3_0_04019 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_34_in_rule__AttributeSelector__OpAlternatives_3_0_04039 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_35_in_rule__AttributeSelector__OpAlternatives_3_0_04059 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_INCLUDES_in_rule__AttributeSelector__OpAlternatives_3_0_04078 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_DASHMATCH_in_rule__AttributeSelector__OpAlternatives_3_0_04095 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleIdentifier_in_rule__AttributeSelector__ValueAlternatives_3_1_04127 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_CSSSTRING_in_rule__AttributeSelector__ValueAlternatives_3_1_04144 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleIdentifier_in_rule__Css_namespace_prefix__Alternatives_04176 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_36_in_rule__Css_namespace_prefix__Alternatives_04194 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rulePseudoClass_in_rule__PseudoClassOrFunc__Alternatives4228 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rulePseudoClassFunction_in_rule__PseudoClassOrFunc__Alternatives4245 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__PseudoClassFunction__Group_0__0_in_rule__PseudoClassFunction__Alternatives4277 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__PseudoClassFunction__Group_1__0_in_rule__PseudoClassFunction__Alternatives4295 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_PLUS_in_rule__Combinator__Alternatives4328 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_37_in_rule__Combinator__Alternatives4346 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_38_in_rule__Combinator__Alternatives4366 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_COMMA_in_rule__SymbolTok__SymbolAlternatives_1_04402 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_PERCENT_in_rule__SymbolTok__SymbolAlternatives_1_04419 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleIdentifierOrFuncTok_in_rule__CssTok__Alternatives4451 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleSymbolTok_in_rule__CssTok__Alternatives4468 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleWSTok_in_rule__CssTok__Alternatives4485 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleStringTok_in_rule__CssTok__Alternatives4502 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleNumberTok_in_rule__CssTok__Alternatives4519 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleUrlTok_in_rule__CssTok__Alternatives4536 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleColorTok_in_rule__CssTok__Alternatives4553 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_DASH_in_rule__ValidURLSymbol__Alternatives4585 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_39_in_rule__ValidURLSymbol__Alternatives4603 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_UNDERSCORE_in_rule__ValidURLSymbol__Alternatives4622 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_38_in_rule__ValidURLSymbol__Alternatives4640 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_COLON_in_rule__ValidURLSymbol__Alternatives4659 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_40_in_rule__ValidURLSymbol__Alternatives4677 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_41_in_rule__ValidURLSymbol__Alternatives4697 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_HASHMARK_in_rule__ValidURLSymbol__Alternatives4716 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_42_in_rule__ValidURLSymbol__Alternatives4734 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_43_in_rule__ValidURLSymbol__Alternatives4754 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_44_in_rule__ValidURLSymbol__Alternatives4774 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_45_in_rule__ValidURLSymbol__Alternatives4794 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_46_in_rule__ValidURLSymbol__Alternatives4814 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_47_in_rule__ValidURLSymbol__Alternatives4834 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_36_in_rule__ValidURLSymbol__Alternatives4854 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_PLUS_in_rule__ValidURLSymbol__Alternatives4873 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_COMMA_in_rule__ValidURLSymbol__Alternatives4890 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_48_in_rule__ValidURLSymbol__Alternatives4908 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__ValidURLSymbol__Group_18__0_in_rule__ValidURLSymbol__Alternatives4927 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_49_in_rule__KeywordHack__Alternatives4961 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_50_in_rule__KeywordHack__Alternatives4981 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_51_in_rule__KeywordHack__Alternatives5001 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_52_in_rule__KeywordHack__Alternatives5021 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_CSSSTRING_in_rule__ValidURL__Alternatives5055 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__ValidURL__Alternatives_1_in_rule__ValidURL__Alternatives5074 = new BitSet(new long[] { 0x03FFFFD80001FF82L });
- public static final BitSet FOLLOW_rule__ValidURL__Alternatives_1_in_rule__ValidURL__Alternatives5086 = new BitSet(new long[] { 0x03FFFFD80001FF82L });
- public static final BitSet FOLLOW_ruleValidURLSymbol_in_rule__ValidURL__Alternatives_15122 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleKeywordHack_in_rule__ValidURL__Alternatives_15139 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_ONE_HEX_LETTER_in_rule__ValidURL__Alternatives_15156 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_ONE_NON_HEX_LETTER_in_rule__ValidURL__Alternatives_15173 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_ONE_INT_in_rule__ValidURL__Alternatives_15190 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_53_in_rule__ValidURL__Alternatives_15208 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_54_in_rule__ValidURL__Alternatives_15228 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_55_in_rule__ValidURL__Alternatives_15248 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_56_in_rule__ValidURL__Alternatives_15268 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_57_in_rule__ValidURL__Alternatives_15288 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__ValidURL__Group_1_10__0_in_rule__ValidURL__Alternatives_15307 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_ONE_INT_in_rule__ValidURL__Alternatives_1_10_15340 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_ONE_HEX_LETTER_in_rule__ValidURL__Alternatives_1_10_15357 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_ONE_INT_in_rule__ValidURL__Alternatives_1_10_25389 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_ONE_HEX_LETTER_in_rule__ValidURL__Alternatives_1_10_25406 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_UNDERSCORE_in_rule__Identifier__Alternatives_15438 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_ONE_HEX_LETTER_in_rule__Identifier__Alternatives_15455 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_ONE_NON_HEX_LETTER_in_rule__Identifier__Alternatives_15472 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleKeywordHack_in_rule__Identifier__Alternatives_15489 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_UNDERSCORE_in_rule__Identifier__Alternatives_2_05521 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_DASH_in_rule__Identifier__Alternatives_2_05538 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_ONE_HEX_LETTER_in_rule__Identifier__Alternatives_2_05555 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_ONE_NON_HEX_LETTER_in_rule__Identifier__Alternatives_2_05572 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_ONE_INT_in_rule__Identifier__Alternatives_2_05589 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleKeywordHack_in_rule__Identifier__Alternatives_2_05606 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_PLUS_in_rule__Num__Alternatives_05638 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_DASH_in_rule__Num__Alternatives_05655 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Num__Group_1_0__0_in_rule__Num__Alternatives_15687 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Num__Group_1_1__0_in_rule__Num__Alternatives_15705 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_ONE_INT_in_rule__Hex__Alternatives_1_05738 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_ONE_HEX_LETTER_in_rule__Hex__Alternatives_1_05755 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Stylesheet__Group__0__Impl_in_rule__Stylesheet__Group__05785 = new BitSet(new long[] { 0x101E0490FFC0FC00L });
- public static final BitSet FOLLOW_rule__Stylesheet__Group__1_in_rule__Stylesheet__Group__05788 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Stylesheet__CharsetAssignment_0_in_rule__Stylesheet__Group__0__Impl5815 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Stylesheet__Group__1__Impl_in_rule__Stylesheet__Group__15846 = new BitSet(new long[] { 0x101E0490FFC0FC00L });
- public static final BitSet FOLLOW_rule__Stylesheet__Group__2_in_rule__Stylesheet__Group__15849 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Stylesheet__ImportsAssignment_1_in_rule__Stylesheet__Group__1__Impl5876 = new BitSet(new long[] { 0x0000000000C00002L });
- public static final BitSet FOLLOW_rule__Stylesheet__Group__2__Impl_in_rule__Stylesheet__Group__25907 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Stylesheet__Alternatives_2_in_rule__Stylesheet__Group__2__Impl5934 = new BitSet(new long[] { 0x101E0490FF00FC02L });
- public static final BitSet FOLLOW_rule__Charset__Group__0__Impl_in_rule__Charset__Group__05971 = new BitSet(new long[] { 0x0000000000000040L });
- public static final BitSet FOLLOW_rule__Charset__Group__1_in_rule__Charset__Group__05974 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Charset__Alternatives_0_in_rule__Charset__Group__0__Impl6001 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Charset__Group__1__Impl_in_rule__Charset__Group__16031 = new BitSet(new long[] { 0x0001000000000000L });
- public static final BitSet FOLLOW_rule__Charset__Group__2_in_rule__Charset__Group__16034 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Charset__CharsetAssignment_1_in_rule__Charset__Group__1__Impl6061 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Charset__Group__2__Impl_in_rule__Charset__Group__26091 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_48_in_rule__Charset__Group__2__Impl6119 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__ImportExpression__Group__0__Impl_in_rule__ImportExpression__Group__06156 = new BitSet(new long[] { 0x0000000000000040L, 0x0000000000000001L });
- public static final BitSet FOLLOW_rule__ImportExpression__Group__1_in_rule__ImportExpression__Group__06159 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__ImportExpression__Alternatives_0_in_rule__ImportExpression__Group__0__Impl6186 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__ImportExpression__Group__1__Impl_in_rule__ImportExpression__Group__16216 = new BitSet(new long[] { 0x0001000000000000L });
- public static final BitSet FOLLOW_rule__ImportExpression__Group__2_in_rule__ImportExpression__Group__16219 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__ImportExpression__Alternatives_1_in_rule__ImportExpression__Group__1__Impl6246 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__ImportExpression__Group__2__Impl_in_rule__ImportExpression__Group__26276 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_48_in_rule__ImportExpression__Group__2__Impl6304 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__ImportExpression__Group_1_1__0__Impl_in_rule__ImportExpression__Group_1_1__06341 = new BitSet(new long[] { 0x001E00000000CC00L });
- public static final BitSet FOLLOW_rule__ImportExpression__Group_1_1__1_in_rule__ImportExpression__Group_1_1__06344 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleURLType_in_rule__ImportExpression__Group_1_1__0__Impl6371 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__ImportExpression__Group_1_1__1__Impl_in_rule__ImportExpression__Group_1_1__16400 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__ImportExpression__MediaListAssignment_1_1_1_in_rule__ImportExpression__Group_1_1__1__Impl6427 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Page__Group__0__Impl_in_rule__Page__Group__06462 = new BitSet(new long[] { 0x0000000003000000L });
- public static final BitSet FOLLOW_rule__Page__Group__1_in_rule__Page__Group__06465 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Page__Group__1__Impl_in_rule__Page__Group__16523 = new BitSet(new long[] { 0x0400000000001000L });
- public static final BitSet FOLLOW_rule__Page__Group__2_in_rule__Page__Group__16526 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Page__Alternatives_1_in_rule__Page__Group__1__Impl6553 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Page__Group__2__Impl_in_rule__Page__Group__26583 = new BitSet(new long[] { 0x0400000000001000L });
- public static final BitSet FOLLOW_rule__Page__Group__3_in_rule__Page__Group__26586 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Page__PseudoPageAssignment_2_in_rule__Page__Group__2__Impl6613 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Page__Group__3__Impl_in_rule__Page__Group__36644 = new BitSet(new long[] { 0x081F00000002CC00L });
- public static final BitSet FOLLOW_rule__Page__Group__4_in_rule__Page__Group__36647 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_58_in_rule__Page__Group__3__Impl6675 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Page__Group__4__Impl_in_rule__Page__Group__46706 = new BitSet(new long[] { 0x081F00000002CC00L });
- public static final BitSet FOLLOW_rule__Page__Group__5_in_rule__Page__Group__46709 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Page__DeclarationsAssignment_4_in_rule__Page__Group__4__Impl6736 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Page__Group__5__Impl_in_rule__Page__Group__56767 = new BitSet(new long[] { 0x081F00000002CC00L });
- public static final BitSet FOLLOW_rule__Page__Group__6_in_rule__Page__Group__56770 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Page__Group_5__0_in_rule__Page__Group__5__Impl6797 = new BitSet(new long[] { 0x0001000000000002L });
- public static final BitSet FOLLOW_rule__Page__Group__6__Impl_in_rule__Page__Group__66828 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_59_in_rule__Page__Group__6__Impl6856 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Page__Group_5__0__Impl_in_rule__Page__Group_5__06901 = new BitSet(new long[] { 0x001E00000002CC00L });
- public static final BitSet FOLLOW_rule__Page__Group_5__1_in_rule__Page__Group_5__06904 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_48_in_rule__Page__Group_5__0__Impl6932 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Page__Group_5__1__Impl_in_rule__Page__Group_5__16963 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Page__DeclarationsAssignment_5_1_in_rule__Page__Group_5__1__Impl6990 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Pseudo_page__Group__0__Impl_in_rule__Pseudo_page__Group__07025 = new BitSet(new long[] { 0x001E00000000CC00L });
- public static final BitSet FOLLOW_rule__Pseudo_page__Group__1_in_rule__Pseudo_page__Group__07028 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_COLON_in_rule__Pseudo_page__Group__0__Impl7055 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Pseudo_page__Group__1__Impl_in_rule__Pseudo_page__Group__17084 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleIdentifier_in_rule__Pseudo_page__Group__1__Impl7111 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Media__Group__0__Impl_in_rule__Media__Group__07144 = new BitSet(new long[] { 0x001E00000000CC00L });
- public static final BitSet FOLLOW_rule__Media__Group__1_in_rule__Media__Group__07147 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Media__Alternatives_0_in_rule__Media__Group__0__Impl7174 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Media__Group__1__Impl_in_rule__Media__Group__17204 = new BitSet(new long[] { 0x0400000000000000L });
- public static final BitSet FOLLOW_rule__Media__Group__2_in_rule__Media__Group__17207 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Media__MedialistAssignment_1_in_rule__Media__Group__1__Impl7234 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Media__Group__2__Impl_in_rule__Media__Group__27264 = new BitSet(new long[] { 0x181E04900000FC00L });
- public static final BitSet FOLLOW_rule__Media__Group__3_in_rule__Media__Group__27267 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_58_in_rule__Media__Group__2__Impl7295 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Media__Group__3__Impl_in_rule__Media__Group__37326 = new BitSet(new long[] { 0x181E04900000FC00L });
- public static final BitSet FOLLOW_rule__Media__Group__4_in_rule__Media__Group__37329 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Media__RulesetsAssignment_3_in_rule__Media__Group__3__Impl7356 = new BitSet(new long[] { 0x101E04900000FC02L });
- public static final BitSet FOLLOW_rule__Media__Group__4__Impl_in_rule__Media__Group__47387 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_59_in_rule__Media__Group__4__Impl7415 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Media_list__Group__0__Impl_in_rule__Media_list__Group__07456 = new BitSet(new long[] { 0x0000000000000100L });
- public static final BitSet FOLLOW_rule__Media_list__Group__1_in_rule__Media_list__Group__07459 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rulemedium_in_rule__Media_list__Group__0__Impl7486 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Media_list__Group__1__Impl_in_rule__Media_list__Group__17515 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Media_list__Group_1__0_in_rule__Media_list__Group__1__Impl7542 = new BitSet(new long[] { 0x0000000000000102L });
- public static final BitSet FOLLOW_rule__Media_list__Group_1__0__Impl_in_rule__Media_list__Group_1__07577 = new BitSet(new long[] { 0x001E00000000CC00L });
- public static final BitSet FOLLOW_rule__Media_list__Group_1__1_in_rule__Media_list__Group_1__07580 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_COMMA_in_rule__Media_list__Group_1__0__Impl7607 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Media_list__Group_1__1__Impl_in_rule__Media_list__Group_1__17636 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rulemedium_in_rule__Media_list__Group_1__1__Impl7663 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Font_face__Group__0__Impl_in_rule__Font_face__Group__07696 = new BitSet(new long[] { 0x0000000030000000L });
- public static final BitSet FOLLOW_rule__Font_face__Group__1_in_rule__Font_face__Group__07699 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Font_face__Group__1__Impl_in_rule__Font_face__Group__17757 = new BitSet(new long[] { 0x0400000000000000L });
- public static final BitSet FOLLOW_rule__Font_face__Group__2_in_rule__Font_face__Group__17760 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Font_face__Alternatives_1_in_rule__Font_face__Group__1__Impl7787 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Font_face__Group__2__Impl_in_rule__Font_face__Group__27817 = new BitSet(new long[] { 0x081F00000002CC00L });
- public static final BitSet FOLLOW_rule__Font_face__Group__3_in_rule__Font_face__Group__27820 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_58_in_rule__Font_face__Group__2__Impl7848 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Font_face__Group__3__Impl_in_rule__Font_face__Group__37879 = new BitSet(new long[] { 0x081F00000002CC00L });
- public static final BitSet FOLLOW_rule__Font_face__Group__4_in_rule__Font_face__Group__37882 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Font_face__DeclarationsAssignment_3_in_rule__Font_face__Group__3__Impl7909 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Font_face__Group__4__Impl_in_rule__Font_face__Group__47940 = new BitSet(new long[] { 0x081F00000002CC00L });
- public static final BitSet FOLLOW_rule__Font_face__Group__5_in_rule__Font_face__Group__47943 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Font_face__Group_4__0_in_rule__Font_face__Group__4__Impl7970 = new BitSet(new long[] { 0x0001000000000002L });
- public static final BitSet FOLLOW_rule__Font_face__Group__5__Impl_in_rule__Font_face__Group__58001 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_59_in_rule__Font_face__Group__5__Impl8029 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Font_face__Group_4__0__Impl_in_rule__Font_face__Group_4__08072 = new BitSet(new long[] { 0x001E00000002CC00L });
- public static final BitSet FOLLOW_rule__Font_face__Group_4__1_in_rule__Font_face__Group_4__08075 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_48_in_rule__Font_face__Group_4__0__Impl8103 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Font_face__Group_4__1__Impl_in_rule__Font_face__Group_4__18134 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Font_face__DeclarationsAssignment_4_1_in_rule__Font_face__Group_4__1__Impl8161 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Keyframes__Group__0__Impl_in_rule__Keyframes__Group__08196 = new BitSet(new long[] { 0x101E0490FF00FC00L });
- public static final BitSet FOLLOW_rule__Keyframes__Group__1_in_rule__Keyframes__Group__08199 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Keyframes__Group__1__Impl_in_rule__Keyframes__Group__18257 = new BitSet(new long[] { 0x001E00000000CC00L });
- public static final BitSet FOLLOW_rule__Keyframes__Group__2_in_rule__Keyframes__Group__18260 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Keyframes__Alternatives_1_in_rule__Keyframes__Group__1__Impl8287 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Keyframes__Group__2__Impl_in_rule__Keyframes__Group__28317 = new BitSet(new long[] { 0x0400000000000000L });
- public static final BitSet FOLLOW_rule__Keyframes__Group__3_in_rule__Keyframes__Group__28320 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Keyframes__NameAssignment_2_in_rule__Keyframes__Group__2__Impl8347 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Keyframes__Group__3__Impl_in_rule__Keyframes__Group__38377 = new BitSet(new long[] { 0x081F00800001CC80L });
- public static final BitSet FOLLOW_rule__Keyframes__Group__4_in_rule__Keyframes__Group__38380 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_58_in_rule__Keyframes__Group__3__Impl8408 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Keyframes__Group__4__Impl_in_rule__Keyframes__Group__48439 = new BitSet(new long[] { 0x081F00800001CC80L });
- public static final BitSet FOLLOW_rule__Keyframes__Group__5_in_rule__Keyframes__Group__48442 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Keyframes__KeyframeselectorsAssignment_4_in_rule__Keyframes__Group__4__Impl8469 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Keyframes__Group__5__Impl_in_rule__Keyframes__Group__58500 = new BitSet(new long[] { 0x081F00800001CC80L });
- public static final BitSet FOLLOW_rule__Keyframes__Group__6_in_rule__Keyframes__Group__58503 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Keyframes__Group_5__0_in_rule__Keyframes__Group__5__Impl8530 = new BitSet(new long[] { 0x0001000000000002L });
- public static final BitSet FOLLOW_rule__Keyframes__Group__6__Impl_in_rule__Keyframes__Group__68561 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_59_in_rule__Keyframes__Group__6__Impl8589 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Keyframes__Group_5__0__Impl_in_rule__Keyframes__Group_5__08634 = new BitSet(new long[] { 0x001E00800001CC80L });
- public static final BitSet FOLLOW_rule__Keyframes__Group_5__1_in_rule__Keyframes__Group_5__08637 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_48_in_rule__Keyframes__Group_5__0__Impl8665 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Keyframes__Group_5__1__Impl_in_rule__Keyframes__Group_5__18696 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Keyframes__KeyframeselectorsAssignment_5_1_in_rule__Keyframes__Group_5__1__Impl8723 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Keyframe_selector__Group__0__Impl_in_rule__Keyframe_selector__Group__08758 = new BitSet(new long[] { 0x0400000000000000L });
- public static final BitSet FOLLOW_rule__Keyframe_selector__Group__1_in_rule__Keyframe_selector__Group__08761 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Keyframe_selector__Alternatives_0_in_rule__Keyframe_selector__Group__0__Impl8788 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Keyframe_selector__Group__1__Impl_in_rule__Keyframe_selector__Group__18818 = new BitSet(new long[] { 0x081F00000002CC00L });
- public static final BitSet FOLLOW_rule__Keyframe_selector__Group__2_in_rule__Keyframe_selector__Group__18821 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_58_in_rule__Keyframe_selector__Group__1__Impl8849 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Keyframe_selector__Group__2__Impl_in_rule__Keyframe_selector__Group__28880 = new BitSet(new long[] { 0x081F00000002CC00L });
- public static final BitSet FOLLOW_rule__Keyframe_selector__Group__3_in_rule__Keyframe_selector__Group__28883 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Keyframe_selector__DeclarationsAssignment_2_in_rule__Keyframe_selector__Group__2__Impl8910 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Keyframe_selector__Group__3__Impl_in_rule__Keyframe_selector__Group__38941 = new BitSet(new long[] { 0x081F00000002CC00L });
- public static final BitSet FOLLOW_rule__Keyframe_selector__Group__4_in_rule__Keyframe_selector__Group__38944 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Keyframe_selector__Group_3__0_in_rule__Keyframe_selector__Group__3__Impl8971 = new BitSet(new long[] { 0x0001000000000002L });
- public static final BitSet FOLLOW_rule__Keyframe_selector__Group__4__Impl_in_rule__Keyframe_selector__Group__49002 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_59_in_rule__Keyframe_selector__Group__4__Impl9030 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Keyframe_selector__Group_0_1__0__Impl_in_rule__Keyframe_selector__Group_0_1__09071 = new BitSet(new long[] { 0x0000000000000200L });
- public static final BitSet FOLLOW_rule__Keyframe_selector__Group_0_1__1_in_rule__Keyframe_selector__Group_0_1__09074 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Keyframe_selector__PercentageAssignment_0_1_0_in_rule__Keyframe_selector__Group_0_1__0__Impl9101 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Keyframe_selector__Group_0_1__1__Impl_in_rule__Keyframe_selector__Group_0_1__19131 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_PERCENT_in_rule__Keyframe_selector__Group_0_1__1__Impl9158 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Keyframe_selector__Group_3__0__Impl_in_rule__Keyframe_selector__Group_3__09191 = new BitSet(new long[] { 0x001E00000002CC00L });
- public static final BitSet FOLLOW_rule__Keyframe_selector__Group_3__1_in_rule__Keyframe_selector__Group_3__09194 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_48_in_rule__Keyframe_selector__Group_3__0__Impl9222 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Keyframe_selector__Group_3__1__Impl_in_rule__Keyframe_selector__Group_3__19253 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Keyframe_selector__DeclarationsAssignment_3_1_in_rule__Keyframe_selector__Group_3__1__Impl9280 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Ruleset__Group__0__Impl_in_rule__Ruleset__Group__09315 = new BitSet(new long[] { 0x0400000000020100L });
- public static final BitSet FOLLOW_rule__Ruleset__Group__1_in_rule__Ruleset__Group__09318 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Ruleset__SelectorsAssignment_0_in_rule__Ruleset__Group__0__Impl9345 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Ruleset__Group__1__Impl_in_rule__Ruleset__Group__19375 = new BitSet(new long[] { 0x0400000000020100L });
- public static final BitSet FOLLOW_rule__Ruleset__Group__2_in_rule__Ruleset__Group__19378 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Ruleset__Group_1__0_in_rule__Ruleset__Group__1__Impl9405 = new BitSet(new long[] { 0x0000000000020102L });
- public static final BitSet FOLLOW_rule__Ruleset__Group__2__Impl_in_rule__Ruleset__Group__29436 = new BitSet(new long[] { 0x0400000000020100L });
- public static final BitSet FOLLOW_rule__Ruleset__Group__3_in_rule__Ruleset__Group__29439 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_WS_in_rule__Ruleset__Group__2__Impl9467 = new BitSet(new long[] { 0x0000000000020002L });
- public static final BitSet FOLLOW_rule__Ruleset__Group__3__Impl_in_rule__Ruleset__Group__39498 = new BitSet(new long[] { 0x081E00000002CC00L });
- public static final BitSet FOLLOW_rule__Ruleset__Group__4_in_rule__Ruleset__Group__39501 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_58_in_rule__Ruleset__Group__3__Impl9529 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Ruleset__Group__4__Impl_in_rule__Ruleset__Group__49560 = new BitSet(new long[] { 0x081E00000002CC00L });
- public static final BitSet FOLLOW_rule__Ruleset__Group__5_in_rule__Ruleset__Group__49563 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Ruleset__Group_4__0_in_rule__Ruleset__Group__4__Impl9590 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Ruleset__Group__5__Impl_in_rule__Ruleset__Group__59621 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_59_in_rule__Ruleset__Group__5__Impl9649 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Ruleset__Group_1__0__Impl_in_rule__Ruleset__Group_1__09692 = new BitSet(new long[] { 0x0000000000020100L });
- public static final BitSet FOLLOW_rule__Ruleset__Group_1__1_in_rule__Ruleset__Group_1__09695 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_WS_in_rule__Ruleset__Group_1__0__Impl9723 = new BitSet(new long[] { 0x0000000000020002L });
- public static final BitSet FOLLOW_rule__Ruleset__Group_1__1__Impl_in_rule__Ruleset__Group_1__19754 = new BitSet(new long[] { 0x101E04900000FC00L });
- public static final BitSet FOLLOW_rule__Ruleset__Group_1__2_in_rule__Ruleset__Group_1__19757 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_COMMA_in_rule__Ruleset__Group_1__1__Impl9784 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Ruleset__Group_1__2__Impl_in_rule__Ruleset__Group_1__29813 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Ruleset__SelectorsAssignment_1_2_in_rule__Ruleset__Group_1__2__Impl9840 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Ruleset__Group_4__0__Impl_in_rule__Ruleset__Group_4__09876 = new BitSet(new long[] { 0x0001000000000000L });
- public static final BitSet FOLLOW_rule__Ruleset__Group_4__1_in_rule__Ruleset__Group_4__09879 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Ruleset__DeclarationsAssignment_4_0_in_rule__Ruleset__Group_4__0__Impl9906 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Ruleset__Group_4__1__Impl_in_rule__Ruleset__Group_4__19936 = new BitSet(new long[] { 0x0001000000000000L });
- public static final BitSet FOLLOW_rule__Ruleset__Group_4__2_in_rule__Ruleset__Group_4__19939 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Ruleset__Group_4_1__0_in_rule__Ruleset__Group_4__1__Impl9966 = new BitSet(new long[] { 0x0001000000000002L });
- public static final BitSet FOLLOW_rule__Ruleset__Group_4__2__Impl_in_rule__Ruleset__Group_4__29997 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_48_in_rule__Ruleset__Group_4__2__Impl10026 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Ruleset__Group_4_1__0__Impl_in_rule__Ruleset__Group_4_1__010065 = new BitSet(new long[] { 0x001E00000002CC00L });
- public static final BitSet FOLLOW_rule__Ruleset__Group_4_1__1_in_rule__Ruleset__Group_4_1__010068 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_48_in_rule__Ruleset__Group_4_1__0__Impl10096 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Ruleset__Group_4_1__1__Impl_in_rule__Ruleset__Group_4_1__110127 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Ruleset__DeclarationsAssignment_4_1_1_in_rule__Ruleset__Group_4_1__1__Impl10154 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Selector__Group__0__Impl_in_rule__Selector__Group__010188 = new BitSet(new long[] { 0x0000006000020080L });
- public static final BitSet FOLLOW_rule__Selector__Group__1_in_rule__Selector__Group__010191 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Selector__SimpleselectorsAssignment_0_in_rule__Selector__Group__0__Impl10218 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Selector__Group__1__Impl_in_rule__Selector__Group__110248 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Selector__Alternatives_1_in_rule__Selector__Group__1__Impl10275 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Selector__Group_1_0__0__Impl_in_rule__Selector__Group_1_0__010310 = new BitSet(new long[] { 0x101E04900002FC00L });
- public static final BitSet FOLLOW_rule__Selector__Group_1_0__1_in_rule__Selector__Group_1_0__010313 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Selector__CombinatorAssignment_1_0_0_in_rule__Selector__Group_1_0__0__Impl10340 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Selector__Group_1_0__1__Impl_in_rule__Selector__Group_1_0__110370 = new BitSet(new long[] { 0x101E04900002FC00L });
- public static final BitSet FOLLOW_rule__Selector__Group_1_0__2_in_rule__Selector__Group_1_0__110373 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_WS_in_rule__Selector__Group_1_0__1__Impl10401 = new BitSet(new long[] { 0x0000000000020002L });
- public static final BitSet FOLLOW_rule__Selector__Group_1_0__2__Impl_in_rule__Selector__Group_1_0__210432 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Selector__SelectorAssignment_1_0_2_in_rule__Selector__Group_1_0__2__Impl10459 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Selector__Group_1_1__0__Impl_in_rule__Selector__Group_1_1__010495 = new BitSet(new long[] { 0x101E04F00000FC80L });
- public static final BitSet FOLLOW_rule__Selector__Group_1_1__1_in_rule__Selector__Group_1_1__010498 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_WS_in_rule__Selector__Group_1_1__0__Impl10528 = new BitSet(new long[] { 0x0000000000020002L });
- public static final BitSet FOLLOW_RULE_WS_in_rule__Selector__Group_1_1__0__Impl10541 = new BitSet(new long[] { 0x0000000000020002L });
- public static final BitSet FOLLOW_rule__Selector__Group_1_1__1__Impl_in_rule__Selector__Group_1_1__110574 = new BitSet(new long[] { 0x101E04F00000FC80L });
- public static final BitSet FOLLOW_rule__Selector__Group_1_1__2_in_rule__Selector__Group_1_1__110577 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Selector__Group_1_1_1__0_in_rule__Selector__Group_1_1__1__Impl10604 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Selector__Group_1_1__2__Impl_in_rule__Selector__Group_1_1__210635 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Selector__SelectorAssignment_1_1_2_in_rule__Selector__Group_1_1__2__Impl10662 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Selector__Group_1_1_1__0__Impl_in_rule__Selector__Group_1_1_1__010698 = new BitSet(new long[] { 0x0000000000020000L });
- public static final BitSet FOLLOW_rule__Selector__Group_1_1_1__1_in_rule__Selector__Group_1_1_1__010701 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Selector__CombinatorAssignment_1_1_1_0_in_rule__Selector__Group_1_1_1__0__Impl10728 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Selector__Group_1_1_1__1__Impl_in_rule__Selector__Group_1_1_1__110758 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_WS_in_rule__Selector__Group_1_1_1__1__Impl10786 = new BitSet(new long[] { 0x0000000000020002L });
- public static final BitSet FOLLOW_rule__SimpleSelectorForNegation__Group_0__0__Impl_in_rule__SimpleSelectorForNegation__Group_0__010821 = new BitSet(new long[] { 0x0000048000003000L });
- public static final BitSet FOLLOW_rule__SimpleSelectorForNegation__Group_0__1_in_rule__SimpleSelectorForNegation__Group_0__010824 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__SimpleSelectorForNegation__Alternatives_0_0_in_rule__SimpleSelectorForNegation__Group_0__0__Impl10851 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__SimpleSelectorForNegation__Group_0__1__Impl_in_rule__SimpleSelectorForNegation__Group_0__110881 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__SimpleSelectorForNegation__SubSelectorsAssignment_0_1_in_rule__SimpleSelectorForNegation__Group_0__1__Impl10908 = new BitSet(new long[] { 0x0000048000003002L });
- public static final BitSet FOLLOW_rule__Simple_selector__Group_0__0__Impl_in_rule__Simple_selector__Group_0__010943 = new BitSet(new long[] { 0x0000048000003000L });
- public static final BitSet FOLLOW_rule__Simple_selector__Group_0__1_in_rule__Simple_selector__Group_0__010946 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Simple_selector__Alternatives_0_0_in_rule__Simple_selector__Group_0__0__Impl10973 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Simple_selector__Group_0__1__Impl_in_rule__Simple_selector__Group_0__111003 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Simple_selector__SubSelectorsAssignment_0_1_in_rule__Simple_selector__Group_0__1__Impl11030 = new BitSet(new long[] { 0x0000048000003002L });
- public static final BitSet FOLLOW_rule__AttributeSelector__Group__0__Impl_in_rule__AttributeSelector__Group__011065 = new BitSet(new long[] { 0x0000040000000000L });
- public static final BitSet FOLLOW_rule__AttributeSelector__Group__1_in_rule__AttributeSelector__Group__011068 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__AttributeSelector__Group__1__Impl_in_rule__AttributeSelector__Group__111126 = new BitSet(new long[] { 0x001E00000000CC00L });
- public static final BitSet FOLLOW_rule__AttributeSelector__Group__2_in_rule__AttributeSelector__Group__111129 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_42_in_rule__AttributeSelector__Group__1__Impl11157 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__AttributeSelector__Group__2__Impl_in_rule__AttributeSelector__Group__211188 = new BitSet(new long[] { 0x0000080F00000030L });
- public static final BitSet FOLLOW_rule__AttributeSelector__Group__3_in_rule__AttributeSelector__Group__211191 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__AttributeSelector__NameAssignment_2_in_rule__AttributeSelector__Group__2__Impl11218 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__AttributeSelector__Group__3__Impl_in_rule__AttributeSelector__Group__311248 = new BitSet(new long[] { 0x0000080F00000030L });
- public static final BitSet FOLLOW_rule__AttributeSelector__Group__4_in_rule__AttributeSelector__Group__311251 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__AttributeSelector__Group_3__0_in_rule__AttributeSelector__Group__3__Impl11278 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__AttributeSelector__Group__4__Impl_in_rule__AttributeSelector__Group__411309 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_43_in_rule__AttributeSelector__Group__4__Impl11337 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__AttributeSelector__Group_3__0__Impl_in_rule__AttributeSelector__Group_3__011378 = new BitSet(new long[] { 0x001E00000000CC40L });
- public static final BitSet FOLLOW_rule__AttributeSelector__Group_3__1_in_rule__AttributeSelector__Group_3__011381 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__AttributeSelector__OpAssignment_3_0_in_rule__AttributeSelector__Group_3__0__Impl11408 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__AttributeSelector__Group_3__1__Impl_in_rule__AttributeSelector__Group_3__111438 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__AttributeSelector__ValueAssignment_3_1_in_rule__AttributeSelector__Group_3__1__Impl11465 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__ClassSelector__Group__0__Impl_in_rule__ClassSelector__Group__011499 = new BitSet(new long[] { 0x0000008000000000L });
- public static final BitSet FOLLOW_rule__ClassSelector__Group__1_in_rule__ClassSelector__Group__011502 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__ClassSelector__Group__1__Impl_in_rule__ClassSelector__Group__111560 = new BitSet(new long[] { 0x001E00000000CC00L });
- public static final BitSet FOLLOW_rule__ClassSelector__Group__2_in_rule__ClassSelector__Group__111563 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_39_in_rule__ClassSelector__Group__1__Impl11591 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__ClassSelector__Group__2__Impl_in_rule__ClassSelector__Group__211622 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__ClassSelector__NameAssignment_2_in_rule__ClassSelector__Group__2__Impl11649 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__ElementSelector__Group__0__Impl_in_rule__ElementSelector__Group__011685 = new BitSet(new long[] { 0x001E00000000CC00L });
- public static final BitSet FOLLOW_rule__ElementSelector__Group__1_in_rule__ElementSelector__Group__011688 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__ElementSelector__Group__1__Impl_in_rule__ElementSelector__Group__111746 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__ElementSelector__NameAssignment_1_in_rule__ElementSelector__Group__1__Impl11773 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__UniversalSelector__Group__0__Impl_in_rule__UniversalSelector__Group__011807 = new BitSet(new long[] { 0x101E00100000CC00L });
- public static final BitSet FOLLOW_rule__UniversalSelector__Group__1_in_rule__UniversalSelector__Group__011810 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__UniversalSelector__Group__1__Impl_in_rule__UniversalSelector__Group__111868 = new BitSet(new long[] { 0x101E00100000CC00L });
- public static final BitSet FOLLOW_rule__UniversalSelector__Group__2_in_rule__UniversalSelector__Group__111871 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__UniversalSelector__NamespaceAssignment_1_in_rule__UniversalSelector__Group__1__Impl11898 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__UniversalSelector__Group__2__Impl_in_rule__UniversalSelector__Group__211929 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_36_in_rule__UniversalSelector__Group__2__Impl11957 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__IdSelector__Group__0__Impl_in_rule__IdSelector__Group__011994 = new BitSet(new long[] { 0x0000000000002000L });
- public static final BitSet FOLLOW_rule__IdSelector__Group__1_in_rule__IdSelector__Group__011997 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__IdSelector__Group__1__Impl_in_rule__IdSelector__Group__112055 = new BitSet(new long[] { 0x001E00000000CC00L });
- public static final BitSet FOLLOW_rule__IdSelector__Group__2_in_rule__IdSelector__Group__112058 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_HASHMARK_in_rule__IdSelector__Group__1__Impl12085 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__IdSelector__Group__2__Impl_in_rule__IdSelector__Group__212114 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__IdSelector__NameAssignment_2_in_rule__IdSelector__Group__2__Impl12141 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Css_namespace_prefix__Group__0__Impl_in_rule__Css_namespace_prefix__Group__012177 = new BitSet(new long[] { 0x101E00100000CC00L });
- public static final BitSet FOLLOW_rule__Css_namespace_prefix__Group__1_in_rule__Css_namespace_prefix__Group__012180 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Css_namespace_prefix__Alternatives_0_in_rule__Css_namespace_prefix__Group__0__Impl12207 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Css_namespace_prefix__Group__1__Impl_in_rule__Css_namespace_prefix__Group__112238 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_60_in_rule__Css_namespace_prefix__Group__1__Impl12266 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Css_declaration__Group__0__Impl_in_rule__Css_declaration__Group__012301 = new BitSet(new long[] { 0x001E00000002CC00L });
- public static final BitSet FOLLOW_rule__Css_declaration__Group__1_in_rule__Css_declaration__Group__012304 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_WS_in_rule__Css_declaration__Group__0__Impl12332 = new BitSet(new long[] { 0x0000000000020002L });
- public static final BitSet FOLLOW_rule__Css_declaration__Group__1__Impl_in_rule__Css_declaration__Group__112363 = new BitSet(new long[] { 0x0000000000021000L });
- public static final BitSet FOLLOW_rule__Css_declaration__Group__2_in_rule__Css_declaration__Group__112366 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Css_declaration__PropertyAssignment_1_in_rule__Css_declaration__Group__1__Impl12393 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Css_declaration__Group__2__Impl_in_rule__Css_declaration__Group__212423 = new BitSet(new long[] { 0x0000000000021000L });
- public static final BitSet FOLLOW_rule__Css_declaration__Group__3_in_rule__Css_declaration__Group__212426 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_WS_in_rule__Css_declaration__Group__2__Impl12454 = new BitSet(new long[] { 0x0000000000020002L });
- public static final BitSet FOLLOW_rule__Css_declaration__Group__3__Impl_in_rule__Css_declaration__Group__312485 = new BitSet(new long[] { 0x001E00800003EFC0L, 0x0000000000000001L });
- public static final BitSet FOLLOW_rule__Css_declaration__Group__4_in_rule__Css_declaration__Group__312488 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_COLON_in_rule__Css_declaration__Group__3__Impl12515 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Css_declaration__Group__4__Impl_in_rule__Css_declaration__Group__412544 = new BitSet(new long[] { 0x0000000000040000L });
- public static final BitSet FOLLOW_rule__Css_declaration__Group__5_in_rule__Css_declaration__Group__412547 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Css_declaration__ValueTokensAssignment_4_in_rule__Css_declaration__Group__4__Impl12576 = new BitSet(new long[] { 0x001E00800003EFC2L, 0x0000000000000001L });
- public static final BitSet FOLLOW_rule__Css_declaration__ValueTokensAssignment_4_in_rule__Css_declaration__Group__4__Impl12588 = new BitSet(new long[] { 0x001E00800003EFC2L, 0x0000000000000001L });
- public static final BitSet FOLLOW_rule__Css_declaration__Group__5__Impl_in_rule__Css_declaration__Group__512621 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Css_declaration__ImportantAssignment_5_in_rule__Css_declaration__Group__5__Impl12648 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Css_property__Group__0__Impl_in_rule__Css_property__Group__012691 = new BitSet(new long[] { 0x001E00000002CC00L });
- public static final BitSet FOLLOW_rule__Css_property__Group__1_in_rule__Css_property__Group__012694 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Css_property__Group__1__Impl_in_rule__Css_property__Group__112752 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Css_property__NameAssignment_1_in_rule__Css_property__Group__1__Impl12779 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__PseudoClass__Group__0__Impl_in_rule__PseudoClass__Group__012813 = new BitSet(new long[] { 0x001E00000000DC00L });
- public static final BitSet FOLLOW_rule__PseudoClass__Group__1_in_rule__PseudoClass__Group__012816 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_COLON_in_rule__PseudoClass__Group__0__Impl12843 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__PseudoClass__Group__1__Impl_in_rule__PseudoClass__Group__112872 = new BitSet(new long[] { 0x001E00000000DC00L });
- public static final BitSet FOLLOW_rule__PseudoClass__Group__2_in_rule__PseudoClass__Group__112875 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_COLON_in_rule__PseudoClass__Group__1__Impl12903 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__PseudoClass__Group__2__Impl_in_rule__PseudoClass__Group__212934 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rulePseudoClassName_in_rule__PseudoClass__Group__2__Impl12961 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__PseudoClassFunction__Group_0__0__Impl_in_rule__PseudoClassFunction__Group_0__012996 = new BitSet(new long[] { 0x101E04900000FC00L });
- public static final BitSet FOLLOW_rule__PseudoClassFunction__Group_0__1_in_rule__PseudoClassFunction__Group_0__012999 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__PseudoClassFunction__NotAssignment_0_0_in_rule__PseudoClassFunction__Group_0__0__Impl13026 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__PseudoClassFunction__Group_0__1__Impl_in_rule__PseudoClassFunction__Group_0__113056 = new BitSet(new long[] { 0x2000000000000000L });
- public static final BitSet FOLLOW_rule__PseudoClassFunction__Group_0__2_in_rule__PseudoClassFunction__Group_0__113059 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__PseudoClassFunction__ParamSelectorAssignment_0_1_in_rule__PseudoClassFunction__Group_0__1__Impl13086 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__PseudoClassFunction__Group_0__2__Impl_in_rule__PseudoClassFunction__Group_0__213116 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_61_in_rule__PseudoClassFunction__Group_0__2__Impl13144 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__PseudoClassFunction__Group_1__0__Impl_in_rule__PseudoClassFunction__Group_1__013181 = new BitSet(new long[] { 0x001E00000000CC00L });
- public static final BitSet FOLLOW_rule__PseudoClassFunction__Group_1__1_in_rule__PseudoClassFunction__Group_1__013184 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_COLON_in_rule__PseudoClassFunction__Group_1__0__Impl13211 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__PseudoClassFunction__Group_1__1__Impl_in_rule__PseudoClassFunction__Group_1__113240 = new BitSet(new long[] { 0x4000000000000000L });
- public static final BitSet FOLLOW_rule__PseudoClassFunction__Group_1__2_in_rule__PseudoClassFunction__Group_1__113243 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__PseudoClassFunction__NameAssignment_1_1_in_rule__PseudoClassFunction__Group_1__1__Impl13270 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__PseudoClassFunction__Group_1__2__Impl_in_rule__PseudoClassFunction__Group_1__213300 = new BitSet(new long[] { 0x201E00800003EFC0L, 0x0000000000000001L });
- public static final BitSet FOLLOW_rule__PseudoClassFunction__Group_1__3_in_rule__PseudoClassFunction__Group_1__213303 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_62_in_rule__PseudoClassFunction__Group_1__2__Impl13331 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__PseudoClassFunction__Group_1__3__Impl_in_rule__PseudoClassFunction__Group_1__313362 = new BitSet(new long[] { 0x201E00800003EFC0L, 0x0000000000000001L });
- public static final BitSet FOLLOW_rule__PseudoClassFunction__Group_1__4_in_rule__PseudoClassFunction__Group_1__313365 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__PseudoClassFunction__ParamsAssignment_1_3_in_rule__PseudoClassFunction__Group_1__3__Impl13392 = new BitSet(new long[] { 0x001E00800003EFC2L, 0x0000000000000001L });
- public static final BitSet FOLLOW_rule__PseudoClassFunction__Group_1__4__Impl_in_rule__PseudoClassFunction__Group_1__413423 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_61_in_rule__PseudoClassFunction__Group_1__4__Impl13451 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__NotFunctionCall__Group__0__Impl_in_rule__NotFunctionCall__Group__013492 = new BitSet(new long[] { 0x8000000000000000L });
- public static final BitSet FOLLOW_rule__NotFunctionCall__Group__1_in_rule__NotFunctionCall__Group__013495 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_COLON_in_rule__NotFunctionCall__Group__0__Impl13522 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__NotFunctionCall__Group__1__Impl_in_rule__NotFunctionCall__Group__113551 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_63_in_rule__NotFunctionCall__Group__1__Impl13579 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__SymbolTok__Group__0__Impl_in_rule__SymbolTok__Group__013614 = new BitSet(new long[] { 0x0000000000000300L });
- public static final BitSet FOLLOW_rule__SymbolTok__Group__1_in_rule__SymbolTok__Group__013617 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__SymbolTok__Group__1__Impl_in_rule__SymbolTok__Group__113675 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__SymbolTok__SymbolAssignment_1_in_rule__SymbolTok__Group__1__Impl13702 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__WSTok__Group__0__Impl_in_rule__WSTok__Group__013736 = new BitSet(new long[] { 0x0000000000020000L });
- public static final BitSet FOLLOW_rule__WSTok__Group__1_in_rule__WSTok__Group__013739 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__WSTok__Group__1__Impl_in_rule__WSTok__Group__113797 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_WS_in_rule__WSTok__Group__1__Impl13824 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__StringTok__Group__0__Impl_in_rule__StringTok__Group__013857 = new BitSet(new long[] { 0x0000000000000040L });
- public static final BitSet FOLLOW_rule__StringTok__Group__1_in_rule__StringTok__Group__013860 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__StringTok__Group__1__Impl_in_rule__StringTok__Group__113918 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__StringTok__ValueAssignment_1_in_rule__StringTok__Group__1__Impl13945 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__NumberTok__Group__0__Impl_in_rule__NumberTok__Group__013979 = new BitSet(new long[] { 0x001E00800001CC80L });
- public static final BitSet FOLLOW_rule__NumberTok__Group__1_in_rule__NumberTok__Group__013982 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__NumberTok__Group__1__Impl_in_rule__NumberTok__Group__114040 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__NumberTok__ValAssignment_1_in_rule__NumberTok__Group__1__Impl14067 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__UrlTok__Group__0__Impl_in_rule__UrlTok__Group__014101 = new BitSet(new long[] { 0x0000000000000040L, 0x0000000000000001L });
- public static final BitSet FOLLOW_rule__UrlTok__Group__1_in_rule__UrlTok__Group__014104 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__UrlTok__Group__1__Impl_in_rule__UrlTok__Group__114162 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__UrlTok__UrlAssignment_1_in_rule__UrlTok__Group__1__Impl14189 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__ColorTok__Group__0__Impl_in_rule__ColorTok__Group__014223 = new BitSet(new long[] { 0x001E00800003EFC0L, 0x0000000000000001L });
- public static final BitSet FOLLOW_rule__ColorTok__Group__1_in_rule__ColorTok__Group__014226 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__ColorTok__Group__1__Impl_in_rule__ColorTok__Group__114284 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__ColorTok__ValueAssignment_1_in_rule__ColorTok__Group__1__Impl14311 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__IdentifierOrFuncTok__Group__0__Impl_in_rule__IdentifierOrFuncTok__Group__014345 = new BitSet(new long[] { 0x001E00000000CC00L });
- public static final BitSet FOLLOW_rule__IdentifierOrFuncTok__Group__1_in_rule__IdentifierOrFuncTok__Group__014348 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__IdentifierOrFuncTok__Group__1__Impl_in_rule__IdentifierOrFuncTok__Group__114406 = new BitSet(new long[] { 0x4000000000000000L });
- public static final BitSet FOLLOW_rule__IdentifierOrFuncTok__Group__2_in_rule__IdentifierOrFuncTok__Group__114409 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__IdentifierOrFuncTok__NameAssignment_1_in_rule__IdentifierOrFuncTok__Group__1__Impl14436 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__IdentifierOrFuncTok__Group__2__Impl_in_rule__IdentifierOrFuncTok__Group__214466 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__IdentifierOrFuncTok__Group_2__0_in_rule__IdentifierOrFuncTok__Group__2__Impl14493 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__IdentifierOrFuncTok__Group_2__0__Impl_in_rule__IdentifierOrFuncTok__Group_2__014530 = new BitSet(new long[] { 0x4000000000000000L });
- public static final BitSet FOLLOW_rule__IdentifierOrFuncTok__Group_2__1_in_rule__IdentifierOrFuncTok__Group_2__014533 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__IdentifierOrFuncTok__Group_2__1__Impl_in_rule__IdentifierOrFuncTok__Group_2__114591 = new BitSet(new long[] { 0x001E00800003EFC0L, 0x0000000000000001L });
- public static final BitSet FOLLOW_rule__IdentifierOrFuncTok__Group_2__2_in_rule__IdentifierOrFuncTok__Group_2__114594 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_62_in_rule__IdentifierOrFuncTok__Group_2__1__Impl14622 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__IdentifierOrFuncTok__Group_2__2__Impl_in_rule__IdentifierOrFuncTok__Group_2__214653 = new BitSet(new long[] { 0x2000000000000000L });
- public static final BitSet FOLLOW_rule__IdentifierOrFuncTok__Group_2__3_in_rule__IdentifierOrFuncTok__Group_2__214656 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__IdentifierOrFuncTok__ParamsAssignment_2_2_in_rule__IdentifierOrFuncTok__Group_2__2__Impl14685 = new BitSet(new long[] { 0x001E00800003EFC2L, 0x0000000000000001L });
- public static final BitSet FOLLOW_rule__IdentifierOrFuncTok__ParamsAssignment_2_2_in_rule__IdentifierOrFuncTok__Group_2__2__Impl14697 = new BitSet(new long[] { 0x001E00800003EFC2L, 0x0000000000000001L });
- public static final BitSet FOLLOW_rule__IdentifierOrFuncTok__Group_2__3__Impl_in_rule__IdentifierOrFuncTok__Group_2__314730 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_61_in_rule__IdentifierOrFuncTok__Group_2__3__Impl14758 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__URLType__Group__0__Impl_in_rule__URLType__Group__014797 = new BitSet(new long[] { 0x03FFFFD80001FFC0L });
- public static final BitSet FOLLOW_rule__URLType__Group__1_in_rule__URLType__Group__014800 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_64_in_rule__URLType__Group__0__Impl14828 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__URLType__Group__1__Impl_in_rule__URLType__Group__114859 = new BitSet(new long[] { 0x2000000000000000L });
- public static final BitSet FOLLOW_rule__URLType__Group__2_in_rule__URLType__Group__114862 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__URLType__UrlAssignment_1_in_rule__URLType__Group__1__Impl14889 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__URLType__Group__2__Impl_in_rule__URLType__Group__214919 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_61_in_rule__URLType__Group__2__Impl14947 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__ValidURLSymbol__Group_18__0__Impl_in_rule__ValidURLSymbol__Group_18__014984 = new BitSet(new long[] { 0x001E000000000000L });
- public static final BitSet FOLLOW_rule__ValidURLSymbol__Group_18__1_in_rule__ValidURLSymbol__Group_18__014987 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_35_in_rule__ValidURLSymbol__Group_18__0__Impl15015 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__ValidURLSymbol__Group_18__1__Impl_in_rule__ValidURLSymbol__Group_18__115046 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleKeywordHack_in_rule__ValidURLSymbol__Group_18__1__Impl15073 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__ValidURL__Group_1_10__0__Impl_in_rule__ValidURL__Group_1_10__015106 = new BitSet(new long[] { 0x0000000000014000L });
- public static final BitSet FOLLOW_rule__ValidURL__Group_1_10__1_in_rule__ValidURL__Group_1_10__015109 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_PERCENT_in_rule__ValidURL__Group_1_10__0__Impl15136 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__ValidURL__Group_1_10__1__Impl_in_rule__ValidURL__Group_1_10__115165 = new BitSet(new long[] { 0x0000000000014000L });
- public static final BitSet FOLLOW_rule__ValidURL__Group_1_10__2_in_rule__ValidURL__Group_1_10__115168 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__ValidURL__Alternatives_1_10_1_in_rule__ValidURL__Group_1_10__1__Impl15195 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__ValidURL__Group_1_10__2__Impl_in_rule__ValidURL__Group_1_10__215225 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__ValidURL__Alternatives_1_10_2_in_rule__ValidURL__Group_1_10__2__Impl15252 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Identifier__Group__0__Impl_in_rule__Identifier__Group__015288 = new BitSet(new long[] { 0x001E00000000CC00L });
- public static final BitSet FOLLOW_rule__Identifier__Group__1_in_rule__Identifier__Group__015291 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_DASH_in_rule__Identifier__Group__0__Impl15319 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Identifier__Group__1__Impl_in_rule__Identifier__Group__115350 = new BitSet(new long[] { 0x001E00000001CC00L });
- public static final BitSet FOLLOW_rule__Identifier__Group__2_in_rule__Identifier__Group__115353 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Identifier__Alternatives_1_in_rule__Identifier__Group__1__Impl15380 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Identifier__Group__2__Impl_in_rule__Identifier__Group__215410 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Identifier__Group_2__0_in_rule__Identifier__Group__2__Impl15437 = new BitSet(new long[] { 0x001E00000001CC02L });
- public static final BitSet FOLLOW_rule__Identifier__Group_2__0__Impl_in_rule__Identifier__Group_2__015474 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Identifier__Alternatives_2_0_in_rule__Identifier__Group_2__0__Impl15501 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Num__Group__0__Impl_in_rule__Num__Group__015533 = new BitSet(new long[] { 0x001E00800001CC80L });
- public static final BitSet FOLLOW_rule__Num__Group__1_in_rule__Num__Group__015536 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Num__Alternatives_0_in_rule__Num__Group__0__Impl15563 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Num__Group__1__Impl_in_rule__Num__Group__115594 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Num__Alternatives_1_in_rule__Num__Group__1__Impl15621 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Num__Group_1_0__0__Impl_in_rule__Num__Group_1_0__015655 = new BitSet(new long[] { 0x0000000000010000L });
- public static final BitSet FOLLOW_rule__Num__Group_1_0__1_in_rule__Num__Group_1_0__015658 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_39_in_rule__Num__Group_1_0__0__Impl15686 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Num__Group_1_0__1__Impl_in_rule__Num__Group_1_0__115717 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_ONE_INT_in_rule__Num__Group_1_0__1__Impl15747 = new BitSet(new long[] { 0x0000000000010002L });
- public static final BitSet FOLLOW_RULE_ONE_INT_in_rule__Num__Group_1_0__1__Impl15760 = new BitSet(new long[] { 0x0000000000010002L });
- public static final BitSet FOLLOW_rule__Num__Group_1_1__0__Impl_in_rule__Num__Group_1_1__015797 = new BitSet(new long[] { 0x0000008000000000L });
- public static final BitSet FOLLOW_rule__Num__Group_1_1__1_in_rule__Num__Group_1_1__015800 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_ONE_INT_in_rule__Num__Group_1_1__0__Impl15830 = new BitSet(new long[] { 0x0000000000010002L });
- public static final BitSet FOLLOW_RULE_ONE_INT_in_rule__Num__Group_1_1__0__Impl15843 = new BitSet(new long[] { 0x0000000000010002L });
- public static final BitSet FOLLOW_rule__Num__Group_1_1__1__Impl_in_rule__Num__Group_1_1__115876 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Num__Group_1_1_1__0_in_rule__Num__Group_1_1__1__Impl15903 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Num__Group_1_1_1__0__Impl_in_rule__Num__Group_1_1_1__015938 = new BitSet(new long[] { 0x0000000000010000L });
- public static final BitSet FOLLOW_rule__Num__Group_1_1_1__1_in_rule__Num__Group_1_1_1__015941 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_39_in_rule__Num__Group_1_1_1__0__Impl15970 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Num__Group_1_1_1__1__Impl_in_rule__Num__Group_1_1_1__116002 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_ONE_INT_in_rule__Num__Group_1_1_1__1__Impl16032 = new BitSet(new long[] { 0x0000000000010002L });
- public static final BitSet FOLLOW_RULE_ONE_INT_in_rule__Num__Group_1_1_1__1__Impl16045 = new BitSet(new long[] { 0x0000000000010002L });
- public static final BitSet FOLLOW_rule__Hex__Group__0__Impl_in_rule__Hex__Group__016082 = new BitSet(new long[] { 0x0000000000014000L });
- public static final BitSet FOLLOW_rule__Hex__Group__1_in_rule__Hex__Group__016085 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_HASHMARK_in_rule__Hex__Group__0__Impl16112 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Hex__Group__1__Impl_in_rule__Hex__Group__116141 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Hex__Group_1__0_in_rule__Hex__Group__1__Impl16170 = new BitSet(new long[] { 0x0000000000014002L });
- public static final BitSet FOLLOW_rule__Hex__Group_1__0_in_rule__Hex__Group__1__Impl16182 = new BitSet(new long[] { 0x0000000000014002L });
- public static final BitSet FOLLOW_rule__Hex__Group_1__0__Impl_in_rule__Hex__Group_1__016219 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Hex__Alternatives_1_0_in_rule__Hex__Group_1__0__Impl16246 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rulecharset_in_rule__Stylesheet__CharsetAssignment_016283 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleimportExpression_in_rule__Stylesheet__ImportsAssignment_116314 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleruleset_in_rule__Stylesheet__RulesetAssignment_2_016345 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rulemedia_in_rule__Stylesheet__MediaAssignment_2_116376 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rulepage_in_rule__Stylesheet__PageAssignment_2_216407 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rulefont_face_in_rule__Stylesheet__Font_faceAssignment_2_316438 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rulekeyframes_in_rule__Stylesheet__KeyframesAssignment_2_416469 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_CSSSTRING_in_rule__Charset__CharsetAssignment_116500 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_CSSSTRING_in_rule__ImportExpression__ValueAssignment_1_016531 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rulemedia_list_in_rule__ImportExpression__MediaListAssignment_1_1_116562 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rulepseudo_page_in_rule__Page__PseudoPageAssignment_216593 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rulecss_declaration_in_rule__Page__DeclarationsAssignment_416624 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rulecss_declaration_in_rule__Page__DeclarationsAssignment_5_116655 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rulemedia_list_in_rule__Media__MedialistAssignment_116686 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleruleset_in_rule__Media__RulesetsAssignment_316717 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rulecss_declaration_in_rule__Font_face__DeclarationsAssignment_316748 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rulecss_declaration_in_rule__Font_face__DeclarationsAssignment_4_116779 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleIdentifier_in_rule__Keyframes__NameAssignment_216810 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rulekeyframe_selector_in_rule__Keyframes__KeyframeselectorsAssignment_416841 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rulekeyframe_selector_in_rule__Keyframes__KeyframeselectorsAssignment_5_116872 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleIdentifier_in_rule__Keyframe_selector__TypeAssignment_0_016903 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleNum_in_rule__Keyframe_selector__PercentageAssignment_0_1_016934 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rulecss_declaration_in_rule__Keyframe_selector__DeclarationsAssignment_216965 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rulecss_declaration_in_rule__Keyframe_selector__DeclarationsAssignment_3_116996 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleselector_in_rule__Ruleset__SelectorsAssignment_017027 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleselector_in_rule__Ruleset__SelectorsAssignment_1_217058 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rulecss_declaration_in_rule__Ruleset__DeclarationsAssignment_4_017089 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rulecss_declaration_in_rule__Ruleset__DeclarationsAssignment_4_1_117120 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rulesimple_selector_in_rule__Selector__SimpleselectorsAssignment_017151 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rulecombinator_in_rule__Selector__CombinatorAssignment_1_0_017182 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleselector_in_rule__Selector__SelectorAssignment_1_0_217213 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rulecombinator_in_rule__Selector__CombinatorAssignment_1_1_1_017244 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleselector_in_rule__Selector__SelectorAssignment_1_1_217275 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleElementSelector_in_rule__SimpleSelectorForNegation__ElementAssignment_0_0_017306 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleUniversalSelector_in_rule__SimpleSelectorForNegation__UniversalAssignment_0_0_117337 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleSubSelectorForNegation_in_rule__SimpleSelectorForNegation__SubSelectorsAssignment_0_117368 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleSubSelectorForNegation_in_rule__SimpleSelectorForNegation__SubSelectorsAssignment_117399 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleElementSelector_in_rule__Simple_selector__ElementAssignment_0_0_017430 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleUniversalSelector_in_rule__Simple_selector__UniversalAssignment_0_0_117461 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleSubSelector_in_rule__Simple_selector__SubSelectorsAssignment_0_117492 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleSubSelector_in_rule__Simple_selector__SubSelectorsAssignment_117523 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleIdentifier_in_rule__AttributeSelector__NameAssignment_217554 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__AttributeSelector__OpAlternatives_3_0_0_in_rule__AttributeSelector__OpAssignment_3_017585 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__AttributeSelector__ValueAlternatives_3_1_0_in_rule__AttributeSelector__ValueAssignment_3_117618 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleIdentifier_in_rule__ClassSelector__NameAssignment_217651 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleIdentifier_in_rule__ElementSelector__NameAssignment_117682 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rulecss_namespace_prefix_in_rule__UniversalSelector__NamespaceAssignment_117713 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleIdentifier_in_rule__IdSelector__NameAssignment_217744 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rulecss_property_in_rule__Css_declaration__PropertyAssignment_117775 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleCssTok_in_rule__Css_declaration__ValueTokensAssignment_417806 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_IMPORTANT_SYM_in_rule__Css_declaration__ImportantAssignment_517837 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleValidPropertyIdent_in_rule__Css_property__NameAssignment_117868 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleIdentifier_in_rule__PseudoClassName__NameAssignment17899 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleNotFunctionCall_in_rule__PseudoClassFunction__NotAssignment_0_017930 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleSimpleSelectorForNegation_in_rule__PseudoClassFunction__ParamSelectorAssignment_0_117961 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleIdentifier_in_rule__PseudoClassFunction__NameAssignment_1_117992 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleCssTok_in_rule__PseudoClassFunction__ParamsAssignment_1_318023 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__SymbolTok__SymbolAlternatives_1_0_in_rule__SymbolTok__SymbolAssignment_118054 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_CSSSTRING_in_rule__StringTok__ValueAssignment_118087 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleNum_in_rule__NumberTok__ValAssignment_118118 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleURLType_in_rule__UrlTok__UrlAssignment_118149 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleHex_in_rule__ColorTok__ValueAssignment_118180 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleIdentifier_in_rule__IdentifierOrFuncTok__NameAssignment_118211 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleCssTok_in_rule__IdentifierOrFuncTok__ParamsAssignment_2_218242 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_ruleValidURL_in_rule__URLType__UrlAssignment_118273 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Identifier__Group_2__0_in_synpred134_InternalCSS15437 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_ONE_INT_in_synpred136_InternalCSS15760 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_ONE_INT_in_synpred137_InternalCSS15843 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Num__Group_1_1_1__0_in_synpred138_InternalCSS15903 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_RULE_ONE_INT_in_synpred139_InternalCSS16045 = new BitSet(new long[] { 0x0000000000000002L });
- public static final BitSet FOLLOW_rule__Hex__Group_1__0_in_synpred140_InternalCSS16182 = new BitSet(new long[] { 0x0000000000000002L });
-
+package org.eclipse.papyrus.infra.gmfdiag.css3.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.papyrus.infra.gmfdiag.css3.services.CSSGrammarAccess;
+
+
+
+import org.antlr.runtime.*;
+import java.util.Stack;
+import java.util.List;
+import java.util.ArrayList;
+import java.util.Map;
+import java.util.HashMap;
+@SuppressWarnings("all")
+public class InternalCSSParser extends AbstractInternalContentAssistParser {
+ public static final String[] tokenNames = new String[] {
+ "<invalid>", "<EOR>", "<DOWN>", "<UP>", "RULE_INCLUDES", "RULE_DASHMATCH", "RULE_CSSSTRING", "RULE_PLUS", "RULE_COMMA", "RULE_PERCENT", "RULE_DASH", "RULE_UNDERSCORE", "RULE_COLON", "RULE_HASHMARK", "RULE_ONE_HEX_LETTER", "RULE_ONE_NON_HEX_LETTER", "RULE_ONE_INT", "RULE_WS", "RULE_IMPORTANT_SYM", "RULE_ML_COMMENT", "'@charset'", "'@CHARSET'", "'@import'", "'@IMPORT'", "'@page'", "'@PAGE'", "'@media'", "'@MEDIA'", "'@font-face'", "'@FONT-FACE'", "'@keyframes'", "'@KEYFRAMES'", "'^='", "'$='", "'*='", "'='", "'*'", "'>'", "'~'", "'.'", "'/'", "'?'", "'['", "']'", "'@'", "'!'", "'$'", "'&'", "';'", "'not'", "'no'", "'url'", "'ur'", "'\\\\ '", "'\\\\('", "'\\\\)'", "'\\\\\\''", "'\\\\\"'", "'{'", "'}'", "'|'", "')'", "'('", "'not('", "'url('"
+ };
+ public static final int T__50=50;
+ public static final int RULE_IMPORTANT_SYM=18;
+ public static final int T__59=59;
+ public static final int RULE_CSSSTRING=6;
+ public static final int RULE_UNDERSCORE=11;
+ 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 RULE_PERCENT=9;
+ 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_COMMA=8;
+ public static final int RULE_COLON=12;
+ public static final int RULE_HASHMARK=13;
+ public static final int T__26=26;
+ public static final int T__27=27;
+ public static final int RULE_DASHMATCH=5;
+ 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 RULE_ML_COMMENT=19;
+ 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__62=62;
+ public static final int T__63=63;
+ public static final int T__20=20;
+ public static final int T__64=64;
+ public static final int RULE_INCLUDES=4;
+ public static final int T__21=21;
+ public static final int RULE_ONE_HEX_LETTER=14;
+ 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_DASH=10;
+ public static final int RULE_ONE_INT=16;
+ 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 RULE_PLUS=7;
+ public static final int T__36=36;
+ public static final int EOF=-1;
+ public static final int T__30=30;
+ public static final int T__31=31;
+ public static final int RULE_ONE_NON_HEX_LETTER=15;
+ public static final int T__32=32;
+ public static final int RULE_WS=17;
+ 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;
+
+ // delegates
+ // delegators
+
+
+ public InternalCSSParser(TokenStream input) {
+ this(input, new RecognizerSharedState());
+ }
+ public InternalCSSParser(TokenStream input, RecognizerSharedState state) {
+ super(input, state);
+
+ }
+
+
+ public String[] getTokenNames() { return InternalCSSParser.tokenNames; }
+ public String getGrammarFileName() { return "InternalCSS.g"; }
+
+
+
+ private CSSGrammarAccess grammarAccess;
+
+ public void setGrammarAccess(CSSGrammarAccess grammarAccess) {
+ this.grammarAccess = grammarAccess;
+ }
+
+ @Override
+ protected Grammar getGrammar() {
+ return grammarAccess.getGrammar();
+ }
+
+ @Override
+ protected String getValueForTokenName(String tokenName) {
+ return tokenName;
+ }
+
+
+
+
+ // $ANTLR start "entryRulestylesheet"
+ // InternalCSS.g:61:1: entryRulestylesheet : rulestylesheet EOF ;
+ public final void entryRulestylesheet() throws RecognitionException {
+ try {
+ // InternalCSS.g:62:1: ( rulestylesheet EOF )
+ // InternalCSS.g:63:1: rulestylesheet EOF
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getStylesheetRule());
+ }
+ pushFollow(FOLLOW_1);
+ rulestylesheet();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getStylesheetRule());
+ }
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRulestylesheet"
+
+
+ // $ANTLR start "rulestylesheet"
+ // InternalCSS.g:70:1: rulestylesheet : ( ( rule__Stylesheet__Group__0 ) ) ;
+ public final void rulestylesheet() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:74:2: ( ( ( rule__Stylesheet__Group__0 ) ) )
+ // InternalCSS.g:75:1: ( ( rule__Stylesheet__Group__0 ) )
+ {
+ // InternalCSS.g:75:1: ( ( rule__Stylesheet__Group__0 ) )
+ // InternalCSS.g:76:1: ( rule__Stylesheet__Group__0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getStylesheetAccess().getGroup());
+ }
+ // InternalCSS.g:77:1: ( rule__Stylesheet__Group__0 )
+ // InternalCSS.g:77:2: rule__Stylesheet__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__Stylesheet__Group__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getStylesheetAccess().getGroup());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rulestylesheet"
+
+
+ // $ANTLR start "entryRulecharset"
+ // InternalCSS.g:89:1: entryRulecharset : rulecharset EOF ;
+ public final void entryRulecharset() throws RecognitionException {
+ try {
+ // InternalCSS.g:90:1: ( rulecharset EOF )
+ // InternalCSS.g:91:1: rulecharset EOF
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getCharsetRule());
+ }
+ pushFollow(FOLLOW_1);
+ rulecharset();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getCharsetRule());
+ }
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRulecharset"
+
+
+ // $ANTLR start "rulecharset"
+ // InternalCSS.g:98:1: rulecharset : ( ( rule__Charset__Group__0 ) ) ;
+ public final void rulecharset() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:102:2: ( ( ( rule__Charset__Group__0 ) ) )
+ // InternalCSS.g:103:1: ( ( rule__Charset__Group__0 ) )
+ {
+ // InternalCSS.g:103:1: ( ( rule__Charset__Group__0 ) )
+ // InternalCSS.g:104:1: ( rule__Charset__Group__0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getCharsetAccess().getGroup());
+ }
+ // InternalCSS.g:105:1: ( rule__Charset__Group__0 )
+ // InternalCSS.g:105:2: rule__Charset__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__Charset__Group__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getCharsetAccess().getGroup());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rulecharset"
+
+
+ // $ANTLR start "entryRuleimportExpression"
+ // InternalCSS.g:117:1: entryRuleimportExpression : ruleimportExpression EOF ;
+ public final void entryRuleimportExpression() throws RecognitionException {
+ try {
+ // InternalCSS.g:118:1: ( ruleimportExpression EOF )
+ // InternalCSS.g:119:1: ruleimportExpression EOF
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getImportExpressionRule());
+ }
+ pushFollow(FOLLOW_1);
+ ruleimportExpression();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getImportExpressionRule());
+ }
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleimportExpression"
+
+
+ // $ANTLR start "ruleimportExpression"
+ // InternalCSS.g:126:1: ruleimportExpression : ( ( rule__ImportExpression__Group__0 ) ) ;
+ public final void ruleimportExpression() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:130:2: ( ( ( rule__ImportExpression__Group__0 ) ) )
+ // InternalCSS.g:131:1: ( ( rule__ImportExpression__Group__0 ) )
+ {
+ // InternalCSS.g:131:1: ( ( rule__ImportExpression__Group__0 ) )
+ // InternalCSS.g:132:1: ( rule__ImportExpression__Group__0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getImportExpressionAccess().getGroup());
+ }
+ // InternalCSS.g:133:1: ( rule__ImportExpression__Group__0 )
+ // InternalCSS.g:133:2: rule__ImportExpression__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__ImportExpression__Group__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getImportExpressionAccess().getGroup());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "ruleimportExpression"
+
+
+ // $ANTLR start "entryRulepage"
+ // InternalCSS.g:145:1: entryRulepage : rulepage EOF ;
+ public final void entryRulepage() throws RecognitionException {
+ try {
+ // InternalCSS.g:146:1: ( rulepage EOF )
+ // InternalCSS.g:147:1: rulepage EOF
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getPageRule());
+ }
+ pushFollow(FOLLOW_1);
+ rulepage();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getPageRule());
+ }
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRulepage"
+
+
+ // $ANTLR start "rulepage"
+ // InternalCSS.g:154:1: rulepage : ( ( rule__Page__Group__0 ) ) ;
+ public final void rulepage() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:158:2: ( ( ( rule__Page__Group__0 ) ) )
+ // InternalCSS.g:159:1: ( ( rule__Page__Group__0 ) )
+ {
+ // InternalCSS.g:159:1: ( ( rule__Page__Group__0 ) )
+ // InternalCSS.g:160:1: ( rule__Page__Group__0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getPageAccess().getGroup());
+ }
+ // InternalCSS.g:161:1: ( rule__Page__Group__0 )
+ // InternalCSS.g:161:2: rule__Page__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__Page__Group__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getPageAccess().getGroup());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rulepage"
+
+
+ // $ANTLR start "entryRulepseudo_page"
+ // InternalCSS.g:173:1: entryRulepseudo_page : rulepseudo_page EOF ;
+ public final void entryRulepseudo_page() throws RecognitionException {
+ try {
+ // InternalCSS.g:174:1: ( rulepseudo_page EOF )
+ // InternalCSS.g:175:1: rulepseudo_page EOF
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getPseudo_pageRule());
+ }
+ pushFollow(FOLLOW_1);
+ rulepseudo_page();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getPseudo_pageRule());
+ }
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRulepseudo_page"
+
+
+ // $ANTLR start "rulepseudo_page"
+ // InternalCSS.g:182:1: rulepseudo_page : ( ( rule__Pseudo_page__Group__0 ) ) ;
+ public final void rulepseudo_page() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:186:2: ( ( ( rule__Pseudo_page__Group__0 ) ) )
+ // InternalCSS.g:187:1: ( ( rule__Pseudo_page__Group__0 ) )
+ {
+ // InternalCSS.g:187:1: ( ( rule__Pseudo_page__Group__0 ) )
+ // InternalCSS.g:188:1: ( rule__Pseudo_page__Group__0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getPseudo_pageAccess().getGroup());
+ }
+ // InternalCSS.g:189:1: ( rule__Pseudo_page__Group__0 )
+ // InternalCSS.g:189:2: rule__Pseudo_page__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__Pseudo_page__Group__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getPseudo_pageAccess().getGroup());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rulepseudo_page"
+
+
+ // $ANTLR start "entryRulemedia"
+ // InternalCSS.g:201:1: entryRulemedia : rulemedia EOF ;
+ public final void entryRulemedia() throws RecognitionException {
+ try {
+ // InternalCSS.g:202:1: ( rulemedia EOF )
+ // InternalCSS.g:203:1: rulemedia EOF
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getMediaRule());
+ }
+ pushFollow(FOLLOW_1);
+ rulemedia();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getMediaRule());
+ }
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRulemedia"
+
+
+ // $ANTLR start "rulemedia"
+ // InternalCSS.g:210:1: rulemedia : ( ( rule__Media__Group__0 ) ) ;
+ public final void rulemedia() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:214:2: ( ( ( rule__Media__Group__0 ) ) )
+ // InternalCSS.g:215:1: ( ( rule__Media__Group__0 ) )
+ {
+ // InternalCSS.g:215:1: ( ( rule__Media__Group__0 ) )
+ // InternalCSS.g:216:1: ( rule__Media__Group__0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getMediaAccess().getGroup());
+ }
+ // InternalCSS.g:217:1: ( rule__Media__Group__0 )
+ // InternalCSS.g:217:2: rule__Media__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__Media__Group__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getMediaAccess().getGroup());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rulemedia"
+
+
+ // $ANTLR start "entryRulemedia_list"
+ // InternalCSS.g:229:1: entryRulemedia_list : rulemedia_list EOF ;
+ public final void entryRulemedia_list() throws RecognitionException {
+ try {
+ // InternalCSS.g:230:1: ( rulemedia_list EOF )
+ // InternalCSS.g:231:1: rulemedia_list EOF
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getMedia_listRule());
+ }
+ pushFollow(FOLLOW_1);
+ rulemedia_list();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getMedia_listRule());
+ }
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRulemedia_list"
+
+
+ // $ANTLR start "rulemedia_list"
+ // InternalCSS.g:238:1: rulemedia_list : ( ( rule__Media_list__Group__0 ) ) ;
+ public final void rulemedia_list() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:242:2: ( ( ( rule__Media_list__Group__0 ) ) )
+ // InternalCSS.g:243:1: ( ( rule__Media_list__Group__0 ) )
+ {
+ // InternalCSS.g:243:1: ( ( rule__Media_list__Group__0 ) )
+ // InternalCSS.g:244:1: ( rule__Media_list__Group__0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getMedia_listAccess().getGroup());
+ }
+ // InternalCSS.g:245:1: ( rule__Media_list__Group__0 )
+ // InternalCSS.g:245:2: rule__Media_list__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__Media_list__Group__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getMedia_listAccess().getGroup());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rulemedia_list"
+
+
+ // $ANTLR start "entryRulemedium"
+ // InternalCSS.g:257:1: entryRulemedium : rulemedium EOF ;
+ public final void entryRulemedium() throws RecognitionException {
+ try {
+ // InternalCSS.g:258:1: ( rulemedium EOF )
+ // InternalCSS.g:259:1: rulemedium EOF
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getMediumRule());
+ }
+ pushFollow(FOLLOW_1);
+ rulemedium();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getMediumRule());
+ }
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRulemedium"
+
+
+ // $ANTLR start "rulemedium"
+ // InternalCSS.g:266:1: rulemedium : ( ruleIdentifier ) ;
+ public final void rulemedium() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:270:2: ( ( ruleIdentifier ) )
+ // InternalCSS.g:271:1: ( ruleIdentifier )
+ {
+ // InternalCSS.g:271:1: ( ruleIdentifier )
+ // InternalCSS.g:272:1: ruleIdentifier
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getMediumAccess().getIdentifierParserRuleCall());
+ }
+ pushFollow(FOLLOW_2);
+ ruleIdentifier();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getMediumAccess().getIdentifierParserRuleCall());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rulemedium"
+
+
+ // $ANTLR start "entryRulefont_face"
+ // InternalCSS.g:285:1: entryRulefont_face : rulefont_face EOF ;
+ public final void entryRulefont_face() throws RecognitionException {
+ try {
+ // InternalCSS.g:286:1: ( rulefont_face EOF )
+ // InternalCSS.g:287:1: rulefont_face EOF
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getFont_faceRule());
+ }
+ pushFollow(FOLLOW_1);
+ rulefont_face();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getFont_faceRule());
+ }
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRulefont_face"
+
+
+ // $ANTLR start "rulefont_face"
+ // InternalCSS.g:294:1: rulefont_face : ( ( rule__Font_face__Group__0 ) ) ;
+ public final void rulefont_face() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:298:2: ( ( ( rule__Font_face__Group__0 ) ) )
+ // InternalCSS.g:299:1: ( ( rule__Font_face__Group__0 ) )
+ {
+ // InternalCSS.g:299:1: ( ( rule__Font_face__Group__0 ) )
+ // InternalCSS.g:300:1: ( rule__Font_face__Group__0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getFont_faceAccess().getGroup());
+ }
+ // InternalCSS.g:301:1: ( rule__Font_face__Group__0 )
+ // InternalCSS.g:301:2: rule__Font_face__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__Font_face__Group__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getFont_faceAccess().getGroup());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rulefont_face"
+
+
+ // $ANTLR start "entryRulekeyframes"
+ // InternalCSS.g:313:1: entryRulekeyframes : rulekeyframes EOF ;
+ public final void entryRulekeyframes() throws RecognitionException {
+ try {
+ // InternalCSS.g:314:1: ( rulekeyframes EOF )
+ // InternalCSS.g:315:1: rulekeyframes EOF
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getKeyframesRule());
+ }
+ pushFollow(FOLLOW_1);
+ rulekeyframes();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getKeyframesRule());
+ }
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRulekeyframes"
+
+
+ // $ANTLR start "rulekeyframes"
+ // InternalCSS.g:322:1: rulekeyframes : ( ( rule__Keyframes__Group__0 ) ) ;
+ public final void rulekeyframes() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:326:2: ( ( ( rule__Keyframes__Group__0 ) ) )
+ // InternalCSS.g:327:1: ( ( rule__Keyframes__Group__0 ) )
+ {
+ // InternalCSS.g:327:1: ( ( rule__Keyframes__Group__0 ) )
+ // InternalCSS.g:328:1: ( rule__Keyframes__Group__0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getKeyframesAccess().getGroup());
+ }
+ // InternalCSS.g:329:1: ( rule__Keyframes__Group__0 )
+ // InternalCSS.g:329:2: rule__Keyframes__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__Keyframes__Group__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getKeyframesAccess().getGroup());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rulekeyframes"
+
+
+ // $ANTLR start "entryRulekeyframe_selector"
+ // InternalCSS.g:341:1: entryRulekeyframe_selector : rulekeyframe_selector EOF ;
+ public final void entryRulekeyframe_selector() throws RecognitionException {
+ try {
+ // InternalCSS.g:342:1: ( rulekeyframe_selector EOF )
+ // InternalCSS.g:343:1: rulekeyframe_selector EOF
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getKeyframe_selectorRule());
+ }
+ pushFollow(FOLLOW_1);
+ rulekeyframe_selector();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getKeyframe_selectorRule());
+ }
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRulekeyframe_selector"
+
+
+ // $ANTLR start "rulekeyframe_selector"
+ // InternalCSS.g:350:1: rulekeyframe_selector : ( ( rule__Keyframe_selector__Group__0 ) ) ;
+ public final void rulekeyframe_selector() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:354:2: ( ( ( rule__Keyframe_selector__Group__0 ) ) )
+ // InternalCSS.g:355:1: ( ( rule__Keyframe_selector__Group__0 ) )
+ {
+ // InternalCSS.g:355:1: ( ( rule__Keyframe_selector__Group__0 ) )
+ // InternalCSS.g:356:1: ( rule__Keyframe_selector__Group__0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getKeyframe_selectorAccess().getGroup());
+ }
+ // InternalCSS.g:357:1: ( rule__Keyframe_selector__Group__0 )
+ // InternalCSS.g:357:2: rule__Keyframe_selector__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__Keyframe_selector__Group__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getKeyframe_selectorAccess().getGroup());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rulekeyframe_selector"
+
+
+ // $ANTLR start "entryRuleruleset"
+ // InternalCSS.g:369:1: entryRuleruleset : ruleruleset EOF ;
+ public final void entryRuleruleset() throws RecognitionException {
+ try {
+ // InternalCSS.g:370:1: ( ruleruleset EOF )
+ // InternalCSS.g:371:1: ruleruleset EOF
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getRulesetRule());
+ }
+ pushFollow(FOLLOW_1);
+ ruleruleset();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getRulesetRule());
+ }
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleruleset"
+
+
+ // $ANTLR start "ruleruleset"
+ // InternalCSS.g:378:1: ruleruleset : ( ( rule__Ruleset__Group__0 ) ) ;
+ public final void ruleruleset() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:382:2: ( ( ( rule__Ruleset__Group__0 ) ) )
+ // InternalCSS.g:383:1: ( ( rule__Ruleset__Group__0 ) )
+ {
+ // InternalCSS.g:383:1: ( ( rule__Ruleset__Group__0 ) )
+ // InternalCSS.g:384:1: ( rule__Ruleset__Group__0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getRulesetAccess().getGroup());
+ }
+ // InternalCSS.g:385:1: ( rule__Ruleset__Group__0 )
+ // InternalCSS.g:385:2: rule__Ruleset__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__Ruleset__Group__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getRulesetAccess().getGroup());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "ruleruleset"
+
+
+ // $ANTLR start "entryRuleselector"
+ // InternalCSS.g:397:1: entryRuleselector : ruleselector EOF ;
+ public final void entryRuleselector() throws RecognitionException {
+ try {
+ // InternalCSS.g:398:1: ( ruleselector EOF )
+ // InternalCSS.g:399:1: ruleselector EOF
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSelectorRule());
+ }
+ pushFollow(FOLLOW_1);
+ ruleselector();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSelectorRule());
+ }
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleselector"
+
+
+ // $ANTLR start "ruleselector"
+ // InternalCSS.g:406:1: ruleselector : ( ( rule__Selector__Group__0 ) ) ;
+ public final void ruleselector() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:410:2: ( ( ( rule__Selector__Group__0 ) ) )
+ // InternalCSS.g:411:1: ( ( rule__Selector__Group__0 ) )
+ {
+ // InternalCSS.g:411:1: ( ( rule__Selector__Group__0 ) )
+ // InternalCSS.g:412:1: ( rule__Selector__Group__0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSelectorAccess().getGroup());
+ }
+ // InternalCSS.g:413:1: ( rule__Selector__Group__0 )
+ // InternalCSS.g:413:2: rule__Selector__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__Selector__Group__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSelectorAccess().getGroup());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "ruleselector"
+
+
+ // $ANTLR start "entryRuleSimpleSelectorForNegation"
+ // InternalCSS.g:425:1: entryRuleSimpleSelectorForNegation : ruleSimpleSelectorForNegation EOF ;
+ public final void entryRuleSimpleSelectorForNegation() throws RecognitionException {
+ try {
+ // InternalCSS.g:426:1: ( ruleSimpleSelectorForNegation EOF )
+ // InternalCSS.g:427:1: ruleSimpleSelectorForNegation EOF
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSimpleSelectorForNegationRule());
+ }
+ pushFollow(FOLLOW_1);
+ ruleSimpleSelectorForNegation();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSimpleSelectorForNegationRule());
+ }
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleSimpleSelectorForNegation"
+
+
+ // $ANTLR start "ruleSimpleSelectorForNegation"
+ // InternalCSS.g:434:1: ruleSimpleSelectorForNegation : ( ( rule__SimpleSelectorForNegation__Alternatives ) ) ;
+ public final void ruleSimpleSelectorForNegation() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:438:2: ( ( ( rule__SimpleSelectorForNegation__Alternatives ) ) )
+ // InternalCSS.g:439:1: ( ( rule__SimpleSelectorForNegation__Alternatives ) )
+ {
+ // InternalCSS.g:439:1: ( ( rule__SimpleSelectorForNegation__Alternatives ) )
+ // InternalCSS.g:440:1: ( rule__SimpleSelectorForNegation__Alternatives )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSimpleSelectorForNegationAccess().getAlternatives());
+ }
+ // InternalCSS.g:441:1: ( rule__SimpleSelectorForNegation__Alternatives )
+ // InternalCSS.g:441:2: rule__SimpleSelectorForNegation__Alternatives
+ {
+ pushFollow(FOLLOW_2);
+ rule__SimpleSelectorForNegation__Alternatives();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSimpleSelectorForNegationAccess().getAlternatives());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "ruleSimpleSelectorForNegation"
+
+
+ // $ANTLR start "entryRuleSubSelectorForNegation"
+ // InternalCSS.g:453:1: entryRuleSubSelectorForNegation : ruleSubSelectorForNegation EOF ;
+ public final void entryRuleSubSelectorForNegation() throws RecognitionException {
+ try {
+ // InternalCSS.g:454:1: ( ruleSubSelectorForNegation EOF )
+ // InternalCSS.g:455:1: ruleSubSelectorForNegation EOF
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSubSelectorForNegationRule());
+ }
+ pushFollow(FOLLOW_1);
+ ruleSubSelectorForNegation();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSubSelectorForNegationRule());
+ }
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleSubSelectorForNegation"
+
+
+ // $ANTLR start "ruleSubSelectorForNegation"
+ // InternalCSS.g:462:1: ruleSubSelectorForNegation : ( ( rule__SubSelectorForNegation__Alternatives ) ) ;
+ public final void ruleSubSelectorForNegation() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:466:2: ( ( ( rule__SubSelectorForNegation__Alternatives ) ) )
+ // InternalCSS.g:467:1: ( ( rule__SubSelectorForNegation__Alternatives ) )
+ {
+ // InternalCSS.g:467:1: ( ( rule__SubSelectorForNegation__Alternatives ) )
+ // InternalCSS.g:468:1: ( rule__SubSelectorForNegation__Alternatives )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSubSelectorForNegationAccess().getAlternatives());
+ }
+ // InternalCSS.g:469:1: ( rule__SubSelectorForNegation__Alternatives )
+ // InternalCSS.g:469:2: rule__SubSelectorForNegation__Alternatives
+ {
+ pushFollow(FOLLOW_2);
+ rule__SubSelectorForNegation__Alternatives();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSubSelectorForNegationAccess().getAlternatives());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "ruleSubSelectorForNegation"
+
+
+ // $ANTLR start "entryRulesimple_selector"
+ // InternalCSS.g:481:1: entryRulesimple_selector : rulesimple_selector EOF ;
+ public final void entryRulesimple_selector() throws RecognitionException {
+ try {
+ // InternalCSS.g:482:1: ( rulesimple_selector EOF )
+ // InternalCSS.g:483:1: rulesimple_selector EOF
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSimple_selectorRule());
+ }
+ pushFollow(FOLLOW_1);
+ rulesimple_selector();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSimple_selectorRule());
+ }
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRulesimple_selector"
+
+
+ // $ANTLR start "rulesimple_selector"
+ // InternalCSS.g:490:1: rulesimple_selector : ( ( rule__Simple_selector__Alternatives ) ) ;
+ public final void rulesimple_selector() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:494:2: ( ( ( rule__Simple_selector__Alternatives ) ) )
+ // InternalCSS.g:495:1: ( ( rule__Simple_selector__Alternatives ) )
+ {
+ // InternalCSS.g:495:1: ( ( rule__Simple_selector__Alternatives ) )
+ // InternalCSS.g:496:1: ( rule__Simple_selector__Alternatives )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSimple_selectorAccess().getAlternatives());
+ }
+ // InternalCSS.g:497:1: ( rule__Simple_selector__Alternatives )
+ // InternalCSS.g:497:2: rule__Simple_selector__Alternatives
+ {
+ pushFollow(FOLLOW_2);
+ rule__Simple_selector__Alternatives();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSimple_selectorAccess().getAlternatives());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rulesimple_selector"
+
+
+ // $ANTLR start "entryRuleSubSelector"
+ // InternalCSS.g:509:1: entryRuleSubSelector : ruleSubSelector EOF ;
+ public final void entryRuleSubSelector() throws RecognitionException {
+ try {
+ // InternalCSS.g:510:1: ( ruleSubSelector EOF )
+ // InternalCSS.g:511:1: ruleSubSelector EOF
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSubSelectorRule());
+ }
+ pushFollow(FOLLOW_1);
+ ruleSubSelector();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSubSelectorRule());
+ }
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleSubSelector"
+
+
+ // $ANTLR start "ruleSubSelector"
+ // InternalCSS.g:518:1: ruleSubSelector : ( ( rule__SubSelector__Alternatives ) ) ;
+ public final void ruleSubSelector() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:522:2: ( ( ( rule__SubSelector__Alternatives ) ) )
+ // InternalCSS.g:523:1: ( ( rule__SubSelector__Alternatives ) )
+ {
+ // InternalCSS.g:523:1: ( ( rule__SubSelector__Alternatives ) )
+ // InternalCSS.g:524:1: ( rule__SubSelector__Alternatives )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSubSelectorAccess().getAlternatives());
+ }
+ // InternalCSS.g:525:1: ( rule__SubSelector__Alternatives )
+ // InternalCSS.g:525:2: rule__SubSelector__Alternatives
+ {
+ pushFollow(FOLLOW_2);
+ rule__SubSelector__Alternatives();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSubSelectorAccess().getAlternatives());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "ruleSubSelector"
+
+
+ // $ANTLR start "entryRuleAttributeSelector"
+ // InternalCSS.g:537:1: entryRuleAttributeSelector : ruleAttributeSelector EOF ;
+ public final void entryRuleAttributeSelector() throws RecognitionException {
+ try {
+ // InternalCSS.g:538:1: ( ruleAttributeSelector EOF )
+ // InternalCSS.g:539:1: ruleAttributeSelector EOF
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getAttributeSelectorRule());
+ }
+ pushFollow(FOLLOW_1);
+ ruleAttributeSelector();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getAttributeSelectorRule());
+ }
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleAttributeSelector"
+
+
+ // $ANTLR start "ruleAttributeSelector"
+ // InternalCSS.g:546:1: ruleAttributeSelector : ( ( rule__AttributeSelector__Group__0 ) ) ;
+ public final void ruleAttributeSelector() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:550:2: ( ( ( rule__AttributeSelector__Group__0 ) ) )
+ // InternalCSS.g:551:1: ( ( rule__AttributeSelector__Group__0 ) )
+ {
+ // InternalCSS.g:551:1: ( ( rule__AttributeSelector__Group__0 ) )
+ // InternalCSS.g:552:1: ( rule__AttributeSelector__Group__0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getAttributeSelectorAccess().getGroup());
+ }
+ // InternalCSS.g:553:1: ( rule__AttributeSelector__Group__0 )
+ // InternalCSS.g:553:2: rule__AttributeSelector__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__AttributeSelector__Group__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getAttributeSelectorAccess().getGroup());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "ruleAttributeSelector"
+
+
+ // $ANTLR start "entryRuleClassSelector"
+ // InternalCSS.g:565:1: entryRuleClassSelector : ruleClassSelector EOF ;
+ public final void entryRuleClassSelector() throws RecognitionException {
+ try {
+ // InternalCSS.g:566:1: ( ruleClassSelector EOF )
+ // InternalCSS.g:567:1: ruleClassSelector EOF
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getClassSelectorRule());
+ }
+ pushFollow(FOLLOW_1);
+ ruleClassSelector();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getClassSelectorRule());
+ }
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleClassSelector"
+
+
+ // $ANTLR start "ruleClassSelector"
+ // InternalCSS.g:574:1: ruleClassSelector : ( ( rule__ClassSelector__Group__0 ) ) ;
+ public final void ruleClassSelector() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:578:2: ( ( ( rule__ClassSelector__Group__0 ) ) )
+ // InternalCSS.g:579:1: ( ( rule__ClassSelector__Group__0 ) )
+ {
+ // InternalCSS.g:579:1: ( ( rule__ClassSelector__Group__0 ) )
+ // InternalCSS.g:580:1: ( rule__ClassSelector__Group__0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getClassSelectorAccess().getGroup());
+ }
+ // InternalCSS.g:581:1: ( rule__ClassSelector__Group__0 )
+ // InternalCSS.g:581:2: rule__ClassSelector__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__ClassSelector__Group__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getClassSelectorAccess().getGroup());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "ruleClassSelector"
+
+
+ // $ANTLR start "entryRuleElementSelector"
+ // InternalCSS.g:593:1: entryRuleElementSelector : ruleElementSelector EOF ;
+ public final void entryRuleElementSelector() throws RecognitionException {
+ try {
+ // InternalCSS.g:594:1: ( ruleElementSelector EOF )
+ // InternalCSS.g:595:1: ruleElementSelector EOF
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getElementSelectorRule());
+ }
+ pushFollow(FOLLOW_1);
+ ruleElementSelector();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getElementSelectorRule());
+ }
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleElementSelector"
+
+
+ // $ANTLR start "ruleElementSelector"
+ // InternalCSS.g:602:1: ruleElementSelector : ( ( rule__ElementSelector__Group__0 ) ) ;
+ public final void ruleElementSelector() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:606:2: ( ( ( rule__ElementSelector__Group__0 ) ) )
+ // InternalCSS.g:607:1: ( ( rule__ElementSelector__Group__0 ) )
+ {
+ // InternalCSS.g:607:1: ( ( rule__ElementSelector__Group__0 ) )
+ // InternalCSS.g:608:1: ( rule__ElementSelector__Group__0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getElementSelectorAccess().getGroup());
+ }
+ // InternalCSS.g:609:1: ( rule__ElementSelector__Group__0 )
+ // InternalCSS.g:609:2: rule__ElementSelector__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__ElementSelector__Group__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getElementSelectorAccess().getGroup());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "ruleElementSelector"
+
+
+ // $ANTLR start "entryRuleUniversalSelector"
+ // InternalCSS.g:621:1: entryRuleUniversalSelector : ruleUniversalSelector EOF ;
+ public final void entryRuleUniversalSelector() throws RecognitionException {
+ try {
+ // InternalCSS.g:622:1: ( ruleUniversalSelector EOF )
+ // InternalCSS.g:623:1: ruleUniversalSelector EOF
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getUniversalSelectorRule());
+ }
+ pushFollow(FOLLOW_1);
+ ruleUniversalSelector();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getUniversalSelectorRule());
+ }
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleUniversalSelector"
+
+
+ // $ANTLR start "ruleUniversalSelector"
+ // InternalCSS.g:630:1: ruleUniversalSelector : ( ( rule__UniversalSelector__Group__0 ) ) ;
+ public final void ruleUniversalSelector() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:634:2: ( ( ( rule__UniversalSelector__Group__0 ) ) )
+ // InternalCSS.g:635:1: ( ( rule__UniversalSelector__Group__0 ) )
+ {
+ // InternalCSS.g:635:1: ( ( rule__UniversalSelector__Group__0 ) )
+ // InternalCSS.g:636:1: ( rule__UniversalSelector__Group__0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getUniversalSelectorAccess().getGroup());
+ }
+ // InternalCSS.g:637:1: ( rule__UniversalSelector__Group__0 )
+ // InternalCSS.g:637:2: rule__UniversalSelector__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__UniversalSelector__Group__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getUniversalSelectorAccess().getGroup());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "ruleUniversalSelector"
+
+
+ // $ANTLR start "entryRuleIdSelector"
+ // InternalCSS.g:649:1: entryRuleIdSelector : ruleIdSelector EOF ;
+ public final void entryRuleIdSelector() throws RecognitionException {
+ try {
+ // InternalCSS.g:650:1: ( ruleIdSelector EOF )
+ // InternalCSS.g:651:1: ruleIdSelector EOF
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getIdSelectorRule());
+ }
+ pushFollow(FOLLOW_1);
+ ruleIdSelector();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getIdSelectorRule());
+ }
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleIdSelector"
+
+
+ // $ANTLR start "ruleIdSelector"
+ // InternalCSS.g:658:1: ruleIdSelector : ( ( rule__IdSelector__Group__0 ) ) ;
+ public final void ruleIdSelector() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:662:2: ( ( ( rule__IdSelector__Group__0 ) ) )
+ // InternalCSS.g:663:1: ( ( rule__IdSelector__Group__0 ) )
+ {
+ // InternalCSS.g:663:1: ( ( rule__IdSelector__Group__0 ) )
+ // InternalCSS.g:664:1: ( rule__IdSelector__Group__0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getIdSelectorAccess().getGroup());
+ }
+ // InternalCSS.g:665:1: ( rule__IdSelector__Group__0 )
+ // InternalCSS.g:665:2: rule__IdSelector__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__IdSelector__Group__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getIdSelectorAccess().getGroup());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "ruleIdSelector"
+
+
+ // $ANTLR start "entryRulecss_namespace_prefix"
+ // InternalCSS.g:677:1: entryRulecss_namespace_prefix : rulecss_namespace_prefix EOF ;
+ public final void entryRulecss_namespace_prefix() throws RecognitionException {
+ try {
+ // InternalCSS.g:678:1: ( rulecss_namespace_prefix EOF )
+ // InternalCSS.g:679:1: rulecss_namespace_prefix EOF
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getCss_namespace_prefixRule());
+ }
+ pushFollow(FOLLOW_1);
+ rulecss_namespace_prefix();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getCss_namespace_prefixRule());
+ }
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRulecss_namespace_prefix"
+
+
+ // $ANTLR start "rulecss_namespace_prefix"
+ // InternalCSS.g:686:1: rulecss_namespace_prefix : ( ( rule__Css_namespace_prefix__Group__0 ) ) ;
+ public final void rulecss_namespace_prefix() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:690:2: ( ( ( rule__Css_namespace_prefix__Group__0 ) ) )
+ // InternalCSS.g:691:1: ( ( rule__Css_namespace_prefix__Group__0 ) )
+ {
+ // InternalCSS.g:691:1: ( ( rule__Css_namespace_prefix__Group__0 ) )
+ // InternalCSS.g:692:1: ( rule__Css_namespace_prefix__Group__0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getCss_namespace_prefixAccess().getGroup());
+ }
+ // InternalCSS.g:693:1: ( rule__Css_namespace_prefix__Group__0 )
+ // InternalCSS.g:693:2: rule__Css_namespace_prefix__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__Css_namespace_prefix__Group__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getCss_namespace_prefixAccess().getGroup());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rulecss_namespace_prefix"
+
+
+ // $ANTLR start "entryRulecss_declaration"
+ // InternalCSS.g:705:1: entryRulecss_declaration : rulecss_declaration EOF ;
+ public final void entryRulecss_declaration() throws RecognitionException {
+ try {
+ // InternalCSS.g:706:1: ( rulecss_declaration EOF )
+ // InternalCSS.g:707:1: rulecss_declaration EOF
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getCss_declarationRule());
+ }
+ pushFollow(FOLLOW_1);
+ rulecss_declaration();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getCss_declarationRule());
+ }
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRulecss_declaration"
+
+
+ // $ANTLR start "rulecss_declaration"
+ // InternalCSS.g:714:1: rulecss_declaration : ( ( rule__Css_declaration__Group__0 ) ) ;
+ public final void rulecss_declaration() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:718:2: ( ( ( rule__Css_declaration__Group__0 ) ) )
+ // InternalCSS.g:719:1: ( ( rule__Css_declaration__Group__0 ) )
+ {
+ // InternalCSS.g:719:1: ( ( rule__Css_declaration__Group__0 ) )
+ // InternalCSS.g:720:1: ( rule__Css_declaration__Group__0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getCss_declarationAccess().getGroup());
+ }
+ // InternalCSS.g:721:1: ( rule__Css_declaration__Group__0 )
+ // InternalCSS.g:721:2: rule__Css_declaration__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__Css_declaration__Group__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getCss_declarationAccess().getGroup());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rulecss_declaration"
+
+
+ // $ANTLR start "entryRulecss_property"
+ // InternalCSS.g:733:1: entryRulecss_property : rulecss_property EOF ;
+ public final void entryRulecss_property() throws RecognitionException {
+ try {
+ // InternalCSS.g:734:1: ( rulecss_property EOF )
+ // InternalCSS.g:735:1: rulecss_property EOF
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getCss_propertyRule());
+ }
+ pushFollow(FOLLOW_1);
+ rulecss_property();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getCss_propertyRule());
+ }
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRulecss_property"
+
+
+ // $ANTLR start "rulecss_property"
+ // InternalCSS.g:742:1: rulecss_property : ( ( rule__Css_property__Group__0 ) ) ;
+ public final void rulecss_property() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:746:2: ( ( ( rule__Css_property__Group__0 ) ) )
+ // InternalCSS.g:747:1: ( ( rule__Css_property__Group__0 ) )
+ {
+ // InternalCSS.g:747:1: ( ( rule__Css_property__Group__0 ) )
+ // InternalCSS.g:748:1: ( rule__Css_property__Group__0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getCss_propertyAccess().getGroup());
+ }
+ // InternalCSS.g:749:1: ( rule__Css_property__Group__0 )
+ // InternalCSS.g:749:2: rule__Css_property__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__Css_property__Group__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getCss_propertyAccess().getGroup());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rulecss_property"
+
+
+ // $ANTLR start "entryRuleValidPropertyIdent"
+ // InternalCSS.g:761:1: entryRuleValidPropertyIdent : ruleValidPropertyIdent EOF ;
+ public final void entryRuleValidPropertyIdent() throws RecognitionException {
+ try {
+ // InternalCSS.g:762:1: ( ruleValidPropertyIdent EOF )
+ // InternalCSS.g:763:1: ruleValidPropertyIdent EOF
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getValidPropertyIdentRule());
+ }
+ pushFollow(FOLLOW_1);
+ ruleValidPropertyIdent();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getValidPropertyIdentRule());
+ }
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleValidPropertyIdent"
+
+
+ // $ANTLR start "ruleValidPropertyIdent"
+ // InternalCSS.g:770:1: ruleValidPropertyIdent : ( ruleIdentifier ) ;
+ public final void ruleValidPropertyIdent() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:774:2: ( ( ruleIdentifier ) )
+ // InternalCSS.g:775:1: ( ruleIdentifier )
+ {
+ // InternalCSS.g:775:1: ( ruleIdentifier )
+ // InternalCSS.g:776:1: ruleIdentifier
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getValidPropertyIdentAccess().getIdentifierParserRuleCall());
+ }
+ pushFollow(FOLLOW_2);
+ ruleIdentifier();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getValidPropertyIdentAccess().getIdentifierParserRuleCall());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "ruleValidPropertyIdent"
+
+
+ // $ANTLR start "entryRulePseudoClassOrFunc"
+ // InternalCSS.g:789:1: entryRulePseudoClassOrFunc : rulePseudoClassOrFunc EOF ;
+ public final void entryRulePseudoClassOrFunc() throws RecognitionException {
+ try {
+ // InternalCSS.g:790:1: ( rulePseudoClassOrFunc EOF )
+ // InternalCSS.g:791:1: rulePseudoClassOrFunc EOF
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getPseudoClassOrFuncRule());
+ }
+ pushFollow(FOLLOW_1);
+ rulePseudoClassOrFunc();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getPseudoClassOrFuncRule());
+ }
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRulePseudoClassOrFunc"
+
+
+ // $ANTLR start "rulePseudoClassOrFunc"
+ // InternalCSS.g:798:1: rulePseudoClassOrFunc : ( ( rule__PseudoClassOrFunc__Alternatives ) ) ;
+ public final void rulePseudoClassOrFunc() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:802:2: ( ( ( rule__PseudoClassOrFunc__Alternatives ) ) )
+ // InternalCSS.g:803:1: ( ( rule__PseudoClassOrFunc__Alternatives ) )
+ {
+ // InternalCSS.g:803:1: ( ( rule__PseudoClassOrFunc__Alternatives ) )
+ // InternalCSS.g:804:1: ( rule__PseudoClassOrFunc__Alternatives )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getPseudoClassOrFuncAccess().getAlternatives());
+ }
+ // InternalCSS.g:805:1: ( rule__PseudoClassOrFunc__Alternatives )
+ // InternalCSS.g:805:2: rule__PseudoClassOrFunc__Alternatives
+ {
+ pushFollow(FOLLOW_2);
+ rule__PseudoClassOrFunc__Alternatives();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getPseudoClassOrFuncAccess().getAlternatives());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rulePseudoClassOrFunc"
+
+
+ // $ANTLR start "entryRulePseudoClass"
+ // InternalCSS.g:817:1: entryRulePseudoClass : rulePseudoClass EOF ;
+ public final void entryRulePseudoClass() throws RecognitionException {
+ try {
+ // InternalCSS.g:818:1: ( rulePseudoClass EOF )
+ // InternalCSS.g:819:1: rulePseudoClass EOF
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getPseudoClassRule());
+ }
+ pushFollow(FOLLOW_1);
+ rulePseudoClass();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getPseudoClassRule());
+ }
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRulePseudoClass"
+
+
+ // $ANTLR start "rulePseudoClass"
+ // InternalCSS.g:826:1: rulePseudoClass : ( ( rule__PseudoClass__Group__0 ) ) ;
+ public final void rulePseudoClass() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:830:2: ( ( ( rule__PseudoClass__Group__0 ) ) )
+ // InternalCSS.g:831:1: ( ( rule__PseudoClass__Group__0 ) )
+ {
+ // InternalCSS.g:831:1: ( ( rule__PseudoClass__Group__0 ) )
+ // InternalCSS.g:832:1: ( rule__PseudoClass__Group__0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getPseudoClassAccess().getGroup());
+ }
+ // InternalCSS.g:833:1: ( rule__PseudoClass__Group__0 )
+ // InternalCSS.g:833:2: rule__PseudoClass__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__PseudoClass__Group__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getPseudoClassAccess().getGroup());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rulePseudoClass"
+
+
+ // $ANTLR start "entryRulePseudoClassName"
+ // InternalCSS.g:845:1: entryRulePseudoClassName : rulePseudoClassName EOF ;
+ public final void entryRulePseudoClassName() throws RecognitionException {
+ try {
+ // InternalCSS.g:846:1: ( rulePseudoClassName EOF )
+ // InternalCSS.g:847:1: rulePseudoClassName EOF
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getPseudoClassNameRule());
+ }
+ pushFollow(FOLLOW_1);
+ rulePseudoClassName();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getPseudoClassNameRule());
+ }
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRulePseudoClassName"
+
+
+ // $ANTLR start "rulePseudoClassName"
+ // InternalCSS.g:854:1: rulePseudoClassName : ( ( rule__PseudoClassName__NameAssignment ) ) ;
+ public final void rulePseudoClassName() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:858:2: ( ( ( rule__PseudoClassName__NameAssignment ) ) )
+ // InternalCSS.g:859:1: ( ( rule__PseudoClassName__NameAssignment ) )
+ {
+ // InternalCSS.g:859:1: ( ( rule__PseudoClassName__NameAssignment ) )
+ // InternalCSS.g:860:1: ( rule__PseudoClassName__NameAssignment )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getPseudoClassNameAccess().getNameAssignment());
+ }
+ // InternalCSS.g:861:1: ( rule__PseudoClassName__NameAssignment )
+ // InternalCSS.g:861:2: rule__PseudoClassName__NameAssignment
+ {
+ pushFollow(FOLLOW_2);
+ rule__PseudoClassName__NameAssignment();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getPseudoClassNameAccess().getNameAssignment());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rulePseudoClassName"
+
+
+ // $ANTLR start "entryRulePseudoClassFunction"
+ // InternalCSS.g:873:1: entryRulePseudoClassFunction : rulePseudoClassFunction EOF ;
+ public final void entryRulePseudoClassFunction() throws RecognitionException {
+ try {
+ // InternalCSS.g:874:1: ( rulePseudoClassFunction EOF )
+ // InternalCSS.g:875:1: rulePseudoClassFunction EOF
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getPseudoClassFunctionRule());
+ }
+ pushFollow(FOLLOW_1);
+ rulePseudoClassFunction();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getPseudoClassFunctionRule());
+ }
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRulePseudoClassFunction"
+
+
+ // $ANTLR start "rulePseudoClassFunction"
+ // InternalCSS.g:882:1: rulePseudoClassFunction : ( ( rule__PseudoClassFunction__Alternatives ) ) ;
+ public final void rulePseudoClassFunction() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:886:2: ( ( ( rule__PseudoClassFunction__Alternatives ) ) )
+ // InternalCSS.g:887:1: ( ( rule__PseudoClassFunction__Alternatives ) )
+ {
+ // InternalCSS.g:887:1: ( ( rule__PseudoClassFunction__Alternatives ) )
+ // InternalCSS.g:888:1: ( rule__PseudoClassFunction__Alternatives )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getPseudoClassFunctionAccess().getAlternatives());
+ }
+ // InternalCSS.g:889:1: ( rule__PseudoClassFunction__Alternatives )
+ // InternalCSS.g:889:2: rule__PseudoClassFunction__Alternatives
+ {
+ pushFollow(FOLLOW_2);
+ rule__PseudoClassFunction__Alternatives();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getPseudoClassFunctionAccess().getAlternatives());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rulePseudoClassFunction"
+
+
+ // $ANTLR start "entryRuleNotFunctionCall"
+ // InternalCSS.g:901:1: entryRuleNotFunctionCall : ruleNotFunctionCall EOF ;
+ public final void entryRuleNotFunctionCall() throws RecognitionException {
+ try {
+ // InternalCSS.g:902:1: ( ruleNotFunctionCall EOF )
+ // InternalCSS.g:903:1: ruleNotFunctionCall EOF
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getNotFunctionCallRule());
+ }
+ pushFollow(FOLLOW_1);
+ ruleNotFunctionCall();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getNotFunctionCallRule());
+ }
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleNotFunctionCall"
+
+
+ // $ANTLR start "ruleNotFunctionCall"
+ // InternalCSS.g:910:1: ruleNotFunctionCall : ( ( rule__NotFunctionCall__Group__0 ) ) ;
+ public final void ruleNotFunctionCall() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:914:2: ( ( ( rule__NotFunctionCall__Group__0 ) ) )
+ // InternalCSS.g:915:1: ( ( rule__NotFunctionCall__Group__0 ) )
+ {
+ // InternalCSS.g:915:1: ( ( rule__NotFunctionCall__Group__0 ) )
+ // InternalCSS.g:916:1: ( rule__NotFunctionCall__Group__0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getNotFunctionCallAccess().getGroup());
+ }
+ // InternalCSS.g:917:1: ( rule__NotFunctionCall__Group__0 )
+ // InternalCSS.g:917:2: rule__NotFunctionCall__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__NotFunctionCall__Group__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getNotFunctionCallAccess().getGroup());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "ruleNotFunctionCall"
+
+
+ // $ANTLR start "entryRulecombinator"
+ // InternalCSS.g:929:1: entryRulecombinator : rulecombinator EOF ;
+ public final void entryRulecombinator() throws RecognitionException {
+ try {
+ // InternalCSS.g:930:1: ( rulecombinator EOF )
+ // InternalCSS.g:931:1: rulecombinator EOF
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getCombinatorRule());
+ }
+ pushFollow(FOLLOW_1);
+ rulecombinator();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getCombinatorRule());
+ }
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRulecombinator"
+
+
+ // $ANTLR start "rulecombinator"
+ // InternalCSS.g:938:1: rulecombinator : ( ( rule__Combinator__Alternatives ) ) ;
+ public final void rulecombinator() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:942:2: ( ( ( rule__Combinator__Alternatives ) ) )
+ // InternalCSS.g:943:1: ( ( rule__Combinator__Alternatives ) )
+ {
+ // InternalCSS.g:943:1: ( ( rule__Combinator__Alternatives ) )
+ // InternalCSS.g:944:1: ( rule__Combinator__Alternatives )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getCombinatorAccess().getAlternatives());
+ }
+ // InternalCSS.g:945:1: ( rule__Combinator__Alternatives )
+ // InternalCSS.g:945:2: rule__Combinator__Alternatives
+ {
+ pushFollow(FOLLOW_2);
+ rule__Combinator__Alternatives();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getCombinatorAccess().getAlternatives());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rulecombinator"
+
+
+ // $ANTLR start "entryRuleSymbolTok"
+ // InternalCSS.g:961:1: entryRuleSymbolTok : ruleSymbolTok EOF ;
+ public final void entryRuleSymbolTok() throws RecognitionException {
+ try {
+ // InternalCSS.g:962:1: ( ruleSymbolTok EOF )
+ // InternalCSS.g:963:1: ruleSymbolTok EOF
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSymbolTokRule());
+ }
+ pushFollow(FOLLOW_1);
+ ruleSymbolTok();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSymbolTokRule());
+ }
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleSymbolTok"
+
+
+ // $ANTLR start "ruleSymbolTok"
+ // InternalCSS.g:970:1: ruleSymbolTok : ( ( rule__SymbolTok__Group__0 ) ) ;
+ public final void ruleSymbolTok() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:974:2: ( ( ( rule__SymbolTok__Group__0 ) ) )
+ // InternalCSS.g:975:1: ( ( rule__SymbolTok__Group__0 ) )
+ {
+ // InternalCSS.g:975:1: ( ( rule__SymbolTok__Group__0 ) )
+ // InternalCSS.g:976:1: ( rule__SymbolTok__Group__0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSymbolTokAccess().getGroup());
+ }
+ // InternalCSS.g:977:1: ( rule__SymbolTok__Group__0 )
+ // InternalCSS.g:977:2: rule__SymbolTok__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__SymbolTok__Group__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSymbolTokAccess().getGroup());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "ruleSymbolTok"
+
+
+ // $ANTLR start "entryRuleWSTok"
+ // InternalCSS.g:989:1: entryRuleWSTok : ruleWSTok EOF ;
+ public final void entryRuleWSTok() throws RecognitionException {
+ try {
+ // InternalCSS.g:990:1: ( ruleWSTok EOF )
+ // InternalCSS.g:991:1: ruleWSTok EOF
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getWSTokRule());
+ }
+ pushFollow(FOLLOW_1);
+ ruleWSTok();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getWSTokRule());
+ }
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleWSTok"
+
+
+ // $ANTLR start "ruleWSTok"
+ // InternalCSS.g:998:1: ruleWSTok : ( ( rule__WSTok__Group__0 ) ) ;
+ public final void ruleWSTok() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:1002:2: ( ( ( rule__WSTok__Group__0 ) ) )
+ // InternalCSS.g:1003:1: ( ( rule__WSTok__Group__0 ) )
+ {
+ // InternalCSS.g:1003:1: ( ( rule__WSTok__Group__0 ) )
+ // InternalCSS.g:1004:1: ( rule__WSTok__Group__0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getWSTokAccess().getGroup());
+ }
+ // InternalCSS.g:1005:1: ( rule__WSTok__Group__0 )
+ // InternalCSS.g:1005:2: rule__WSTok__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__WSTok__Group__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getWSTokAccess().getGroup());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "ruleWSTok"
+
+
+ // $ANTLR start "entryRuleStringTok"
+ // InternalCSS.g:1017:1: entryRuleStringTok : ruleStringTok EOF ;
+ public final void entryRuleStringTok() throws RecognitionException {
+ try {
+ // InternalCSS.g:1018:1: ( ruleStringTok EOF )
+ // InternalCSS.g:1019:1: ruleStringTok EOF
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getStringTokRule());
+ }
+ pushFollow(FOLLOW_1);
+ ruleStringTok();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getStringTokRule());
+ }
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleStringTok"
+
+
+ // $ANTLR start "ruleStringTok"
+ // InternalCSS.g:1026:1: ruleStringTok : ( ( rule__StringTok__Group__0 ) ) ;
+ public final void ruleStringTok() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:1030:2: ( ( ( rule__StringTok__Group__0 ) ) )
+ // InternalCSS.g:1031:1: ( ( rule__StringTok__Group__0 ) )
+ {
+ // InternalCSS.g:1031:1: ( ( rule__StringTok__Group__0 ) )
+ // InternalCSS.g:1032:1: ( rule__StringTok__Group__0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getStringTokAccess().getGroup());
+ }
+ // InternalCSS.g:1033:1: ( rule__StringTok__Group__0 )
+ // InternalCSS.g:1033:2: rule__StringTok__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__StringTok__Group__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getStringTokAccess().getGroup());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "ruleStringTok"
+
+
+ // $ANTLR start "entryRuleNumberTok"
+ // InternalCSS.g:1045:1: entryRuleNumberTok : ruleNumberTok EOF ;
+ public final void entryRuleNumberTok() throws RecognitionException {
+ try {
+ // InternalCSS.g:1046:1: ( ruleNumberTok EOF )
+ // InternalCSS.g:1047:1: ruleNumberTok EOF
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getNumberTokRule());
+ }
+ pushFollow(FOLLOW_1);
+ ruleNumberTok();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getNumberTokRule());
+ }
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleNumberTok"
+
+
+ // $ANTLR start "ruleNumberTok"
+ // InternalCSS.g:1054:1: ruleNumberTok : ( ( rule__NumberTok__Group__0 ) ) ;
+ public final void ruleNumberTok() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:1058:2: ( ( ( rule__NumberTok__Group__0 ) ) )
+ // InternalCSS.g:1059:1: ( ( rule__NumberTok__Group__0 ) )
+ {
+ // InternalCSS.g:1059:1: ( ( rule__NumberTok__Group__0 ) )
+ // InternalCSS.g:1060:1: ( rule__NumberTok__Group__0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getNumberTokAccess().getGroup());
+ }
+ // InternalCSS.g:1061:1: ( rule__NumberTok__Group__0 )
+ // InternalCSS.g:1061:2: rule__NumberTok__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__NumberTok__Group__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getNumberTokAccess().getGroup());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "ruleNumberTok"
+
+
+ // $ANTLR start "entryRuleUrlTok"
+ // InternalCSS.g:1073:1: entryRuleUrlTok : ruleUrlTok EOF ;
+ public final void entryRuleUrlTok() throws RecognitionException {
+ try {
+ // InternalCSS.g:1074:1: ( ruleUrlTok EOF )
+ // InternalCSS.g:1075:1: ruleUrlTok EOF
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getUrlTokRule());
+ }
+ pushFollow(FOLLOW_1);
+ ruleUrlTok();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getUrlTokRule());
+ }
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleUrlTok"
+
+
+ // $ANTLR start "ruleUrlTok"
+ // InternalCSS.g:1082:1: ruleUrlTok : ( ( rule__UrlTok__Group__0 ) ) ;
+ public final void ruleUrlTok() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:1086:2: ( ( ( rule__UrlTok__Group__0 ) ) )
+ // InternalCSS.g:1087:1: ( ( rule__UrlTok__Group__0 ) )
+ {
+ // InternalCSS.g:1087:1: ( ( rule__UrlTok__Group__0 ) )
+ // InternalCSS.g:1088:1: ( rule__UrlTok__Group__0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getUrlTokAccess().getGroup());
+ }
+ // InternalCSS.g:1089:1: ( rule__UrlTok__Group__0 )
+ // InternalCSS.g:1089:2: rule__UrlTok__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__UrlTok__Group__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getUrlTokAccess().getGroup());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "ruleUrlTok"
+
+
+ // $ANTLR start "entryRuleColorTok"
+ // InternalCSS.g:1101:1: entryRuleColorTok : ruleColorTok EOF ;
+ public final void entryRuleColorTok() throws RecognitionException {
+ try {
+ // InternalCSS.g:1102:1: ( ruleColorTok EOF )
+ // InternalCSS.g:1103:1: ruleColorTok EOF
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getColorTokRule());
+ }
+ pushFollow(FOLLOW_1);
+ ruleColorTok();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getColorTokRule());
+ }
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleColorTok"
+
+
+ // $ANTLR start "ruleColorTok"
+ // InternalCSS.g:1110:1: ruleColorTok : ( ( rule__ColorTok__Group__0 ) ) ;
+ public final void ruleColorTok() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:1114:2: ( ( ( rule__ColorTok__Group__0 ) ) )
+ // InternalCSS.g:1115:1: ( ( rule__ColorTok__Group__0 ) )
+ {
+ // InternalCSS.g:1115:1: ( ( rule__ColorTok__Group__0 ) )
+ // InternalCSS.g:1116:1: ( rule__ColorTok__Group__0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getColorTokAccess().getGroup());
+ }
+ // InternalCSS.g:1117:1: ( rule__ColorTok__Group__0 )
+ // InternalCSS.g:1117:2: rule__ColorTok__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__ColorTok__Group__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getColorTokAccess().getGroup());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "ruleColorTok"
+
+
+ // $ANTLR start "entryRuleIdentifierOrFuncTok"
+ // InternalCSS.g:1129:1: entryRuleIdentifierOrFuncTok : ruleIdentifierOrFuncTok EOF ;
+ public final void entryRuleIdentifierOrFuncTok() throws RecognitionException {
+ try {
+ // InternalCSS.g:1130:1: ( ruleIdentifierOrFuncTok EOF )
+ // InternalCSS.g:1131:1: ruleIdentifierOrFuncTok EOF
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getIdentifierOrFuncTokRule());
+ }
+ pushFollow(FOLLOW_1);
+ ruleIdentifierOrFuncTok();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getIdentifierOrFuncTokRule());
+ }
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleIdentifierOrFuncTok"
+
+
+ // $ANTLR start "ruleIdentifierOrFuncTok"
+ // InternalCSS.g:1138:1: ruleIdentifierOrFuncTok : ( ( rule__IdentifierOrFuncTok__Group__0 ) ) ;
+ public final void ruleIdentifierOrFuncTok() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:1142:2: ( ( ( rule__IdentifierOrFuncTok__Group__0 ) ) )
+ // InternalCSS.g:1143:1: ( ( rule__IdentifierOrFuncTok__Group__0 ) )
+ {
+ // InternalCSS.g:1143:1: ( ( rule__IdentifierOrFuncTok__Group__0 ) )
+ // InternalCSS.g:1144:1: ( rule__IdentifierOrFuncTok__Group__0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getIdentifierOrFuncTokAccess().getGroup());
+ }
+ // InternalCSS.g:1145:1: ( rule__IdentifierOrFuncTok__Group__0 )
+ // InternalCSS.g:1145:2: rule__IdentifierOrFuncTok__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__IdentifierOrFuncTok__Group__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getIdentifierOrFuncTokAccess().getGroup());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "ruleIdentifierOrFuncTok"
+
+
+ // $ANTLR start "entryRuleCssTok"
+ // InternalCSS.g:1157:1: entryRuleCssTok : ruleCssTok EOF ;
+ public final void entryRuleCssTok() throws RecognitionException {
+ try {
+ // InternalCSS.g:1158:1: ( ruleCssTok EOF )
+ // InternalCSS.g:1159:1: ruleCssTok EOF
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getCssTokRule());
+ }
+ pushFollow(FOLLOW_1);
+ ruleCssTok();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getCssTokRule());
+ }
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleCssTok"
+
+
+ // $ANTLR start "ruleCssTok"
+ // InternalCSS.g:1166:1: ruleCssTok : ( ( rule__CssTok__Alternatives ) ) ;
+ public final void ruleCssTok() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:1170:2: ( ( ( rule__CssTok__Alternatives ) ) )
+ // InternalCSS.g:1171:1: ( ( rule__CssTok__Alternatives ) )
+ {
+ // InternalCSS.g:1171:1: ( ( rule__CssTok__Alternatives ) )
+ // InternalCSS.g:1172:1: ( rule__CssTok__Alternatives )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getCssTokAccess().getAlternatives());
+ }
+ // InternalCSS.g:1173:1: ( rule__CssTok__Alternatives )
+ // InternalCSS.g:1173:2: rule__CssTok__Alternatives
+ {
+ pushFollow(FOLLOW_2);
+ rule__CssTok__Alternatives();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getCssTokAccess().getAlternatives());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "ruleCssTok"
+
+
+ // $ANTLR start "entryRuleURLType"
+ // InternalCSS.g:1185:1: entryRuleURLType : ruleURLType EOF ;
+ public final void entryRuleURLType() throws RecognitionException {
+ try {
+ // InternalCSS.g:1186:1: ( ruleURLType EOF )
+ // InternalCSS.g:1187:1: ruleURLType EOF
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getURLTypeRule());
+ }
+ pushFollow(FOLLOW_1);
+ ruleURLType();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getURLTypeRule());
+ }
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleURLType"
+
+
+ // $ANTLR start "ruleURLType"
+ // InternalCSS.g:1194:1: ruleURLType : ( ( rule__URLType__Group__0 ) ) ;
+ public final void ruleURLType() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:1198:2: ( ( ( rule__URLType__Group__0 ) ) )
+ // InternalCSS.g:1199:1: ( ( rule__URLType__Group__0 ) )
+ {
+ // InternalCSS.g:1199:1: ( ( rule__URLType__Group__0 ) )
+ // InternalCSS.g:1200:1: ( rule__URLType__Group__0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getURLTypeAccess().getGroup());
+ }
+ // InternalCSS.g:1201:1: ( rule__URLType__Group__0 )
+ // InternalCSS.g:1201:2: rule__URLType__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__URLType__Group__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getURLTypeAccess().getGroup());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "ruleURLType"
+
+
+ // $ANTLR start "entryRuleValidURLSymbol"
+ // InternalCSS.g:1213:1: entryRuleValidURLSymbol : ruleValidURLSymbol EOF ;
+ public final void entryRuleValidURLSymbol() throws RecognitionException {
+ try {
+ // InternalCSS.g:1214:1: ( ruleValidURLSymbol EOF )
+ // InternalCSS.g:1215:1: ruleValidURLSymbol EOF
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getValidURLSymbolRule());
+ }
+ pushFollow(FOLLOW_1);
+ ruleValidURLSymbol();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getValidURLSymbolRule());
+ }
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleValidURLSymbol"
+
+
+ // $ANTLR start "ruleValidURLSymbol"
+ // InternalCSS.g:1222:1: ruleValidURLSymbol : ( ( rule__ValidURLSymbol__Alternatives ) ) ;
+ public final void ruleValidURLSymbol() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:1226:2: ( ( ( rule__ValidURLSymbol__Alternatives ) ) )
+ // InternalCSS.g:1227:1: ( ( rule__ValidURLSymbol__Alternatives ) )
+ {
+ // InternalCSS.g:1227:1: ( ( rule__ValidURLSymbol__Alternatives ) )
+ // InternalCSS.g:1228:1: ( rule__ValidURLSymbol__Alternatives )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getValidURLSymbolAccess().getAlternatives());
+ }
+ // InternalCSS.g:1229:1: ( rule__ValidURLSymbol__Alternatives )
+ // InternalCSS.g:1229:2: rule__ValidURLSymbol__Alternatives
+ {
+ pushFollow(FOLLOW_2);
+ rule__ValidURLSymbol__Alternatives();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getValidURLSymbolAccess().getAlternatives());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "ruleValidURLSymbol"
+
+
+ // $ANTLR start "entryRuleKeywordHack"
+ // InternalCSS.g:1241:1: entryRuleKeywordHack : ruleKeywordHack EOF ;
+ public final void entryRuleKeywordHack() throws RecognitionException {
+ try {
+ // InternalCSS.g:1242:1: ( ruleKeywordHack EOF )
+ // InternalCSS.g:1243:1: ruleKeywordHack EOF
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getKeywordHackRule());
+ }
+ pushFollow(FOLLOW_1);
+ ruleKeywordHack();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getKeywordHackRule());
+ }
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleKeywordHack"
+
+
+ // $ANTLR start "ruleKeywordHack"
+ // InternalCSS.g:1250:1: ruleKeywordHack : ( ( rule__KeywordHack__Alternatives ) ) ;
+ public final void ruleKeywordHack() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:1254:2: ( ( ( rule__KeywordHack__Alternatives ) ) )
+ // InternalCSS.g:1255:1: ( ( rule__KeywordHack__Alternatives ) )
+ {
+ // InternalCSS.g:1255:1: ( ( rule__KeywordHack__Alternatives ) )
+ // InternalCSS.g:1256:1: ( rule__KeywordHack__Alternatives )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getKeywordHackAccess().getAlternatives());
+ }
+ // InternalCSS.g:1257:1: ( rule__KeywordHack__Alternatives )
+ // InternalCSS.g:1257:2: rule__KeywordHack__Alternatives
+ {
+ pushFollow(FOLLOW_2);
+ rule__KeywordHack__Alternatives();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getKeywordHackAccess().getAlternatives());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "ruleKeywordHack"
+
+
+ // $ANTLR start "entryRuleValidURL"
+ // InternalCSS.g:1269:1: entryRuleValidURL : ruleValidURL EOF ;
+ public final void entryRuleValidURL() throws RecognitionException {
+ try {
+ // InternalCSS.g:1270:1: ( ruleValidURL EOF )
+ // InternalCSS.g:1271:1: ruleValidURL EOF
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getValidURLRule());
+ }
+ pushFollow(FOLLOW_1);
+ ruleValidURL();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getValidURLRule());
+ }
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleValidURL"
+
+
+ // $ANTLR start "ruleValidURL"
+ // InternalCSS.g:1278:1: ruleValidURL : ( ( rule__ValidURL__Alternatives ) ) ;
+ public final void ruleValidURL() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:1282:2: ( ( ( rule__ValidURL__Alternatives ) ) )
+ // InternalCSS.g:1283:1: ( ( rule__ValidURL__Alternatives ) )
+ {
+ // InternalCSS.g:1283:1: ( ( rule__ValidURL__Alternatives ) )
+ // InternalCSS.g:1284:1: ( rule__ValidURL__Alternatives )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getValidURLAccess().getAlternatives());
+ }
+ // InternalCSS.g:1285:1: ( rule__ValidURL__Alternatives )
+ // InternalCSS.g:1285:2: rule__ValidURL__Alternatives
+ {
+ pushFollow(FOLLOW_2);
+ rule__ValidURL__Alternatives();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getValidURLAccess().getAlternatives());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "ruleValidURL"
+
+
+ // $ANTLR start "entryRuleIdentifier"
+ // InternalCSS.g:1297:1: entryRuleIdentifier : ruleIdentifier EOF ;
+ public final void entryRuleIdentifier() throws RecognitionException {
+ try {
+ // InternalCSS.g:1298:1: ( ruleIdentifier EOF )
+ // InternalCSS.g:1299:1: ruleIdentifier EOF
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getIdentifierRule());
+ }
+ pushFollow(FOLLOW_1);
+ ruleIdentifier();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getIdentifierRule());
+ }
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleIdentifier"
+
+
+ // $ANTLR start "ruleIdentifier"
+ // InternalCSS.g:1306:1: ruleIdentifier : ( ( rule__Identifier__Group__0 ) ) ;
+ public final void ruleIdentifier() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:1310:2: ( ( ( rule__Identifier__Group__0 ) ) )
+ // InternalCSS.g:1311:1: ( ( rule__Identifier__Group__0 ) )
+ {
+ // InternalCSS.g:1311:1: ( ( rule__Identifier__Group__0 ) )
+ // InternalCSS.g:1312:1: ( rule__Identifier__Group__0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getIdentifierAccess().getGroup());
+ }
+ // InternalCSS.g:1313:1: ( rule__Identifier__Group__0 )
+ // InternalCSS.g:1313:2: rule__Identifier__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__Identifier__Group__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getIdentifierAccess().getGroup());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "ruleIdentifier"
+
+
+ // $ANTLR start "entryRuleNum"
+ // InternalCSS.g:1325:1: entryRuleNum : ruleNum EOF ;
+ public final void entryRuleNum() throws RecognitionException {
+ try {
+ // InternalCSS.g:1326:1: ( ruleNum EOF )
+ // InternalCSS.g:1327:1: ruleNum EOF
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getNumRule());
+ }
+ pushFollow(FOLLOW_1);
+ ruleNum();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getNumRule());
+ }
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleNum"
+
+
+ // $ANTLR start "ruleNum"
+ // InternalCSS.g:1334:1: ruleNum : ( ( rule__Num__Group__0 ) ) ;
+ public final void ruleNum() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:1338:2: ( ( ( rule__Num__Group__0 ) ) )
+ // InternalCSS.g:1339:1: ( ( rule__Num__Group__0 ) )
+ {
+ // InternalCSS.g:1339:1: ( ( rule__Num__Group__0 ) )
+ // InternalCSS.g:1340:1: ( rule__Num__Group__0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getNumAccess().getGroup());
+ }
+ // InternalCSS.g:1341:1: ( rule__Num__Group__0 )
+ // InternalCSS.g:1341:2: rule__Num__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__Num__Group__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getNumAccess().getGroup());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "ruleNum"
+
+
+ // $ANTLR start "entryRuleHex"
+ // InternalCSS.g:1353:1: entryRuleHex : ruleHex EOF ;
+ public final void entryRuleHex() throws RecognitionException {
+ try {
+ // InternalCSS.g:1354:1: ( ruleHex EOF )
+ // InternalCSS.g:1355:1: ruleHex EOF
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getHexRule());
+ }
+ pushFollow(FOLLOW_1);
+ ruleHex();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getHexRule());
+ }
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleHex"
+
+
+ // $ANTLR start "ruleHex"
+ // InternalCSS.g:1362:1: ruleHex : ( ( rule__Hex__Group__0 ) ) ;
+ public final void ruleHex() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:1366:2: ( ( ( rule__Hex__Group__0 ) ) )
+ // InternalCSS.g:1367:1: ( ( rule__Hex__Group__0 ) )
+ {
+ // InternalCSS.g:1367:1: ( ( rule__Hex__Group__0 ) )
+ // InternalCSS.g:1368:1: ( rule__Hex__Group__0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getHexAccess().getGroup());
+ }
+ // InternalCSS.g:1369:1: ( rule__Hex__Group__0 )
+ // InternalCSS.g:1369:2: rule__Hex__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__Hex__Group__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getHexAccess().getGroup());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "ruleHex"
+
+
+ // $ANTLR start "rule__Stylesheet__Alternatives_2"
+ // InternalCSS.g:1381:1: rule__Stylesheet__Alternatives_2 : ( ( ( rule__Stylesheet__RulesetAssignment_2_0 ) ) | ( ( rule__Stylesheet__MediaAssignment_2_1 ) ) | ( ( rule__Stylesheet__PageAssignment_2_2 ) ) | ( ( rule__Stylesheet__Font_faceAssignment_2_3 ) ) | ( ( rule__Stylesheet__KeyframesAssignment_2_4 ) ) );
+ public final void rule__Stylesheet__Alternatives_2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:1385:1: ( ( ( rule__Stylesheet__RulesetAssignment_2_0 ) ) | ( ( rule__Stylesheet__MediaAssignment_2_1 ) ) | ( ( rule__Stylesheet__PageAssignment_2_2 ) ) | ( ( rule__Stylesheet__Font_faceAssignment_2_3 ) ) | ( ( rule__Stylesheet__KeyframesAssignment_2_4 ) ) )
+ int alt1=5;
+ switch ( input.LA(1) ) {
+ case RULE_DASH:
+ case RULE_UNDERSCORE:
+ case RULE_COLON:
+ case RULE_HASHMARK:
+ case RULE_ONE_HEX_LETTER:
+ case RULE_ONE_NON_HEX_LETTER:
+ case 36:
+ case 39:
+ case 42:
+ case 49:
+ case 50:
+ case 51:
+ case 52:
+ case 60:
+ {
+ alt1=1;
+ }
+ break;
+ case 26:
+ case 27:
+ {
+ alt1=2;
+ }
+ break;
+ case 24:
+ case 25:
+ {
+ alt1=3;
+ }
+ break;
+ case 28:
+ case 29:
+ {
+ alt1=4;
+ }
+ break;
+ case 30:
+ case 31:
+ {
+ alt1=5;
+ }
+ break;
+ default:
+ if (state.backtracking>0) {state.failed=true; return ;}
+ NoViableAltException nvae =
+ new NoViableAltException("", 1, 0, input);
+
+ throw nvae;
+ }
+
+ switch (alt1) {
+ case 1 :
+ // InternalCSS.g:1386:1: ( ( rule__Stylesheet__RulesetAssignment_2_0 ) )
+ {
+ // InternalCSS.g:1386:1: ( ( rule__Stylesheet__RulesetAssignment_2_0 ) )
+ // InternalCSS.g:1387:1: ( rule__Stylesheet__RulesetAssignment_2_0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getStylesheetAccess().getRulesetAssignment_2_0());
+ }
+ // InternalCSS.g:1388:1: ( rule__Stylesheet__RulesetAssignment_2_0 )
+ // InternalCSS.g:1388:2: rule__Stylesheet__RulesetAssignment_2_0
+ {
+ pushFollow(FOLLOW_2);
+ rule__Stylesheet__RulesetAssignment_2_0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getStylesheetAccess().getRulesetAssignment_2_0());
+ }
+
+ }
+
+
+ }
+ break;
+ case 2 :
+ // InternalCSS.g:1392:6: ( ( rule__Stylesheet__MediaAssignment_2_1 ) )
+ {
+ // InternalCSS.g:1392:6: ( ( rule__Stylesheet__MediaAssignment_2_1 ) )
+ // InternalCSS.g:1393:1: ( rule__Stylesheet__MediaAssignment_2_1 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getStylesheetAccess().getMediaAssignment_2_1());
+ }
+ // InternalCSS.g:1394:1: ( rule__Stylesheet__MediaAssignment_2_1 )
+ // InternalCSS.g:1394:2: rule__Stylesheet__MediaAssignment_2_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__Stylesheet__MediaAssignment_2_1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getStylesheetAccess().getMediaAssignment_2_1());
+ }
+
+ }
+
+
+ }
+ break;
+ case 3 :
+ // InternalCSS.g:1398:6: ( ( rule__Stylesheet__PageAssignment_2_2 ) )
+ {
+ // InternalCSS.g:1398:6: ( ( rule__Stylesheet__PageAssignment_2_2 ) )
+ // InternalCSS.g:1399:1: ( rule__Stylesheet__PageAssignment_2_2 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getStylesheetAccess().getPageAssignment_2_2());
+ }
+ // InternalCSS.g:1400:1: ( rule__Stylesheet__PageAssignment_2_2 )
+ // InternalCSS.g:1400:2: rule__Stylesheet__PageAssignment_2_2
+ {
+ pushFollow(FOLLOW_2);
+ rule__Stylesheet__PageAssignment_2_2();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getStylesheetAccess().getPageAssignment_2_2());
+ }
+
+ }
+
+
+ }
+ break;
+ case 4 :
+ // InternalCSS.g:1404:6: ( ( rule__Stylesheet__Font_faceAssignment_2_3 ) )
+ {
+ // InternalCSS.g:1404:6: ( ( rule__Stylesheet__Font_faceAssignment_2_3 ) )
+ // InternalCSS.g:1405:1: ( rule__Stylesheet__Font_faceAssignment_2_3 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getStylesheetAccess().getFont_faceAssignment_2_3());
+ }
+ // InternalCSS.g:1406:1: ( rule__Stylesheet__Font_faceAssignment_2_3 )
+ // InternalCSS.g:1406:2: rule__Stylesheet__Font_faceAssignment_2_3
+ {
+ pushFollow(FOLLOW_2);
+ rule__Stylesheet__Font_faceAssignment_2_3();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getStylesheetAccess().getFont_faceAssignment_2_3());
+ }
+
+ }
+
+
+ }
+ break;
+ case 5 :
+ // InternalCSS.g:1410:6: ( ( rule__Stylesheet__KeyframesAssignment_2_4 ) )
+ {
+ // InternalCSS.g:1410:6: ( ( rule__Stylesheet__KeyframesAssignment_2_4 ) )
+ // InternalCSS.g:1411:1: ( rule__Stylesheet__KeyframesAssignment_2_4 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getStylesheetAccess().getKeyframesAssignment_2_4());
+ }
+ // InternalCSS.g:1412:1: ( rule__Stylesheet__KeyframesAssignment_2_4 )
+ // InternalCSS.g:1412:2: rule__Stylesheet__KeyframesAssignment_2_4
+ {
+ pushFollow(FOLLOW_2);
+ rule__Stylesheet__KeyframesAssignment_2_4();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getStylesheetAccess().getKeyframesAssignment_2_4());
+ }
+
+ }
+
+
+ }
+ break;
+
+ }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Stylesheet__Alternatives_2"
+
+
+ // $ANTLR start "rule__Charset__Alternatives_0"
+ // InternalCSS.g:1421:1: rule__Charset__Alternatives_0 : ( ( '@charset' ) | ( '@CHARSET' ) );
+ public final void rule__Charset__Alternatives_0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:1425:1: ( ( '@charset' ) | ( '@CHARSET' ) )
+ int alt2=2;
+ int LA2_0 = input.LA(1);
+
+ if ( (LA2_0==20) ) {
+ alt2=1;
+ }
+ else if ( (LA2_0==21) ) {
+ alt2=2;
+ }
+ else {
+ if (state.backtracking>0) {state.failed=true; return ;}
+ NoViableAltException nvae =
+ new NoViableAltException("", 2, 0, input);
+
+ throw nvae;
+ }
+ switch (alt2) {
+ case 1 :
+ // InternalCSS.g:1426:1: ( '@charset' )
+ {
+ // InternalCSS.g:1426:1: ( '@charset' )
+ // InternalCSS.g:1427:1: '@charset'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getCharsetAccess().getCharsetKeyword_0_0());
+ }
+ match(input,20,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getCharsetAccess().getCharsetKeyword_0_0());
+ }
+
+ }
+
+
+ }
+ break;
+ case 2 :
+ // InternalCSS.g:1434:6: ( '@CHARSET' )
+ {
+ // InternalCSS.g:1434:6: ( '@CHARSET' )
+ // InternalCSS.g:1435:1: '@CHARSET'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getCharsetAccess().getCHARSETKeyword_0_1());
+ }
+ match(input,21,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getCharsetAccess().getCHARSETKeyword_0_1());
+ }
+
+ }
+
+
+ }
+ break;
+
+ }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Charset__Alternatives_0"
+
+
+ // $ANTLR start "rule__ImportExpression__Alternatives_0"
+ // InternalCSS.g:1447:1: rule__ImportExpression__Alternatives_0 : ( ( '@import' ) | ( '@IMPORT' ) );
+ public final void rule__ImportExpression__Alternatives_0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:1451:1: ( ( '@import' ) | ( '@IMPORT' ) )
+ int alt3=2;
+ int LA3_0 = input.LA(1);
+
+ if ( (LA3_0==22) ) {
+ alt3=1;
+ }
+ else if ( (LA3_0==23) ) {
+ alt3=2;
+ }
+ else {
+ if (state.backtracking>0) {state.failed=true; return ;}
+ NoViableAltException nvae =
+ new NoViableAltException("", 3, 0, input);
+
+ throw nvae;
+ }
+ switch (alt3) {
+ case 1 :
+ // InternalCSS.g:1452:1: ( '@import' )
+ {
+ // InternalCSS.g:1452:1: ( '@import' )
+ // InternalCSS.g:1453:1: '@import'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getImportExpressionAccess().getImportKeyword_0_0());
+ }
+ match(input,22,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getImportExpressionAccess().getImportKeyword_0_0());
+ }
+
+ }
+
+
+ }
+ break;
+ case 2 :
+ // InternalCSS.g:1460:6: ( '@IMPORT' )
+ {
+ // InternalCSS.g:1460:6: ( '@IMPORT' )
+ // InternalCSS.g:1461:1: '@IMPORT'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getImportExpressionAccess().getIMPORTKeyword_0_1());
+ }
+ match(input,23,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getImportExpressionAccess().getIMPORTKeyword_0_1());
+ }
+
+ }
+
+
+ }
+ break;
+
+ }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ImportExpression__Alternatives_0"
+
+
+ // $ANTLR start "rule__ImportExpression__Alternatives_1"
+ // InternalCSS.g:1473:1: rule__ImportExpression__Alternatives_1 : ( ( ( rule__ImportExpression__ValueAssignment_1_0 ) ) | ( ( rule__ImportExpression__Group_1_1__0 ) ) );
+ public final void rule__ImportExpression__Alternatives_1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:1477:1: ( ( ( rule__ImportExpression__ValueAssignment_1_0 ) ) | ( ( rule__ImportExpression__Group_1_1__0 ) ) )
+ int alt4=2;
+ int LA4_0 = input.LA(1);
+
+ if ( (LA4_0==RULE_CSSSTRING) ) {
+ alt4=1;
+ }
+ else if ( (LA4_0==64) ) {
+ alt4=2;
+ }
+ else {
+ if (state.backtracking>0) {state.failed=true; return ;}
+ NoViableAltException nvae =
+ new NoViableAltException("", 4, 0, input);
+
+ throw nvae;
+ }
+ switch (alt4) {
+ case 1 :
+ // InternalCSS.g:1478:1: ( ( rule__ImportExpression__ValueAssignment_1_0 ) )
+ {
+ // InternalCSS.g:1478:1: ( ( rule__ImportExpression__ValueAssignment_1_0 ) )
+ // InternalCSS.g:1479:1: ( rule__ImportExpression__ValueAssignment_1_0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getImportExpressionAccess().getValueAssignment_1_0());
+ }
+ // InternalCSS.g:1480:1: ( rule__ImportExpression__ValueAssignment_1_0 )
+ // InternalCSS.g:1480:2: rule__ImportExpression__ValueAssignment_1_0
+ {
+ pushFollow(FOLLOW_2);
+ rule__ImportExpression__ValueAssignment_1_0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getImportExpressionAccess().getValueAssignment_1_0());
+ }
+
+ }
+
+
+ }
+ break;
+ case 2 :
+ // InternalCSS.g:1484:6: ( ( rule__ImportExpression__Group_1_1__0 ) )
+ {
+ // InternalCSS.g:1484:6: ( ( rule__ImportExpression__Group_1_1__0 ) )
+ // InternalCSS.g:1485:1: ( rule__ImportExpression__Group_1_1__0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getImportExpressionAccess().getGroup_1_1());
+ }
+ // InternalCSS.g:1486:1: ( rule__ImportExpression__Group_1_1__0 )
+ // InternalCSS.g:1486:2: rule__ImportExpression__Group_1_1__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__ImportExpression__Group_1_1__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getImportExpressionAccess().getGroup_1_1());
+ }
+
+ }
+
+
+ }
+ break;
+
+ }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ImportExpression__Alternatives_1"
+
+
+ // $ANTLR start "rule__Page__Alternatives_1"
+ // InternalCSS.g:1495:1: rule__Page__Alternatives_1 : ( ( '@page' ) | ( '@PAGE' ) );
+ public final void rule__Page__Alternatives_1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:1499:1: ( ( '@page' ) | ( '@PAGE' ) )
+ int alt5=2;
+ int LA5_0 = input.LA(1);
+
+ if ( (LA5_0==24) ) {
+ alt5=1;
+ }
+ else if ( (LA5_0==25) ) {
+ alt5=2;
+ }
+ else {
+ if (state.backtracking>0) {state.failed=true; return ;}
+ NoViableAltException nvae =
+ new NoViableAltException("", 5, 0, input);
+
+ throw nvae;
+ }
+ switch (alt5) {
+ case 1 :
+ // InternalCSS.g:1500:1: ( '@page' )
+ {
+ // InternalCSS.g:1500:1: ( '@page' )
+ // InternalCSS.g:1501:1: '@page'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getPageAccess().getPageKeyword_1_0());
+ }
+ match(input,24,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getPageAccess().getPageKeyword_1_0());
+ }
+
+ }
+
+
+ }
+ break;
+ case 2 :
+ // InternalCSS.g:1508:6: ( '@PAGE' )
+ {
+ // InternalCSS.g:1508:6: ( '@PAGE' )
+ // InternalCSS.g:1509:1: '@PAGE'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getPageAccess().getPAGEKeyword_1_1());
+ }
+ match(input,25,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getPageAccess().getPAGEKeyword_1_1());
+ }
+
+ }
+
+
+ }
+ break;
+
+ }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Page__Alternatives_1"
+
+
+ // $ANTLR start "rule__Media__Alternatives_0"
+ // InternalCSS.g:1521:1: rule__Media__Alternatives_0 : ( ( '@media' ) | ( '@MEDIA' ) );
+ public final void rule__Media__Alternatives_0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:1525:1: ( ( '@media' ) | ( '@MEDIA' ) )
+ int alt6=2;
+ int LA6_0 = input.LA(1);
+
+ if ( (LA6_0==26) ) {
+ alt6=1;
+ }
+ else if ( (LA6_0==27) ) {
+ alt6=2;
+ }
+ else {
+ if (state.backtracking>0) {state.failed=true; return ;}
+ NoViableAltException nvae =
+ new NoViableAltException("", 6, 0, input);
+
+ throw nvae;
+ }
+ switch (alt6) {
+ case 1 :
+ // InternalCSS.g:1526:1: ( '@media' )
+ {
+ // InternalCSS.g:1526:1: ( '@media' )
+ // InternalCSS.g:1527:1: '@media'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getMediaAccess().getMediaKeyword_0_0());
+ }
+ match(input,26,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getMediaAccess().getMediaKeyword_0_0());
+ }
+
+ }
+
+
+ }
+ break;
+ case 2 :
+ // InternalCSS.g:1534:6: ( '@MEDIA' )
+ {
+ // InternalCSS.g:1534:6: ( '@MEDIA' )
+ // InternalCSS.g:1535:1: '@MEDIA'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getMediaAccess().getMEDIAKeyword_0_1());
+ }
+ match(input,27,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getMediaAccess().getMEDIAKeyword_0_1());
+ }
+
+ }
+
+
+ }
+ break;
+
+ }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Media__Alternatives_0"
+
+
+ // $ANTLR start "rule__Font_face__Alternatives_1"
+ // InternalCSS.g:1547:1: rule__Font_face__Alternatives_1 : ( ( '@font-face' ) | ( '@FONT-FACE' ) );
+ public final void rule__Font_face__Alternatives_1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:1551:1: ( ( '@font-face' ) | ( '@FONT-FACE' ) )
+ int alt7=2;
+ int LA7_0 = input.LA(1);
+
+ if ( (LA7_0==28) ) {
+ alt7=1;
+ }
+ else if ( (LA7_0==29) ) {
+ alt7=2;
+ }
+ else {
+ if (state.backtracking>0) {state.failed=true; return ;}
+ NoViableAltException nvae =
+ new NoViableAltException("", 7, 0, input);
+
+ throw nvae;
+ }
+ switch (alt7) {
+ case 1 :
+ // InternalCSS.g:1552:1: ( '@font-face' )
+ {
+ // InternalCSS.g:1552:1: ( '@font-face' )
+ // InternalCSS.g:1553:1: '@font-face'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getFont_faceAccess().getFontFaceKeyword_1_0());
+ }
+ match(input,28,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getFont_faceAccess().getFontFaceKeyword_1_0());
+ }
+
+ }
+
+
+ }
+ break;
+ case 2 :
+ // InternalCSS.g:1560:6: ( '@FONT-FACE' )
+ {
+ // InternalCSS.g:1560:6: ( '@FONT-FACE' )
+ // InternalCSS.g:1561:1: '@FONT-FACE'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getFont_faceAccess().getFONTFACEKeyword_1_1());
+ }
+ match(input,29,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getFont_faceAccess().getFONTFACEKeyword_1_1());
+ }
+
+ }
+
+
+ }
+ break;
+
+ }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Font_face__Alternatives_1"
+
+
+ // $ANTLR start "rule__Keyframes__Alternatives_1"
+ // InternalCSS.g:1573:1: rule__Keyframes__Alternatives_1 : ( ( '@keyframes' ) | ( '@KEYFRAMES' ) );
+ public final void rule__Keyframes__Alternatives_1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:1577:1: ( ( '@keyframes' ) | ( '@KEYFRAMES' ) )
+ int alt8=2;
+ int LA8_0 = input.LA(1);
+
+ if ( (LA8_0==30) ) {
+ alt8=1;
+ }
+ else if ( (LA8_0==31) ) {
+ alt8=2;
+ }
+ else {
+ if (state.backtracking>0) {state.failed=true; return ;}
+ NoViableAltException nvae =
+ new NoViableAltException("", 8, 0, input);
+
+ throw nvae;
+ }
+ switch (alt8) {
+ case 1 :
+ // InternalCSS.g:1578:1: ( '@keyframes' )
+ {
+ // InternalCSS.g:1578:1: ( '@keyframes' )
+ // InternalCSS.g:1579:1: '@keyframes'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getKeyframesAccess().getKeyframesKeyword_1_0());
+ }
+ match(input,30,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getKeyframesAccess().getKeyframesKeyword_1_0());
+ }
+
+ }
+
+
+ }
+ break;
+ case 2 :
+ // InternalCSS.g:1586:6: ( '@KEYFRAMES' )
+ {
+ // InternalCSS.g:1586:6: ( '@KEYFRAMES' )
+ // InternalCSS.g:1587:1: '@KEYFRAMES'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getKeyframesAccess().getKEYFRAMESKeyword_1_1());
+ }
+ match(input,31,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getKeyframesAccess().getKEYFRAMESKeyword_1_1());
+ }
+
+ }
+
+
+ }
+ break;
+
+ }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Keyframes__Alternatives_1"
+
+
+ // $ANTLR start "rule__Keyframe_selector__Alternatives_0"
+ // InternalCSS.g:1599:1: rule__Keyframe_selector__Alternatives_0 : ( ( ( rule__Keyframe_selector__TypeAssignment_0_0 ) ) | ( ( rule__Keyframe_selector__Group_0_1__0 ) ) );
+ public final void rule__Keyframe_selector__Alternatives_0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:1603:1: ( ( ( rule__Keyframe_selector__TypeAssignment_0_0 ) ) | ( ( rule__Keyframe_selector__Group_0_1__0 ) ) )
+ int alt9=2;
+ switch ( input.LA(1) ) {
+ case RULE_DASH:
+ {
+ int LA9_1 = input.LA(2);
+
+ if ( (LA9_1==RULE_ONE_INT||LA9_1==39) ) {
+ alt9=2;
+ }
+ else if ( (LA9_1==RULE_UNDERSCORE||(LA9_1>=RULE_ONE_HEX_LETTER && LA9_1<=RULE_ONE_NON_HEX_LETTER)||(LA9_1>=49 && LA9_1<=52)) ) {
+ alt9=1;
+ }
+ else {
+ if (state.backtracking>0) {state.failed=true; return ;}
+ NoViableAltException nvae =
+ new NoViableAltException("", 9, 1, input);
+
+ throw nvae;
+ }
+ }
+ break;
+ case RULE_UNDERSCORE:
+ case RULE_ONE_HEX_LETTER:
+ case RULE_ONE_NON_HEX_LETTER:
+ case 49:
+ case 50:
+ case 51:
+ case 52:
+ {
+ alt9=1;
+ }
+ break;
+ case RULE_PLUS:
+ case RULE_ONE_INT:
+ case 39:
+ {
+ alt9=2;
+ }
+ break;
+ default:
+ if (state.backtracking>0) {state.failed=true; return ;}
+ NoViableAltException nvae =
+ new NoViableAltException("", 9, 0, input);
+
+ throw nvae;
+ }
+
+ switch (alt9) {
+ case 1 :
+ // InternalCSS.g:1604:1: ( ( rule__Keyframe_selector__TypeAssignment_0_0 ) )
+ {
+ // InternalCSS.g:1604:1: ( ( rule__Keyframe_selector__TypeAssignment_0_0 ) )
+ // InternalCSS.g:1605:1: ( rule__Keyframe_selector__TypeAssignment_0_0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getKeyframe_selectorAccess().getTypeAssignment_0_0());
+ }
+ // InternalCSS.g:1606:1: ( rule__Keyframe_selector__TypeAssignment_0_0 )
+ // InternalCSS.g:1606:2: rule__Keyframe_selector__TypeAssignment_0_0
+ {
+ pushFollow(FOLLOW_2);
+ rule__Keyframe_selector__TypeAssignment_0_0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getKeyframe_selectorAccess().getTypeAssignment_0_0());
+ }
+
+ }
+
+
+ }
+ break;
+ case 2 :
+ // InternalCSS.g:1610:6: ( ( rule__Keyframe_selector__Group_0_1__0 ) )
+ {
+ // InternalCSS.g:1610:6: ( ( rule__Keyframe_selector__Group_0_1__0 ) )
+ // InternalCSS.g:1611:1: ( rule__Keyframe_selector__Group_0_1__0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getKeyframe_selectorAccess().getGroup_0_1());
+ }
+ // InternalCSS.g:1612:1: ( rule__Keyframe_selector__Group_0_1__0 )
+ // InternalCSS.g:1612:2: rule__Keyframe_selector__Group_0_1__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__Keyframe_selector__Group_0_1__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getKeyframe_selectorAccess().getGroup_0_1());
+ }
+
+ }
+
+
+ }
+ break;
+
+ }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Keyframe_selector__Alternatives_0"
+
+
+ // $ANTLR start "rule__Selector__Alternatives_1"
+ // InternalCSS.g:1621:1: rule__Selector__Alternatives_1 : ( ( ( rule__Selector__Group_1_0__0 ) ) | ( ( rule__Selector__Group_1_1__0 ) ) );
+ public final void rule__Selector__Alternatives_1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:1625:1: ( ( ( rule__Selector__Group_1_0__0 ) ) | ( ( rule__Selector__Group_1_1__0 ) ) )
+ int alt10=2;
+ int LA10_0 = input.LA(1);
+
+ if ( (LA10_0==RULE_PLUS||(LA10_0>=37 && LA10_0<=38)) ) {
+ alt10=1;
+ }
+ else if ( (LA10_0==RULE_WS) ) {
+ alt10=2;
+ }
+ else {
+ if (state.backtracking>0) {state.failed=true; return ;}
+ NoViableAltException nvae =
+ new NoViableAltException("", 10, 0, input);
+
+ throw nvae;
+ }
+ switch (alt10) {
+ case 1 :
+ // InternalCSS.g:1626:1: ( ( rule__Selector__Group_1_0__0 ) )
+ {
+ // InternalCSS.g:1626:1: ( ( rule__Selector__Group_1_0__0 ) )
+ // InternalCSS.g:1627:1: ( rule__Selector__Group_1_0__0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSelectorAccess().getGroup_1_0());
+ }
+ // InternalCSS.g:1628:1: ( rule__Selector__Group_1_0__0 )
+ // InternalCSS.g:1628:2: rule__Selector__Group_1_0__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__Selector__Group_1_0__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSelectorAccess().getGroup_1_0());
+ }
+
+ }
+
+
+ }
+ break;
+ case 2 :
+ // InternalCSS.g:1632:6: ( ( rule__Selector__Group_1_1__0 ) )
+ {
+ // InternalCSS.g:1632:6: ( ( rule__Selector__Group_1_1__0 ) )
+ // InternalCSS.g:1633:1: ( rule__Selector__Group_1_1__0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSelectorAccess().getGroup_1_1());
+ }
+ // InternalCSS.g:1634:1: ( rule__Selector__Group_1_1__0 )
+ // InternalCSS.g:1634:2: rule__Selector__Group_1_1__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__Selector__Group_1_1__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSelectorAccess().getGroup_1_1());
+ }
+
+ }
+
+
+ }
+ break;
+
+ }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Selector__Alternatives_1"
+
+
+ // $ANTLR start "rule__SimpleSelectorForNegation__Alternatives"
+ // InternalCSS.g:1643:1: rule__SimpleSelectorForNegation__Alternatives : ( ( ( rule__SimpleSelectorForNegation__Group_0__0 ) ) | ( ( ( rule__SimpleSelectorForNegation__SubSelectorsAssignment_1 ) ) ( ( rule__SimpleSelectorForNegation__SubSelectorsAssignment_1 )* ) ) );
+ public final void rule__SimpleSelectorForNegation__Alternatives() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:1647:1: ( ( ( rule__SimpleSelectorForNegation__Group_0__0 ) ) | ( ( ( rule__SimpleSelectorForNegation__SubSelectorsAssignment_1 ) ) ( ( rule__SimpleSelectorForNegation__SubSelectorsAssignment_1 )* ) ) )
+ int alt12=2;
+ int LA12_0 = input.LA(1);
+
+ if ( ((LA12_0>=RULE_DASH && LA12_0<=RULE_UNDERSCORE)||(LA12_0>=RULE_ONE_HEX_LETTER && LA12_0<=RULE_ONE_NON_HEX_LETTER)||LA12_0==36||(LA12_0>=49 && LA12_0<=52)||LA12_0==60) ) {
+ alt12=1;
+ }
+ else if ( ((LA12_0>=RULE_COLON && LA12_0<=RULE_HASHMARK)||LA12_0==39||LA12_0==42) ) {
+ alt12=2;
+ }
+ else {
+ if (state.backtracking>0) {state.failed=true; return ;}
+ NoViableAltException nvae =
+ new NoViableAltException("", 12, 0, input);
+
+ throw nvae;
+ }
+ switch (alt12) {
+ case 1 :
+ // InternalCSS.g:1648:1: ( ( rule__SimpleSelectorForNegation__Group_0__0 ) )
+ {
+ // InternalCSS.g:1648:1: ( ( rule__SimpleSelectorForNegation__Group_0__0 ) )
+ // InternalCSS.g:1649:1: ( rule__SimpleSelectorForNegation__Group_0__0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSimpleSelectorForNegationAccess().getGroup_0());
+ }
+ // InternalCSS.g:1650:1: ( rule__SimpleSelectorForNegation__Group_0__0 )
+ // InternalCSS.g:1650:2: rule__SimpleSelectorForNegation__Group_0__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__SimpleSelectorForNegation__Group_0__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSimpleSelectorForNegationAccess().getGroup_0());
+ }
+
+ }
+
+
+ }
+ break;
+ case 2 :
+ // InternalCSS.g:1654:6: ( ( ( rule__SimpleSelectorForNegation__SubSelectorsAssignment_1 ) ) ( ( rule__SimpleSelectorForNegation__SubSelectorsAssignment_1 )* ) )
+ {
+ // InternalCSS.g:1654:6: ( ( ( rule__SimpleSelectorForNegation__SubSelectorsAssignment_1 ) ) ( ( rule__SimpleSelectorForNegation__SubSelectorsAssignment_1 )* ) )
+ // InternalCSS.g:1655:1: ( ( rule__SimpleSelectorForNegation__SubSelectorsAssignment_1 ) ) ( ( rule__SimpleSelectorForNegation__SubSelectorsAssignment_1 )* )
+ {
+ // InternalCSS.g:1655:1: ( ( rule__SimpleSelectorForNegation__SubSelectorsAssignment_1 ) )
+ // InternalCSS.g:1656:1: ( rule__SimpleSelectorForNegation__SubSelectorsAssignment_1 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSimpleSelectorForNegationAccess().getSubSelectorsAssignment_1());
+ }
+ // InternalCSS.g:1657:1: ( rule__SimpleSelectorForNegation__SubSelectorsAssignment_1 )
+ // InternalCSS.g:1657:2: rule__SimpleSelectorForNegation__SubSelectorsAssignment_1
+ {
+ pushFollow(FOLLOW_3);
+ rule__SimpleSelectorForNegation__SubSelectorsAssignment_1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSimpleSelectorForNegationAccess().getSubSelectorsAssignment_1());
+ }
+
+ }
+
+ // InternalCSS.g:1660:1: ( ( rule__SimpleSelectorForNegation__SubSelectorsAssignment_1 )* )
+ // InternalCSS.g:1661:1: ( rule__SimpleSelectorForNegation__SubSelectorsAssignment_1 )*
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSimpleSelectorForNegationAccess().getSubSelectorsAssignment_1());
+ }
+ // InternalCSS.g:1662:1: ( rule__SimpleSelectorForNegation__SubSelectorsAssignment_1 )*
+ loop11:
+ do {
+ int alt11=2;
+ int LA11_0 = input.LA(1);
+
+ if ( ((LA11_0>=RULE_COLON && LA11_0<=RULE_HASHMARK)||LA11_0==39||LA11_0==42) ) {
+ alt11=1;
+ }
+
+
+ switch (alt11) {
+ case 1 :
+ // InternalCSS.g:1662:2: rule__SimpleSelectorForNegation__SubSelectorsAssignment_1
+ {
+ pushFollow(FOLLOW_3);
+ rule__SimpleSelectorForNegation__SubSelectorsAssignment_1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+ break;
+
+ default :
+ break loop11;
+ }
+ } while (true);
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSimpleSelectorForNegationAccess().getSubSelectorsAssignment_1());
+ }
+
+ }
+
+
+ }
+
+
+ }
+ break;
+
+ }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__SimpleSelectorForNegation__Alternatives"
+
+
+ // $ANTLR start "rule__SimpleSelectorForNegation__Alternatives_0_0"
+ // InternalCSS.g:1672:1: rule__SimpleSelectorForNegation__Alternatives_0_0 : ( ( ( rule__SimpleSelectorForNegation__ElementAssignment_0_0_0 ) ) | ( ( rule__SimpleSelectorForNegation__UniversalAssignment_0_0_1 ) ) );
+ public final void rule__SimpleSelectorForNegation__Alternatives_0_0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:1676:1: ( ( ( rule__SimpleSelectorForNegation__ElementAssignment_0_0_0 ) ) | ( ( rule__SimpleSelectorForNegation__UniversalAssignment_0_0_1 ) ) )
+ int alt13=2;
+ alt13 = dfa13.predict(input);
+ switch (alt13) {
+ case 1 :
+ // InternalCSS.g:1677:1: ( ( rule__SimpleSelectorForNegation__ElementAssignment_0_0_0 ) )
+ {
+ // InternalCSS.g:1677:1: ( ( rule__SimpleSelectorForNegation__ElementAssignment_0_0_0 ) )
+ // InternalCSS.g:1678:1: ( rule__SimpleSelectorForNegation__ElementAssignment_0_0_0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSimpleSelectorForNegationAccess().getElementAssignment_0_0_0());
+ }
+ // InternalCSS.g:1679:1: ( rule__SimpleSelectorForNegation__ElementAssignment_0_0_0 )
+ // InternalCSS.g:1679:2: rule__SimpleSelectorForNegation__ElementAssignment_0_0_0
+ {
+ pushFollow(FOLLOW_2);
+ rule__SimpleSelectorForNegation__ElementAssignment_0_0_0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSimpleSelectorForNegationAccess().getElementAssignment_0_0_0());
+ }
+
+ }
+
+
+ }
+ break;
+ case 2 :
+ // InternalCSS.g:1683:6: ( ( rule__SimpleSelectorForNegation__UniversalAssignment_0_0_1 ) )
+ {
+ // InternalCSS.g:1683:6: ( ( rule__SimpleSelectorForNegation__UniversalAssignment_0_0_1 ) )
+ // InternalCSS.g:1684:1: ( rule__SimpleSelectorForNegation__UniversalAssignment_0_0_1 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSimpleSelectorForNegationAccess().getUniversalAssignment_0_0_1());
+ }
+ // InternalCSS.g:1685:1: ( rule__SimpleSelectorForNegation__UniversalAssignment_0_0_1 )
+ // InternalCSS.g:1685:2: rule__SimpleSelectorForNegation__UniversalAssignment_0_0_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__SimpleSelectorForNegation__UniversalAssignment_0_0_1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSimpleSelectorForNegationAccess().getUniversalAssignment_0_0_1());
+ }
+
+ }
+
+
+ }
+ break;
+
+ }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__SimpleSelectorForNegation__Alternatives_0_0"
+
+
+ // $ANTLR start "rule__SubSelectorForNegation__Alternatives"
+ // InternalCSS.g:1694:1: rule__SubSelectorForNegation__Alternatives : ( ( ruleIdSelector ) | ( ruleClassSelector ) | ( ruleAttributeSelector ) | ( rulePseudoClass ) );
+ public final void rule__SubSelectorForNegation__Alternatives() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:1698:1: ( ( ruleIdSelector ) | ( ruleClassSelector ) | ( ruleAttributeSelector ) | ( rulePseudoClass ) )
+ int alt14=4;
+ switch ( input.LA(1) ) {
+ case RULE_HASHMARK:
+ {
+ alt14=1;
+ }
+ break;
+ case 39:
+ {
+ alt14=2;
+ }
+ break;
+ case 42:
+ {
+ alt14=3;
+ }
+ break;
+ case RULE_COLON:
+ {
+ alt14=4;
+ }
+ break;
+ default:
+ if (state.backtracking>0) {state.failed=true; return ;}
+ NoViableAltException nvae =
+ new NoViableAltException("", 14, 0, input);
+
+ throw nvae;
+ }
+
+ switch (alt14) {
+ case 1 :
+ // InternalCSS.g:1699:1: ( ruleIdSelector )
+ {
+ // InternalCSS.g:1699:1: ( ruleIdSelector )
+ // InternalCSS.g:1700:1: ruleIdSelector
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSubSelectorForNegationAccess().getIdSelectorParserRuleCall_0());
+ }
+ pushFollow(FOLLOW_2);
+ ruleIdSelector();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSubSelectorForNegationAccess().getIdSelectorParserRuleCall_0());
+ }
+
+ }
+
+
+ }
+ break;
+ case 2 :
+ // InternalCSS.g:1705:6: ( ruleClassSelector )
+ {
+ // InternalCSS.g:1705:6: ( ruleClassSelector )
+ // InternalCSS.g:1706:1: ruleClassSelector
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSubSelectorForNegationAccess().getClassSelectorParserRuleCall_1());
+ }
+ pushFollow(FOLLOW_2);
+ ruleClassSelector();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSubSelectorForNegationAccess().getClassSelectorParserRuleCall_1());
+ }
+
+ }
+
+
+ }
+ break;
+ case 3 :
+ // InternalCSS.g:1711:6: ( ruleAttributeSelector )
+ {
+ // InternalCSS.g:1711:6: ( ruleAttributeSelector )
+ // InternalCSS.g:1712:1: ruleAttributeSelector
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSubSelectorForNegationAccess().getAttributeSelectorParserRuleCall_2());
+ }
+ pushFollow(FOLLOW_2);
+ ruleAttributeSelector();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSubSelectorForNegationAccess().getAttributeSelectorParserRuleCall_2());
+ }
+
+ }
+
+
+ }
+ break;
+ case 4 :
+ // InternalCSS.g:1717:6: ( rulePseudoClass )
+ {
+ // InternalCSS.g:1717:6: ( rulePseudoClass )
+ // InternalCSS.g:1718:1: rulePseudoClass
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSubSelectorForNegationAccess().getPseudoClassParserRuleCall_3());
+ }
+ pushFollow(FOLLOW_2);
+ rulePseudoClass();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSubSelectorForNegationAccess().getPseudoClassParserRuleCall_3());
+ }
+
+ }
+
+
+ }
+ break;
+
+ }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__SubSelectorForNegation__Alternatives"
+
+
+ // $ANTLR start "rule__Simple_selector__Alternatives"
+ // InternalCSS.g:1728:1: rule__Simple_selector__Alternatives : ( ( ( rule__Simple_selector__Group_0__0 ) ) | ( ( ( rule__Simple_selector__SubSelectorsAssignment_1 ) ) ( ( rule__Simple_selector__SubSelectorsAssignment_1 )* ) ) );
+ public final void rule__Simple_selector__Alternatives() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:1732:1: ( ( ( rule__Simple_selector__Group_0__0 ) ) | ( ( ( rule__Simple_selector__SubSelectorsAssignment_1 ) ) ( ( rule__Simple_selector__SubSelectorsAssignment_1 )* ) ) )
+ int alt16=2;
+ int LA16_0 = input.LA(1);
+
+ if ( ((LA16_0>=RULE_DASH && LA16_0<=RULE_UNDERSCORE)||(LA16_0>=RULE_ONE_HEX_LETTER && LA16_0<=RULE_ONE_NON_HEX_LETTER)||LA16_0==36||(LA16_0>=49 && LA16_0<=52)||LA16_0==60) ) {
+ alt16=1;
+ }
+ else if ( ((LA16_0>=RULE_COLON && LA16_0<=RULE_HASHMARK)||LA16_0==39||LA16_0==42) ) {
+ alt16=2;
+ }
+ else {
+ if (state.backtracking>0) {state.failed=true; return ;}
+ NoViableAltException nvae =
+ new NoViableAltException("", 16, 0, input);
+
+ throw nvae;
+ }
+ switch (alt16) {
+ case 1 :
+ // InternalCSS.g:1733:1: ( ( rule__Simple_selector__Group_0__0 ) )
+ {
+ // InternalCSS.g:1733:1: ( ( rule__Simple_selector__Group_0__0 ) )
+ // InternalCSS.g:1734:1: ( rule__Simple_selector__Group_0__0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSimple_selectorAccess().getGroup_0());
+ }
+ // InternalCSS.g:1735:1: ( rule__Simple_selector__Group_0__0 )
+ // InternalCSS.g:1735:2: rule__Simple_selector__Group_0__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__Simple_selector__Group_0__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSimple_selectorAccess().getGroup_0());
+ }
+
+ }
+
+
+ }
+ break;
+ case 2 :
+ // InternalCSS.g:1739:6: ( ( ( rule__Simple_selector__SubSelectorsAssignment_1 ) ) ( ( rule__Simple_selector__SubSelectorsAssignment_1 )* ) )
+ {
+ // InternalCSS.g:1739:6: ( ( ( rule__Simple_selector__SubSelectorsAssignment_1 ) ) ( ( rule__Simple_selector__SubSelectorsAssignment_1 )* ) )
+ // InternalCSS.g:1740:1: ( ( rule__Simple_selector__SubSelectorsAssignment_1 ) ) ( ( rule__Simple_selector__SubSelectorsAssignment_1 )* )
+ {
+ // InternalCSS.g:1740:1: ( ( rule__Simple_selector__SubSelectorsAssignment_1 ) )
+ // InternalCSS.g:1741:1: ( rule__Simple_selector__SubSelectorsAssignment_1 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSimple_selectorAccess().getSubSelectorsAssignment_1());
+ }
+ // InternalCSS.g:1742:1: ( rule__Simple_selector__SubSelectorsAssignment_1 )
+ // InternalCSS.g:1742:2: rule__Simple_selector__SubSelectorsAssignment_1
+ {
+ pushFollow(FOLLOW_3);
+ rule__Simple_selector__SubSelectorsAssignment_1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSimple_selectorAccess().getSubSelectorsAssignment_1());
+ }
+
+ }
+
+ // InternalCSS.g:1745:1: ( ( rule__Simple_selector__SubSelectorsAssignment_1 )* )
+ // InternalCSS.g:1746:1: ( rule__Simple_selector__SubSelectorsAssignment_1 )*
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSimple_selectorAccess().getSubSelectorsAssignment_1());
+ }
+ // InternalCSS.g:1747:1: ( rule__Simple_selector__SubSelectorsAssignment_1 )*
+ loop15:
+ do {
+ int alt15=2;
+ int LA15_0 = input.LA(1);
+
+ if ( ((LA15_0>=RULE_COLON && LA15_0<=RULE_HASHMARK)||LA15_0==39||LA15_0==42) ) {
+ alt15=1;
+ }
+
+
+ switch (alt15) {
+ case 1 :
+ // InternalCSS.g:1747:2: rule__Simple_selector__SubSelectorsAssignment_1
+ {
+ pushFollow(FOLLOW_3);
+ rule__Simple_selector__SubSelectorsAssignment_1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+ break;
+
+ default :
+ break loop15;
+ }
+ } while (true);
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSimple_selectorAccess().getSubSelectorsAssignment_1());
+ }
+
+ }
+
+
+ }
+
+
+ }
+ break;
+
+ }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Simple_selector__Alternatives"
+
+
+ // $ANTLR start "rule__Simple_selector__Alternatives_0_0"
+ // InternalCSS.g:1757:1: rule__Simple_selector__Alternatives_0_0 : ( ( ( rule__Simple_selector__ElementAssignment_0_0_0 ) ) | ( ( rule__Simple_selector__UniversalAssignment_0_0_1 ) ) );
+ public final void rule__Simple_selector__Alternatives_0_0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:1761:1: ( ( ( rule__Simple_selector__ElementAssignment_0_0_0 ) ) | ( ( rule__Simple_selector__UniversalAssignment_0_0_1 ) ) )
+ int alt17=2;
+ alt17 = dfa17.predict(input);
+ switch (alt17) {
+ case 1 :
+ // InternalCSS.g:1762:1: ( ( rule__Simple_selector__ElementAssignment_0_0_0 ) )
+ {
+ // InternalCSS.g:1762:1: ( ( rule__Simple_selector__ElementAssignment_0_0_0 ) )
+ // InternalCSS.g:1763:1: ( rule__Simple_selector__ElementAssignment_0_0_0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSimple_selectorAccess().getElementAssignment_0_0_0());
+ }
+ // InternalCSS.g:1764:1: ( rule__Simple_selector__ElementAssignment_0_0_0 )
+ // InternalCSS.g:1764:2: rule__Simple_selector__ElementAssignment_0_0_0
+ {
+ pushFollow(FOLLOW_2);
+ rule__Simple_selector__ElementAssignment_0_0_0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSimple_selectorAccess().getElementAssignment_0_0_0());
+ }
+
+ }
+
+
+ }
+ break;
+ case 2 :
+ // InternalCSS.g:1768:6: ( ( rule__Simple_selector__UniversalAssignment_0_0_1 ) )
+ {
+ // InternalCSS.g:1768:6: ( ( rule__Simple_selector__UniversalAssignment_0_0_1 ) )
+ // InternalCSS.g:1769:1: ( rule__Simple_selector__UniversalAssignment_0_0_1 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSimple_selectorAccess().getUniversalAssignment_0_0_1());
+ }
+ // InternalCSS.g:1770:1: ( rule__Simple_selector__UniversalAssignment_0_0_1 )
+ // InternalCSS.g:1770:2: rule__Simple_selector__UniversalAssignment_0_0_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__Simple_selector__UniversalAssignment_0_0_1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSimple_selectorAccess().getUniversalAssignment_0_0_1());
+ }
+
+ }
+
+
+ }
+ break;
+
+ }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Simple_selector__Alternatives_0_0"
+
+
+ // $ANTLR start "rule__SubSelector__Alternatives"
+ // InternalCSS.g:1779:1: rule__SubSelector__Alternatives : ( ( ruleIdSelector ) | ( ruleClassSelector ) | ( ruleAttributeSelector ) | ( rulePseudoClassOrFunc ) );
+ public final void rule__SubSelector__Alternatives() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:1783:1: ( ( ruleIdSelector ) | ( ruleClassSelector ) | ( ruleAttributeSelector ) | ( rulePseudoClassOrFunc ) )
+ int alt18=4;
+ switch ( input.LA(1) ) {
+ case RULE_HASHMARK:
+ {
+ alt18=1;
+ }
+ break;
+ case 39:
+ {
+ alt18=2;
+ }
+ break;
+ case 42:
+ {
+ alt18=3;
+ }
+ break;
+ case RULE_COLON:
+ {
+ alt18=4;
+ }
+ break;
+ default:
+ if (state.backtracking>0) {state.failed=true; return ;}
+ NoViableAltException nvae =
+ new NoViableAltException("", 18, 0, input);
+
+ throw nvae;
+ }
+
+ switch (alt18) {
+ case 1 :
+ // InternalCSS.g:1784:1: ( ruleIdSelector )
+ {
+ // InternalCSS.g:1784:1: ( ruleIdSelector )
+ // InternalCSS.g:1785:1: ruleIdSelector
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSubSelectorAccess().getIdSelectorParserRuleCall_0());
+ }
+ pushFollow(FOLLOW_2);
+ ruleIdSelector();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSubSelectorAccess().getIdSelectorParserRuleCall_0());
+ }
+
+ }
+
+
+ }
+ break;
+ case 2 :
+ // InternalCSS.g:1790:6: ( ruleClassSelector )
+ {
+ // InternalCSS.g:1790:6: ( ruleClassSelector )
+ // InternalCSS.g:1791:1: ruleClassSelector
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSubSelectorAccess().getClassSelectorParserRuleCall_1());
+ }
+ pushFollow(FOLLOW_2);
+ ruleClassSelector();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSubSelectorAccess().getClassSelectorParserRuleCall_1());
+ }
+
+ }
+
+
+ }
+ break;
+ case 3 :
+ // InternalCSS.g:1796:6: ( ruleAttributeSelector )
+ {
+ // InternalCSS.g:1796:6: ( ruleAttributeSelector )
+ // InternalCSS.g:1797:1: ruleAttributeSelector
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSubSelectorAccess().getAttributeSelectorParserRuleCall_2());
+ }
+ pushFollow(FOLLOW_2);
+ ruleAttributeSelector();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSubSelectorAccess().getAttributeSelectorParserRuleCall_2());
+ }
+
+ }
+
+
+ }
+ break;
+ case 4 :
+ // InternalCSS.g:1802:6: ( rulePseudoClassOrFunc )
+ {
+ // InternalCSS.g:1802:6: ( rulePseudoClassOrFunc )
+ // InternalCSS.g:1803:1: rulePseudoClassOrFunc
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSubSelectorAccess().getPseudoClassOrFuncParserRuleCall_3());
+ }
+ pushFollow(FOLLOW_2);
+ rulePseudoClassOrFunc();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSubSelectorAccess().getPseudoClassOrFuncParserRuleCall_3());
+ }
+
+ }
+
+
+ }
+ break;
+
+ }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__SubSelector__Alternatives"
+
+
+ // $ANTLR start "rule__AttributeSelector__OpAlternatives_3_0_0"
+ // InternalCSS.g:1813:1: rule__AttributeSelector__OpAlternatives_3_0_0 : ( ( '^=' ) | ( '$=' ) | ( '*=' ) | ( '=' ) | ( RULE_INCLUDES ) | ( RULE_DASHMATCH ) );
+ public final void rule__AttributeSelector__OpAlternatives_3_0_0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:1817:1: ( ( '^=' ) | ( '$=' ) | ( '*=' ) | ( '=' ) | ( RULE_INCLUDES ) | ( RULE_DASHMATCH ) )
+ int alt19=6;
+ switch ( input.LA(1) ) {
+ case 32:
+ {
+ alt19=1;
+ }
+ break;
+ case 33:
+ {
+ alt19=2;
+ }
+ break;
+ case 34:
+ {
+ alt19=3;
+ }
+ break;
+ case 35:
+ {
+ alt19=4;
+ }
+ break;
+ case RULE_INCLUDES:
+ {
+ alt19=5;
+ }
+ break;
+ case RULE_DASHMATCH:
+ {
+ alt19=6;
+ }
+ break;
+ default:
+ if (state.backtracking>0) {state.failed=true; return ;}
+ NoViableAltException nvae =
+ new NoViableAltException("", 19, 0, input);
+
+ throw nvae;
+ }
+
+ switch (alt19) {
+ case 1 :
+ // InternalCSS.g:1818:1: ( '^=' )
+ {
+ // InternalCSS.g:1818:1: ( '^=' )
+ // InternalCSS.g:1819:1: '^='
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getAttributeSelectorAccess().getOpCircumflexAccentEqualsSignKeyword_3_0_0_0());
+ }
+ match(input,32,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getAttributeSelectorAccess().getOpCircumflexAccentEqualsSignKeyword_3_0_0_0());
+ }
+
+ }
+
+
+ }
+ break;
+ case 2 :
+ // InternalCSS.g:1826:6: ( '$=' )
+ {
+ // InternalCSS.g:1826:6: ( '$=' )
+ // InternalCSS.g:1827:1: '$='
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getAttributeSelectorAccess().getOpDollarSignEqualsSignKeyword_3_0_0_1());
+ }
+ match(input,33,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getAttributeSelectorAccess().getOpDollarSignEqualsSignKeyword_3_0_0_1());
+ }
+
+ }
+
+
+ }
+ break;
+ case 3 :
+ // InternalCSS.g:1834:6: ( '*=' )
+ {
+ // InternalCSS.g:1834:6: ( '*=' )
+ // InternalCSS.g:1835:1: '*='
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getAttributeSelectorAccess().getOpAsteriskEqualsSignKeyword_3_0_0_2());
+ }
+ match(input,34,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getAttributeSelectorAccess().getOpAsteriskEqualsSignKeyword_3_0_0_2());
+ }
+
+ }
+
+
+ }
+ break;
+ case 4 :
+ // InternalCSS.g:1842:6: ( '=' )
+ {
+ // InternalCSS.g:1842:6: ( '=' )
+ // InternalCSS.g:1843:1: '='
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getAttributeSelectorAccess().getOpEqualsSignKeyword_3_0_0_3());
+ }
+ match(input,35,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getAttributeSelectorAccess().getOpEqualsSignKeyword_3_0_0_3());
+ }
+
+ }
+
+
+ }
+ break;
+ case 5 :
+ // InternalCSS.g:1850:6: ( RULE_INCLUDES )
+ {
+ // InternalCSS.g:1850:6: ( RULE_INCLUDES )
+ // InternalCSS.g:1851:1: RULE_INCLUDES
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getAttributeSelectorAccess().getOpINCLUDESTerminalRuleCall_3_0_0_4());
+ }
+ match(input,RULE_INCLUDES,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getAttributeSelectorAccess().getOpINCLUDESTerminalRuleCall_3_0_0_4());
+ }
+
+ }
+
+
+ }
+ break;
+ case 6 :
+ // InternalCSS.g:1856:6: ( RULE_DASHMATCH )
+ {
+ // InternalCSS.g:1856:6: ( RULE_DASHMATCH )
+ // InternalCSS.g:1857:1: RULE_DASHMATCH
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getAttributeSelectorAccess().getOpDASHMATCHTerminalRuleCall_3_0_0_5());
+ }
+ match(input,RULE_DASHMATCH,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getAttributeSelectorAccess().getOpDASHMATCHTerminalRuleCall_3_0_0_5());
+ }
+
+ }
+
+
+ }
+ break;
+
+ }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AttributeSelector__OpAlternatives_3_0_0"
+
+
+ // $ANTLR start "rule__AttributeSelector__ValueAlternatives_3_1_0"
+ // InternalCSS.g:1867:1: rule__AttributeSelector__ValueAlternatives_3_1_0 : ( ( ruleIdentifier ) | ( RULE_CSSSTRING ) );
+ public final void rule__AttributeSelector__ValueAlternatives_3_1_0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:1871:1: ( ( ruleIdentifier ) | ( RULE_CSSSTRING ) )
+ int alt20=2;
+ int LA20_0 = input.LA(1);
+
+ if ( ((LA20_0>=RULE_DASH && LA20_0<=RULE_UNDERSCORE)||(LA20_0>=RULE_ONE_HEX_LETTER && LA20_0<=RULE_ONE_NON_HEX_LETTER)||(LA20_0>=49 && LA20_0<=52)) ) {
+ alt20=1;
+ }
+ else if ( (LA20_0==RULE_CSSSTRING) ) {
+ alt20=2;
+ }
+ else {
+ if (state.backtracking>0) {state.failed=true; return ;}
+ NoViableAltException nvae =
+ new NoViableAltException("", 20, 0, input);
+
+ throw nvae;
+ }
+ switch (alt20) {
+ case 1 :
+ // InternalCSS.g:1872:1: ( ruleIdentifier )
+ {
+ // InternalCSS.g:1872:1: ( ruleIdentifier )
+ // InternalCSS.g:1873:1: ruleIdentifier
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getAttributeSelectorAccess().getValueIdentifierParserRuleCall_3_1_0_0());
+ }
+ pushFollow(FOLLOW_2);
+ ruleIdentifier();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getAttributeSelectorAccess().getValueIdentifierParserRuleCall_3_1_0_0());
+ }
+
+ }
+
+
+ }
+ break;
+ case 2 :
+ // InternalCSS.g:1878:6: ( RULE_CSSSTRING )
+ {
+ // InternalCSS.g:1878:6: ( RULE_CSSSTRING )
+ // InternalCSS.g:1879:1: RULE_CSSSTRING
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getAttributeSelectorAccess().getValueCSSSTRINGTerminalRuleCall_3_1_0_1());
+ }
+ match(input,RULE_CSSSTRING,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getAttributeSelectorAccess().getValueCSSSTRINGTerminalRuleCall_3_1_0_1());
+ }
+
+ }
+
+
+ }
+ break;
+
+ }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AttributeSelector__ValueAlternatives_3_1_0"
+
+
+ // $ANTLR start "rule__Css_namespace_prefix__Alternatives_0"
+ // InternalCSS.g:1889:1: rule__Css_namespace_prefix__Alternatives_0 : ( ( ruleIdentifier ) | ( '*' ) );
+ public final void rule__Css_namespace_prefix__Alternatives_0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:1893:1: ( ( ruleIdentifier ) | ( '*' ) )
+ int alt21=2;
+ int LA21_0 = input.LA(1);
+
+ if ( ((LA21_0>=RULE_DASH && LA21_0<=RULE_UNDERSCORE)||(LA21_0>=RULE_ONE_HEX_LETTER && LA21_0<=RULE_ONE_NON_HEX_LETTER)||(LA21_0>=49 && LA21_0<=52)) ) {
+ alt21=1;
+ }
+ else if ( (LA21_0==36) ) {
+ alt21=2;
+ }
+ else {
+ if (state.backtracking>0) {state.failed=true; return ;}
+ NoViableAltException nvae =
+ new NoViableAltException("", 21, 0, input);
+
+ throw nvae;
+ }
+ switch (alt21) {
+ case 1 :
+ // InternalCSS.g:1894:1: ( ruleIdentifier )
+ {
+ // InternalCSS.g:1894:1: ( ruleIdentifier )
+ // InternalCSS.g:1895:1: ruleIdentifier
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getCss_namespace_prefixAccess().getIdentifierParserRuleCall_0_0());
+ }
+ pushFollow(FOLLOW_2);
+ ruleIdentifier();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getCss_namespace_prefixAccess().getIdentifierParserRuleCall_0_0());
+ }
+
+ }
+
+
+ }
+ break;
+ case 2 :
+ // InternalCSS.g:1900:6: ( '*' )
+ {
+ // InternalCSS.g:1900:6: ( '*' )
+ // InternalCSS.g:1901:1: '*'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getCss_namespace_prefixAccess().getAsteriskKeyword_0_1());
+ }
+ match(input,36,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getCss_namespace_prefixAccess().getAsteriskKeyword_0_1());
+ }
+
+ }
+
+
+ }
+ break;
+
+ }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Css_namespace_prefix__Alternatives_0"
+
+
+ // $ANTLR start "rule__PseudoClassOrFunc__Alternatives"
+ // InternalCSS.g:1913:1: rule__PseudoClassOrFunc__Alternatives : ( ( rulePseudoClass ) | ( rulePseudoClassFunction ) );
+ public final void rule__PseudoClassOrFunc__Alternatives() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:1917:1: ( ( rulePseudoClass ) | ( rulePseudoClassFunction ) )
+ int alt22=2;
+ alt22 = dfa22.predict(input);
+ switch (alt22) {
+ case 1 :
+ // InternalCSS.g:1918:1: ( rulePseudoClass )
+ {
+ // InternalCSS.g:1918:1: ( rulePseudoClass )
+ // InternalCSS.g:1919:1: rulePseudoClass
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getPseudoClassOrFuncAccess().getPseudoClassParserRuleCall_0());
+ }
+ pushFollow(FOLLOW_2);
+ rulePseudoClass();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getPseudoClassOrFuncAccess().getPseudoClassParserRuleCall_0());
+ }
+
+ }
+
+
+ }
+ break;
+ case 2 :
+ // InternalCSS.g:1924:6: ( rulePseudoClassFunction )
+ {
+ // InternalCSS.g:1924:6: ( rulePseudoClassFunction )
+ // InternalCSS.g:1925:1: rulePseudoClassFunction
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getPseudoClassOrFuncAccess().getPseudoClassFunctionParserRuleCall_1());
+ }
+ pushFollow(FOLLOW_2);
+ rulePseudoClassFunction();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getPseudoClassOrFuncAccess().getPseudoClassFunctionParserRuleCall_1());
+ }
+
+ }
+
+
+ }
+ break;
+
+ }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__PseudoClassOrFunc__Alternatives"
+
+
+ // $ANTLR start "rule__PseudoClassFunction__Alternatives"
+ // InternalCSS.g:1935:1: rule__PseudoClassFunction__Alternatives : ( ( ( rule__PseudoClassFunction__Group_0__0 ) ) | ( ( rule__PseudoClassFunction__Group_1__0 ) ) );
+ public final void rule__PseudoClassFunction__Alternatives() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:1939:1: ( ( ( rule__PseudoClassFunction__Group_0__0 ) ) | ( ( rule__PseudoClassFunction__Group_1__0 ) ) )
+ int alt23=2;
+ int LA23_0 = input.LA(1);
+
+ if ( (LA23_0==RULE_COLON) ) {
+ int LA23_1 = input.LA(2);
+
+ if ( (LA23_1==63) ) {
+ alt23=1;
+ }
+ else if ( ((LA23_1>=RULE_DASH && LA23_1<=RULE_UNDERSCORE)||(LA23_1>=RULE_ONE_HEX_LETTER && LA23_1<=RULE_ONE_NON_HEX_LETTER)||(LA23_1>=49 && LA23_1<=52)) ) {
+ alt23=2;
+ }
+ else {
+ if (state.backtracking>0) {state.failed=true; return ;}
+ NoViableAltException nvae =
+ new NoViableAltException("", 23, 1, input);
+
+ throw nvae;
+ }
+ }
+ else {
+ if (state.backtracking>0) {state.failed=true; return ;}
+ NoViableAltException nvae =
+ new NoViableAltException("", 23, 0, input);
+
+ throw nvae;
+ }
+ switch (alt23) {
+ case 1 :
+ // InternalCSS.g:1940:1: ( ( rule__PseudoClassFunction__Group_0__0 ) )
+ {
+ // InternalCSS.g:1940:1: ( ( rule__PseudoClassFunction__Group_0__0 ) )
+ // InternalCSS.g:1941:1: ( rule__PseudoClassFunction__Group_0__0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getPseudoClassFunctionAccess().getGroup_0());
+ }
+ // InternalCSS.g:1942:1: ( rule__PseudoClassFunction__Group_0__0 )
+ // InternalCSS.g:1942:2: rule__PseudoClassFunction__Group_0__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__PseudoClassFunction__Group_0__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getPseudoClassFunctionAccess().getGroup_0());
+ }
+
+ }
+
+
+ }
+ break;
+ case 2 :
+ // InternalCSS.g:1946:6: ( ( rule__PseudoClassFunction__Group_1__0 ) )
+ {
+ // InternalCSS.g:1946:6: ( ( rule__PseudoClassFunction__Group_1__0 ) )
+ // InternalCSS.g:1947:1: ( rule__PseudoClassFunction__Group_1__0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getPseudoClassFunctionAccess().getGroup_1());
+ }
+ // InternalCSS.g:1948:1: ( rule__PseudoClassFunction__Group_1__0 )
+ // InternalCSS.g:1948:2: rule__PseudoClassFunction__Group_1__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__PseudoClassFunction__Group_1__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getPseudoClassFunctionAccess().getGroup_1());
+ }
+
+ }
+
+
+ }
+ break;
+
+ }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__PseudoClassFunction__Alternatives"
+
+
+ // $ANTLR start "rule__Combinator__Alternatives"
+ // InternalCSS.g:1957:1: rule__Combinator__Alternatives : ( ( RULE_PLUS ) | ( '>' ) | ( '~' ) );
+ public final void rule__Combinator__Alternatives() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:1961:1: ( ( RULE_PLUS ) | ( '>' ) | ( '~' ) )
+ int alt24=3;
+ switch ( input.LA(1) ) {
+ case RULE_PLUS:
+ {
+ alt24=1;
+ }
+ break;
+ case 37:
+ {
+ alt24=2;
+ }
+ break;
+ case 38:
+ {
+ alt24=3;
+ }
+ break;
+ default:
+ if (state.backtracking>0) {state.failed=true; return ;}
+ NoViableAltException nvae =
+ new NoViableAltException("", 24, 0, input);
+
+ throw nvae;
+ }
+
+ switch (alt24) {
+ case 1 :
+ // InternalCSS.g:1962:1: ( RULE_PLUS )
+ {
+ // InternalCSS.g:1962:1: ( RULE_PLUS )
+ // InternalCSS.g:1963:1: RULE_PLUS
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getCombinatorAccess().getPLUSTerminalRuleCall_0());
+ }
+ match(input,RULE_PLUS,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getCombinatorAccess().getPLUSTerminalRuleCall_0());
+ }
+
+ }
+
+
+ }
+ break;
+ case 2 :
+ // InternalCSS.g:1968:6: ( '>' )
+ {
+ // InternalCSS.g:1968:6: ( '>' )
+ // InternalCSS.g:1969:1: '>'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getCombinatorAccess().getGreaterThanSignKeyword_1());
+ }
+ match(input,37,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getCombinatorAccess().getGreaterThanSignKeyword_1());
+ }
+
+ }
+
+
+ }
+ break;
+ case 3 :
+ // InternalCSS.g:1976:6: ( '~' )
+ {
+ // InternalCSS.g:1976:6: ( '~' )
+ // InternalCSS.g:1977:1: '~'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getCombinatorAccess().getTildeKeyword_2());
+ }
+ match(input,38,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getCombinatorAccess().getTildeKeyword_2());
+ }
+
+ }
+
+
+ }
+ break;
+
+ }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Combinator__Alternatives"
+
+
+ // $ANTLR start "rule__SymbolTok__SymbolAlternatives_1_0"
+ // InternalCSS.g:1991:1: rule__SymbolTok__SymbolAlternatives_1_0 : ( ( RULE_COMMA ) | ( RULE_PERCENT ) );
+ public final void rule__SymbolTok__SymbolAlternatives_1_0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:1995:1: ( ( RULE_COMMA ) | ( RULE_PERCENT ) )
+ int alt25=2;
+ int LA25_0 = input.LA(1);
+
+ if ( (LA25_0==RULE_COMMA) ) {
+ alt25=1;
+ }
+ else if ( (LA25_0==RULE_PERCENT) ) {
+ alt25=2;
+ }
+ else {
+ if (state.backtracking>0) {state.failed=true; return ;}
+ NoViableAltException nvae =
+ new NoViableAltException("", 25, 0, input);
+
+ throw nvae;
+ }
+ switch (alt25) {
+ case 1 :
+ // InternalCSS.g:1996:1: ( RULE_COMMA )
+ {
+ // InternalCSS.g:1996:1: ( RULE_COMMA )
+ // InternalCSS.g:1997:1: RULE_COMMA
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSymbolTokAccess().getSymbolCOMMATerminalRuleCall_1_0_0());
+ }
+ match(input,RULE_COMMA,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSymbolTokAccess().getSymbolCOMMATerminalRuleCall_1_0_0());
+ }
+
+ }
+
+
+ }
+ break;
+ case 2 :
+ // InternalCSS.g:2002:6: ( RULE_PERCENT )
+ {
+ // InternalCSS.g:2002:6: ( RULE_PERCENT )
+ // InternalCSS.g:2003:1: RULE_PERCENT
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSymbolTokAccess().getSymbolPERCENTTerminalRuleCall_1_0_1());
+ }
+ match(input,RULE_PERCENT,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSymbolTokAccess().getSymbolPERCENTTerminalRuleCall_1_0_1());
+ }
+
+ }
+
+
+ }
+ break;
+
+ }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__SymbolTok__SymbolAlternatives_1_0"
+
+
+ // $ANTLR start "rule__CssTok__Alternatives"
+ // InternalCSS.g:2013:1: rule__CssTok__Alternatives : ( ( ruleIdentifierOrFuncTok ) | ( ruleSymbolTok ) | ( ruleWSTok ) | ( ruleStringTok ) | ( ruleNumberTok ) | ( ruleUrlTok ) | ( ruleColorTok ) );
+ public final void rule__CssTok__Alternatives() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:2017:1: ( ( ruleIdentifierOrFuncTok ) | ( ruleSymbolTok ) | ( ruleWSTok ) | ( ruleStringTok ) | ( ruleNumberTok ) | ( ruleUrlTok ) | ( ruleColorTok ) )
+ int alt26=7;
+ switch ( input.LA(1) ) {
+ case RULE_DASH:
+ {
+ int LA26_1 = input.LA(2);
+
+ if ( (LA26_1==RULE_ONE_INT||LA26_1==39) ) {
+ alt26=5;
+ }
+ else if ( (LA26_1==RULE_UNDERSCORE||(LA26_1>=RULE_ONE_HEX_LETTER && LA26_1<=RULE_ONE_NON_HEX_LETTER)||(LA26_1>=49 && LA26_1<=52)) ) {
+ alt26=1;
+ }
+ else {
+ if (state.backtracking>0) {state.failed=true; return ;}
+ NoViableAltException nvae =
+ new NoViableAltException("", 26, 1, input);
+
+ throw nvae;
+ }
+ }
+ break;
+ case RULE_UNDERSCORE:
+ case RULE_ONE_HEX_LETTER:
+ case RULE_ONE_NON_HEX_LETTER:
+ case 49:
+ case 50:
+ case 51:
+ case 52:
+ {
+ alt26=1;
+ }
+ break;
+ case RULE_COMMA:
+ case RULE_PERCENT:
+ {
+ alt26=2;
+ }
+ break;
+ case RULE_WS:
+ {
+ alt26=3;
+ }
+ break;
+ case RULE_CSSSTRING:
+ {
+ alt26=4;
+ }
+ break;
+ case RULE_PLUS:
+ case RULE_ONE_INT:
+ case 39:
+ {
+ alt26=5;
+ }
+ break;
+ case 64:
+ {
+ alt26=6;
+ }
+ break;
+ case RULE_HASHMARK:
+ {
+ alt26=7;
+ }
+ break;
+ default:
+ if (state.backtracking>0) {state.failed=true; return ;}
+ NoViableAltException nvae =
+ new NoViableAltException("", 26, 0, input);
+
+ throw nvae;
+ }
+
+ switch (alt26) {
+ case 1 :
+ // InternalCSS.g:2018:1: ( ruleIdentifierOrFuncTok )
+ {
+ // InternalCSS.g:2018:1: ( ruleIdentifierOrFuncTok )
+ // InternalCSS.g:2019:1: ruleIdentifierOrFuncTok
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getCssTokAccess().getIdentifierOrFuncTokParserRuleCall_0());
+ }
+ pushFollow(FOLLOW_2);
+ ruleIdentifierOrFuncTok();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getCssTokAccess().getIdentifierOrFuncTokParserRuleCall_0());
+ }
+
+ }
+
+
+ }
+ break;
+ case 2 :
+ // InternalCSS.g:2024:6: ( ruleSymbolTok )
+ {
+ // InternalCSS.g:2024:6: ( ruleSymbolTok )
+ // InternalCSS.g:2025:1: ruleSymbolTok
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getCssTokAccess().getSymbolTokParserRuleCall_1());
+ }
+ pushFollow(FOLLOW_2);
+ ruleSymbolTok();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getCssTokAccess().getSymbolTokParserRuleCall_1());
+ }
+
+ }
+
+
+ }
+ break;
+ case 3 :
+ // InternalCSS.g:2030:6: ( ruleWSTok )
+ {
+ // InternalCSS.g:2030:6: ( ruleWSTok )
+ // InternalCSS.g:2031:1: ruleWSTok
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getCssTokAccess().getWSTokParserRuleCall_2());
+ }
+ pushFollow(FOLLOW_2);
+ ruleWSTok();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getCssTokAccess().getWSTokParserRuleCall_2());
+ }
+
+ }
+
+
+ }
+ break;
+ case 4 :
+ // InternalCSS.g:2036:6: ( ruleStringTok )
+ {
+ // InternalCSS.g:2036:6: ( ruleStringTok )
+ // InternalCSS.g:2037:1: ruleStringTok
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getCssTokAccess().getStringTokParserRuleCall_3());
+ }
+ pushFollow(FOLLOW_2);
+ ruleStringTok();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getCssTokAccess().getStringTokParserRuleCall_3());
+ }
+
+ }
+
+
+ }
+ break;
+ case 5 :
+ // InternalCSS.g:2042:6: ( ruleNumberTok )
+ {
+ // InternalCSS.g:2042:6: ( ruleNumberTok )
+ // InternalCSS.g:2043:1: ruleNumberTok
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getCssTokAccess().getNumberTokParserRuleCall_4());
+ }
+ pushFollow(FOLLOW_2);
+ ruleNumberTok();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getCssTokAccess().getNumberTokParserRuleCall_4());
+ }
+
+ }
+
+
+ }
+ break;
+ case 6 :
+ // InternalCSS.g:2048:6: ( ruleUrlTok )
+ {
+ // InternalCSS.g:2048:6: ( ruleUrlTok )
+ // InternalCSS.g:2049:1: ruleUrlTok
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getCssTokAccess().getUrlTokParserRuleCall_5());
+ }
+ pushFollow(FOLLOW_2);
+ ruleUrlTok();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getCssTokAccess().getUrlTokParserRuleCall_5());
+ }
+
+ }
+
+
+ }
+ break;
+ case 7 :
+ // InternalCSS.g:2054:6: ( ruleColorTok )
+ {
+ // InternalCSS.g:2054:6: ( ruleColorTok )
+ // InternalCSS.g:2055:1: ruleColorTok
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getCssTokAccess().getColorTokParserRuleCall_6());
+ }
+ pushFollow(FOLLOW_2);
+ ruleColorTok();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getCssTokAccess().getColorTokParserRuleCall_6());
+ }
+
+ }
+
+
+ }
+ break;
+
+ }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__CssTok__Alternatives"
+
+
+ // $ANTLR start "rule__ValidURLSymbol__Alternatives"
+ // InternalCSS.g:2065:1: rule__ValidURLSymbol__Alternatives : ( ( RULE_DASH ) | ( '.' ) | ( RULE_UNDERSCORE ) | ( '~' ) | ( RULE_COLON ) | ( '/' ) | ( '?' ) | ( RULE_HASHMARK ) | ( '[' ) | ( ']' ) | ( '@' ) | ( '!' ) | ( '$' ) | ( '&' ) | ( '*' ) | ( RULE_PLUS ) | ( RULE_COMMA ) | ( ';' ) | ( ( rule__ValidURLSymbol__Group_18__0 ) ) );
+ public final void rule__ValidURLSymbol__Alternatives() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:2069:1: ( ( RULE_DASH ) | ( '.' ) | ( RULE_UNDERSCORE ) | ( '~' ) | ( RULE_COLON ) | ( '/' ) | ( '?' ) | ( RULE_HASHMARK ) | ( '[' ) | ( ']' ) | ( '@' ) | ( '!' ) | ( '$' ) | ( '&' ) | ( '*' ) | ( RULE_PLUS ) | ( RULE_COMMA ) | ( ';' ) | ( ( rule__ValidURLSymbol__Group_18__0 ) ) )
+ int alt27=19;
+ switch ( input.LA(1) ) {
+ case RULE_DASH:
+ {
+ alt27=1;
+ }
+ break;
+ case 39:
+ {
+ alt27=2;
+ }
+ break;
+ case RULE_UNDERSCORE:
+ {
+ alt27=3;
+ }
+ break;
+ case 38:
+ {
+ alt27=4;
+ }
+ break;
+ case RULE_COLON:
+ {
+ alt27=5;
+ }
+ break;
+ case 40:
+ {
+ alt27=6;
+ }
+ break;
+ case 41:
+ {
+ alt27=7;
+ }
+ break;
+ case RULE_HASHMARK:
+ {
+ alt27=8;
+ }
+ break;
+ case 42:
+ {
+ alt27=9;
+ }
+ break;
+ case 43:
+ {
+ alt27=10;
+ }
+ break;
+ case 44:
+ {
+ alt27=11;
+ }
+ break;
+ case 45:
+ {
+ alt27=12;
+ }
+ break;
+ case 46:
+ {
+ alt27=13;
+ }
+ break;
+ case 47:
+ {
+ alt27=14;
+ }
+ break;
+ case 36:
+ {
+ alt27=15;
+ }
+ break;
+ case RULE_PLUS:
+ {
+ alt27=16;
+ }
+ break;
+ case RULE_COMMA:
+ {
+ alt27=17;
+ }
+ break;
+ case 48:
+ {
+ alt27=18;
+ }
+ break;
+ case 35:
+ {
+ alt27=19;
+ }
+ break;
+ default:
+ if (state.backtracking>0) {state.failed=true; return ;}
+ NoViableAltException nvae =
+ new NoViableAltException("", 27, 0, input);
+
+ throw nvae;
+ }
+
+ switch (alt27) {
+ case 1 :
+ // InternalCSS.g:2070:1: ( RULE_DASH )
+ {
+ // InternalCSS.g:2070:1: ( RULE_DASH )
+ // InternalCSS.g:2071:1: RULE_DASH
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getValidURLSymbolAccess().getDASHTerminalRuleCall_0());
+ }
+ match(input,RULE_DASH,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getValidURLSymbolAccess().getDASHTerminalRuleCall_0());
+ }
+
+ }
+
+
+ }
+ break;
+ case 2 :
+ // InternalCSS.g:2076:6: ( '.' )
+ {
+ // InternalCSS.g:2076:6: ( '.' )
+ // InternalCSS.g:2077:1: '.'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getValidURLSymbolAccess().getFullStopKeyword_1());
+ }
+ match(input,39,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getValidURLSymbolAccess().getFullStopKeyword_1());
+ }
+
+ }
+
+
+ }
+ break;
+ case 3 :
+ // InternalCSS.g:2084:6: ( RULE_UNDERSCORE )
+ {
+ // InternalCSS.g:2084:6: ( RULE_UNDERSCORE )
+ // InternalCSS.g:2085:1: RULE_UNDERSCORE
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getValidURLSymbolAccess().getUNDERSCORETerminalRuleCall_2());
+ }
+ match(input,RULE_UNDERSCORE,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getValidURLSymbolAccess().getUNDERSCORETerminalRuleCall_2());
+ }
+
+ }
+
+
+ }
+ break;
+ case 4 :
+ // InternalCSS.g:2090:6: ( '~' )
+ {
+ // InternalCSS.g:2090:6: ( '~' )
+ // InternalCSS.g:2091:1: '~'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getValidURLSymbolAccess().getTildeKeyword_3());
+ }
+ match(input,38,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getValidURLSymbolAccess().getTildeKeyword_3());
+ }
+
+ }
+
+
+ }
+ break;
+ case 5 :
+ // InternalCSS.g:2098:6: ( RULE_COLON )
+ {
+ // InternalCSS.g:2098:6: ( RULE_COLON )
+ // InternalCSS.g:2099:1: RULE_COLON
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getValidURLSymbolAccess().getCOLONTerminalRuleCall_4());
+ }
+ match(input,RULE_COLON,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getValidURLSymbolAccess().getCOLONTerminalRuleCall_4());
+ }
+
+ }
+
+
+ }
+ break;
+ case 6 :
+ // InternalCSS.g:2104:6: ( '/' )
+ {
+ // InternalCSS.g:2104:6: ( '/' )
+ // InternalCSS.g:2105:1: '/'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getValidURLSymbolAccess().getSolidusKeyword_5());
+ }
+ match(input,40,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getValidURLSymbolAccess().getSolidusKeyword_5());
+ }
+
+ }
+
+
+ }
+ break;
+ case 7 :
+ // InternalCSS.g:2112:6: ( '?' )
+ {
+ // InternalCSS.g:2112:6: ( '?' )
+ // InternalCSS.g:2113:1: '?'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getValidURLSymbolAccess().getQuestionMarkKeyword_6());
+ }
+ match(input,41,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getValidURLSymbolAccess().getQuestionMarkKeyword_6());
+ }
+
+ }
+
+
+ }
+ break;
+ case 8 :
+ // InternalCSS.g:2120:6: ( RULE_HASHMARK )
+ {
+ // InternalCSS.g:2120:6: ( RULE_HASHMARK )
+ // InternalCSS.g:2121:1: RULE_HASHMARK
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getValidURLSymbolAccess().getHASHMARKTerminalRuleCall_7());
+ }
+ match(input,RULE_HASHMARK,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getValidURLSymbolAccess().getHASHMARKTerminalRuleCall_7());
+ }
+
+ }
+
+
+ }
+ break;
+ case 9 :
+ // InternalCSS.g:2126:6: ( '[' )
+ {
+ // InternalCSS.g:2126:6: ( '[' )
+ // InternalCSS.g:2127:1: '['
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getValidURLSymbolAccess().getLeftSquareBracketKeyword_8());
+ }
+ match(input,42,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getValidURLSymbolAccess().getLeftSquareBracketKeyword_8());
+ }
+
+ }
+
+
+ }
+ break;
+ case 10 :
+ // InternalCSS.g:2134:6: ( ']' )
+ {
+ // InternalCSS.g:2134:6: ( ']' )
+ // InternalCSS.g:2135:1: ']'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getValidURLSymbolAccess().getRightSquareBracketKeyword_9());
+ }
+ match(input,43,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getValidURLSymbolAccess().getRightSquareBracketKeyword_9());
+ }
+
+ }
+
+
+ }
+ break;
+ case 11 :
+ // InternalCSS.g:2142:6: ( '@' )
+ {
+ // InternalCSS.g:2142:6: ( '@' )
+ // InternalCSS.g:2143:1: '@'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getValidURLSymbolAccess().getCommercialAtKeyword_10());
+ }
+ match(input,44,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getValidURLSymbolAccess().getCommercialAtKeyword_10());
+ }
+
+ }
+
+
+ }
+ break;
+ case 12 :
+ // InternalCSS.g:2150:6: ( '!' )
+ {
+ // InternalCSS.g:2150:6: ( '!' )
+ // InternalCSS.g:2151:1: '!'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getValidURLSymbolAccess().getExclamationMarkKeyword_11());
+ }
+ match(input,45,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getValidURLSymbolAccess().getExclamationMarkKeyword_11());
+ }
+
+ }
+
+
+ }
+ break;
+ case 13 :
+ // InternalCSS.g:2158:6: ( '$' )
+ {
+ // InternalCSS.g:2158:6: ( '$' )
+ // InternalCSS.g:2159:1: '$'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getValidURLSymbolAccess().getDollarSignKeyword_12());
+ }
+ match(input,46,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getValidURLSymbolAccess().getDollarSignKeyword_12());
+ }
+
+ }
+
+
+ }
+ break;
+ case 14 :
+ // InternalCSS.g:2166:6: ( '&' )
+ {
+ // InternalCSS.g:2166:6: ( '&' )
+ // InternalCSS.g:2167:1: '&'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getValidURLSymbolAccess().getAmpersandKeyword_13());
+ }
+ match(input,47,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getValidURLSymbolAccess().getAmpersandKeyword_13());
+ }
+
+ }
+
+
+ }
+ break;
+ case 15 :
+ // InternalCSS.g:2174:6: ( '*' )
+ {
+ // InternalCSS.g:2174:6: ( '*' )
+ // InternalCSS.g:2175:1: '*'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getValidURLSymbolAccess().getAsteriskKeyword_14());
+ }
+ match(input,36,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getValidURLSymbolAccess().getAsteriskKeyword_14());
+ }
+
+ }
+
+
+ }
+ break;
+ case 16 :
+ // InternalCSS.g:2182:6: ( RULE_PLUS )
+ {
+ // InternalCSS.g:2182:6: ( RULE_PLUS )
+ // InternalCSS.g:2183:1: RULE_PLUS
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getValidURLSymbolAccess().getPLUSTerminalRuleCall_15());
+ }
+ match(input,RULE_PLUS,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getValidURLSymbolAccess().getPLUSTerminalRuleCall_15());
+ }
+
+ }
+
+
+ }
+ break;
+ case 17 :
+ // InternalCSS.g:2188:6: ( RULE_COMMA )
+ {
+ // InternalCSS.g:2188:6: ( RULE_COMMA )
+ // InternalCSS.g:2189:1: RULE_COMMA
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getValidURLSymbolAccess().getCOMMATerminalRuleCall_16());
+ }
+ match(input,RULE_COMMA,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getValidURLSymbolAccess().getCOMMATerminalRuleCall_16());
+ }
+
+ }
+
+
+ }
+ break;
+ case 18 :
+ // InternalCSS.g:2194:6: ( ';' )
+ {
+ // InternalCSS.g:2194:6: ( ';' )
+ // InternalCSS.g:2195:1: ';'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getValidURLSymbolAccess().getSemicolonKeyword_17());
+ }
+ match(input,48,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getValidURLSymbolAccess().getSemicolonKeyword_17());
+ }
+
+ }
+
+
+ }
+ break;
+ case 19 :
+ // InternalCSS.g:2202:6: ( ( rule__ValidURLSymbol__Group_18__0 ) )
+ {
+ // InternalCSS.g:2202:6: ( ( rule__ValidURLSymbol__Group_18__0 ) )
+ // InternalCSS.g:2203:1: ( rule__ValidURLSymbol__Group_18__0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getValidURLSymbolAccess().getGroup_18());
+ }
+ // InternalCSS.g:2204:1: ( rule__ValidURLSymbol__Group_18__0 )
+ // InternalCSS.g:2204:2: rule__ValidURLSymbol__Group_18__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__ValidURLSymbol__Group_18__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getValidURLSymbolAccess().getGroup_18());
+ }
+
+ }
+
+
+ }
+ break;
+
+ }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ValidURLSymbol__Alternatives"
+
+
+ // $ANTLR start "rule__KeywordHack__Alternatives"
+ // InternalCSS.g:2213:1: rule__KeywordHack__Alternatives : ( ( 'not' ) | ( 'no' ) | ( 'url' ) | ( 'ur' ) );
+ public final void rule__KeywordHack__Alternatives() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:2217:1: ( ( 'not' ) | ( 'no' ) | ( 'url' ) | ( 'ur' ) )
+ int alt28=4;
+ switch ( input.LA(1) ) {
+ case 49:
+ {
+ alt28=1;
+ }
+ break;
+ case 50:
+ {
+ alt28=2;
+ }
+ break;
+ case 51:
+ {
+ alt28=3;
+ }
+ break;
+ case 52:
+ {
+ alt28=4;
+ }
+ break;
+ default:
+ if (state.backtracking>0) {state.failed=true; return ;}
+ NoViableAltException nvae =
+ new NoViableAltException("", 28, 0, input);
+
+ throw nvae;
+ }
+
+ switch (alt28) {
+ case 1 :
+ // InternalCSS.g:2218:1: ( 'not' )
+ {
+ // InternalCSS.g:2218:1: ( 'not' )
+ // InternalCSS.g:2219:1: 'not'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getKeywordHackAccess().getNotKeyword_0());
+ }
+ match(input,49,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getKeywordHackAccess().getNotKeyword_0());
+ }
+
+ }
+
+
+ }
+ break;
+ case 2 :
+ // InternalCSS.g:2226:6: ( 'no' )
+ {
+ // InternalCSS.g:2226:6: ( 'no' )
+ // InternalCSS.g:2227:1: 'no'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getKeywordHackAccess().getNoKeyword_1());
+ }
+ match(input,50,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getKeywordHackAccess().getNoKeyword_1());
+ }
+
+ }
+
+
+ }
+ break;
+ case 3 :
+ // InternalCSS.g:2234:6: ( 'url' )
+ {
+ // InternalCSS.g:2234:6: ( 'url' )
+ // InternalCSS.g:2235:1: 'url'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getKeywordHackAccess().getUrlKeyword_2());
+ }
+ match(input,51,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getKeywordHackAccess().getUrlKeyword_2());
+ }
+
+ }
+
+
+ }
+ break;
+ case 4 :
+ // InternalCSS.g:2242:6: ( 'ur' )
+ {
+ // InternalCSS.g:2242:6: ( 'ur' )
+ // InternalCSS.g:2243:1: 'ur'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getKeywordHackAccess().getUrKeyword_3());
+ }
+ match(input,52,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getKeywordHackAccess().getUrKeyword_3());
+ }
+
+ }
+
+
+ }
+ break;
+
+ }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__KeywordHack__Alternatives"
+
+
+ // $ANTLR start "rule__ValidURL__Alternatives"
+ // InternalCSS.g:2255:1: rule__ValidURL__Alternatives : ( ( RULE_CSSSTRING ) | ( ( ( rule__ValidURL__Alternatives_1 ) ) ( ( rule__ValidURL__Alternatives_1 )* ) ) );
+ public final void rule__ValidURL__Alternatives() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:2259:1: ( ( RULE_CSSSTRING ) | ( ( ( rule__ValidURL__Alternatives_1 ) ) ( ( rule__ValidURL__Alternatives_1 )* ) ) )
+ int alt30=2;
+ int LA30_0 = input.LA(1);
+
+ if ( (LA30_0==RULE_CSSSTRING) ) {
+ alt30=1;
+ }
+ else if ( ((LA30_0>=RULE_PLUS && LA30_0<=RULE_ONE_INT)||(LA30_0>=35 && LA30_0<=36)||(LA30_0>=38 && LA30_0<=57)) ) {
+ alt30=2;
+ }
+ else {
+ if (state.backtracking>0) {state.failed=true; return ;}
+ NoViableAltException nvae =
+ new NoViableAltException("", 30, 0, input);
+
+ throw nvae;
+ }
+ switch (alt30) {
+ case 1 :
+ // InternalCSS.g:2260:1: ( RULE_CSSSTRING )
+ {
+ // InternalCSS.g:2260:1: ( RULE_CSSSTRING )
+ // InternalCSS.g:2261:1: RULE_CSSSTRING
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getValidURLAccess().getCSSSTRINGTerminalRuleCall_0());
+ }
+ match(input,RULE_CSSSTRING,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getValidURLAccess().getCSSSTRINGTerminalRuleCall_0());
+ }
+
+ }
+
+
+ }
+ break;
+ case 2 :
+ // InternalCSS.g:2266:6: ( ( ( rule__ValidURL__Alternatives_1 ) ) ( ( rule__ValidURL__Alternatives_1 )* ) )
+ {
+ // InternalCSS.g:2266:6: ( ( ( rule__ValidURL__Alternatives_1 ) ) ( ( rule__ValidURL__Alternatives_1 )* ) )
+ // InternalCSS.g:2267:1: ( ( rule__ValidURL__Alternatives_1 ) ) ( ( rule__ValidURL__Alternatives_1 )* )
+ {
+ // InternalCSS.g:2267:1: ( ( rule__ValidURL__Alternatives_1 ) )
+ // InternalCSS.g:2268:1: ( rule__ValidURL__Alternatives_1 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getValidURLAccess().getAlternatives_1());
+ }
+ // InternalCSS.g:2269:1: ( rule__ValidURL__Alternatives_1 )
+ // InternalCSS.g:2269:2: rule__ValidURL__Alternatives_1
+ {
+ pushFollow(FOLLOW_4);
+ rule__ValidURL__Alternatives_1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getValidURLAccess().getAlternatives_1());
+ }
+
+ }
+
+ // InternalCSS.g:2272:1: ( ( rule__ValidURL__Alternatives_1 )* )
+ // InternalCSS.g:2273:1: ( rule__ValidURL__Alternatives_1 )*
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getValidURLAccess().getAlternatives_1());
+ }
+ // InternalCSS.g:2274:1: ( rule__ValidURL__Alternatives_1 )*
+ loop29:
+ do {
+ int alt29=2;
+ int LA29_0 = input.LA(1);
+
+ if ( ((LA29_0>=RULE_PLUS && LA29_0<=RULE_ONE_INT)||(LA29_0>=35 && LA29_0<=36)||(LA29_0>=38 && LA29_0<=57)) ) {
+ alt29=1;
+ }
+
+
+ switch (alt29) {
+ case 1 :
+ // InternalCSS.g:2274:2: rule__ValidURL__Alternatives_1
+ {
+ pushFollow(FOLLOW_4);
+ rule__ValidURL__Alternatives_1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+ break;
+
+ default :
+ break loop29;
+ }
+ } while (true);
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getValidURLAccess().getAlternatives_1());
+ }
+
+ }
+
+
+ }
+
+
+ }
+ break;
+
+ }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ValidURL__Alternatives"
+
+
+ // $ANTLR start "rule__ValidURL__Alternatives_1"
+ // InternalCSS.g:2284:1: rule__ValidURL__Alternatives_1 : ( ( ruleValidURLSymbol ) | ( ruleKeywordHack ) | ( RULE_ONE_HEX_LETTER ) | ( RULE_ONE_NON_HEX_LETTER ) | ( RULE_ONE_INT ) | ( '\\\\ ' ) | ( '\\\\(' ) | ( '\\\\)' ) | ( '\\\\\\'' ) | ( '\\\\\"' ) | ( ( rule__ValidURL__Group_1_10__0 ) ) );
+ public final void rule__ValidURL__Alternatives_1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:2288:1: ( ( ruleValidURLSymbol ) | ( ruleKeywordHack ) | ( RULE_ONE_HEX_LETTER ) | ( RULE_ONE_NON_HEX_LETTER ) | ( RULE_ONE_INT ) | ( '\\\\ ' ) | ( '\\\\(' ) | ( '\\\\)' ) | ( '\\\\\\'' ) | ( '\\\\\"' ) | ( ( rule__ValidURL__Group_1_10__0 ) ) )
+ int alt31=11;
+ switch ( input.LA(1) ) {
+ case RULE_PLUS:
+ case RULE_COMMA:
+ case RULE_DASH:
+ case RULE_UNDERSCORE:
+ case RULE_COLON:
+ case RULE_HASHMARK:
+ case 35:
+ case 36:
+ case 38:
+ case 39:
+ case 40:
+ case 41:
+ case 42:
+ case 43:
+ case 44:
+ case 45:
+ case 46:
+ case 47:
+ case 48:
+ {
+ alt31=1;
+ }
+ break;
+ case 49:
+ case 50:
+ case 51:
+ case 52:
+ {
+ alt31=2;
+ }
+ break;
+ case RULE_ONE_HEX_LETTER:
+ {
+ alt31=3;
+ }
+ break;
+ case RULE_ONE_NON_HEX_LETTER:
+ {
+ alt31=4;
+ }
+ break;
+ case RULE_ONE_INT:
+ {
+ alt31=5;
+ }
+ break;
+ case 53:
+ {
+ alt31=6;
+ }
+ break;
+ case 54:
+ {
+ alt31=7;
+ }
+ break;
+ case 55:
+ {
+ alt31=8;
+ }
+ break;
+ case 56:
+ {
+ alt31=9;
+ }
+ break;
+ case 57:
+ {
+ alt31=10;
+ }
+ break;
+ case RULE_PERCENT:
+ {
+ alt31=11;
+ }
+ break;
+ default:
+ if (state.backtracking>0) {state.failed=true; return ;}
+ NoViableAltException nvae =
+ new NoViableAltException("", 31, 0, input);
+
+ throw nvae;
+ }
+
+ switch (alt31) {
+ case 1 :
+ // InternalCSS.g:2289:1: ( ruleValidURLSymbol )
+ {
+ // InternalCSS.g:2289:1: ( ruleValidURLSymbol )
+ // InternalCSS.g:2290:1: ruleValidURLSymbol
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getValidURLAccess().getValidURLSymbolParserRuleCall_1_0());
+ }
+ pushFollow(FOLLOW_2);
+ ruleValidURLSymbol();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getValidURLAccess().getValidURLSymbolParserRuleCall_1_0());
+ }
+
+ }
+
+
+ }
+ break;
+ case 2 :
+ // InternalCSS.g:2295:6: ( ruleKeywordHack )
+ {
+ // InternalCSS.g:2295:6: ( ruleKeywordHack )
+ // InternalCSS.g:2296:1: ruleKeywordHack
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getValidURLAccess().getKeywordHackParserRuleCall_1_1());
+ }
+ pushFollow(FOLLOW_2);
+ ruleKeywordHack();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getValidURLAccess().getKeywordHackParserRuleCall_1_1());
+ }
+
+ }
+
+
+ }
+ break;
+ case 3 :
+ // InternalCSS.g:2301:6: ( RULE_ONE_HEX_LETTER )
+ {
+ // InternalCSS.g:2301:6: ( RULE_ONE_HEX_LETTER )
+ // InternalCSS.g:2302:1: RULE_ONE_HEX_LETTER
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getValidURLAccess().getONE_HEX_LETTERTerminalRuleCall_1_2());
+ }
+ match(input,RULE_ONE_HEX_LETTER,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getValidURLAccess().getONE_HEX_LETTERTerminalRuleCall_1_2());
+ }
+
+ }
+
+
+ }
+ break;
+ case 4 :
+ // InternalCSS.g:2307:6: ( RULE_ONE_NON_HEX_LETTER )
+ {
+ // InternalCSS.g:2307:6: ( RULE_ONE_NON_HEX_LETTER )
+ // InternalCSS.g:2308:1: RULE_ONE_NON_HEX_LETTER
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getValidURLAccess().getONE_NON_HEX_LETTERTerminalRuleCall_1_3());
+ }
+ match(input,RULE_ONE_NON_HEX_LETTER,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getValidURLAccess().getONE_NON_HEX_LETTERTerminalRuleCall_1_3());
+ }
+
+ }
+
+
+ }
+ break;
+ case 5 :
+ // InternalCSS.g:2313:6: ( RULE_ONE_INT )
+ {
+ // InternalCSS.g:2313:6: ( RULE_ONE_INT )
+ // InternalCSS.g:2314:1: RULE_ONE_INT
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getValidURLAccess().getONE_INTTerminalRuleCall_1_4());
+ }
+ match(input,RULE_ONE_INT,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getValidURLAccess().getONE_INTTerminalRuleCall_1_4());
+ }
+
+ }
+
+
+ }
+ break;
+ case 6 :
+ // InternalCSS.g:2319:6: ( '\\\\ ' )
+ {
+ // InternalCSS.g:2319:6: ( '\\\\ ' )
+ // InternalCSS.g:2320:1: '\\\\ '
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getValidURLAccess().getReverseSolidusSpaceKeyword_1_5());
+ }
+ match(input,53,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getValidURLAccess().getReverseSolidusSpaceKeyword_1_5());
+ }
+
+ }
+
+
+ }
+ break;
+ case 7 :
+ // InternalCSS.g:2327:6: ( '\\\\(' )
+ {
+ // InternalCSS.g:2327:6: ( '\\\\(' )
+ // InternalCSS.g:2328:1: '\\\\('
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getValidURLAccess().getReverseSolidusLeftParenthesisKeyword_1_6());
+ }
+ match(input,54,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getValidURLAccess().getReverseSolidusLeftParenthesisKeyword_1_6());
+ }
+
+ }
+
+
+ }
+ break;
+ case 8 :
+ // InternalCSS.g:2335:6: ( '\\\\)' )
+ {
+ // InternalCSS.g:2335:6: ( '\\\\)' )
+ // InternalCSS.g:2336:1: '\\\\)'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getValidURLAccess().getReverseSolidusRightParenthesisKeyword_1_7());
+ }
+ match(input,55,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getValidURLAccess().getReverseSolidusRightParenthesisKeyword_1_7());
+ }
+
+ }
+
+
+ }
+ break;
+ case 9 :
+ // InternalCSS.g:2343:6: ( '\\\\\\'' )
+ {
+ // InternalCSS.g:2343:6: ( '\\\\\\'' )
+ // InternalCSS.g:2344:1: '\\\\\\''
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getValidURLAccess().getReverseSolidusApostropheKeyword_1_8());
+ }
+ match(input,56,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getValidURLAccess().getReverseSolidusApostropheKeyword_1_8());
+ }
+
+ }
+
+
+ }
+ break;
+ case 10 :
+ // InternalCSS.g:2351:6: ( '\\\\\"' )
+ {
+ // InternalCSS.g:2351:6: ( '\\\\\"' )
+ // InternalCSS.g:2352:1: '\\\\\"'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getValidURLAccess().getReverseSolidusQuotationMarkKeyword_1_9());
+ }
+ match(input,57,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getValidURLAccess().getReverseSolidusQuotationMarkKeyword_1_9());
+ }
+
+ }
+
+
+ }
+ break;
+ case 11 :
+ // InternalCSS.g:2359:6: ( ( rule__ValidURL__Group_1_10__0 ) )
+ {
+ // InternalCSS.g:2359:6: ( ( rule__ValidURL__Group_1_10__0 ) )
+ // InternalCSS.g:2360:1: ( rule__ValidURL__Group_1_10__0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getValidURLAccess().getGroup_1_10());
+ }
+ // InternalCSS.g:2361:1: ( rule__ValidURL__Group_1_10__0 )
+ // InternalCSS.g:2361:2: rule__ValidURL__Group_1_10__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__ValidURL__Group_1_10__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getValidURLAccess().getGroup_1_10());
+ }
+
+ }
+
+
+ }
+ break;
+
+ }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ValidURL__Alternatives_1"
+
+
+ // $ANTLR start "rule__ValidURL__Alternatives_1_10_1"
+ // InternalCSS.g:2370:1: rule__ValidURL__Alternatives_1_10_1 : ( ( RULE_ONE_INT ) | ( RULE_ONE_HEX_LETTER ) );
+ public final void rule__ValidURL__Alternatives_1_10_1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:2374:1: ( ( RULE_ONE_INT ) | ( RULE_ONE_HEX_LETTER ) )
+ int alt32=2;
+ int LA32_0 = input.LA(1);
+
+ if ( (LA32_0==RULE_ONE_INT) ) {
+ alt32=1;
+ }
+ else if ( (LA32_0==RULE_ONE_HEX_LETTER) ) {
+ alt32=2;
+ }
+ else {
+ if (state.backtracking>0) {state.failed=true; return ;}
+ NoViableAltException nvae =
+ new NoViableAltException("", 32, 0, input);
+
+ throw nvae;
+ }
+ switch (alt32) {
+ case 1 :
+ // InternalCSS.g:2375:1: ( RULE_ONE_INT )
+ {
+ // InternalCSS.g:2375:1: ( RULE_ONE_INT )
+ // InternalCSS.g:2376:1: RULE_ONE_INT
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getValidURLAccess().getONE_INTTerminalRuleCall_1_10_1_0());
+ }
+ match(input,RULE_ONE_INT,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getValidURLAccess().getONE_INTTerminalRuleCall_1_10_1_0());
+ }
+
+ }
+
+
+ }
+ break;
+ case 2 :
+ // InternalCSS.g:2381:6: ( RULE_ONE_HEX_LETTER )
+ {
+ // InternalCSS.g:2381:6: ( RULE_ONE_HEX_LETTER )
+ // InternalCSS.g:2382:1: RULE_ONE_HEX_LETTER
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getValidURLAccess().getONE_HEX_LETTERTerminalRuleCall_1_10_1_1());
+ }
+ match(input,RULE_ONE_HEX_LETTER,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getValidURLAccess().getONE_HEX_LETTERTerminalRuleCall_1_10_1_1());
+ }
+
+ }
+
+
+ }
+ break;
+
+ }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ValidURL__Alternatives_1_10_1"
+
+
+ // $ANTLR start "rule__ValidURL__Alternatives_1_10_2"
+ // InternalCSS.g:2392:1: rule__ValidURL__Alternatives_1_10_2 : ( ( RULE_ONE_INT ) | ( RULE_ONE_HEX_LETTER ) );
+ public final void rule__ValidURL__Alternatives_1_10_2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:2396:1: ( ( RULE_ONE_INT ) | ( RULE_ONE_HEX_LETTER ) )
+ int alt33=2;
+ int LA33_0 = input.LA(1);
+
+ if ( (LA33_0==RULE_ONE_INT) ) {
+ alt33=1;
+ }
+ else if ( (LA33_0==RULE_ONE_HEX_LETTER) ) {
+ alt33=2;
+ }
+ else {
+ if (state.backtracking>0) {state.failed=true; return ;}
+ NoViableAltException nvae =
+ new NoViableAltException("", 33, 0, input);
+
+ throw nvae;
+ }
+ switch (alt33) {
+ case 1 :
+ // InternalCSS.g:2397:1: ( RULE_ONE_INT )
+ {
+ // InternalCSS.g:2397:1: ( RULE_ONE_INT )
+ // InternalCSS.g:2398:1: RULE_ONE_INT
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getValidURLAccess().getONE_INTTerminalRuleCall_1_10_2_0());
+ }
+ match(input,RULE_ONE_INT,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getValidURLAccess().getONE_INTTerminalRuleCall_1_10_2_0());
+ }
+
+ }
+
+
+ }
+ break;
+ case 2 :
+ // InternalCSS.g:2403:6: ( RULE_ONE_HEX_LETTER )
+ {
+ // InternalCSS.g:2403:6: ( RULE_ONE_HEX_LETTER )
+ // InternalCSS.g:2404:1: RULE_ONE_HEX_LETTER
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getValidURLAccess().getONE_HEX_LETTERTerminalRuleCall_1_10_2_1());
+ }
+ match(input,RULE_ONE_HEX_LETTER,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getValidURLAccess().getONE_HEX_LETTERTerminalRuleCall_1_10_2_1());
+ }
+
+ }
+
+
+ }
+ break;
+
+ }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ValidURL__Alternatives_1_10_2"
+
+
+ // $ANTLR start "rule__Identifier__Alternatives_1"
+ // InternalCSS.g:2414:1: rule__Identifier__Alternatives_1 : ( ( RULE_UNDERSCORE ) | ( RULE_ONE_HEX_LETTER ) | ( RULE_ONE_NON_HEX_LETTER ) | ( ruleKeywordHack ) );
+ public final void rule__Identifier__Alternatives_1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:2418:1: ( ( RULE_UNDERSCORE ) | ( RULE_ONE_HEX_LETTER ) | ( RULE_ONE_NON_HEX_LETTER ) | ( ruleKeywordHack ) )
+ int alt34=4;
+ switch ( input.LA(1) ) {
+ case RULE_UNDERSCORE:
+ {
+ alt34=1;
+ }
+ break;
+ case RULE_ONE_HEX_LETTER:
+ {
+ alt34=2;
+ }
+ break;
+ case RULE_ONE_NON_HEX_LETTER:
+ {
+ alt34=3;
+ }
+ break;
+ case 49:
+ case 50:
+ case 51:
+ case 52:
+ {
+ alt34=4;
+ }
+ break;
+ default:
+ if (state.backtracking>0) {state.failed=true; return ;}
+ NoViableAltException nvae =
+ new NoViableAltException("", 34, 0, input);
+
+ throw nvae;
+ }
+
+ switch (alt34) {
+ case 1 :
+ // InternalCSS.g:2419:1: ( RULE_UNDERSCORE )
+ {
+ // InternalCSS.g:2419:1: ( RULE_UNDERSCORE )
+ // InternalCSS.g:2420:1: RULE_UNDERSCORE
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getIdentifierAccess().getUNDERSCORETerminalRuleCall_1_0());
+ }
+ match(input,RULE_UNDERSCORE,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getIdentifierAccess().getUNDERSCORETerminalRuleCall_1_0());
+ }
+
+ }
+
+
+ }
+ break;
+ case 2 :
+ // InternalCSS.g:2425:6: ( RULE_ONE_HEX_LETTER )
+ {
+ // InternalCSS.g:2425:6: ( RULE_ONE_HEX_LETTER )
+ // InternalCSS.g:2426:1: RULE_ONE_HEX_LETTER
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getIdentifierAccess().getONE_HEX_LETTERTerminalRuleCall_1_1());
+ }
+ match(input,RULE_ONE_HEX_LETTER,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getIdentifierAccess().getONE_HEX_LETTERTerminalRuleCall_1_1());
+ }
+
+ }
+
+
+ }
+ break;
+ case 3 :
+ // InternalCSS.g:2431:6: ( RULE_ONE_NON_HEX_LETTER )
+ {
+ // InternalCSS.g:2431:6: ( RULE_ONE_NON_HEX_LETTER )
+ // InternalCSS.g:2432:1: RULE_ONE_NON_HEX_LETTER
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getIdentifierAccess().getONE_NON_HEX_LETTERTerminalRuleCall_1_2());
+ }
+ match(input,RULE_ONE_NON_HEX_LETTER,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getIdentifierAccess().getONE_NON_HEX_LETTERTerminalRuleCall_1_2());
+ }
+
+ }
+
+
+ }
+ break;
+ case 4 :
+ // InternalCSS.g:2437:6: ( ruleKeywordHack )
+ {
+ // InternalCSS.g:2437:6: ( ruleKeywordHack )
+ // InternalCSS.g:2438:1: ruleKeywordHack
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getIdentifierAccess().getKeywordHackParserRuleCall_1_3());
+ }
+ pushFollow(FOLLOW_2);
+ ruleKeywordHack();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getIdentifierAccess().getKeywordHackParserRuleCall_1_3());
+ }
+
+ }
+
+
+ }
+ break;
+
+ }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Identifier__Alternatives_1"
+
+
+ // $ANTLR start "rule__Identifier__Alternatives_2_0"
+ // InternalCSS.g:2448:1: rule__Identifier__Alternatives_2_0 : ( ( RULE_UNDERSCORE ) | ( RULE_DASH ) | ( RULE_ONE_HEX_LETTER ) | ( RULE_ONE_NON_HEX_LETTER ) | ( RULE_ONE_INT ) | ( ruleKeywordHack ) );
+ public final void rule__Identifier__Alternatives_2_0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:2452:1: ( ( RULE_UNDERSCORE ) | ( RULE_DASH ) | ( RULE_ONE_HEX_LETTER ) | ( RULE_ONE_NON_HEX_LETTER ) | ( RULE_ONE_INT ) | ( ruleKeywordHack ) )
+ int alt35=6;
+ switch ( input.LA(1) ) {
+ case RULE_UNDERSCORE:
+ {
+ alt35=1;
+ }
+ break;
+ case RULE_DASH:
+ {
+ alt35=2;
+ }
+ break;
+ case RULE_ONE_HEX_LETTER:
+ {
+ alt35=3;
+ }
+ break;
+ case RULE_ONE_NON_HEX_LETTER:
+ {
+ alt35=4;
+ }
+ break;
+ case RULE_ONE_INT:
+ {
+ alt35=5;
+ }
+ break;
+ case 49:
+ case 50:
+ case 51:
+ case 52:
+ {
+ alt35=6;
+ }
+ break;
+ default:
+ if (state.backtracking>0) {state.failed=true; return ;}
+ NoViableAltException nvae =
+ new NoViableAltException("", 35, 0, input);
+
+ throw nvae;
+ }
+
+ switch (alt35) {
+ case 1 :
+ // InternalCSS.g:2453:1: ( RULE_UNDERSCORE )
+ {
+ // InternalCSS.g:2453:1: ( RULE_UNDERSCORE )
+ // InternalCSS.g:2454:1: RULE_UNDERSCORE
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getIdentifierAccess().getUNDERSCORETerminalRuleCall_2_0_0());
+ }
+ match(input,RULE_UNDERSCORE,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getIdentifierAccess().getUNDERSCORETerminalRuleCall_2_0_0());
+ }
+
+ }
+
+
+ }
+ break;
+ case 2 :
+ // InternalCSS.g:2459:6: ( RULE_DASH )
+ {
+ // InternalCSS.g:2459:6: ( RULE_DASH )
+ // InternalCSS.g:2460:1: RULE_DASH
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getIdentifierAccess().getDASHTerminalRuleCall_2_0_1());
+ }
+ match(input,RULE_DASH,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getIdentifierAccess().getDASHTerminalRuleCall_2_0_1());
+ }
+
+ }
+
+
+ }
+ break;
+ case 3 :
+ // InternalCSS.g:2465:6: ( RULE_ONE_HEX_LETTER )
+ {
+ // InternalCSS.g:2465:6: ( RULE_ONE_HEX_LETTER )
+ // InternalCSS.g:2466:1: RULE_ONE_HEX_LETTER
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getIdentifierAccess().getONE_HEX_LETTERTerminalRuleCall_2_0_2());
+ }
+ match(input,RULE_ONE_HEX_LETTER,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getIdentifierAccess().getONE_HEX_LETTERTerminalRuleCall_2_0_2());
+ }
+
+ }
+
+
+ }
+ break;
+ case 4 :
+ // InternalCSS.g:2471:6: ( RULE_ONE_NON_HEX_LETTER )
+ {
+ // InternalCSS.g:2471:6: ( RULE_ONE_NON_HEX_LETTER )
+ // InternalCSS.g:2472:1: RULE_ONE_NON_HEX_LETTER
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getIdentifierAccess().getONE_NON_HEX_LETTERTerminalRuleCall_2_0_3());
+ }
+ match(input,RULE_ONE_NON_HEX_LETTER,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getIdentifierAccess().getONE_NON_HEX_LETTERTerminalRuleCall_2_0_3());
+ }
+
+ }
+
+
+ }
+ break;
+ case 5 :
+ // InternalCSS.g:2477:6: ( RULE_ONE_INT )
+ {
+ // InternalCSS.g:2477:6: ( RULE_ONE_INT )
+ // InternalCSS.g:2478:1: RULE_ONE_INT
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getIdentifierAccess().getONE_INTTerminalRuleCall_2_0_4());
+ }
+ match(input,RULE_ONE_INT,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getIdentifierAccess().getONE_INTTerminalRuleCall_2_0_4());
+ }
+
+ }
+
+
+ }
+ break;
+ case 6 :
+ // InternalCSS.g:2483:6: ( ruleKeywordHack )
+ {
+ // InternalCSS.g:2483:6: ( ruleKeywordHack )
+ // InternalCSS.g:2484:1: ruleKeywordHack
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getIdentifierAccess().getKeywordHackParserRuleCall_2_0_5());
+ }
+ pushFollow(FOLLOW_2);
+ ruleKeywordHack();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getIdentifierAccess().getKeywordHackParserRuleCall_2_0_5());
+ }
+
+ }
+
+
+ }
+ break;
+
+ }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Identifier__Alternatives_2_0"
+
+
+ // $ANTLR start "rule__Num__Alternatives_0"
+ // InternalCSS.g:2494:1: rule__Num__Alternatives_0 : ( ( RULE_PLUS ) | ( RULE_DASH ) );
+ public final void rule__Num__Alternatives_0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:2498:1: ( ( RULE_PLUS ) | ( RULE_DASH ) )
+ int alt36=2;
+ int LA36_0 = input.LA(1);
+
+ if ( (LA36_0==RULE_PLUS) ) {
+ alt36=1;
+ }
+ else if ( (LA36_0==RULE_DASH) ) {
+ alt36=2;
+ }
+ else {
+ if (state.backtracking>0) {state.failed=true; return ;}
+ NoViableAltException nvae =
+ new NoViableAltException("", 36, 0, input);
+
+ throw nvae;
+ }
+ switch (alt36) {
+ case 1 :
+ // InternalCSS.g:2499:1: ( RULE_PLUS )
+ {
+ // InternalCSS.g:2499:1: ( RULE_PLUS )
+ // InternalCSS.g:2500:1: RULE_PLUS
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getNumAccess().getPLUSTerminalRuleCall_0_0());
+ }
+ match(input,RULE_PLUS,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getNumAccess().getPLUSTerminalRuleCall_0_0());
+ }
+
+ }
+
+
+ }
+ break;
+ case 2 :
+ // InternalCSS.g:2505:6: ( RULE_DASH )
+ {
+ // InternalCSS.g:2505:6: ( RULE_DASH )
+ // InternalCSS.g:2506:1: RULE_DASH
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getNumAccess().getDASHTerminalRuleCall_0_1());
+ }
+ match(input,RULE_DASH,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getNumAccess().getDASHTerminalRuleCall_0_1());
+ }
+
+ }
+
+
+ }
+ break;
+
+ }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Num__Alternatives_0"
+
+
+ // $ANTLR start "rule__Num__Alternatives_1"
+ // InternalCSS.g:2516:1: rule__Num__Alternatives_1 : ( ( ( rule__Num__Group_1_0__0 ) ) | ( ( rule__Num__Group_1_1__0 ) ) );
+ public final void rule__Num__Alternatives_1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:2520:1: ( ( ( rule__Num__Group_1_0__0 ) ) | ( ( rule__Num__Group_1_1__0 ) ) )
+ int alt37=2;
+ int LA37_0 = input.LA(1);
+
+ if ( (LA37_0==39) ) {
+ alt37=1;
+ }
+ else if ( (LA37_0==RULE_ONE_INT) ) {
+ alt37=2;
+ }
+ else {
+ if (state.backtracking>0) {state.failed=true; return ;}
+ NoViableAltException nvae =
+ new NoViableAltException("", 37, 0, input);
+
+ throw nvae;
+ }
+ switch (alt37) {
+ case 1 :
+ // InternalCSS.g:2521:1: ( ( rule__Num__Group_1_0__0 ) )
+ {
+ // InternalCSS.g:2521:1: ( ( rule__Num__Group_1_0__0 ) )
+ // InternalCSS.g:2522:1: ( rule__Num__Group_1_0__0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getNumAccess().getGroup_1_0());
+ }
+ // InternalCSS.g:2523:1: ( rule__Num__Group_1_0__0 )
+ // InternalCSS.g:2523:2: rule__Num__Group_1_0__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__Num__Group_1_0__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getNumAccess().getGroup_1_0());
+ }
+
+ }
+
+
+ }
+ break;
+ case 2 :
+ // InternalCSS.g:2527:6: ( ( rule__Num__Group_1_1__0 ) )
+ {
+ // InternalCSS.g:2527:6: ( ( rule__Num__Group_1_1__0 ) )
+ // InternalCSS.g:2528:1: ( rule__Num__Group_1_1__0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getNumAccess().getGroup_1_1());
+ }
+ // InternalCSS.g:2529:1: ( rule__Num__Group_1_1__0 )
+ // InternalCSS.g:2529:2: rule__Num__Group_1_1__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__Num__Group_1_1__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getNumAccess().getGroup_1_1());
+ }
+
+ }
+
+
+ }
+ break;
+
+ }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Num__Alternatives_1"
+
+
+ // $ANTLR start "rule__Hex__Alternatives_1_0"
+ // InternalCSS.g:2538:1: rule__Hex__Alternatives_1_0 : ( ( RULE_ONE_INT ) | ( RULE_ONE_HEX_LETTER ) );
+ public final void rule__Hex__Alternatives_1_0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:2542:1: ( ( RULE_ONE_INT ) | ( RULE_ONE_HEX_LETTER ) )
+ int alt38=2;
+ int LA38_0 = input.LA(1);
+
+ if ( (LA38_0==RULE_ONE_INT) ) {
+ alt38=1;
+ }
+ else if ( (LA38_0==RULE_ONE_HEX_LETTER) ) {
+ alt38=2;
+ }
+ else {
+ if (state.backtracking>0) {state.failed=true; return ;}
+ NoViableAltException nvae =
+ new NoViableAltException("", 38, 0, input);
+
+ throw nvae;
+ }
+ switch (alt38) {
+ case 1 :
+ // InternalCSS.g:2543:1: ( RULE_ONE_INT )
+ {
+ // InternalCSS.g:2543:1: ( RULE_ONE_INT )
+ // InternalCSS.g:2544:1: RULE_ONE_INT
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getHexAccess().getONE_INTTerminalRuleCall_1_0_0());
+ }
+ match(input,RULE_ONE_INT,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getHexAccess().getONE_INTTerminalRuleCall_1_0_0());
+ }
+
+ }
+
+
+ }
+ break;
+ case 2 :
+ // InternalCSS.g:2549:6: ( RULE_ONE_HEX_LETTER )
+ {
+ // InternalCSS.g:2549:6: ( RULE_ONE_HEX_LETTER )
+ // InternalCSS.g:2550:1: RULE_ONE_HEX_LETTER
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getHexAccess().getONE_HEX_LETTERTerminalRuleCall_1_0_1());
+ }
+ match(input,RULE_ONE_HEX_LETTER,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getHexAccess().getONE_HEX_LETTERTerminalRuleCall_1_0_1());
+ }
+
+ }
+
+
+ }
+ break;
+
+ }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Hex__Alternatives_1_0"
+
+
+ // $ANTLR start "rule__Stylesheet__Group__0"
+ // InternalCSS.g:2562:1: rule__Stylesheet__Group__0 : rule__Stylesheet__Group__0__Impl rule__Stylesheet__Group__1 ;
+ public final void rule__Stylesheet__Group__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:2566:1: ( rule__Stylesheet__Group__0__Impl rule__Stylesheet__Group__1 )
+ // InternalCSS.g:2567:2: rule__Stylesheet__Group__0__Impl rule__Stylesheet__Group__1
+ {
+ pushFollow(FOLLOW_5);
+ rule__Stylesheet__Group__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Stylesheet__Group__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Stylesheet__Group__0"
+
+
+ // $ANTLR start "rule__Stylesheet__Group__0__Impl"
+ // InternalCSS.g:2574:1: rule__Stylesheet__Group__0__Impl : ( ( rule__Stylesheet__CharsetAssignment_0 )? ) ;
+ public final void rule__Stylesheet__Group__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:2578:1: ( ( ( rule__Stylesheet__CharsetAssignment_0 )? ) )
+ // InternalCSS.g:2579:1: ( ( rule__Stylesheet__CharsetAssignment_0 )? )
+ {
+ // InternalCSS.g:2579:1: ( ( rule__Stylesheet__CharsetAssignment_0 )? )
+ // InternalCSS.g:2580:1: ( rule__Stylesheet__CharsetAssignment_0 )?
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getStylesheetAccess().getCharsetAssignment_0());
+ }
+ // InternalCSS.g:2581:1: ( rule__Stylesheet__CharsetAssignment_0 )?
+ int alt39=2;
+ int LA39_0 = input.LA(1);
+
+ if ( ((LA39_0>=20 && LA39_0<=21)) ) {
+ alt39=1;
+ }
+ switch (alt39) {
+ case 1 :
+ // InternalCSS.g:2581:2: rule__Stylesheet__CharsetAssignment_0
+ {
+ pushFollow(FOLLOW_2);
+ rule__Stylesheet__CharsetAssignment_0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+ break;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getStylesheetAccess().getCharsetAssignment_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Stylesheet__Group__0__Impl"
+
+
+ // $ANTLR start "rule__Stylesheet__Group__1"
+ // InternalCSS.g:2591:1: rule__Stylesheet__Group__1 : rule__Stylesheet__Group__1__Impl rule__Stylesheet__Group__2 ;
+ public final void rule__Stylesheet__Group__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:2595:1: ( rule__Stylesheet__Group__1__Impl rule__Stylesheet__Group__2 )
+ // InternalCSS.g:2596:2: rule__Stylesheet__Group__1__Impl rule__Stylesheet__Group__2
+ {
+ pushFollow(FOLLOW_5);
+ rule__Stylesheet__Group__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Stylesheet__Group__2();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Stylesheet__Group__1"
+
+
+ // $ANTLR start "rule__Stylesheet__Group__1__Impl"
+ // InternalCSS.g:2603:1: rule__Stylesheet__Group__1__Impl : ( ( rule__Stylesheet__ImportsAssignment_1 )* ) ;
+ public final void rule__Stylesheet__Group__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:2607:1: ( ( ( rule__Stylesheet__ImportsAssignment_1 )* ) )
+ // InternalCSS.g:2608:1: ( ( rule__Stylesheet__ImportsAssignment_1 )* )
+ {
+ // InternalCSS.g:2608:1: ( ( rule__Stylesheet__ImportsAssignment_1 )* )
+ // InternalCSS.g:2609:1: ( rule__Stylesheet__ImportsAssignment_1 )*
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getStylesheetAccess().getImportsAssignment_1());
+ }
+ // InternalCSS.g:2610:1: ( rule__Stylesheet__ImportsAssignment_1 )*
+ loop40:
+ do {
+ int alt40=2;
+ int LA40_0 = input.LA(1);
+
+ if ( ((LA40_0>=22 && LA40_0<=23)) ) {
+ alt40=1;
+ }
+
+
+ switch (alt40) {
+ case 1 :
+ // InternalCSS.g:2610:2: rule__Stylesheet__ImportsAssignment_1
+ {
+ pushFollow(FOLLOW_6);
+ rule__Stylesheet__ImportsAssignment_1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+ break;
+
+ default :
+ break loop40;
+ }
+ } while (true);
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getStylesheetAccess().getImportsAssignment_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Stylesheet__Group__1__Impl"
+
+
+ // $ANTLR start "rule__Stylesheet__Group__2"
+ // InternalCSS.g:2620:1: rule__Stylesheet__Group__2 : rule__Stylesheet__Group__2__Impl ;
+ public final void rule__Stylesheet__Group__2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:2624:1: ( rule__Stylesheet__Group__2__Impl )
+ // InternalCSS.g:2625:2: rule__Stylesheet__Group__2__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__Stylesheet__Group__2__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Stylesheet__Group__2"
+
+
+ // $ANTLR start "rule__Stylesheet__Group__2__Impl"
+ // InternalCSS.g:2631:1: rule__Stylesheet__Group__2__Impl : ( ( rule__Stylesheet__Alternatives_2 )* ) ;
+ public final void rule__Stylesheet__Group__2__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:2635:1: ( ( ( rule__Stylesheet__Alternatives_2 )* ) )
+ // InternalCSS.g:2636:1: ( ( rule__Stylesheet__Alternatives_2 )* )
+ {
+ // InternalCSS.g:2636:1: ( ( rule__Stylesheet__Alternatives_2 )* )
+ // InternalCSS.g:2637:1: ( rule__Stylesheet__Alternatives_2 )*
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getStylesheetAccess().getAlternatives_2());
+ }
+ // InternalCSS.g:2638:1: ( rule__Stylesheet__Alternatives_2 )*
+ loop41:
+ do {
+ int alt41=2;
+ int LA41_0 = input.LA(1);
+
+ if ( ((LA41_0>=RULE_DASH && LA41_0<=RULE_ONE_NON_HEX_LETTER)||(LA41_0>=24 && LA41_0<=31)||LA41_0==36||LA41_0==39||LA41_0==42||(LA41_0>=49 && LA41_0<=52)||LA41_0==60) ) {
+ alt41=1;
+ }
+
+
+ switch (alt41) {
+ case 1 :
+ // InternalCSS.g:2638:2: rule__Stylesheet__Alternatives_2
+ {
+ pushFollow(FOLLOW_7);
+ rule__Stylesheet__Alternatives_2();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+ break;
+
+ default :
+ break loop41;
+ }
+ } while (true);
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getStylesheetAccess().getAlternatives_2());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Stylesheet__Group__2__Impl"
+
+
+ // $ANTLR start "rule__Charset__Group__0"
+ // InternalCSS.g:2654:1: rule__Charset__Group__0 : rule__Charset__Group__0__Impl rule__Charset__Group__1 ;
+ public final void rule__Charset__Group__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:2658:1: ( rule__Charset__Group__0__Impl rule__Charset__Group__1 )
+ // InternalCSS.g:2659:2: rule__Charset__Group__0__Impl rule__Charset__Group__1
+ {
+ pushFollow(FOLLOW_8);
+ rule__Charset__Group__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Charset__Group__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Charset__Group__0"
+
+
+ // $ANTLR start "rule__Charset__Group__0__Impl"
+ // InternalCSS.g:2666:1: rule__Charset__Group__0__Impl : ( ( rule__Charset__Alternatives_0 ) ) ;
+ public final void rule__Charset__Group__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:2670:1: ( ( ( rule__Charset__Alternatives_0 ) ) )
+ // InternalCSS.g:2671:1: ( ( rule__Charset__Alternatives_0 ) )
+ {
+ // InternalCSS.g:2671:1: ( ( rule__Charset__Alternatives_0 ) )
+ // InternalCSS.g:2672:1: ( rule__Charset__Alternatives_0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getCharsetAccess().getAlternatives_0());
+ }
+ // InternalCSS.g:2673:1: ( rule__Charset__Alternatives_0 )
+ // InternalCSS.g:2673:2: rule__Charset__Alternatives_0
+ {
+ pushFollow(FOLLOW_2);
+ rule__Charset__Alternatives_0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getCharsetAccess().getAlternatives_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Charset__Group__0__Impl"
+
+
+ // $ANTLR start "rule__Charset__Group__1"
+ // InternalCSS.g:2683:1: rule__Charset__Group__1 : rule__Charset__Group__1__Impl rule__Charset__Group__2 ;
+ public final void rule__Charset__Group__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:2687:1: ( rule__Charset__Group__1__Impl rule__Charset__Group__2 )
+ // InternalCSS.g:2688:2: rule__Charset__Group__1__Impl rule__Charset__Group__2
+ {
+ pushFollow(FOLLOW_9);
+ rule__Charset__Group__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Charset__Group__2();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Charset__Group__1"
+
+
+ // $ANTLR start "rule__Charset__Group__1__Impl"
+ // InternalCSS.g:2695:1: rule__Charset__Group__1__Impl : ( ( rule__Charset__CharsetAssignment_1 ) ) ;
+ public final void rule__Charset__Group__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:2699:1: ( ( ( rule__Charset__CharsetAssignment_1 ) ) )
+ // InternalCSS.g:2700:1: ( ( rule__Charset__CharsetAssignment_1 ) )
+ {
+ // InternalCSS.g:2700:1: ( ( rule__Charset__CharsetAssignment_1 ) )
+ // InternalCSS.g:2701:1: ( rule__Charset__CharsetAssignment_1 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getCharsetAccess().getCharsetAssignment_1());
+ }
+ // InternalCSS.g:2702:1: ( rule__Charset__CharsetAssignment_1 )
+ // InternalCSS.g:2702:2: rule__Charset__CharsetAssignment_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__Charset__CharsetAssignment_1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getCharsetAccess().getCharsetAssignment_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Charset__Group__1__Impl"
+
+
+ // $ANTLR start "rule__Charset__Group__2"
+ // InternalCSS.g:2712:1: rule__Charset__Group__2 : rule__Charset__Group__2__Impl ;
+ public final void rule__Charset__Group__2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:2716:1: ( rule__Charset__Group__2__Impl )
+ // InternalCSS.g:2717:2: rule__Charset__Group__2__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__Charset__Group__2__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Charset__Group__2"
+
+
+ // $ANTLR start "rule__Charset__Group__2__Impl"
+ // InternalCSS.g:2723:1: rule__Charset__Group__2__Impl : ( ';' ) ;
+ public final void rule__Charset__Group__2__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:2727:1: ( ( ';' ) )
+ // InternalCSS.g:2728:1: ( ';' )
+ {
+ // InternalCSS.g:2728:1: ( ';' )
+ // InternalCSS.g:2729:1: ';'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getCharsetAccess().getSemicolonKeyword_2());
+ }
+ match(input,48,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getCharsetAccess().getSemicolonKeyword_2());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Charset__Group__2__Impl"
+
+
+ // $ANTLR start "rule__ImportExpression__Group__0"
+ // InternalCSS.g:2748:1: rule__ImportExpression__Group__0 : rule__ImportExpression__Group__0__Impl rule__ImportExpression__Group__1 ;
+ public final void rule__ImportExpression__Group__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:2752:1: ( rule__ImportExpression__Group__0__Impl rule__ImportExpression__Group__1 )
+ // InternalCSS.g:2753:2: rule__ImportExpression__Group__0__Impl rule__ImportExpression__Group__1
+ {
+ pushFollow(FOLLOW_10);
+ rule__ImportExpression__Group__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__ImportExpression__Group__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ImportExpression__Group__0"
+
+
+ // $ANTLR start "rule__ImportExpression__Group__0__Impl"
+ // InternalCSS.g:2760:1: rule__ImportExpression__Group__0__Impl : ( ( rule__ImportExpression__Alternatives_0 ) ) ;
+ public final void rule__ImportExpression__Group__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:2764:1: ( ( ( rule__ImportExpression__Alternatives_0 ) ) )
+ // InternalCSS.g:2765:1: ( ( rule__ImportExpression__Alternatives_0 ) )
+ {
+ // InternalCSS.g:2765:1: ( ( rule__ImportExpression__Alternatives_0 ) )
+ // InternalCSS.g:2766:1: ( rule__ImportExpression__Alternatives_0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getImportExpressionAccess().getAlternatives_0());
+ }
+ // InternalCSS.g:2767:1: ( rule__ImportExpression__Alternatives_0 )
+ // InternalCSS.g:2767:2: rule__ImportExpression__Alternatives_0
+ {
+ pushFollow(FOLLOW_2);
+ rule__ImportExpression__Alternatives_0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getImportExpressionAccess().getAlternatives_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ImportExpression__Group__0__Impl"
+
+
+ // $ANTLR start "rule__ImportExpression__Group__1"
+ // InternalCSS.g:2777:1: rule__ImportExpression__Group__1 : rule__ImportExpression__Group__1__Impl rule__ImportExpression__Group__2 ;
+ public final void rule__ImportExpression__Group__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:2781:1: ( rule__ImportExpression__Group__1__Impl rule__ImportExpression__Group__2 )
+ // InternalCSS.g:2782:2: rule__ImportExpression__Group__1__Impl rule__ImportExpression__Group__2
+ {
+ pushFollow(FOLLOW_9);
+ rule__ImportExpression__Group__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__ImportExpression__Group__2();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ImportExpression__Group__1"
+
+
+ // $ANTLR start "rule__ImportExpression__Group__1__Impl"
+ // InternalCSS.g:2789:1: rule__ImportExpression__Group__1__Impl : ( ( rule__ImportExpression__Alternatives_1 ) ) ;
+ public final void rule__ImportExpression__Group__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:2793:1: ( ( ( rule__ImportExpression__Alternatives_1 ) ) )
+ // InternalCSS.g:2794:1: ( ( rule__ImportExpression__Alternatives_1 ) )
+ {
+ // InternalCSS.g:2794:1: ( ( rule__ImportExpression__Alternatives_1 ) )
+ // InternalCSS.g:2795:1: ( rule__ImportExpression__Alternatives_1 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getImportExpressionAccess().getAlternatives_1());
+ }
+ // InternalCSS.g:2796:1: ( rule__ImportExpression__Alternatives_1 )
+ // InternalCSS.g:2796:2: rule__ImportExpression__Alternatives_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__ImportExpression__Alternatives_1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getImportExpressionAccess().getAlternatives_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ImportExpression__Group__1__Impl"
+
+
+ // $ANTLR start "rule__ImportExpression__Group__2"
+ // InternalCSS.g:2806:1: rule__ImportExpression__Group__2 : rule__ImportExpression__Group__2__Impl ;
+ public final void rule__ImportExpression__Group__2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:2810:1: ( rule__ImportExpression__Group__2__Impl )
+ // InternalCSS.g:2811:2: rule__ImportExpression__Group__2__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__ImportExpression__Group__2__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ImportExpression__Group__2"
+
+
+ // $ANTLR start "rule__ImportExpression__Group__2__Impl"
+ // InternalCSS.g:2817:1: rule__ImportExpression__Group__2__Impl : ( ';' ) ;
+ public final void rule__ImportExpression__Group__2__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:2821:1: ( ( ';' ) )
+ // InternalCSS.g:2822:1: ( ';' )
+ {
+ // InternalCSS.g:2822:1: ( ';' )
+ // InternalCSS.g:2823:1: ';'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getImportExpressionAccess().getSemicolonKeyword_2());
+ }
+ match(input,48,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getImportExpressionAccess().getSemicolonKeyword_2());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ImportExpression__Group__2__Impl"
+
+
+ // $ANTLR start "rule__ImportExpression__Group_1_1__0"
+ // InternalCSS.g:2842:1: rule__ImportExpression__Group_1_1__0 : rule__ImportExpression__Group_1_1__0__Impl rule__ImportExpression__Group_1_1__1 ;
+ public final void rule__ImportExpression__Group_1_1__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:2846:1: ( rule__ImportExpression__Group_1_1__0__Impl rule__ImportExpression__Group_1_1__1 )
+ // InternalCSS.g:2847:2: rule__ImportExpression__Group_1_1__0__Impl rule__ImportExpression__Group_1_1__1
+ {
+ pushFollow(FOLLOW_11);
+ rule__ImportExpression__Group_1_1__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__ImportExpression__Group_1_1__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ImportExpression__Group_1_1__0"
+
+
+ // $ANTLR start "rule__ImportExpression__Group_1_1__0__Impl"
+ // InternalCSS.g:2854:1: rule__ImportExpression__Group_1_1__0__Impl : ( ruleURLType ) ;
+ public final void rule__ImportExpression__Group_1_1__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:2858:1: ( ( ruleURLType ) )
+ // InternalCSS.g:2859:1: ( ruleURLType )
+ {
+ // InternalCSS.g:2859:1: ( ruleURLType )
+ // InternalCSS.g:2860:1: ruleURLType
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getImportExpressionAccess().getURLTypeParserRuleCall_1_1_0());
+ }
+ pushFollow(FOLLOW_2);
+ ruleURLType();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getImportExpressionAccess().getURLTypeParserRuleCall_1_1_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ImportExpression__Group_1_1__0__Impl"
+
+
+ // $ANTLR start "rule__ImportExpression__Group_1_1__1"
+ // InternalCSS.g:2871:1: rule__ImportExpression__Group_1_1__1 : rule__ImportExpression__Group_1_1__1__Impl ;
+ public final void rule__ImportExpression__Group_1_1__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:2875:1: ( rule__ImportExpression__Group_1_1__1__Impl )
+ // InternalCSS.g:2876:2: rule__ImportExpression__Group_1_1__1__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__ImportExpression__Group_1_1__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ImportExpression__Group_1_1__1"
+
+
+ // $ANTLR start "rule__ImportExpression__Group_1_1__1__Impl"
+ // InternalCSS.g:2882:1: rule__ImportExpression__Group_1_1__1__Impl : ( ( rule__ImportExpression__MediaListAssignment_1_1_1 )? ) ;
+ public final void rule__ImportExpression__Group_1_1__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:2886:1: ( ( ( rule__ImportExpression__MediaListAssignment_1_1_1 )? ) )
+ // InternalCSS.g:2887:1: ( ( rule__ImportExpression__MediaListAssignment_1_1_1 )? )
+ {
+ // InternalCSS.g:2887:1: ( ( rule__ImportExpression__MediaListAssignment_1_1_1 )? )
+ // InternalCSS.g:2888:1: ( rule__ImportExpression__MediaListAssignment_1_1_1 )?
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getImportExpressionAccess().getMediaListAssignment_1_1_1());
+ }
+ // InternalCSS.g:2889:1: ( rule__ImportExpression__MediaListAssignment_1_1_1 )?
+ int alt42=2;
+ int LA42_0 = input.LA(1);
+
+ if ( ((LA42_0>=RULE_DASH && LA42_0<=RULE_UNDERSCORE)||(LA42_0>=RULE_ONE_HEX_LETTER && LA42_0<=RULE_ONE_NON_HEX_LETTER)||(LA42_0>=49 && LA42_0<=52)) ) {
+ alt42=1;
+ }
+ switch (alt42) {
+ case 1 :
+ // InternalCSS.g:2889:2: rule__ImportExpression__MediaListAssignment_1_1_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__ImportExpression__MediaListAssignment_1_1_1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+ break;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getImportExpressionAccess().getMediaListAssignment_1_1_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ImportExpression__Group_1_1__1__Impl"
+
+
+ // $ANTLR start "rule__Page__Group__0"
+ // InternalCSS.g:2903:1: rule__Page__Group__0 : rule__Page__Group__0__Impl rule__Page__Group__1 ;
+ public final void rule__Page__Group__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:2907:1: ( rule__Page__Group__0__Impl rule__Page__Group__1 )
+ // InternalCSS.g:2908:2: rule__Page__Group__0__Impl rule__Page__Group__1
+ {
+ pushFollow(FOLLOW_12);
+ rule__Page__Group__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Page__Group__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Page__Group__0"
+
+
+ // $ANTLR start "rule__Page__Group__0__Impl"
+ // InternalCSS.g:2915:1: rule__Page__Group__0__Impl : ( () ) ;
+ public final void rule__Page__Group__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:2919:1: ( ( () ) )
+ // InternalCSS.g:2920:1: ( () )
+ {
+ // InternalCSS.g:2920:1: ( () )
+ // InternalCSS.g:2921:1: ()
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getPageAccess().getPageAction_0());
+ }
+ // InternalCSS.g:2922:1: ()
+ // InternalCSS.g:2924:1:
+ {
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getPageAccess().getPageAction_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Page__Group__0__Impl"
+
+
+ // $ANTLR start "rule__Page__Group__1"
+ // InternalCSS.g:2934:1: rule__Page__Group__1 : rule__Page__Group__1__Impl rule__Page__Group__2 ;
+ public final void rule__Page__Group__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:2938:1: ( rule__Page__Group__1__Impl rule__Page__Group__2 )
+ // InternalCSS.g:2939:2: rule__Page__Group__1__Impl rule__Page__Group__2
+ {
+ pushFollow(FOLLOW_13);
+ rule__Page__Group__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Page__Group__2();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Page__Group__1"
+
+
+ // $ANTLR start "rule__Page__Group__1__Impl"
+ // InternalCSS.g:2946:1: rule__Page__Group__1__Impl : ( ( rule__Page__Alternatives_1 ) ) ;
+ public final void rule__Page__Group__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:2950:1: ( ( ( rule__Page__Alternatives_1 ) ) )
+ // InternalCSS.g:2951:1: ( ( rule__Page__Alternatives_1 ) )
+ {
+ // InternalCSS.g:2951:1: ( ( rule__Page__Alternatives_1 ) )
+ // InternalCSS.g:2952:1: ( rule__Page__Alternatives_1 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getPageAccess().getAlternatives_1());
+ }
+ // InternalCSS.g:2953:1: ( rule__Page__Alternatives_1 )
+ // InternalCSS.g:2953:2: rule__Page__Alternatives_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__Page__Alternatives_1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getPageAccess().getAlternatives_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Page__Group__1__Impl"
+
+
+ // $ANTLR start "rule__Page__Group__2"
+ // InternalCSS.g:2963:1: rule__Page__Group__2 : rule__Page__Group__2__Impl rule__Page__Group__3 ;
+ public final void rule__Page__Group__2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:2967:1: ( rule__Page__Group__2__Impl rule__Page__Group__3 )
+ // InternalCSS.g:2968:2: rule__Page__Group__2__Impl rule__Page__Group__3
+ {
+ pushFollow(FOLLOW_13);
+ rule__Page__Group__2__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Page__Group__3();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Page__Group__2"
+
+
+ // $ANTLR start "rule__Page__Group__2__Impl"
+ // InternalCSS.g:2975:1: rule__Page__Group__2__Impl : ( ( rule__Page__PseudoPageAssignment_2 )? ) ;
+ public final void rule__Page__Group__2__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:2979:1: ( ( ( rule__Page__PseudoPageAssignment_2 )? ) )
+ // InternalCSS.g:2980:1: ( ( rule__Page__PseudoPageAssignment_2 )? )
+ {
+ // InternalCSS.g:2980:1: ( ( rule__Page__PseudoPageAssignment_2 )? )
+ // InternalCSS.g:2981:1: ( rule__Page__PseudoPageAssignment_2 )?
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getPageAccess().getPseudoPageAssignment_2());
+ }
+ // InternalCSS.g:2982:1: ( rule__Page__PseudoPageAssignment_2 )?
+ int alt43=2;
+ int LA43_0 = input.LA(1);
+
+ if ( (LA43_0==RULE_COLON) ) {
+ alt43=1;
+ }
+ switch (alt43) {
+ case 1 :
+ // InternalCSS.g:2982:2: rule__Page__PseudoPageAssignment_2
+ {
+ pushFollow(FOLLOW_2);
+ rule__Page__PseudoPageAssignment_2();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+ break;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getPageAccess().getPseudoPageAssignment_2());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Page__Group__2__Impl"
+
+
+ // $ANTLR start "rule__Page__Group__3"
+ // InternalCSS.g:2992:1: rule__Page__Group__3 : rule__Page__Group__3__Impl rule__Page__Group__4 ;
+ public final void rule__Page__Group__3() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:2996:1: ( rule__Page__Group__3__Impl rule__Page__Group__4 )
+ // InternalCSS.g:2997:2: rule__Page__Group__3__Impl rule__Page__Group__4
+ {
+ pushFollow(FOLLOW_14);
+ rule__Page__Group__3__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Page__Group__4();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Page__Group__3"
+
+
+ // $ANTLR start "rule__Page__Group__3__Impl"
+ // InternalCSS.g:3004:1: rule__Page__Group__3__Impl : ( '{' ) ;
+ public final void rule__Page__Group__3__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3008:1: ( ( '{' ) )
+ // InternalCSS.g:3009:1: ( '{' )
+ {
+ // InternalCSS.g:3009:1: ( '{' )
+ // InternalCSS.g:3010:1: '{'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getPageAccess().getLeftCurlyBracketKeyword_3());
+ }
+ match(input,58,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getPageAccess().getLeftCurlyBracketKeyword_3());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Page__Group__3__Impl"
+
+
+ // $ANTLR start "rule__Page__Group__4"
+ // InternalCSS.g:3023:1: rule__Page__Group__4 : rule__Page__Group__4__Impl rule__Page__Group__5 ;
+ public final void rule__Page__Group__4() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3027:1: ( rule__Page__Group__4__Impl rule__Page__Group__5 )
+ // InternalCSS.g:3028:2: rule__Page__Group__4__Impl rule__Page__Group__5
+ {
+ pushFollow(FOLLOW_14);
+ rule__Page__Group__4__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Page__Group__5();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Page__Group__4"
+
+
+ // $ANTLR start "rule__Page__Group__4__Impl"
+ // InternalCSS.g:3035:1: rule__Page__Group__4__Impl : ( ( rule__Page__DeclarationsAssignment_4 )? ) ;
+ public final void rule__Page__Group__4__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3039:1: ( ( ( rule__Page__DeclarationsAssignment_4 )? ) )
+ // InternalCSS.g:3040:1: ( ( rule__Page__DeclarationsAssignment_4 )? )
+ {
+ // InternalCSS.g:3040:1: ( ( rule__Page__DeclarationsAssignment_4 )? )
+ // InternalCSS.g:3041:1: ( rule__Page__DeclarationsAssignment_4 )?
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getPageAccess().getDeclarationsAssignment_4());
+ }
+ // InternalCSS.g:3042:1: ( rule__Page__DeclarationsAssignment_4 )?
+ int alt44=2;
+ int LA44_0 = input.LA(1);
+
+ if ( ((LA44_0>=RULE_DASH && LA44_0<=RULE_UNDERSCORE)||(LA44_0>=RULE_ONE_HEX_LETTER && LA44_0<=RULE_ONE_NON_HEX_LETTER)||LA44_0==RULE_WS||(LA44_0>=49 && LA44_0<=52)) ) {
+ alt44=1;
+ }
+ switch (alt44) {
+ case 1 :
+ // InternalCSS.g:3042:2: rule__Page__DeclarationsAssignment_4
+ {
+ pushFollow(FOLLOW_2);
+ rule__Page__DeclarationsAssignment_4();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+ break;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getPageAccess().getDeclarationsAssignment_4());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Page__Group__4__Impl"
+
+
+ // $ANTLR start "rule__Page__Group__5"
+ // InternalCSS.g:3052:1: rule__Page__Group__5 : rule__Page__Group__5__Impl rule__Page__Group__6 ;
+ public final void rule__Page__Group__5() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3056:1: ( rule__Page__Group__5__Impl rule__Page__Group__6 )
+ // InternalCSS.g:3057:2: rule__Page__Group__5__Impl rule__Page__Group__6
+ {
+ pushFollow(FOLLOW_14);
+ rule__Page__Group__5__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Page__Group__6();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Page__Group__5"
+
+
+ // $ANTLR start "rule__Page__Group__5__Impl"
+ // InternalCSS.g:3064:1: rule__Page__Group__5__Impl : ( ( rule__Page__Group_5__0 )* ) ;
+ public final void rule__Page__Group__5__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3068:1: ( ( ( rule__Page__Group_5__0 )* ) )
+ // InternalCSS.g:3069:1: ( ( rule__Page__Group_5__0 )* )
+ {
+ // InternalCSS.g:3069:1: ( ( rule__Page__Group_5__0 )* )
+ // InternalCSS.g:3070:1: ( rule__Page__Group_5__0 )*
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getPageAccess().getGroup_5());
+ }
+ // InternalCSS.g:3071:1: ( rule__Page__Group_5__0 )*
+ loop45:
+ do {
+ int alt45=2;
+ int LA45_0 = input.LA(1);
+
+ if ( (LA45_0==48) ) {
+ alt45=1;
+ }
+
+
+ switch (alt45) {
+ case 1 :
+ // InternalCSS.g:3071:2: rule__Page__Group_5__0
+ {
+ pushFollow(FOLLOW_15);
+ rule__Page__Group_5__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+ break;
+
+ default :
+ break loop45;
+ }
+ } while (true);
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getPageAccess().getGroup_5());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Page__Group__5__Impl"
+
+
+ // $ANTLR start "rule__Page__Group__6"
+ // InternalCSS.g:3081:1: rule__Page__Group__6 : rule__Page__Group__6__Impl ;
+ public final void rule__Page__Group__6() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3085:1: ( rule__Page__Group__6__Impl )
+ // InternalCSS.g:3086:2: rule__Page__Group__6__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__Page__Group__6__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Page__Group__6"
+
+
+ // $ANTLR start "rule__Page__Group__6__Impl"
+ // InternalCSS.g:3092:1: rule__Page__Group__6__Impl : ( '}' ) ;
+ public final void rule__Page__Group__6__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3096:1: ( ( '}' ) )
+ // InternalCSS.g:3097:1: ( '}' )
+ {
+ // InternalCSS.g:3097:1: ( '}' )
+ // InternalCSS.g:3098:1: '}'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getPageAccess().getRightCurlyBracketKeyword_6());
+ }
+ match(input,59,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getPageAccess().getRightCurlyBracketKeyword_6());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Page__Group__6__Impl"
+
+
+ // $ANTLR start "rule__Page__Group_5__0"
+ // InternalCSS.g:3125:1: rule__Page__Group_5__0 : rule__Page__Group_5__0__Impl rule__Page__Group_5__1 ;
+ public final void rule__Page__Group_5__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3129:1: ( rule__Page__Group_5__0__Impl rule__Page__Group_5__1 )
+ // InternalCSS.g:3130:2: rule__Page__Group_5__0__Impl rule__Page__Group_5__1
+ {
+ pushFollow(FOLLOW_16);
+ rule__Page__Group_5__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Page__Group_5__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Page__Group_5__0"
+
+
+ // $ANTLR start "rule__Page__Group_5__0__Impl"
+ // InternalCSS.g:3137:1: rule__Page__Group_5__0__Impl : ( ';' ) ;
+ public final void rule__Page__Group_5__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3141:1: ( ( ';' ) )
+ // InternalCSS.g:3142:1: ( ';' )
+ {
+ // InternalCSS.g:3142:1: ( ';' )
+ // InternalCSS.g:3143:1: ';'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getPageAccess().getSemicolonKeyword_5_0());
+ }
+ match(input,48,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getPageAccess().getSemicolonKeyword_5_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Page__Group_5__0__Impl"
+
+
+ // $ANTLR start "rule__Page__Group_5__1"
+ // InternalCSS.g:3156:1: rule__Page__Group_5__1 : rule__Page__Group_5__1__Impl ;
+ public final void rule__Page__Group_5__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3160:1: ( rule__Page__Group_5__1__Impl )
+ // InternalCSS.g:3161:2: rule__Page__Group_5__1__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__Page__Group_5__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Page__Group_5__1"
+
+
+ // $ANTLR start "rule__Page__Group_5__1__Impl"
+ // InternalCSS.g:3167:1: rule__Page__Group_5__1__Impl : ( ( rule__Page__DeclarationsAssignment_5_1 )? ) ;
+ public final void rule__Page__Group_5__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3171:1: ( ( ( rule__Page__DeclarationsAssignment_5_1 )? ) )
+ // InternalCSS.g:3172:1: ( ( rule__Page__DeclarationsAssignment_5_1 )? )
+ {
+ // InternalCSS.g:3172:1: ( ( rule__Page__DeclarationsAssignment_5_1 )? )
+ // InternalCSS.g:3173:1: ( rule__Page__DeclarationsAssignment_5_1 )?
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getPageAccess().getDeclarationsAssignment_5_1());
+ }
+ // InternalCSS.g:3174:1: ( rule__Page__DeclarationsAssignment_5_1 )?
+ int alt46=2;
+ int LA46_0 = input.LA(1);
+
+ if ( ((LA46_0>=RULE_DASH && LA46_0<=RULE_UNDERSCORE)||(LA46_0>=RULE_ONE_HEX_LETTER && LA46_0<=RULE_ONE_NON_HEX_LETTER)||LA46_0==RULE_WS||(LA46_0>=49 && LA46_0<=52)) ) {
+ alt46=1;
+ }
+ switch (alt46) {
+ case 1 :
+ // InternalCSS.g:3174:2: rule__Page__DeclarationsAssignment_5_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__Page__DeclarationsAssignment_5_1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+ break;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getPageAccess().getDeclarationsAssignment_5_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Page__Group_5__1__Impl"
+
+
+ // $ANTLR start "rule__Pseudo_page__Group__0"
+ // InternalCSS.g:3188:1: rule__Pseudo_page__Group__0 : rule__Pseudo_page__Group__0__Impl rule__Pseudo_page__Group__1 ;
+ public final void rule__Pseudo_page__Group__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3192:1: ( rule__Pseudo_page__Group__0__Impl rule__Pseudo_page__Group__1 )
+ // InternalCSS.g:3193:2: rule__Pseudo_page__Group__0__Impl rule__Pseudo_page__Group__1
+ {
+ pushFollow(FOLLOW_11);
+ rule__Pseudo_page__Group__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Pseudo_page__Group__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Pseudo_page__Group__0"
+
+
+ // $ANTLR start "rule__Pseudo_page__Group__0__Impl"
+ // InternalCSS.g:3200:1: rule__Pseudo_page__Group__0__Impl : ( RULE_COLON ) ;
+ public final void rule__Pseudo_page__Group__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3204:1: ( ( RULE_COLON ) )
+ // InternalCSS.g:3205:1: ( RULE_COLON )
+ {
+ // InternalCSS.g:3205:1: ( RULE_COLON )
+ // InternalCSS.g:3206:1: RULE_COLON
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getPseudo_pageAccess().getCOLONTerminalRuleCall_0());
+ }
+ match(input,RULE_COLON,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getPseudo_pageAccess().getCOLONTerminalRuleCall_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Pseudo_page__Group__0__Impl"
+
+
+ // $ANTLR start "rule__Pseudo_page__Group__1"
+ // InternalCSS.g:3217:1: rule__Pseudo_page__Group__1 : rule__Pseudo_page__Group__1__Impl ;
+ public final void rule__Pseudo_page__Group__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3221:1: ( rule__Pseudo_page__Group__1__Impl )
+ // InternalCSS.g:3222:2: rule__Pseudo_page__Group__1__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__Pseudo_page__Group__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Pseudo_page__Group__1"
+
+
+ // $ANTLR start "rule__Pseudo_page__Group__1__Impl"
+ // InternalCSS.g:3228:1: rule__Pseudo_page__Group__1__Impl : ( ruleIdentifier ) ;
+ public final void rule__Pseudo_page__Group__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3232:1: ( ( ruleIdentifier ) )
+ // InternalCSS.g:3233:1: ( ruleIdentifier )
+ {
+ // InternalCSS.g:3233:1: ( ruleIdentifier )
+ // InternalCSS.g:3234:1: ruleIdentifier
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getPseudo_pageAccess().getIdentifierParserRuleCall_1());
+ }
+ pushFollow(FOLLOW_2);
+ ruleIdentifier();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getPseudo_pageAccess().getIdentifierParserRuleCall_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Pseudo_page__Group__1__Impl"
+
+
+ // $ANTLR start "rule__Media__Group__0"
+ // InternalCSS.g:3249:1: rule__Media__Group__0 : rule__Media__Group__0__Impl rule__Media__Group__1 ;
+ public final void rule__Media__Group__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3253:1: ( rule__Media__Group__0__Impl rule__Media__Group__1 )
+ // InternalCSS.g:3254:2: rule__Media__Group__0__Impl rule__Media__Group__1
+ {
+ pushFollow(FOLLOW_11);
+ rule__Media__Group__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Media__Group__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Media__Group__0"
+
+
+ // $ANTLR start "rule__Media__Group__0__Impl"
+ // InternalCSS.g:3261:1: rule__Media__Group__0__Impl : ( ( rule__Media__Alternatives_0 ) ) ;
+ public final void rule__Media__Group__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3265:1: ( ( ( rule__Media__Alternatives_0 ) ) )
+ // InternalCSS.g:3266:1: ( ( rule__Media__Alternatives_0 ) )
+ {
+ // InternalCSS.g:3266:1: ( ( rule__Media__Alternatives_0 ) )
+ // InternalCSS.g:3267:1: ( rule__Media__Alternatives_0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getMediaAccess().getAlternatives_0());
+ }
+ // InternalCSS.g:3268:1: ( rule__Media__Alternatives_0 )
+ // InternalCSS.g:3268:2: rule__Media__Alternatives_0
+ {
+ pushFollow(FOLLOW_2);
+ rule__Media__Alternatives_0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getMediaAccess().getAlternatives_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Media__Group__0__Impl"
+
+
+ // $ANTLR start "rule__Media__Group__1"
+ // InternalCSS.g:3278:1: rule__Media__Group__1 : rule__Media__Group__1__Impl rule__Media__Group__2 ;
+ public final void rule__Media__Group__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3282:1: ( rule__Media__Group__1__Impl rule__Media__Group__2 )
+ // InternalCSS.g:3283:2: rule__Media__Group__1__Impl rule__Media__Group__2
+ {
+ pushFollow(FOLLOW_17);
+ rule__Media__Group__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Media__Group__2();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Media__Group__1"
+
+
+ // $ANTLR start "rule__Media__Group__1__Impl"
+ // InternalCSS.g:3290:1: rule__Media__Group__1__Impl : ( ( rule__Media__MedialistAssignment_1 ) ) ;
+ public final void rule__Media__Group__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3294:1: ( ( ( rule__Media__MedialistAssignment_1 ) ) )
+ // InternalCSS.g:3295:1: ( ( rule__Media__MedialistAssignment_1 ) )
+ {
+ // InternalCSS.g:3295:1: ( ( rule__Media__MedialistAssignment_1 ) )
+ // InternalCSS.g:3296:1: ( rule__Media__MedialistAssignment_1 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getMediaAccess().getMedialistAssignment_1());
+ }
+ // InternalCSS.g:3297:1: ( rule__Media__MedialistAssignment_1 )
+ // InternalCSS.g:3297:2: rule__Media__MedialistAssignment_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__Media__MedialistAssignment_1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getMediaAccess().getMedialistAssignment_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Media__Group__1__Impl"
+
+
+ // $ANTLR start "rule__Media__Group__2"
+ // InternalCSS.g:3307:1: rule__Media__Group__2 : rule__Media__Group__2__Impl rule__Media__Group__3 ;
+ public final void rule__Media__Group__2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3311:1: ( rule__Media__Group__2__Impl rule__Media__Group__3 )
+ // InternalCSS.g:3312:2: rule__Media__Group__2__Impl rule__Media__Group__3
+ {
+ pushFollow(FOLLOW_18);
+ rule__Media__Group__2__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Media__Group__3();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Media__Group__2"
+
+
+ // $ANTLR start "rule__Media__Group__2__Impl"
+ // InternalCSS.g:3319:1: rule__Media__Group__2__Impl : ( '{' ) ;
+ public final void rule__Media__Group__2__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3323:1: ( ( '{' ) )
+ // InternalCSS.g:3324:1: ( '{' )
+ {
+ // InternalCSS.g:3324:1: ( '{' )
+ // InternalCSS.g:3325:1: '{'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getMediaAccess().getLeftCurlyBracketKeyword_2());
+ }
+ match(input,58,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getMediaAccess().getLeftCurlyBracketKeyword_2());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Media__Group__2__Impl"
+
+
+ // $ANTLR start "rule__Media__Group__3"
+ // InternalCSS.g:3338:1: rule__Media__Group__3 : rule__Media__Group__3__Impl rule__Media__Group__4 ;
+ public final void rule__Media__Group__3() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3342:1: ( rule__Media__Group__3__Impl rule__Media__Group__4 )
+ // InternalCSS.g:3343:2: rule__Media__Group__3__Impl rule__Media__Group__4
+ {
+ pushFollow(FOLLOW_18);
+ rule__Media__Group__3__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Media__Group__4();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Media__Group__3"
+
+
+ // $ANTLR start "rule__Media__Group__3__Impl"
+ // InternalCSS.g:3350:1: rule__Media__Group__3__Impl : ( ( rule__Media__RulesetsAssignment_3 )* ) ;
+ public final void rule__Media__Group__3__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3354:1: ( ( ( rule__Media__RulesetsAssignment_3 )* ) )
+ // InternalCSS.g:3355:1: ( ( rule__Media__RulesetsAssignment_3 )* )
+ {
+ // InternalCSS.g:3355:1: ( ( rule__Media__RulesetsAssignment_3 )* )
+ // InternalCSS.g:3356:1: ( rule__Media__RulesetsAssignment_3 )*
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getMediaAccess().getRulesetsAssignment_3());
+ }
+ // InternalCSS.g:3357:1: ( rule__Media__RulesetsAssignment_3 )*
+ loop47:
+ do {
+ int alt47=2;
+ int LA47_0 = input.LA(1);
+
+ if ( ((LA47_0>=RULE_DASH && LA47_0<=RULE_ONE_NON_HEX_LETTER)||LA47_0==36||LA47_0==39||LA47_0==42||(LA47_0>=49 && LA47_0<=52)||LA47_0==60) ) {
+ alt47=1;
+ }
+
+
+ switch (alt47) {
+ case 1 :
+ // InternalCSS.g:3357:2: rule__Media__RulesetsAssignment_3
+ {
+ pushFollow(FOLLOW_19);
+ rule__Media__RulesetsAssignment_3();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+ break;
+
+ default :
+ break loop47;
+ }
+ } while (true);
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getMediaAccess().getRulesetsAssignment_3());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Media__Group__3__Impl"
+
+
+ // $ANTLR start "rule__Media__Group__4"
+ // InternalCSS.g:3367:1: rule__Media__Group__4 : rule__Media__Group__4__Impl ;
+ public final void rule__Media__Group__4() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3371:1: ( rule__Media__Group__4__Impl )
+ // InternalCSS.g:3372:2: rule__Media__Group__4__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__Media__Group__4__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Media__Group__4"
+
+
+ // $ANTLR start "rule__Media__Group__4__Impl"
+ // InternalCSS.g:3378:1: rule__Media__Group__4__Impl : ( '}' ) ;
+ public final void rule__Media__Group__4__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3382:1: ( ( '}' ) )
+ // InternalCSS.g:3383:1: ( '}' )
+ {
+ // InternalCSS.g:3383:1: ( '}' )
+ // InternalCSS.g:3384:1: '}'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getMediaAccess().getRightCurlyBracketKeyword_4());
+ }
+ match(input,59,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getMediaAccess().getRightCurlyBracketKeyword_4());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Media__Group__4__Impl"
+
+
+ // $ANTLR start "rule__Media_list__Group__0"
+ // InternalCSS.g:3407:1: rule__Media_list__Group__0 : rule__Media_list__Group__0__Impl rule__Media_list__Group__1 ;
+ public final void rule__Media_list__Group__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3411:1: ( rule__Media_list__Group__0__Impl rule__Media_list__Group__1 )
+ // InternalCSS.g:3412:2: rule__Media_list__Group__0__Impl rule__Media_list__Group__1
+ {
+ pushFollow(FOLLOW_20);
+ rule__Media_list__Group__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Media_list__Group__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Media_list__Group__0"
+
+
+ // $ANTLR start "rule__Media_list__Group__0__Impl"
+ // InternalCSS.g:3419:1: rule__Media_list__Group__0__Impl : ( rulemedium ) ;
+ public final void rule__Media_list__Group__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3423:1: ( ( rulemedium ) )
+ // InternalCSS.g:3424:1: ( rulemedium )
+ {
+ // InternalCSS.g:3424:1: ( rulemedium )
+ // InternalCSS.g:3425:1: rulemedium
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getMedia_listAccess().getMediumParserRuleCall_0());
+ }
+ pushFollow(FOLLOW_2);
+ rulemedium();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getMedia_listAccess().getMediumParserRuleCall_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Media_list__Group__0__Impl"
+
+
+ // $ANTLR start "rule__Media_list__Group__1"
+ // InternalCSS.g:3436:1: rule__Media_list__Group__1 : rule__Media_list__Group__1__Impl ;
+ public final void rule__Media_list__Group__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3440:1: ( rule__Media_list__Group__1__Impl )
+ // InternalCSS.g:3441:2: rule__Media_list__Group__1__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__Media_list__Group__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Media_list__Group__1"
+
+
+ // $ANTLR start "rule__Media_list__Group__1__Impl"
+ // InternalCSS.g:3447:1: rule__Media_list__Group__1__Impl : ( ( rule__Media_list__Group_1__0 )* ) ;
+ public final void rule__Media_list__Group__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3451:1: ( ( ( rule__Media_list__Group_1__0 )* ) )
+ // InternalCSS.g:3452:1: ( ( rule__Media_list__Group_1__0 )* )
+ {
+ // InternalCSS.g:3452:1: ( ( rule__Media_list__Group_1__0 )* )
+ // InternalCSS.g:3453:1: ( rule__Media_list__Group_1__0 )*
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getMedia_listAccess().getGroup_1());
+ }
+ // InternalCSS.g:3454:1: ( rule__Media_list__Group_1__0 )*
+ loop48:
+ do {
+ int alt48=2;
+ int LA48_0 = input.LA(1);
+
+ if ( (LA48_0==RULE_COMMA) ) {
+ alt48=1;
+ }
+
+
+ switch (alt48) {
+ case 1 :
+ // InternalCSS.g:3454:2: rule__Media_list__Group_1__0
+ {
+ pushFollow(FOLLOW_21);
+ rule__Media_list__Group_1__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+ break;
+
+ default :
+ break loop48;
+ }
+ } while (true);
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getMedia_listAccess().getGroup_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Media_list__Group__1__Impl"
+
+
+ // $ANTLR start "rule__Media_list__Group_1__0"
+ // InternalCSS.g:3468:1: rule__Media_list__Group_1__0 : rule__Media_list__Group_1__0__Impl rule__Media_list__Group_1__1 ;
+ public final void rule__Media_list__Group_1__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3472:1: ( rule__Media_list__Group_1__0__Impl rule__Media_list__Group_1__1 )
+ // InternalCSS.g:3473:2: rule__Media_list__Group_1__0__Impl rule__Media_list__Group_1__1
+ {
+ pushFollow(FOLLOW_11);
+ rule__Media_list__Group_1__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Media_list__Group_1__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Media_list__Group_1__0"
+
+
+ // $ANTLR start "rule__Media_list__Group_1__0__Impl"
+ // InternalCSS.g:3480:1: rule__Media_list__Group_1__0__Impl : ( RULE_COMMA ) ;
+ public final void rule__Media_list__Group_1__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3484:1: ( ( RULE_COMMA ) )
+ // InternalCSS.g:3485:1: ( RULE_COMMA )
+ {
+ // InternalCSS.g:3485:1: ( RULE_COMMA )
+ // InternalCSS.g:3486:1: RULE_COMMA
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getMedia_listAccess().getCOMMATerminalRuleCall_1_0());
+ }
+ match(input,RULE_COMMA,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getMedia_listAccess().getCOMMATerminalRuleCall_1_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Media_list__Group_1__0__Impl"
+
+
+ // $ANTLR start "rule__Media_list__Group_1__1"
+ // InternalCSS.g:3497:1: rule__Media_list__Group_1__1 : rule__Media_list__Group_1__1__Impl ;
+ public final void rule__Media_list__Group_1__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3501:1: ( rule__Media_list__Group_1__1__Impl )
+ // InternalCSS.g:3502:2: rule__Media_list__Group_1__1__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__Media_list__Group_1__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Media_list__Group_1__1"
+
+
+ // $ANTLR start "rule__Media_list__Group_1__1__Impl"
+ // InternalCSS.g:3508:1: rule__Media_list__Group_1__1__Impl : ( rulemedium ) ;
+ public final void rule__Media_list__Group_1__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3512:1: ( ( rulemedium ) )
+ // InternalCSS.g:3513:1: ( rulemedium )
+ {
+ // InternalCSS.g:3513:1: ( rulemedium )
+ // InternalCSS.g:3514:1: rulemedium
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getMedia_listAccess().getMediumParserRuleCall_1_1());
+ }
+ pushFollow(FOLLOW_2);
+ rulemedium();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getMedia_listAccess().getMediumParserRuleCall_1_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Media_list__Group_1__1__Impl"
+
+
+ // $ANTLR start "rule__Font_face__Group__0"
+ // InternalCSS.g:3529:1: rule__Font_face__Group__0 : rule__Font_face__Group__0__Impl rule__Font_face__Group__1 ;
+ public final void rule__Font_face__Group__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3533:1: ( rule__Font_face__Group__0__Impl rule__Font_face__Group__1 )
+ // InternalCSS.g:3534:2: rule__Font_face__Group__0__Impl rule__Font_face__Group__1
+ {
+ pushFollow(FOLLOW_22);
+ rule__Font_face__Group__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Font_face__Group__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Font_face__Group__0"
+
+
+ // $ANTLR start "rule__Font_face__Group__0__Impl"
+ // InternalCSS.g:3541:1: rule__Font_face__Group__0__Impl : ( () ) ;
+ public final void rule__Font_face__Group__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3545:1: ( ( () ) )
+ // InternalCSS.g:3546:1: ( () )
+ {
+ // InternalCSS.g:3546:1: ( () )
+ // InternalCSS.g:3547:1: ()
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getFont_faceAccess().getFont_faceAction_0());
+ }
+ // InternalCSS.g:3548:1: ()
+ // InternalCSS.g:3550:1:
+ {
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getFont_faceAccess().getFont_faceAction_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Font_face__Group__0__Impl"
+
+
+ // $ANTLR start "rule__Font_face__Group__1"
+ // InternalCSS.g:3560:1: rule__Font_face__Group__1 : rule__Font_face__Group__1__Impl rule__Font_face__Group__2 ;
+ public final void rule__Font_face__Group__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3564:1: ( rule__Font_face__Group__1__Impl rule__Font_face__Group__2 )
+ // InternalCSS.g:3565:2: rule__Font_face__Group__1__Impl rule__Font_face__Group__2
+ {
+ pushFollow(FOLLOW_17);
+ rule__Font_face__Group__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Font_face__Group__2();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Font_face__Group__1"
+
+
+ // $ANTLR start "rule__Font_face__Group__1__Impl"
+ // InternalCSS.g:3572:1: rule__Font_face__Group__1__Impl : ( ( rule__Font_face__Alternatives_1 ) ) ;
+ public final void rule__Font_face__Group__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3576:1: ( ( ( rule__Font_face__Alternatives_1 ) ) )
+ // InternalCSS.g:3577:1: ( ( rule__Font_face__Alternatives_1 ) )
+ {
+ // InternalCSS.g:3577:1: ( ( rule__Font_face__Alternatives_1 ) )
+ // InternalCSS.g:3578:1: ( rule__Font_face__Alternatives_1 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getFont_faceAccess().getAlternatives_1());
+ }
+ // InternalCSS.g:3579:1: ( rule__Font_face__Alternatives_1 )
+ // InternalCSS.g:3579:2: rule__Font_face__Alternatives_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__Font_face__Alternatives_1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getFont_faceAccess().getAlternatives_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Font_face__Group__1__Impl"
+
+
+ // $ANTLR start "rule__Font_face__Group__2"
+ // InternalCSS.g:3589:1: rule__Font_face__Group__2 : rule__Font_face__Group__2__Impl rule__Font_face__Group__3 ;
+ public final void rule__Font_face__Group__2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3593:1: ( rule__Font_face__Group__2__Impl rule__Font_face__Group__3 )
+ // InternalCSS.g:3594:2: rule__Font_face__Group__2__Impl rule__Font_face__Group__3
+ {
+ pushFollow(FOLLOW_14);
+ rule__Font_face__Group__2__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Font_face__Group__3();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Font_face__Group__2"
+
+
+ // $ANTLR start "rule__Font_face__Group__2__Impl"
+ // InternalCSS.g:3601:1: rule__Font_face__Group__2__Impl : ( '{' ) ;
+ public final void rule__Font_face__Group__2__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3605:1: ( ( '{' ) )
+ // InternalCSS.g:3606:1: ( '{' )
+ {
+ // InternalCSS.g:3606:1: ( '{' )
+ // InternalCSS.g:3607:1: '{'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getFont_faceAccess().getLeftCurlyBracketKeyword_2());
+ }
+ match(input,58,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getFont_faceAccess().getLeftCurlyBracketKeyword_2());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Font_face__Group__2__Impl"
+
+
+ // $ANTLR start "rule__Font_face__Group__3"
+ // InternalCSS.g:3620:1: rule__Font_face__Group__3 : rule__Font_face__Group__3__Impl rule__Font_face__Group__4 ;
+ public final void rule__Font_face__Group__3() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3624:1: ( rule__Font_face__Group__3__Impl rule__Font_face__Group__4 )
+ // InternalCSS.g:3625:2: rule__Font_face__Group__3__Impl rule__Font_face__Group__4
+ {
+ pushFollow(FOLLOW_14);
+ rule__Font_face__Group__3__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Font_face__Group__4();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Font_face__Group__3"
+
+
+ // $ANTLR start "rule__Font_face__Group__3__Impl"
+ // InternalCSS.g:3632:1: rule__Font_face__Group__3__Impl : ( ( rule__Font_face__DeclarationsAssignment_3 )? ) ;
+ public final void rule__Font_face__Group__3__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3636:1: ( ( ( rule__Font_face__DeclarationsAssignment_3 )? ) )
+ // InternalCSS.g:3637:1: ( ( rule__Font_face__DeclarationsAssignment_3 )? )
+ {
+ // InternalCSS.g:3637:1: ( ( rule__Font_face__DeclarationsAssignment_3 )? )
+ // InternalCSS.g:3638:1: ( rule__Font_face__DeclarationsAssignment_3 )?
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getFont_faceAccess().getDeclarationsAssignment_3());
+ }
+ // InternalCSS.g:3639:1: ( rule__Font_face__DeclarationsAssignment_3 )?
+ int alt49=2;
+ int LA49_0 = input.LA(1);
+
+ if ( ((LA49_0>=RULE_DASH && LA49_0<=RULE_UNDERSCORE)||(LA49_0>=RULE_ONE_HEX_LETTER && LA49_0<=RULE_ONE_NON_HEX_LETTER)||LA49_0==RULE_WS||(LA49_0>=49 && LA49_0<=52)) ) {
+ alt49=1;
+ }
+ switch (alt49) {
+ case 1 :
+ // InternalCSS.g:3639:2: rule__Font_face__DeclarationsAssignment_3
+ {
+ pushFollow(FOLLOW_2);
+ rule__Font_face__DeclarationsAssignment_3();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+ break;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getFont_faceAccess().getDeclarationsAssignment_3());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Font_face__Group__3__Impl"
+
+
+ // $ANTLR start "rule__Font_face__Group__4"
+ // InternalCSS.g:3649:1: rule__Font_face__Group__4 : rule__Font_face__Group__4__Impl rule__Font_face__Group__5 ;
+ public final void rule__Font_face__Group__4() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3653:1: ( rule__Font_face__Group__4__Impl rule__Font_face__Group__5 )
+ // InternalCSS.g:3654:2: rule__Font_face__Group__4__Impl rule__Font_face__Group__5
+ {
+ pushFollow(FOLLOW_14);
+ rule__Font_face__Group__4__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Font_face__Group__5();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Font_face__Group__4"
+
+
+ // $ANTLR start "rule__Font_face__Group__4__Impl"
+ // InternalCSS.g:3661:1: rule__Font_face__Group__4__Impl : ( ( rule__Font_face__Group_4__0 )* ) ;
+ public final void rule__Font_face__Group__4__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3665:1: ( ( ( rule__Font_face__Group_4__0 )* ) )
+ // InternalCSS.g:3666:1: ( ( rule__Font_face__Group_4__0 )* )
+ {
+ // InternalCSS.g:3666:1: ( ( rule__Font_face__Group_4__0 )* )
+ // InternalCSS.g:3667:1: ( rule__Font_face__Group_4__0 )*
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getFont_faceAccess().getGroup_4());
+ }
+ // InternalCSS.g:3668:1: ( rule__Font_face__Group_4__0 )*
+ loop50:
+ do {
+ int alt50=2;
+ int LA50_0 = input.LA(1);
+
+ if ( (LA50_0==48) ) {
+ alt50=1;
+ }
+
+
+ switch (alt50) {
+ case 1 :
+ // InternalCSS.g:3668:2: rule__Font_face__Group_4__0
+ {
+ pushFollow(FOLLOW_15);
+ rule__Font_face__Group_4__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+ break;
+
+ default :
+ break loop50;
+ }
+ } while (true);
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getFont_faceAccess().getGroup_4());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Font_face__Group__4__Impl"
+
+
+ // $ANTLR start "rule__Font_face__Group__5"
+ // InternalCSS.g:3678:1: rule__Font_face__Group__5 : rule__Font_face__Group__5__Impl ;
+ public final void rule__Font_face__Group__5() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3682:1: ( rule__Font_face__Group__5__Impl )
+ // InternalCSS.g:3683:2: rule__Font_face__Group__5__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__Font_face__Group__5__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Font_face__Group__5"
+
+
+ // $ANTLR start "rule__Font_face__Group__5__Impl"
+ // InternalCSS.g:3689:1: rule__Font_face__Group__5__Impl : ( '}' ) ;
+ public final void rule__Font_face__Group__5__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3693:1: ( ( '}' ) )
+ // InternalCSS.g:3694:1: ( '}' )
+ {
+ // InternalCSS.g:3694:1: ( '}' )
+ // InternalCSS.g:3695:1: '}'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getFont_faceAccess().getRightCurlyBracketKeyword_5());
+ }
+ match(input,59,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getFont_faceAccess().getRightCurlyBracketKeyword_5());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Font_face__Group__5__Impl"
+
+
+ // $ANTLR start "rule__Font_face__Group_4__0"
+ // InternalCSS.g:3720:1: rule__Font_face__Group_4__0 : rule__Font_face__Group_4__0__Impl rule__Font_face__Group_4__1 ;
+ public final void rule__Font_face__Group_4__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3724:1: ( rule__Font_face__Group_4__0__Impl rule__Font_face__Group_4__1 )
+ // InternalCSS.g:3725:2: rule__Font_face__Group_4__0__Impl rule__Font_face__Group_4__1
+ {
+ pushFollow(FOLLOW_16);
+ rule__Font_face__Group_4__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Font_face__Group_4__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Font_face__Group_4__0"
+
+
+ // $ANTLR start "rule__Font_face__Group_4__0__Impl"
+ // InternalCSS.g:3732:1: rule__Font_face__Group_4__0__Impl : ( ';' ) ;
+ public final void rule__Font_face__Group_4__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3736:1: ( ( ';' ) )
+ // InternalCSS.g:3737:1: ( ';' )
+ {
+ // InternalCSS.g:3737:1: ( ';' )
+ // InternalCSS.g:3738:1: ';'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getFont_faceAccess().getSemicolonKeyword_4_0());
+ }
+ match(input,48,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getFont_faceAccess().getSemicolonKeyword_4_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Font_face__Group_4__0__Impl"
+
+
+ // $ANTLR start "rule__Font_face__Group_4__1"
+ // InternalCSS.g:3751:1: rule__Font_face__Group_4__1 : rule__Font_face__Group_4__1__Impl ;
+ public final void rule__Font_face__Group_4__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3755:1: ( rule__Font_face__Group_4__1__Impl )
+ // InternalCSS.g:3756:2: rule__Font_face__Group_4__1__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__Font_face__Group_4__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Font_face__Group_4__1"
+
+
+ // $ANTLR start "rule__Font_face__Group_4__1__Impl"
+ // InternalCSS.g:3762:1: rule__Font_face__Group_4__1__Impl : ( ( rule__Font_face__DeclarationsAssignment_4_1 )? ) ;
+ public final void rule__Font_face__Group_4__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3766:1: ( ( ( rule__Font_face__DeclarationsAssignment_4_1 )? ) )
+ // InternalCSS.g:3767:1: ( ( rule__Font_face__DeclarationsAssignment_4_1 )? )
+ {
+ // InternalCSS.g:3767:1: ( ( rule__Font_face__DeclarationsAssignment_4_1 )? )
+ // InternalCSS.g:3768:1: ( rule__Font_face__DeclarationsAssignment_4_1 )?
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getFont_faceAccess().getDeclarationsAssignment_4_1());
+ }
+ // InternalCSS.g:3769:1: ( rule__Font_face__DeclarationsAssignment_4_1 )?
+ int alt51=2;
+ int LA51_0 = input.LA(1);
+
+ if ( ((LA51_0>=RULE_DASH && LA51_0<=RULE_UNDERSCORE)||(LA51_0>=RULE_ONE_HEX_LETTER && LA51_0<=RULE_ONE_NON_HEX_LETTER)||LA51_0==RULE_WS||(LA51_0>=49 && LA51_0<=52)) ) {
+ alt51=1;
+ }
+ switch (alt51) {
+ case 1 :
+ // InternalCSS.g:3769:2: rule__Font_face__DeclarationsAssignment_4_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__Font_face__DeclarationsAssignment_4_1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+ break;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getFont_faceAccess().getDeclarationsAssignment_4_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Font_face__Group_4__1__Impl"
+
+
+ // $ANTLR start "rule__Keyframes__Group__0"
+ // InternalCSS.g:3783:1: rule__Keyframes__Group__0 : rule__Keyframes__Group__0__Impl rule__Keyframes__Group__1 ;
+ public final void rule__Keyframes__Group__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3787:1: ( rule__Keyframes__Group__0__Impl rule__Keyframes__Group__1 )
+ // InternalCSS.g:3788:2: rule__Keyframes__Group__0__Impl rule__Keyframes__Group__1
+ {
+ pushFollow(FOLLOW_23);
+ rule__Keyframes__Group__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Keyframes__Group__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Keyframes__Group__0"
+
+
+ // $ANTLR start "rule__Keyframes__Group__0__Impl"
+ // InternalCSS.g:3795:1: rule__Keyframes__Group__0__Impl : ( () ) ;
+ public final void rule__Keyframes__Group__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3799:1: ( ( () ) )
+ // InternalCSS.g:3800:1: ( () )
+ {
+ // InternalCSS.g:3800:1: ( () )
+ // InternalCSS.g:3801:1: ()
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getKeyframesAccess().getFont_faceAction_0());
+ }
+ // InternalCSS.g:3802:1: ()
+ // InternalCSS.g:3804:1:
+ {
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getKeyframesAccess().getFont_faceAction_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Keyframes__Group__0__Impl"
+
+
+ // $ANTLR start "rule__Keyframes__Group__1"
+ // InternalCSS.g:3814:1: rule__Keyframes__Group__1 : rule__Keyframes__Group__1__Impl rule__Keyframes__Group__2 ;
+ public final void rule__Keyframes__Group__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3818:1: ( rule__Keyframes__Group__1__Impl rule__Keyframes__Group__2 )
+ // InternalCSS.g:3819:2: rule__Keyframes__Group__1__Impl rule__Keyframes__Group__2
+ {
+ pushFollow(FOLLOW_11);
+ rule__Keyframes__Group__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Keyframes__Group__2();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Keyframes__Group__1"
+
+
+ // $ANTLR start "rule__Keyframes__Group__1__Impl"
+ // InternalCSS.g:3826:1: rule__Keyframes__Group__1__Impl : ( ( rule__Keyframes__Alternatives_1 ) ) ;
+ public final void rule__Keyframes__Group__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3830:1: ( ( ( rule__Keyframes__Alternatives_1 ) ) )
+ // InternalCSS.g:3831:1: ( ( rule__Keyframes__Alternatives_1 ) )
+ {
+ // InternalCSS.g:3831:1: ( ( rule__Keyframes__Alternatives_1 ) )
+ // InternalCSS.g:3832:1: ( rule__Keyframes__Alternatives_1 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getKeyframesAccess().getAlternatives_1());
+ }
+ // InternalCSS.g:3833:1: ( rule__Keyframes__Alternatives_1 )
+ // InternalCSS.g:3833:2: rule__Keyframes__Alternatives_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__Keyframes__Alternatives_1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getKeyframesAccess().getAlternatives_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Keyframes__Group__1__Impl"
+
+
+ // $ANTLR start "rule__Keyframes__Group__2"
+ // InternalCSS.g:3843:1: rule__Keyframes__Group__2 : rule__Keyframes__Group__2__Impl rule__Keyframes__Group__3 ;
+ public final void rule__Keyframes__Group__2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3847:1: ( rule__Keyframes__Group__2__Impl rule__Keyframes__Group__3 )
+ // InternalCSS.g:3848:2: rule__Keyframes__Group__2__Impl rule__Keyframes__Group__3
+ {
+ pushFollow(FOLLOW_17);
+ rule__Keyframes__Group__2__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Keyframes__Group__3();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Keyframes__Group__2"
+
+
+ // $ANTLR start "rule__Keyframes__Group__2__Impl"
+ // InternalCSS.g:3855:1: rule__Keyframes__Group__2__Impl : ( ( rule__Keyframes__NameAssignment_2 ) ) ;
+ public final void rule__Keyframes__Group__2__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3859:1: ( ( ( rule__Keyframes__NameAssignment_2 ) ) )
+ // InternalCSS.g:3860:1: ( ( rule__Keyframes__NameAssignment_2 ) )
+ {
+ // InternalCSS.g:3860:1: ( ( rule__Keyframes__NameAssignment_2 ) )
+ // InternalCSS.g:3861:1: ( rule__Keyframes__NameAssignment_2 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getKeyframesAccess().getNameAssignment_2());
+ }
+ // InternalCSS.g:3862:1: ( rule__Keyframes__NameAssignment_2 )
+ // InternalCSS.g:3862:2: rule__Keyframes__NameAssignment_2
+ {
+ pushFollow(FOLLOW_2);
+ rule__Keyframes__NameAssignment_2();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getKeyframesAccess().getNameAssignment_2());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Keyframes__Group__2__Impl"
+
+
+ // $ANTLR start "rule__Keyframes__Group__3"
+ // InternalCSS.g:3872:1: rule__Keyframes__Group__3 : rule__Keyframes__Group__3__Impl rule__Keyframes__Group__4 ;
+ public final void rule__Keyframes__Group__3() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3876:1: ( rule__Keyframes__Group__3__Impl rule__Keyframes__Group__4 )
+ // InternalCSS.g:3877:2: rule__Keyframes__Group__3__Impl rule__Keyframes__Group__4
+ {
+ pushFollow(FOLLOW_24);
+ rule__Keyframes__Group__3__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Keyframes__Group__4();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Keyframes__Group__3"
+
+
+ // $ANTLR start "rule__Keyframes__Group__3__Impl"
+ // InternalCSS.g:3884:1: rule__Keyframes__Group__3__Impl : ( '{' ) ;
+ public final void rule__Keyframes__Group__3__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3888:1: ( ( '{' ) )
+ // InternalCSS.g:3889:1: ( '{' )
+ {
+ // InternalCSS.g:3889:1: ( '{' )
+ // InternalCSS.g:3890:1: '{'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getKeyframesAccess().getLeftCurlyBracketKeyword_3());
+ }
+ match(input,58,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getKeyframesAccess().getLeftCurlyBracketKeyword_3());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Keyframes__Group__3__Impl"
+
+
+ // $ANTLR start "rule__Keyframes__Group__4"
+ // InternalCSS.g:3903:1: rule__Keyframes__Group__4 : rule__Keyframes__Group__4__Impl rule__Keyframes__Group__5 ;
+ public final void rule__Keyframes__Group__4() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3907:1: ( rule__Keyframes__Group__4__Impl rule__Keyframes__Group__5 )
+ // InternalCSS.g:3908:2: rule__Keyframes__Group__4__Impl rule__Keyframes__Group__5
+ {
+ pushFollow(FOLLOW_24);
+ rule__Keyframes__Group__4__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Keyframes__Group__5();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Keyframes__Group__4"
+
+
+ // $ANTLR start "rule__Keyframes__Group__4__Impl"
+ // InternalCSS.g:3915:1: rule__Keyframes__Group__4__Impl : ( ( rule__Keyframes__KeyframeselectorsAssignment_4 )? ) ;
+ public final void rule__Keyframes__Group__4__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3919:1: ( ( ( rule__Keyframes__KeyframeselectorsAssignment_4 )? ) )
+ // InternalCSS.g:3920:1: ( ( rule__Keyframes__KeyframeselectorsAssignment_4 )? )
+ {
+ // InternalCSS.g:3920:1: ( ( rule__Keyframes__KeyframeselectorsAssignment_4 )? )
+ // InternalCSS.g:3921:1: ( rule__Keyframes__KeyframeselectorsAssignment_4 )?
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getKeyframesAccess().getKeyframeselectorsAssignment_4());
+ }
+ // InternalCSS.g:3922:1: ( rule__Keyframes__KeyframeselectorsAssignment_4 )?
+ int alt52=2;
+ int LA52_0 = input.LA(1);
+
+ if ( (LA52_0==RULE_PLUS||(LA52_0>=RULE_DASH && LA52_0<=RULE_UNDERSCORE)||(LA52_0>=RULE_ONE_HEX_LETTER && LA52_0<=RULE_ONE_INT)||LA52_0==39||(LA52_0>=49 && LA52_0<=52)) ) {
+ alt52=1;
+ }
+ switch (alt52) {
+ case 1 :
+ // InternalCSS.g:3922:2: rule__Keyframes__KeyframeselectorsAssignment_4
+ {
+ pushFollow(FOLLOW_2);
+ rule__Keyframes__KeyframeselectorsAssignment_4();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+ break;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getKeyframesAccess().getKeyframeselectorsAssignment_4());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Keyframes__Group__4__Impl"
+
+
+ // $ANTLR start "rule__Keyframes__Group__5"
+ // InternalCSS.g:3932:1: rule__Keyframes__Group__5 : rule__Keyframes__Group__5__Impl rule__Keyframes__Group__6 ;
+ public final void rule__Keyframes__Group__5() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3936:1: ( rule__Keyframes__Group__5__Impl rule__Keyframes__Group__6 )
+ // InternalCSS.g:3937:2: rule__Keyframes__Group__5__Impl rule__Keyframes__Group__6
+ {
+ pushFollow(FOLLOW_24);
+ rule__Keyframes__Group__5__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Keyframes__Group__6();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Keyframes__Group__5"
+
+
+ // $ANTLR start "rule__Keyframes__Group__5__Impl"
+ // InternalCSS.g:3944:1: rule__Keyframes__Group__5__Impl : ( ( rule__Keyframes__Group_5__0 )* ) ;
+ public final void rule__Keyframes__Group__5__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3948:1: ( ( ( rule__Keyframes__Group_5__0 )* ) )
+ // InternalCSS.g:3949:1: ( ( rule__Keyframes__Group_5__0 )* )
+ {
+ // InternalCSS.g:3949:1: ( ( rule__Keyframes__Group_5__0 )* )
+ // InternalCSS.g:3950:1: ( rule__Keyframes__Group_5__0 )*
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getKeyframesAccess().getGroup_5());
+ }
+ // InternalCSS.g:3951:1: ( rule__Keyframes__Group_5__0 )*
+ loop53:
+ do {
+ int alt53=2;
+ int LA53_0 = input.LA(1);
+
+ if ( (LA53_0==48) ) {
+ alt53=1;
+ }
+
+
+ switch (alt53) {
+ case 1 :
+ // InternalCSS.g:3951:2: rule__Keyframes__Group_5__0
+ {
+ pushFollow(FOLLOW_15);
+ rule__Keyframes__Group_5__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+ break;
+
+ default :
+ break loop53;
+ }
+ } while (true);
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getKeyframesAccess().getGroup_5());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Keyframes__Group__5__Impl"
+
+
+ // $ANTLR start "rule__Keyframes__Group__6"
+ // InternalCSS.g:3961:1: rule__Keyframes__Group__6 : rule__Keyframes__Group__6__Impl ;
+ public final void rule__Keyframes__Group__6() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3965:1: ( rule__Keyframes__Group__6__Impl )
+ // InternalCSS.g:3966:2: rule__Keyframes__Group__6__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__Keyframes__Group__6__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Keyframes__Group__6"
+
+
+ // $ANTLR start "rule__Keyframes__Group__6__Impl"
+ // InternalCSS.g:3972:1: rule__Keyframes__Group__6__Impl : ( '}' ) ;
+ public final void rule__Keyframes__Group__6__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:3976:1: ( ( '}' ) )
+ // InternalCSS.g:3977:1: ( '}' )
+ {
+ // InternalCSS.g:3977:1: ( '}' )
+ // InternalCSS.g:3978:1: '}'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getKeyframesAccess().getRightCurlyBracketKeyword_6());
+ }
+ match(input,59,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getKeyframesAccess().getRightCurlyBracketKeyword_6());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Keyframes__Group__6__Impl"
+
+
+ // $ANTLR start "rule__Keyframes__Group_5__0"
+ // InternalCSS.g:4005:1: rule__Keyframes__Group_5__0 : rule__Keyframes__Group_5__0__Impl rule__Keyframes__Group_5__1 ;
+ public final void rule__Keyframes__Group_5__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4009:1: ( rule__Keyframes__Group_5__0__Impl rule__Keyframes__Group_5__1 )
+ // InternalCSS.g:4010:2: rule__Keyframes__Group_5__0__Impl rule__Keyframes__Group_5__1
+ {
+ pushFollow(FOLLOW_25);
+ rule__Keyframes__Group_5__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Keyframes__Group_5__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Keyframes__Group_5__0"
+
+
+ // $ANTLR start "rule__Keyframes__Group_5__0__Impl"
+ // InternalCSS.g:4017:1: rule__Keyframes__Group_5__0__Impl : ( ';' ) ;
+ public final void rule__Keyframes__Group_5__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4021:1: ( ( ';' ) )
+ // InternalCSS.g:4022:1: ( ';' )
+ {
+ // InternalCSS.g:4022:1: ( ';' )
+ // InternalCSS.g:4023:1: ';'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getKeyframesAccess().getSemicolonKeyword_5_0());
+ }
+ match(input,48,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getKeyframesAccess().getSemicolonKeyword_5_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Keyframes__Group_5__0__Impl"
+
+
+ // $ANTLR start "rule__Keyframes__Group_5__1"
+ // InternalCSS.g:4036:1: rule__Keyframes__Group_5__1 : rule__Keyframes__Group_5__1__Impl ;
+ public final void rule__Keyframes__Group_5__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4040:1: ( rule__Keyframes__Group_5__1__Impl )
+ // InternalCSS.g:4041:2: rule__Keyframes__Group_5__1__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__Keyframes__Group_5__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Keyframes__Group_5__1"
+
+
+ // $ANTLR start "rule__Keyframes__Group_5__1__Impl"
+ // InternalCSS.g:4047:1: rule__Keyframes__Group_5__1__Impl : ( ( rule__Keyframes__KeyframeselectorsAssignment_5_1 )? ) ;
+ public final void rule__Keyframes__Group_5__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4051:1: ( ( ( rule__Keyframes__KeyframeselectorsAssignment_5_1 )? ) )
+ // InternalCSS.g:4052:1: ( ( rule__Keyframes__KeyframeselectorsAssignment_5_1 )? )
+ {
+ // InternalCSS.g:4052:1: ( ( rule__Keyframes__KeyframeselectorsAssignment_5_1 )? )
+ // InternalCSS.g:4053:1: ( rule__Keyframes__KeyframeselectorsAssignment_5_1 )?
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getKeyframesAccess().getKeyframeselectorsAssignment_5_1());
+ }
+ // InternalCSS.g:4054:1: ( rule__Keyframes__KeyframeselectorsAssignment_5_1 )?
+ int alt54=2;
+ int LA54_0 = input.LA(1);
+
+ if ( (LA54_0==RULE_PLUS||(LA54_0>=RULE_DASH && LA54_0<=RULE_UNDERSCORE)||(LA54_0>=RULE_ONE_HEX_LETTER && LA54_0<=RULE_ONE_INT)||LA54_0==39||(LA54_0>=49 && LA54_0<=52)) ) {
+ alt54=1;
+ }
+ switch (alt54) {
+ case 1 :
+ // InternalCSS.g:4054:2: rule__Keyframes__KeyframeselectorsAssignment_5_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__Keyframes__KeyframeselectorsAssignment_5_1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+ break;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getKeyframesAccess().getKeyframeselectorsAssignment_5_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Keyframes__Group_5__1__Impl"
+
+
+ // $ANTLR start "rule__Keyframe_selector__Group__0"
+ // InternalCSS.g:4068:1: rule__Keyframe_selector__Group__0 : rule__Keyframe_selector__Group__0__Impl rule__Keyframe_selector__Group__1 ;
+ public final void rule__Keyframe_selector__Group__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4072:1: ( rule__Keyframe_selector__Group__0__Impl rule__Keyframe_selector__Group__1 )
+ // InternalCSS.g:4073:2: rule__Keyframe_selector__Group__0__Impl rule__Keyframe_selector__Group__1
+ {
+ pushFollow(FOLLOW_17);
+ rule__Keyframe_selector__Group__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Keyframe_selector__Group__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Keyframe_selector__Group__0"
+
+
+ // $ANTLR start "rule__Keyframe_selector__Group__0__Impl"
+ // InternalCSS.g:4080:1: rule__Keyframe_selector__Group__0__Impl : ( ( rule__Keyframe_selector__Alternatives_0 ) ) ;
+ public final void rule__Keyframe_selector__Group__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4084:1: ( ( ( rule__Keyframe_selector__Alternatives_0 ) ) )
+ // InternalCSS.g:4085:1: ( ( rule__Keyframe_selector__Alternatives_0 ) )
+ {
+ // InternalCSS.g:4085:1: ( ( rule__Keyframe_selector__Alternatives_0 ) )
+ // InternalCSS.g:4086:1: ( rule__Keyframe_selector__Alternatives_0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getKeyframe_selectorAccess().getAlternatives_0());
+ }
+ // InternalCSS.g:4087:1: ( rule__Keyframe_selector__Alternatives_0 )
+ // InternalCSS.g:4087:2: rule__Keyframe_selector__Alternatives_0
+ {
+ pushFollow(FOLLOW_2);
+ rule__Keyframe_selector__Alternatives_0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getKeyframe_selectorAccess().getAlternatives_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Keyframe_selector__Group__0__Impl"
+
+
+ // $ANTLR start "rule__Keyframe_selector__Group__1"
+ // InternalCSS.g:4097:1: rule__Keyframe_selector__Group__1 : rule__Keyframe_selector__Group__1__Impl rule__Keyframe_selector__Group__2 ;
+ public final void rule__Keyframe_selector__Group__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4101:1: ( rule__Keyframe_selector__Group__1__Impl rule__Keyframe_selector__Group__2 )
+ // InternalCSS.g:4102:2: rule__Keyframe_selector__Group__1__Impl rule__Keyframe_selector__Group__2
+ {
+ pushFollow(FOLLOW_14);
+ rule__Keyframe_selector__Group__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Keyframe_selector__Group__2();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Keyframe_selector__Group__1"
+
+
+ // $ANTLR start "rule__Keyframe_selector__Group__1__Impl"
+ // InternalCSS.g:4109:1: rule__Keyframe_selector__Group__1__Impl : ( '{' ) ;
+ public final void rule__Keyframe_selector__Group__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4113:1: ( ( '{' ) )
+ // InternalCSS.g:4114:1: ( '{' )
+ {
+ // InternalCSS.g:4114:1: ( '{' )
+ // InternalCSS.g:4115:1: '{'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getKeyframe_selectorAccess().getLeftCurlyBracketKeyword_1());
+ }
+ match(input,58,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getKeyframe_selectorAccess().getLeftCurlyBracketKeyword_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Keyframe_selector__Group__1__Impl"
+
+
+ // $ANTLR start "rule__Keyframe_selector__Group__2"
+ // InternalCSS.g:4128:1: rule__Keyframe_selector__Group__2 : rule__Keyframe_selector__Group__2__Impl rule__Keyframe_selector__Group__3 ;
+ public final void rule__Keyframe_selector__Group__2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4132:1: ( rule__Keyframe_selector__Group__2__Impl rule__Keyframe_selector__Group__3 )
+ // InternalCSS.g:4133:2: rule__Keyframe_selector__Group__2__Impl rule__Keyframe_selector__Group__3
+ {
+ pushFollow(FOLLOW_14);
+ rule__Keyframe_selector__Group__2__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Keyframe_selector__Group__3();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Keyframe_selector__Group__2"
+
+
+ // $ANTLR start "rule__Keyframe_selector__Group__2__Impl"
+ // InternalCSS.g:4140:1: rule__Keyframe_selector__Group__2__Impl : ( ( rule__Keyframe_selector__DeclarationsAssignment_2 )? ) ;
+ public final void rule__Keyframe_selector__Group__2__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4144:1: ( ( ( rule__Keyframe_selector__DeclarationsAssignment_2 )? ) )
+ // InternalCSS.g:4145:1: ( ( rule__Keyframe_selector__DeclarationsAssignment_2 )? )
+ {
+ // InternalCSS.g:4145:1: ( ( rule__Keyframe_selector__DeclarationsAssignment_2 )? )
+ // InternalCSS.g:4146:1: ( rule__Keyframe_selector__DeclarationsAssignment_2 )?
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getKeyframe_selectorAccess().getDeclarationsAssignment_2());
+ }
+ // InternalCSS.g:4147:1: ( rule__Keyframe_selector__DeclarationsAssignment_2 )?
+ int alt55=2;
+ int LA55_0 = input.LA(1);
+
+ if ( ((LA55_0>=RULE_DASH && LA55_0<=RULE_UNDERSCORE)||(LA55_0>=RULE_ONE_HEX_LETTER && LA55_0<=RULE_ONE_NON_HEX_LETTER)||LA55_0==RULE_WS||(LA55_0>=49 && LA55_0<=52)) ) {
+ alt55=1;
+ }
+ switch (alt55) {
+ case 1 :
+ // InternalCSS.g:4147:2: rule__Keyframe_selector__DeclarationsAssignment_2
+ {
+ pushFollow(FOLLOW_2);
+ rule__Keyframe_selector__DeclarationsAssignment_2();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+ break;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getKeyframe_selectorAccess().getDeclarationsAssignment_2());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Keyframe_selector__Group__2__Impl"
+
+
+ // $ANTLR start "rule__Keyframe_selector__Group__3"
+ // InternalCSS.g:4157:1: rule__Keyframe_selector__Group__3 : rule__Keyframe_selector__Group__3__Impl rule__Keyframe_selector__Group__4 ;
+ public final void rule__Keyframe_selector__Group__3() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4161:1: ( rule__Keyframe_selector__Group__3__Impl rule__Keyframe_selector__Group__4 )
+ // InternalCSS.g:4162:2: rule__Keyframe_selector__Group__3__Impl rule__Keyframe_selector__Group__4
+ {
+ pushFollow(FOLLOW_14);
+ rule__Keyframe_selector__Group__3__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Keyframe_selector__Group__4();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Keyframe_selector__Group__3"
+
+
+ // $ANTLR start "rule__Keyframe_selector__Group__3__Impl"
+ // InternalCSS.g:4169:1: rule__Keyframe_selector__Group__3__Impl : ( ( rule__Keyframe_selector__Group_3__0 )* ) ;
+ public final void rule__Keyframe_selector__Group__3__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4173:1: ( ( ( rule__Keyframe_selector__Group_3__0 )* ) )
+ // InternalCSS.g:4174:1: ( ( rule__Keyframe_selector__Group_3__0 )* )
+ {
+ // InternalCSS.g:4174:1: ( ( rule__Keyframe_selector__Group_3__0 )* )
+ // InternalCSS.g:4175:1: ( rule__Keyframe_selector__Group_3__0 )*
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getKeyframe_selectorAccess().getGroup_3());
+ }
+ // InternalCSS.g:4176:1: ( rule__Keyframe_selector__Group_3__0 )*
+ loop56:
+ do {
+ int alt56=2;
+ int LA56_0 = input.LA(1);
+
+ if ( (LA56_0==48) ) {
+ alt56=1;
+ }
+
+
+ switch (alt56) {
+ case 1 :
+ // InternalCSS.g:4176:2: rule__Keyframe_selector__Group_3__0
+ {
+ pushFollow(FOLLOW_15);
+ rule__Keyframe_selector__Group_3__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+ break;
+
+ default :
+ break loop56;
+ }
+ } while (true);
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getKeyframe_selectorAccess().getGroup_3());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Keyframe_selector__Group__3__Impl"
+
+
+ // $ANTLR start "rule__Keyframe_selector__Group__4"
+ // InternalCSS.g:4186:1: rule__Keyframe_selector__Group__4 : rule__Keyframe_selector__Group__4__Impl ;
+ public final void rule__Keyframe_selector__Group__4() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4190:1: ( rule__Keyframe_selector__Group__4__Impl )
+ // InternalCSS.g:4191:2: rule__Keyframe_selector__Group__4__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__Keyframe_selector__Group__4__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Keyframe_selector__Group__4"
+
+
+ // $ANTLR start "rule__Keyframe_selector__Group__4__Impl"
+ // InternalCSS.g:4197:1: rule__Keyframe_selector__Group__4__Impl : ( '}' ) ;
+ public final void rule__Keyframe_selector__Group__4__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4201:1: ( ( '}' ) )
+ // InternalCSS.g:4202:1: ( '}' )
+ {
+ // InternalCSS.g:4202:1: ( '}' )
+ // InternalCSS.g:4203:1: '}'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getKeyframe_selectorAccess().getRightCurlyBracketKeyword_4());
+ }
+ match(input,59,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getKeyframe_selectorAccess().getRightCurlyBracketKeyword_4());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Keyframe_selector__Group__4__Impl"
+
+
+ // $ANTLR start "rule__Keyframe_selector__Group_0_1__0"
+ // InternalCSS.g:4226:1: rule__Keyframe_selector__Group_0_1__0 : rule__Keyframe_selector__Group_0_1__0__Impl rule__Keyframe_selector__Group_0_1__1 ;
+ public final void rule__Keyframe_selector__Group_0_1__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4230:1: ( rule__Keyframe_selector__Group_0_1__0__Impl rule__Keyframe_selector__Group_0_1__1 )
+ // InternalCSS.g:4231:2: rule__Keyframe_selector__Group_0_1__0__Impl rule__Keyframe_selector__Group_0_1__1
+ {
+ pushFollow(FOLLOW_26);
+ rule__Keyframe_selector__Group_0_1__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Keyframe_selector__Group_0_1__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Keyframe_selector__Group_0_1__0"
+
+
+ // $ANTLR start "rule__Keyframe_selector__Group_0_1__0__Impl"
+ // InternalCSS.g:4238:1: rule__Keyframe_selector__Group_0_1__0__Impl : ( ( rule__Keyframe_selector__PercentageAssignment_0_1_0 ) ) ;
+ public final void rule__Keyframe_selector__Group_0_1__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4242:1: ( ( ( rule__Keyframe_selector__PercentageAssignment_0_1_0 ) ) )
+ // InternalCSS.g:4243:1: ( ( rule__Keyframe_selector__PercentageAssignment_0_1_0 ) )
+ {
+ // InternalCSS.g:4243:1: ( ( rule__Keyframe_selector__PercentageAssignment_0_1_0 ) )
+ // InternalCSS.g:4244:1: ( rule__Keyframe_selector__PercentageAssignment_0_1_0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getKeyframe_selectorAccess().getPercentageAssignment_0_1_0());
+ }
+ // InternalCSS.g:4245:1: ( rule__Keyframe_selector__PercentageAssignment_0_1_0 )
+ // InternalCSS.g:4245:2: rule__Keyframe_selector__PercentageAssignment_0_1_0
+ {
+ pushFollow(FOLLOW_2);
+ rule__Keyframe_selector__PercentageAssignment_0_1_0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getKeyframe_selectorAccess().getPercentageAssignment_0_1_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Keyframe_selector__Group_0_1__0__Impl"
+
+
+ // $ANTLR start "rule__Keyframe_selector__Group_0_1__1"
+ // InternalCSS.g:4255:1: rule__Keyframe_selector__Group_0_1__1 : rule__Keyframe_selector__Group_0_1__1__Impl ;
+ public final void rule__Keyframe_selector__Group_0_1__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4259:1: ( rule__Keyframe_selector__Group_0_1__1__Impl )
+ // InternalCSS.g:4260:2: rule__Keyframe_selector__Group_0_1__1__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__Keyframe_selector__Group_0_1__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Keyframe_selector__Group_0_1__1"
+
+
+ // $ANTLR start "rule__Keyframe_selector__Group_0_1__1__Impl"
+ // InternalCSS.g:4266:1: rule__Keyframe_selector__Group_0_1__1__Impl : ( RULE_PERCENT ) ;
+ public final void rule__Keyframe_selector__Group_0_1__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4270:1: ( ( RULE_PERCENT ) )
+ // InternalCSS.g:4271:1: ( RULE_PERCENT )
+ {
+ // InternalCSS.g:4271:1: ( RULE_PERCENT )
+ // InternalCSS.g:4272:1: RULE_PERCENT
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getKeyframe_selectorAccess().getPERCENTTerminalRuleCall_0_1_1());
+ }
+ match(input,RULE_PERCENT,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getKeyframe_selectorAccess().getPERCENTTerminalRuleCall_0_1_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Keyframe_selector__Group_0_1__1__Impl"
+
+
+ // $ANTLR start "rule__Keyframe_selector__Group_3__0"
+ // InternalCSS.g:4287:1: rule__Keyframe_selector__Group_3__0 : rule__Keyframe_selector__Group_3__0__Impl rule__Keyframe_selector__Group_3__1 ;
+ public final void rule__Keyframe_selector__Group_3__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4291:1: ( rule__Keyframe_selector__Group_3__0__Impl rule__Keyframe_selector__Group_3__1 )
+ // InternalCSS.g:4292:2: rule__Keyframe_selector__Group_3__0__Impl rule__Keyframe_selector__Group_3__1
+ {
+ pushFollow(FOLLOW_16);
+ rule__Keyframe_selector__Group_3__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Keyframe_selector__Group_3__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Keyframe_selector__Group_3__0"
+
+
+ // $ANTLR start "rule__Keyframe_selector__Group_3__0__Impl"
+ // InternalCSS.g:4299:1: rule__Keyframe_selector__Group_3__0__Impl : ( ';' ) ;
+ public final void rule__Keyframe_selector__Group_3__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4303:1: ( ( ';' ) )
+ // InternalCSS.g:4304:1: ( ';' )
+ {
+ // InternalCSS.g:4304:1: ( ';' )
+ // InternalCSS.g:4305:1: ';'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getKeyframe_selectorAccess().getSemicolonKeyword_3_0());
+ }
+ match(input,48,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getKeyframe_selectorAccess().getSemicolonKeyword_3_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Keyframe_selector__Group_3__0__Impl"
+
+
+ // $ANTLR start "rule__Keyframe_selector__Group_3__1"
+ // InternalCSS.g:4318:1: rule__Keyframe_selector__Group_3__1 : rule__Keyframe_selector__Group_3__1__Impl ;
+ public final void rule__Keyframe_selector__Group_3__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4322:1: ( rule__Keyframe_selector__Group_3__1__Impl )
+ // InternalCSS.g:4323:2: rule__Keyframe_selector__Group_3__1__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__Keyframe_selector__Group_3__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Keyframe_selector__Group_3__1"
+
+
+ // $ANTLR start "rule__Keyframe_selector__Group_3__1__Impl"
+ // InternalCSS.g:4329:1: rule__Keyframe_selector__Group_3__1__Impl : ( ( rule__Keyframe_selector__DeclarationsAssignment_3_1 )? ) ;
+ public final void rule__Keyframe_selector__Group_3__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4333:1: ( ( ( rule__Keyframe_selector__DeclarationsAssignment_3_1 )? ) )
+ // InternalCSS.g:4334:1: ( ( rule__Keyframe_selector__DeclarationsAssignment_3_1 )? )
+ {
+ // InternalCSS.g:4334:1: ( ( rule__Keyframe_selector__DeclarationsAssignment_3_1 )? )
+ // InternalCSS.g:4335:1: ( rule__Keyframe_selector__DeclarationsAssignment_3_1 )?
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getKeyframe_selectorAccess().getDeclarationsAssignment_3_1());
+ }
+ // InternalCSS.g:4336:1: ( rule__Keyframe_selector__DeclarationsAssignment_3_1 )?
+ int alt57=2;
+ int LA57_0 = input.LA(1);
+
+ if ( ((LA57_0>=RULE_DASH && LA57_0<=RULE_UNDERSCORE)||(LA57_0>=RULE_ONE_HEX_LETTER && LA57_0<=RULE_ONE_NON_HEX_LETTER)||LA57_0==RULE_WS||(LA57_0>=49 && LA57_0<=52)) ) {
+ alt57=1;
+ }
+ switch (alt57) {
+ case 1 :
+ // InternalCSS.g:4336:2: rule__Keyframe_selector__DeclarationsAssignment_3_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__Keyframe_selector__DeclarationsAssignment_3_1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+ break;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getKeyframe_selectorAccess().getDeclarationsAssignment_3_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Keyframe_selector__Group_3__1__Impl"
+
+
+ // $ANTLR start "rule__Ruleset__Group__0"
+ // InternalCSS.g:4350:1: rule__Ruleset__Group__0 : rule__Ruleset__Group__0__Impl rule__Ruleset__Group__1 ;
+ public final void rule__Ruleset__Group__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4354:1: ( rule__Ruleset__Group__0__Impl rule__Ruleset__Group__1 )
+ // InternalCSS.g:4355:2: rule__Ruleset__Group__0__Impl rule__Ruleset__Group__1
+ {
+ pushFollow(FOLLOW_27);
+ rule__Ruleset__Group__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Ruleset__Group__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Ruleset__Group__0"
+
+
+ // $ANTLR start "rule__Ruleset__Group__0__Impl"
+ // InternalCSS.g:4362:1: rule__Ruleset__Group__0__Impl : ( ( rule__Ruleset__SelectorsAssignment_0 ) ) ;
+ public final void rule__Ruleset__Group__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4366:1: ( ( ( rule__Ruleset__SelectorsAssignment_0 ) ) )
+ // InternalCSS.g:4367:1: ( ( rule__Ruleset__SelectorsAssignment_0 ) )
+ {
+ // InternalCSS.g:4367:1: ( ( rule__Ruleset__SelectorsAssignment_0 ) )
+ // InternalCSS.g:4368:1: ( rule__Ruleset__SelectorsAssignment_0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getRulesetAccess().getSelectorsAssignment_0());
+ }
+ // InternalCSS.g:4369:1: ( rule__Ruleset__SelectorsAssignment_0 )
+ // InternalCSS.g:4369:2: rule__Ruleset__SelectorsAssignment_0
+ {
+ pushFollow(FOLLOW_2);
+ rule__Ruleset__SelectorsAssignment_0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getRulesetAccess().getSelectorsAssignment_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Ruleset__Group__0__Impl"
+
+
+ // $ANTLR start "rule__Ruleset__Group__1"
+ // InternalCSS.g:4379:1: rule__Ruleset__Group__1 : rule__Ruleset__Group__1__Impl rule__Ruleset__Group__2 ;
+ public final void rule__Ruleset__Group__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4383:1: ( rule__Ruleset__Group__1__Impl rule__Ruleset__Group__2 )
+ // InternalCSS.g:4384:2: rule__Ruleset__Group__1__Impl rule__Ruleset__Group__2
+ {
+ pushFollow(FOLLOW_27);
+ rule__Ruleset__Group__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Ruleset__Group__2();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Ruleset__Group__1"
+
+
+ // $ANTLR start "rule__Ruleset__Group__1__Impl"
+ // InternalCSS.g:4391:1: rule__Ruleset__Group__1__Impl : ( ( rule__Ruleset__Group_1__0 )* ) ;
+ public final void rule__Ruleset__Group__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4395:1: ( ( ( rule__Ruleset__Group_1__0 )* ) )
+ // InternalCSS.g:4396:1: ( ( rule__Ruleset__Group_1__0 )* )
+ {
+ // InternalCSS.g:4396:1: ( ( rule__Ruleset__Group_1__0 )* )
+ // InternalCSS.g:4397:1: ( rule__Ruleset__Group_1__0 )*
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getRulesetAccess().getGroup_1());
+ }
+ // InternalCSS.g:4398:1: ( rule__Ruleset__Group_1__0 )*
+ loop58:
+ do {
+ int alt58=2;
+ alt58 = dfa58.predict(input);
+ switch (alt58) {
+ case 1 :
+ // InternalCSS.g:4398:2: rule__Ruleset__Group_1__0
+ {
+ pushFollow(FOLLOW_28);
+ rule__Ruleset__Group_1__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+ break;
+
+ default :
+ break loop58;
+ }
+ } while (true);
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getRulesetAccess().getGroup_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Ruleset__Group__1__Impl"
+
+
+ // $ANTLR start "rule__Ruleset__Group__2"
+ // InternalCSS.g:4408:1: rule__Ruleset__Group__2 : rule__Ruleset__Group__2__Impl rule__Ruleset__Group__3 ;
+ public final void rule__Ruleset__Group__2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4412:1: ( rule__Ruleset__Group__2__Impl rule__Ruleset__Group__3 )
+ // InternalCSS.g:4413:2: rule__Ruleset__Group__2__Impl rule__Ruleset__Group__3
+ {
+ pushFollow(FOLLOW_27);
+ rule__Ruleset__Group__2__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Ruleset__Group__3();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Ruleset__Group__2"
+
+
+ // $ANTLR start "rule__Ruleset__Group__2__Impl"
+ // InternalCSS.g:4420:1: rule__Ruleset__Group__2__Impl : ( ( RULE_WS )* ) ;
+ public final void rule__Ruleset__Group__2__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4424:1: ( ( ( RULE_WS )* ) )
+ // InternalCSS.g:4425:1: ( ( RULE_WS )* )
+ {
+ // InternalCSS.g:4425:1: ( ( RULE_WS )* )
+ // InternalCSS.g:4426:1: ( RULE_WS )*
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getRulesetAccess().getWSTerminalRuleCall_2());
+ }
+ // InternalCSS.g:4427:1: ( RULE_WS )*
+ loop59:
+ do {
+ int alt59=2;
+ int LA59_0 = input.LA(1);
+
+ if ( (LA59_0==RULE_WS) ) {
+ alt59=1;
+ }
+
+
+ switch (alt59) {
+ case 1 :
+ // InternalCSS.g:4427:3: RULE_WS
+ {
+ match(input,RULE_WS,FOLLOW_29); if (state.failed) return ;
+
+ }
+ break;
+
+ default :
+ break loop59;
+ }
+ } while (true);
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getRulesetAccess().getWSTerminalRuleCall_2());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Ruleset__Group__2__Impl"
+
+
+ // $ANTLR start "rule__Ruleset__Group__3"
+ // InternalCSS.g:4437:1: rule__Ruleset__Group__3 : rule__Ruleset__Group__3__Impl rule__Ruleset__Group__4 ;
+ public final void rule__Ruleset__Group__3() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4441:1: ( rule__Ruleset__Group__3__Impl rule__Ruleset__Group__4 )
+ // InternalCSS.g:4442:2: rule__Ruleset__Group__3__Impl rule__Ruleset__Group__4
+ {
+ pushFollow(FOLLOW_30);
+ rule__Ruleset__Group__3__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Ruleset__Group__4();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Ruleset__Group__3"
+
+
+ // $ANTLR start "rule__Ruleset__Group__3__Impl"
+ // InternalCSS.g:4449:1: rule__Ruleset__Group__3__Impl : ( '{' ) ;
+ public final void rule__Ruleset__Group__3__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4453:1: ( ( '{' ) )
+ // InternalCSS.g:4454:1: ( '{' )
+ {
+ // InternalCSS.g:4454:1: ( '{' )
+ // InternalCSS.g:4455:1: '{'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getRulesetAccess().getLeftCurlyBracketKeyword_3());
+ }
+ match(input,58,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getRulesetAccess().getLeftCurlyBracketKeyword_3());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Ruleset__Group__3__Impl"
+
+
+ // $ANTLR start "rule__Ruleset__Group__4"
+ // InternalCSS.g:4468:1: rule__Ruleset__Group__4 : rule__Ruleset__Group__4__Impl rule__Ruleset__Group__5 ;
+ public final void rule__Ruleset__Group__4() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4472:1: ( rule__Ruleset__Group__4__Impl rule__Ruleset__Group__5 )
+ // InternalCSS.g:4473:2: rule__Ruleset__Group__4__Impl rule__Ruleset__Group__5
+ {
+ pushFollow(FOLLOW_30);
+ rule__Ruleset__Group__4__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Ruleset__Group__5();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Ruleset__Group__4"
+
+
+ // $ANTLR start "rule__Ruleset__Group__4__Impl"
+ // InternalCSS.g:4480:1: rule__Ruleset__Group__4__Impl : ( ( rule__Ruleset__Group_4__0 )? ) ;
+ public final void rule__Ruleset__Group__4__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4484:1: ( ( ( rule__Ruleset__Group_4__0 )? ) )
+ // InternalCSS.g:4485:1: ( ( rule__Ruleset__Group_4__0 )? )
+ {
+ // InternalCSS.g:4485:1: ( ( rule__Ruleset__Group_4__0 )? )
+ // InternalCSS.g:4486:1: ( rule__Ruleset__Group_4__0 )?
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getRulesetAccess().getGroup_4());
+ }
+ // InternalCSS.g:4487:1: ( rule__Ruleset__Group_4__0 )?
+ int alt60=2;
+ int LA60_0 = input.LA(1);
+
+ if ( ((LA60_0>=RULE_DASH && LA60_0<=RULE_UNDERSCORE)||(LA60_0>=RULE_ONE_HEX_LETTER && LA60_0<=RULE_ONE_NON_HEX_LETTER)||LA60_0==RULE_WS||(LA60_0>=49 && LA60_0<=52)) ) {
+ alt60=1;
+ }
+ switch (alt60) {
+ case 1 :
+ // InternalCSS.g:4487:2: rule__Ruleset__Group_4__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__Ruleset__Group_4__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+ break;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getRulesetAccess().getGroup_4());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Ruleset__Group__4__Impl"
+
+
+ // $ANTLR start "rule__Ruleset__Group__5"
+ // InternalCSS.g:4497:1: rule__Ruleset__Group__5 : rule__Ruleset__Group__5__Impl ;
+ public final void rule__Ruleset__Group__5() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4501:1: ( rule__Ruleset__Group__5__Impl )
+ // InternalCSS.g:4502:2: rule__Ruleset__Group__5__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__Ruleset__Group__5__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Ruleset__Group__5"
+
+
+ // $ANTLR start "rule__Ruleset__Group__5__Impl"
+ // InternalCSS.g:4508:1: rule__Ruleset__Group__5__Impl : ( '}' ) ;
+ public final void rule__Ruleset__Group__5__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4512:1: ( ( '}' ) )
+ // InternalCSS.g:4513:1: ( '}' )
+ {
+ // InternalCSS.g:4513:1: ( '}' )
+ // InternalCSS.g:4514:1: '}'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getRulesetAccess().getRightCurlyBracketKeyword_5());
+ }
+ match(input,59,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getRulesetAccess().getRightCurlyBracketKeyword_5());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Ruleset__Group__5__Impl"
+
+
+ // $ANTLR start "rule__Ruleset__Group_1__0"
+ // InternalCSS.g:4539:1: rule__Ruleset__Group_1__0 : rule__Ruleset__Group_1__0__Impl rule__Ruleset__Group_1__1 ;
+ public final void rule__Ruleset__Group_1__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4543:1: ( rule__Ruleset__Group_1__0__Impl rule__Ruleset__Group_1__1 )
+ // InternalCSS.g:4544:2: rule__Ruleset__Group_1__0__Impl rule__Ruleset__Group_1__1
+ {
+ pushFollow(FOLLOW_31);
+ rule__Ruleset__Group_1__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Ruleset__Group_1__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Ruleset__Group_1__0"
+
+
+ // $ANTLR start "rule__Ruleset__Group_1__0__Impl"
+ // InternalCSS.g:4551:1: rule__Ruleset__Group_1__0__Impl : ( ( RULE_WS )* ) ;
+ public final void rule__Ruleset__Group_1__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4555:1: ( ( ( RULE_WS )* ) )
+ // InternalCSS.g:4556:1: ( ( RULE_WS )* )
+ {
+ // InternalCSS.g:4556:1: ( ( RULE_WS )* )
+ // InternalCSS.g:4557:1: ( RULE_WS )*
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getRulesetAccess().getWSTerminalRuleCall_1_0());
+ }
+ // InternalCSS.g:4558:1: ( RULE_WS )*
+ loop61:
+ do {
+ int alt61=2;
+ int LA61_0 = input.LA(1);
+
+ if ( (LA61_0==RULE_WS) ) {
+ alt61=1;
+ }
+
+
+ switch (alt61) {
+ case 1 :
+ // InternalCSS.g:4558:3: RULE_WS
+ {
+ match(input,RULE_WS,FOLLOW_29); if (state.failed) return ;
+
+ }
+ break;
+
+ default :
+ break loop61;
+ }
+ } while (true);
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getRulesetAccess().getWSTerminalRuleCall_1_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Ruleset__Group_1__0__Impl"
+
+
+ // $ANTLR start "rule__Ruleset__Group_1__1"
+ // InternalCSS.g:4568:1: rule__Ruleset__Group_1__1 : rule__Ruleset__Group_1__1__Impl rule__Ruleset__Group_1__2 ;
+ public final void rule__Ruleset__Group_1__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4572:1: ( rule__Ruleset__Group_1__1__Impl rule__Ruleset__Group_1__2 )
+ // InternalCSS.g:4573:2: rule__Ruleset__Group_1__1__Impl rule__Ruleset__Group_1__2
+ {
+ pushFollow(FOLLOW_32);
+ rule__Ruleset__Group_1__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Ruleset__Group_1__2();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Ruleset__Group_1__1"
+
+
+ // $ANTLR start "rule__Ruleset__Group_1__1__Impl"
+ // InternalCSS.g:4580:1: rule__Ruleset__Group_1__1__Impl : ( RULE_COMMA ) ;
+ public final void rule__Ruleset__Group_1__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4584:1: ( ( RULE_COMMA ) )
+ // InternalCSS.g:4585:1: ( RULE_COMMA )
+ {
+ // InternalCSS.g:4585:1: ( RULE_COMMA )
+ // InternalCSS.g:4586:1: RULE_COMMA
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getRulesetAccess().getCOMMATerminalRuleCall_1_1());
+ }
+ match(input,RULE_COMMA,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getRulesetAccess().getCOMMATerminalRuleCall_1_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Ruleset__Group_1__1__Impl"
+
+
+ // $ANTLR start "rule__Ruleset__Group_1__2"
+ // InternalCSS.g:4597:1: rule__Ruleset__Group_1__2 : rule__Ruleset__Group_1__2__Impl ;
+ public final void rule__Ruleset__Group_1__2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4601:1: ( rule__Ruleset__Group_1__2__Impl )
+ // InternalCSS.g:4602:2: rule__Ruleset__Group_1__2__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__Ruleset__Group_1__2__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Ruleset__Group_1__2"
+
+
+ // $ANTLR start "rule__Ruleset__Group_1__2__Impl"
+ // InternalCSS.g:4608:1: rule__Ruleset__Group_1__2__Impl : ( ( rule__Ruleset__SelectorsAssignment_1_2 ) ) ;
+ public final void rule__Ruleset__Group_1__2__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4612:1: ( ( ( rule__Ruleset__SelectorsAssignment_1_2 ) ) )
+ // InternalCSS.g:4613:1: ( ( rule__Ruleset__SelectorsAssignment_1_2 ) )
+ {
+ // InternalCSS.g:4613:1: ( ( rule__Ruleset__SelectorsAssignment_1_2 ) )
+ // InternalCSS.g:4614:1: ( rule__Ruleset__SelectorsAssignment_1_2 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getRulesetAccess().getSelectorsAssignment_1_2());
+ }
+ // InternalCSS.g:4615:1: ( rule__Ruleset__SelectorsAssignment_1_2 )
+ // InternalCSS.g:4615:2: rule__Ruleset__SelectorsAssignment_1_2
+ {
+ pushFollow(FOLLOW_2);
+ rule__Ruleset__SelectorsAssignment_1_2();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getRulesetAccess().getSelectorsAssignment_1_2());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Ruleset__Group_1__2__Impl"
+
+
+ // $ANTLR start "rule__Ruleset__Group_4__0"
+ // InternalCSS.g:4631:1: rule__Ruleset__Group_4__0 : rule__Ruleset__Group_4__0__Impl rule__Ruleset__Group_4__1 ;
+ public final void rule__Ruleset__Group_4__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4635:1: ( rule__Ruleset__Group_4__0__Impl rule__Ruleset__Group_4__1 )
+ // InternalCSS.g:4636:2: rule__Ruleset__Group_4__0__Impl rule__Ruleset__Group_4__1
+ {
+ pushFollow(FOLLOW_9);
+ rule__Ruleset__Group_4__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Ruleset__Group_4__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Ruleset__Group_4__0"
+
+
+ // $ANTLR start "rule__Ruleset__Group_4__0__Impl"
+ // InternalCSS.g:4643:1: rule__Ruleset__Group_4__0__Impl : ( ( rule__Ruleset__DeclarationsAssignment_4_0 ) ) ;
+ public final void rule__Ruleset__Group_4__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4647:1: ( ( ( rule__Ruleset__DeclarationsAssignment_4_0 ) ) )
+ // InternalCSS.g:4648:1: ( ( rule__Ruleset__DeclarationsAssignment_4_0 ) )
+ {
+ // InternalCSS.g:4648:1: ( ( rule__Ruleset__DeclarationsAssignment_4_0 ) )
+ // InternalCSS.g:4649:1: ( rule__Ruleset__DeclarationsAssignment_4_0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getRulesetAccess().getDeclarationsAssignment_4_0());
+ }
+ // InternalCSS.g:4650:1: ( rule__Ruleset__DeclarationsAssignment_4_0 )
+ // InternalCSS.g:4650:2: rule__Ruleset__DeclarationsAssignment_4_0
+ {
+ pushFollow(FOLLOW_2);
+ rule__Ruleset__DeclarationsAssignment_4_0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getRulesetAccess().getDeclarationsAssignment_4_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Ruleset__Group_4__0__Impl"
+
+
+ // $ANTLR start "rule__Ruleset__Group_4__1"
+ // InternalCSS.g:4660:1: rule__Ruleset__Group_4__1 : rule__Ruleset__Group_4__1__Impl rule__Ruleset__Group_4__2 ;
+ public final void rule__Ruleset__Group_4__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4664:1: ( rule__Ruleset__Group_4__1__Impl rule__Ruleset__Group_4__2 )
+ // InternalCSS.g:4665:2: rule__Ruleset__Group_4__1__Impl rule__Ruleset__Group_4__2
+ {
+ pushFollow(FOLLOW_9);
+ rule__Ruleset__Group_4__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Ruleset__Group_4__2();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Ruleset__Group_4__1"
+
+
+ // $ANTLR start "rule__Ruleset__Group_4__1__Impl"
+ // InternalCSS.g:4672:1: rule__Ruleset__Group_4__1__Impl : ( ( rule__Ruleset__Group_4_1__0 )* ) ;
+ public final void rule__Ruleset__Group_4__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4676:1: ( ( ( rule__Ruleset__Group_4_1__0 )* ) )
+ // InternalCSS.g:4677:1: ( ( rule__Ruleset__Group_4_1__0 )* )
+ {
+ // InternalCSS.g:4677:1: ( ( rule__Ruleset__Group_4_1__0 )* )
+ // InternalCSS.g:4678:1: ( rule__Ruleset__Group_4_1__0 )*
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getRulesetAccess().getGroup_4_1());
+ }
+ // InternalCSS.g:4679:1: ( rule__Ruleset__Group_4_1__0 )*
+ loop62:
+ do {
+ int alt62=2;
+ int LA62_0 = input.LA(1);
+
+ if ( (LA62_0==48) ) {
+ int LA62_1 = input.LA(2);
+
+ if ( ((LA62_1>=RULE_DASH && LA62_1<=RULE_UNDERSCORE)||(LA62_1>=RULE_ONE_HEX_LETTER && LA62_1<=RULE_ONE_NON_HEX_LETTER)||LA62_1==RULE_WS||(LA62_1>=49 && LA62_1<=52)) ) {
+ alt62=1;
+ }
+
+
+ }
+
+
+ switch (alt62) {
+ case 1 :
+ // InternalCSS.g:4679:2: rule__Ruleset__Group_4_1__0
+ {
+ pushFollow(FOLLOW_15);
+ rule__Ruleset__Group_4_1__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+ break;
+
+ default :
+ break loop62;
+ }
+ } while (true);
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getRulesetAccess().getGroup_4_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Ruleset__Group_4__1__Impl"
+
+
+ // $ANTLR start "rule__Ruleset__Group_4__2"
+ // InternalCSS.g:4689:1: rule__Ruleset__Group_4__2 : rule__Ruleset__Group_4__2__Impl ;
+ public final void rule__Ruleset__Group_4__2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4693:1: ( rule__Ruleset__Group_4__2__Impl )
+ // InternalCSS.g:4694:2: rule__Ruleset__Group_4__2__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__Ruleset__Group_4__2__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Ruleset__Group_4__2"
+
+
+ // $ANTLR start "rule__Ruleset__Group_4__2__Impl"
+ // InternalCSS.g:4700:1: rule__Ruleset__Group_4__2__Impl : ( ( ';' )? ) ;
+ public final void rule__Ruleset__Group_4__2__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4704:1: ( ( ( ';' )? ) )
+ // InternalCSS.g:4705:1: ( ( ';' )? )
+ {
+ // InternalCSS.g:4705:1: ( ( ';' )? )
+ // InternalCSS.g:4706:1: ( ';' )?
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getRulesetAccess().getSemicolonKeyword_4_2());
+ }
+ // InternalCSS.g:4707:1: ( ';' )?
+ int alt63=2;
+ int LA63_0 = input.LA(1);
+
+ if ( (LA63_0==48) ) {
+ alt63=1;
+ }
+ switch (alt63) {
+ case 1 :
+ // InternalCSS.g:4708:2: ';'
+ {
+ match(input,48,FOLLOW_2); if (state.failed) return ;
+
+ }
+ break;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getRulesetAccess().getSemicolonKeyword_4_2());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Ruleset__Group_4__2__Impl"
+
+
+ // $ANTLR start "rule__Ruleset__Group_4_1__0"
+ // InternalCSS.g:4725:1: rule__Ruleset__Group_4_1__0 : rule__Ruleset__Group_4_1__0__Impl rule__Ruleset__Group_4_1__1 ;
+ public final void rule__Ruleset__Group_4_1__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4729:1: ( rule__Ruleset__Group_4_1__0__Impl rule__Ruleset__Group_4_1__1 )
+ // InternalCSS.g:4730:2: rule__Ruleset__Group_4_1__0__Impl rule__Ruleset__Group_4_1__1
+ {
+ pushFollow(FOLLOW_16);
+ rule__Ruleset__Group_4_1__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Ruleset__Group_4_1__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Ruleset__Group_4_1__0"
+
+
+ // $ANTLR start "rule__Ruleset__Group_4_1__0__Impl"
+ // InternalCSS.g:4737:1: rule__Ruleset__Group_4_1__0__Impl : ( ';' ) ;
+ public final void rule__Ruleset__Group_4_1__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4741:1: ( ( ';' ) )
+ // InternalCSS.g:4742:1: ( ';' )
+ {
+ // InternalCSS.g:4742:1: ( ';' )
+ // InternalCSS.g:4743:1: ';'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getRulesetAccess().getSemicolonKeyword_4_1_0());
+ }
+ match(input,48,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getRulesetAccess().getSemicolonKeyword_4_1_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Ruleset__Group_4_1__0__Impl"
+
+
+ // $ANTLR start "rule__Ruleset__Group_4_1__1"
+ // InternalCSS.g:4756:1: rule__Ruleset__Group_4_1__1 : rule__Ruleset__Group_4_1__1__Impl ;
+ public final void rule__Ruleset__Group_4_1__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4760:1: ( rule__Ruleset__Group_4_1__1__Impl )
+ // InternalCSS.g:4761:2: rule__Ruleset__Group_4_1__1__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__Ruleset__Group_4_1__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Ruleset__Group_4_1__1"
+
+
+ // $ANTLR start "rule__Ruleset__Group_4_1__1__Impl"
+ // InternalCSS.g:4767:1: rule__Ruleset__Group_4_1__1__Impl : ( ( rule__Ruleset__DeclarationsAssignment_4_1_1 ) ) ;
+ public final void rule__Ruleset__Group_4_1__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4771:1: ( ( ( rule__Ruleset__DeclarationsAssignment_4_1_1 ) ) )
+ // InternalCSS.g:4772:1: ( ( rule__Ruleset__DeclarationsAssignment_4_1_1 ) )
+ {
+ // InternalCSS.g:4772:1: ( ( rule__Ruleset__DeclarationsAssignment_4_1_1 ) )
+ // InternalCSS.g:4773:1: ( rule__Ruleset__DeclarationsAssignment_4_1_1 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getRulesetAccess().getDeclarationsAssignment_4_1_1());
+ }
+ // InternalCSS.g:4774:1: ( rule__Ruleset__DeclarationsAssignment_4_1_1 )
+ // InternalCSS.g:4774:2: rule__Ruleset__DeclarationsAssignment_4_1_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__Ruleset__DeclarationsAssignment_4_1_1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getRulesetAccess().getDeclarationsAssignment_4_1_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Ruleset__Group_4_1__1__Impl"
+
+
+ // $ANTLR start "rule__Selector__Group__0"
+ // InternalCSS.g:4788:1: rule__Selector__Group__0 : rule__Selector__Group__0__Impl rule__Selector__Group__1 ;
+ public final void rule__Selector__Group__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4792:1: ( rule__Selector__Group__0__Impl rule__Selector__Group__1 )
+ // InternalCSS.g:4793:2: rule__Selector__Group__0__Impl rule__Selector__Group__1
+ {
+ pushFollow(FOLLOW_33);
+ rule__Selector__Group__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Selector__Group__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Selector__Group__0"
+
+
+ // $ANTLR start "rule__Selector__Group__0__Impl"
+ // InternalCSS.g:4800:1: rule__Selector__Group__0__Impl : ( ( rule__Selector__SimpleselectorsAssignment_0 ) ) ;
+ public final void rule__Selector__Group__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4804:1: ( ( ( rule__Selector__SimpleselectorsAssignment_0 ) ) )
+ // InternalCSS.g:4805:1: ( ( rule__Selector__SimpleselectorsAssignment_0 ) )
+ {
+ // InternalCSS.g:4805:1: ( ( rule__Selector__SimpleselectorsAssignment_0 ) )
+ // InternalCSS.g:4806:1: ( rule__Selector__SimpleselectorsAssignment_0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSelectorAccess().getSimpleselectorsAssignment_0());
+ }
+ // InternalCSS.g:4807:1: ( rule__Selector__SimpleselectorsAssignment_0 )
+ // InternalCSS.g:4807:2: rule__Selector__SimpleselectorsAssignment_0
+ {
+ pushFollow(FOLLOW_2);
+ rule__Selector__SimpleselectorsAssignment_0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSelectorAccess().getSimpleselectorsAssignment_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Selector__Group__0__Impl"
+
+
+ // $ANTLR start "rule__Selector__Group__1"
+ // InternalCSS.g:4817:1: rule__Selector__Group__1 : rule__Selector__Group__1__Impl ;
+ public final void rule__Selector__Group__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4821:1: ( rule__Selector__Group__1__Impl )
+ // InternalCSS.g:4822:2: rule__Selector__Group__1__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__Selector__Group__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Selector__Group__1"
+
+
+ // $ANTLR start "rule__Selector__Group__1__Impl"
+ // InternalCSS.g:4828:1: rule__Selector__Group__1__Impl : ( ( rule__Selector__Alternatives_1 )? ) ;
+ public final void rule__Selector__Group__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4832:1: ( ( ( rule__Selector__Alternatives_1 )? ) )
+ // InternalCSS.g:4833:1: ( ( rule__Selector__Alternatives_1 )? )
+ {
+ // InternalCSS.g:4833:1: ( ( rule__Selector__Alternatives_1 )? )
+ // InternalCSS.g:4834:1: ( rule__Selector__Alternatives_1 )?
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSelectorAccess().getAlternatives_1());
+ }
+ // InternalCSS.g:4835:1: ( rule__Selector__Alternatives_1 )?
+ int alt64=2;
+ alt64 = dfa64.predict(input);
+ switch (alt64) {
+ case 1 :
+ // InternalCSS.g:4835:2: rule__Selector__Alternatives_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__Selector__Alternatives_1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+ break;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSelectorAccess().getAlternatives_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Selector__Group__1__Impl"
+
+
+ // $ANTLR start "rule__Selector__Group_1_0__0"
+ // InternalCSS.g:4849:1: rule__Selector__Group_1_0__0 : rule__Selector__Group_1_0__0__Impl rule__Selector__Group_1_0__1 ;
+ public final void rule__Selector__Group_1_0__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4853:1: ( rule__Selector__Group_1_0__0__Impl rule__Selector__Group_1_0__1 )
+ // InternalCSS.g:4854:2: rule__Selector__Group_1_0__0__Impl rule__Selector__Group_1_0__1
+ {
+ pushFollow(FOLLOW_34);
+ rule__Selector__Group_1_0__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Selector__Group_1_0__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Selector__Group_1_0__0"
+
+
+ // $ANTLR start "rule__Selector__Group_1_0__0__Impl"
+ // InternalCSS.g:4861:1: rule__Selector__Group_1_0__0__Impl : ( ( rule__Selector__CombinatorAssignment_1_0_0 ) ) ;
+ public final void rule__Selector__Group_1_0__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4865:1: ( ( ( rule__Selector__CombinatorAssignment_1_0_0 ) ) )
+ // InternalCSS.g:4866:1: ( ( rule__Selector__CombinatorAssignment_1_0_0 ) )
+ {
+ // InternalCSS.g:4866:1: ( ( rule__Selector__CombinatorAssignment_1_0_0 ) )
+ // InternalCSS.g:4867:1: ( rule__Selector__CombinatorAssignment_1_0_0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSelectorAccess().getCombinatorAssignment_1_0_0());
+ }
+ // InternalCSS.g:4868:1: ( rule__Selector__CombinatorAssignment_1_0_0 )
+ // InternalCSS.g:4868:2: rule__Selector__CombinatorAssignment_1_0_0
+ {
+ pushFollow(FOLLOW_2);
+ rule__Selector__CombinatorAssignment_1_0_0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSelectorAccess().getCombinatorAssignment_1_0_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Selector__Group_1_0__0__Impl"
+
+
+ // $ANTLR start "rule__Selector__Group_1_0__1"
+ // InternalCSS.g:4878:1: rule__Selector__Group_1_0__1 : rule__Selector__Group_1_0__1__Impl rule__Selector__Group_1_0__2 ;
+ public final void rule__Selector__Group_1_0__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4882:1: ( rule__Selector__Group_1_0__1__Impl rule__Selector__Group_1_0__2 )
+ // InternalCSS.g:4883:2: rule__Selector__Group_1_0__1__Impl rule__Selector__Group_1_0__2
+ {
+ pushFollow(FOLLOW_34);
+ rule__Selector__Group_1_0__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Selector__Group_1_0__2();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Selector__Group_1_0__1"
+
+
+ // $ANTLR start "rule__Selector__Group_1_0__1__Impl"
+ // InternalCSS.g:4890:1: rule__Selector__Group_1_0__1__Impl : ( ( RULE_WS )* ) ;
+ public final void rule__Selector__Group_1_0__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4894:1: ( ( ( RULE_WS )* ) )
+ // InternalCSS.g:4895:1: ( ( RULE_WS )* )
+ {
+ // InternalCSS.g:4895:1: ( ( RULE_WS )* )
+ // InternalCSS.g:4896:1: ( RULE_WS )*
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSelectorAccess().getWSTerminalRuleCall_1_0_1());
+ }
+ // InternalCSS.g:4897:1: ( RULE_WS )*
+ loop65:
+ do {
+ int alt65=2;
+ int LA65_0 = input.LA(1);
+
+ if ( (LA65_0==RULE_WS) ) {
+ alt65=1;
+ }
+
+
+ switch (alt65) {
+ case 1 :
+ // InternalCSS.g:4897:3: RULE_WS
+ {
+ match(input,RULE_WS,FOLLOW_29); if (state.failed) return ;
+
+ }
+ break;
+
+ default :
+ break loop65;
+ }
+ } while (true);
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSelectorAccess().getWSTerminalRuleCall_1_0_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Selector__Group_1_0__1__Impl"
+
+
+ // $ANTLR start "rule__Selector__Group_1_0__2"
+ // InternalCSS.g:4907:1: rule__Selector__Group_1_0__2 : rule__Selector__Group_1_0__2__Impl ;
+ public final void rule__Selector__Group_1_0__2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4911:1: ( rule__Selector__Group_1_0__2__Impl )
+ // InternalCSS.g:4912:2: rule__Selector__Group_1_0__2__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__Selector__Group_1_0__2__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Selector__Group_1_0__2"
+
+
+ // $ANTLR start "rule__Selector__Group_1_0__2__Impl"
+ // InternalCSS.g:4918:1: rule__Selector__Group_1_0__2__Impl : ( ( rule__Selector__SelectorAssignment_1_0_2 ) ) ;
+ public final void rule__Selector__Group_1_0__2__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4922:1: ( ( ( rule__Selector__SelectorAssignment_1_0_2 ) ) )
+ // InternalCSS.g:4923:1: ( ( rule__Selector__SelectorAssignment_1_0_2 ) )
+ {
+ // InternalCSS.g:4923:1: ( ( rule__Selector__SelectorAssignment_1_0_2 ) )
+ // InternalCSS.g:4924:1: ( rule__Selector__SelectorAssignment_1_0_2 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSelectorAccess().getSelectorAssignment_1_0_2());
+ }
+ // InternalCSS.g:4925:1: ( rule__Selector__SelectorAssignment_1_0_2 )
+ // InternalCSS.g:4925:2: rule__Selector__SelectorAssignment_1_0_2
+ {
+ pushFollow(FOLLOW_2);
+ rule__Selector__SelectorAssignment_1_0_2();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSelectorAccess().getSelectorAssignment_1_0_2());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Selector__Group_1_0__2__Impl"
+
+
+ // $ANTLR start "rule__Selector__Group_1_1__0"
+ // InternalCSS.g:4941:1: rule__Selector__Group_1_1__0 : rule__Selector__Group_1_1__0__Impl rule__Selector__Group_1_1__1 ;
+ public final void rule__Selector__Group_1_1__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4945:1: ( rule__Selector__Group_1_1__0__Impl rule__Selector__Group_1_1__1 )
+ // InternalCSS.g:4946:2: rule__Selector__Group_1_1__0__Impl rule__Selector__Group_1_1__1
+ {
+ pushFollow(FOLLOW_35);
+ rule__Selector__Group_1_1__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Selector__Group_1_1__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Selector__Group_1_1__0"
+
+
+ // $ANTLR start "rule__Selector__Group_1_1__0__Impl"
+ // InternalCSS.g:4953:1: rule__Selector__Group_1_1__0__Impl : ( ( ( RULE_WS ) ) ( ( RULE_WS )* ) ) ;
+ public final void rule__Selector__Group_1_1__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4957:1: ( ( ( ( RULE_WS ) ) ( ( RULE_WS )* ) ) )
+ // InternalCSS.g:4958:1: ( ( ( RULE_WS ) ) ( ( RULE_WS )* ) )
+ {
+ // InternalCSS.g:4958:1: ( ( ( RULE_WS ) ) ( ( RULE_WS )* ) )
+ // InternalCSS.g:4959:1: ( ( RULE_WS ) ) ( ( RULE_WS )* )
+ {
+ // InternalCSS.g:4959:1: ( ( RULE_WS ) )
+ // InternalCSS.g:4960:1: ( RULE_WS )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSelectorAccess().getWSTerminalRuleCall_1_1_0());
+ }
+ // InternalCSS.g:4961:1: ( RULE_WS )
+ // InternalCSS.g:4961:3: RULE_WS
+ {
+ match(input,RULE_WS,FOLLOW_29); if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSelectorAccess().getWSTerminalRuleCall_1_1_0());
+ }
+
+ }
+
+ // InternalCSS.g:4964:1: ( ( RULE_WS )* )
+ // InternalCSS.g:4965:1: ( RULE_WS )*
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSelectorAccess().getWSTerminalRuleCall_1_1_0());
+ }
+ // InternalCSS.g:4966:1: ( RULE_WS )*
+ loop66:
+ do {
+ int alt66=2;
+ int LA66_0 = input.LA(1);
+
+ if ( (LA66_0==RULE_WS) ) {
+ alt66=1;
+ }
+
+
+ switch (alt66) {
+ case 1 :
+ // InternalCSS.g:4966:3: RULE_WS
+ {
+ match(input,RULE_WS,FOLLOW_29); if (state.failed) return ;
+
+ }
+ break;
+
+ default :
+ break loop66;
+ }
+ } while (true);
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSelectorAccess().getWSTerminalRuleCall_1_1_0());
+ }
+
+ }
+
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Selector__Group_1_1__0__Impl"
+
+
+ // $ANTLR start "rule__Selector__Group_1_1__1"
+ // InternalCSS.g:4977:1: rule__Selector__Group_1_1__1 : rule__Selector__Group_1_1__1__Impl rule__Selector__Group_1_1__2 ;
+ public final void rule__Selector__Group_1_1__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4981:1: ( rule__Selector__Group_1_1__1__Impl rule__Selector__Group_1_1__2 )
+ // InternalCSS.g:4982:2: rule__Selector__Group_1_1__1__Impl rule__Selector__Group_1_1__2
+ {
+ pushFollow(FOLLOW_35);
+ rule__Selector__Group_1_1__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Selector__Group_1_1__2();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Selector__Group_1_1__1"
+
+
+ // $ANTLR start "rule__Selector__Group_1_1__1__Impl"
+ // InternalCSS.g:4989:1: rule__Selector__Group_1_1__1__Impl : ( ( rule__Selector__Group_1_1_1__0 )? ) ;
+ public final void rule__Selector__Group_1_1__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:4993:1: ( ( ( rule__Selector__Group_1_1_1__0 )? ) )
+ // InternalCSS.g:4994:1: ( ( rule__Selector__Group_1_1_1__0 )? )
+ {
+ // InternalCSS.g:4994:1: ( ( rule__Selector__Group_1_1_1__0 )? )
+ // InternalCSS.g:4995:1: ( rule__Selector__Group_1_1_1__0 )?
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSelectorAccess().getGroup_1_1_1());
+ }
+ // InternalCSS.g:4996:1: ( rule__Selector__Group_1_1_1__0 )?
+ int alt67=2;
+ int LA67_0 = input.LA(1);
+
+ if ( (LA67_0==RULE_PLUS||(LA67_0>=37 && LA67_0<=38)) ) {
+ alt67=1;
+ }
+ switch (alt67) {
+ case 1 :
+ // InternalCSS.g:4996:2: rule__Selector__Group_1_1_1__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__Selector__Group_1_1_1__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+ break;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSelectorAccess().getGroup_1_1_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Selector__Group_1_1__1__Impl"
+
+
+ // $ANTLR start "rule__Selector__Group_1_1__2"
+ // InternalCSS.g:5006:1: rule__Selector__Group_1_1__2 : rule__Selector__Group_1_1__2__Impl ;
+ public final void rule__Selector__Group_1_1__2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5010:1: ( rule__Selector__Group_1_1__2__Impl )
+ // InternalCSS.g:5011:2: rule__Selector__Group_1_1__2__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__Selector__Group_1_1__2__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Selector__Group_1_1__2"
+
+
+ // $ANTLR start "rule__Selector__Group_1_1__2__Impl"
+ // InternalCSS.g:5017:1: rule__Selector__Group_1_1__2__Impl : ( ( rule__Selector__SelectorAssignment_1_1_2 ) ) ;
+ public final void rule__Selector__Group_1_1__2__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5021:1: ( ( ( rule__Selector__SelectorAssignment_1_1_2 ) ) )
+ // InternalCSS.g:5022:1: ( ( rule__Selector__SelectorAssignment_1_1_2 ) )
+ {
+ // InternalCSS.g:5022:1: ( ( rule__Selector__SelectorAssignment_1_1_2 ) )
+ // InternalCSS.g:5023:1: ( rule__Selector__SelectorAssignment_1_1_2 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSelectorAccess().getSelectorAssignment_1_1_2());
+ }
+ // InternalCSS.g:5024:1: ( rule__Selector__SelectorAssignment_1_1_2 )
+ // InternalCSS.g:5024:2: rule__Selector__SelectorAssignment_1_1_2
+ {
+ pushFollow(FOLLOW_2);
+ rule__Selector__SelectorAssignment_1_1_2();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSelectorAccess().getSelectorAssignment_1_1_2());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Selector__Group_1_1__2__Impl"
+
+
+ // $ANTLR start "rule__Selector__Group_1_1_1__0"
+ // InternalCSS.g:5040:1: rule__Selector__Group_1_1_1__0 : rule__Selector__Group_1_1_1__0__Impl rule__Selector__Group_1_1_1__1 ;
+ public final void rule__Selector__Group_1_1_1__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5044:1: ( rule__Selector__Group_1_1_1__0__Impl rule__Selector__Group_1_1_1__1 )
+ // InternalCSS.g:5045:2: rule__Selector__Group_1_1_1__0__Impl rule__Selector__Group_1_1_1__1
+ {
+ pushFollow(FOLLOW_36);
+ rule__Selector__Group_1_1_1__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Selector__Group_1_1_1__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Selector__Group_1_1_1__0"
+
+
+ // $ANTLR start "rule__Selector__Group_1_1_1__0__Impl"
+ // InternalCSS.g:5052:1: rule__Selector__Group_1_1_1__0__Impl : ( ( rule__Selector__CombinatorAssignment_1_1_1_0 ) ) ;
+ public final void rule__Selector__Group_1_1_1__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5056:1: ( ( ( rule__Selector__CombinatorAssignment_1_1_1_0 ) ) )
+ // InternalCSS.g:5057:1: ( ( rule__Selector__CombinatorAssignment_1_1_1_0 ) )
+ {
+ // InternalCSS.g:5057:1: ( ( rule__Selector__CombinatorAssignment_1_1_1_0 ) )
+ // InternalCSS.g:5058:1: ( rule__Selector__CombinatorAssignment_1_1_1_0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSelectorAccess().getCombinatorAssignment_1_1_1_0());
+ }
+ // InternalCSS.g:5059:1: ( rule__Selector__CombinatorAssignment_1_1_1_0 )
+ // InternalCSS.g:5059:2: rule__Selector__CombinatorAssignment_1_1_1_0
+ {
+ pushFollow(FOLLOW_2);
+ rule__Selector__CombinatorAssignment_1_1_1_0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSelectorAccess().getCombinatorAssignment_1_1_1_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Selector__Group_1_1_1__0__Impl"
+
+
+ // $ANTLR start "rule__Selector__Group_1_1_1__1"
+ // InternalCSS.g:5069:1: rule__Selector__Group_1_1_1__1 : rule__Selector__Group_1_1_1__1__Impl ;
+ public final void rule__Selector__Group_1_1_1__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5073:1: ( rule__Selector__Group_1_1_1__1__Impl )
+ // InternalCSS.g:5074:2: rule__Selector__Group_1_1_1__1__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__Selector__Group_1_1_1__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Selector__Group_1_1_1__1"
+
+
+ // $ANTLR start "rule__Selector__Group_1_1_1__1__Impl"
+ // InternalCSS.g:5080:1: rule__Selector__Group_1_1_1__1__Impl : ( ( RULE_WS )* ) ;
+ public final void rule__Selector__Group_1_1_1__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5084:1: ( ( ( RULE_WS )* ) )
+ // InternalCSS.g:5085:1: ( ( RULE_WS )* )
+ {
+ // InternalCSS.g:5085:1: ( ( RULE_WS )* )
+ // InternalCSS.g:5086:1: ( RULE_WS )*
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSelectorAccess().getWSTerminalRuleCall_1_1_1_1());
+ }
+ // InternalCSS.g:5087:1: ( RULE_WS )*
+ loop68:
+ do {
+ int alt68=2;
+ int LA68_0 = input.LA(1);
+
+ if ( (LA68_0==RULE_WS) ) {
+ alt68=1;
+ }
+
+
+ switch (alt68) {
+ case 1 :
+ // InternalCSS.g:5087:3: RULE_WS
+ {
+ match(input,RULE_WS,FOLLOW_29); if (state.failed) return ;
+
+ }
+ break;
+
+ default :
+ break loop68;
+ }
+ } while (true);
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSelectorAccess().getWSTerminalRuleCall_1_1_1_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Selector__Group_1_1_1__1__Impl"
+
+
+ // $ANTLR start "rule__SimpleSelectorForNegation__Group_0__0"
+ // InternalCSS.g:5101:1: rule__SimpleSelectorForNegation__Group_0__0 : rule__SimpleSelectorForNegation__Group_0__0__Impl rule__SimpleSelectorForNegation__Group_0__1 ;
+ public final void rule__SimpleSelectorForNegation__Group_0__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5105:1: ( rule__SimpleSelectorForNegation__Group_0__0__Impl rule__SimpleSelectorForNegation__Group_0__1 )
+ // InternalCSS.g:5106:2: rule__SimpleSelectorForNegation__Group_0__0__Impl rule__SimpleSelectorForNegation__Group_0__1
+ {
+ pushFollow(FOLLOW_37);
+ rule__SimpleSelectorForNegation__Group_0__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__SimpleSelectorForNegation__Group_0__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__SimpleSelectorForNegation__Group_0__0"
+
+
+ // $ANTLR start "rule__SimpleSelectorForNegation__Group_0__0__Impl"
+ // InternalCSS.g:5113:1: rule__SimpleSelectorForNegation__Group_0__0__Impl : ( ( rule__SimpleSelectorForNegation__Alternatives_0_0 ) ) ;
+ public final void rule__SimpleSelectorForNegation__Group_0__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5117:1: ( ( ( rule__SimpleSelectorForNegation__Alternatives_0_0 ) ) )
+ // InternalCSS.g:5118:1: ( ( rule__SimpleSelectorForNegation__Alternatives_0_0 ) )
+ {
+ // InternalCSS.g:5118:1: ( ( rule__SimpleSelectorForNegation__Alternatives_0_0 ) )
+ // InternalCSS.g:5119:1: ( rule__SimpleSelectorForNegation__Alternatives_0_0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSimpleSelectorForNegationAccess().getAlternatives_0_0());
+ }
+ // InternalCSS.g:5120:1: ( rule__SimpleSelectorForNegation__Alternatives_0_0 )
+ // InternalCSS.g:5120:2: rule__SimpleSelectorForNegation__Alternatives_0_0
+ {
+ pushFollow(FOLLOW_2);
+ rule__SimpleSelectorForNegation__Alternatives_0_0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSimpleSelectorForNegationAccess().getAlternatives_0_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__SimpleSelectorForNegation__Group_0__0__Impl"
+
+
+ // $ANTLR start "rule__SimpleSelectorForNegation__Group_0__1"
+ // InternalCSS.g:5130:1: rule__SimpleSelectorForNegation__Group_0__1 : rule__SimpleSelectorForNegation__Group_0__1__Impl ;
+ public final void rule__SimpleSelectorForNegation__Group_0__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5134:1: ( rule__SimpleSelectorForNegation__Group_0__1__Impl )
+ // InternalCSS.g:5135:2: rule__SimpleSelectorForNegation__Group_0__1__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__SimpleSelectorForNegation__Group_0__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__SimpleSelectorForNegation__Group_0__1"
+
+
+ // $ANTLR start "rule__SimpleSelectorForNegation__Group_0__1__Impl"
+ // InternalCSS.g:5141:1: rule__SimpleSelectorForNegation__Group_0__1__Impl : ( ( rule__SimpleSelectorForNegation__SubSelectorsAssignment_0_1 )* ) ;
+ public final void rule__SimpleSelectorForNegation__Group_0__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5145:1: ( ( ( rule__SimpleSelectorForNegation__SubSelectorsAssignment_0_1 )* ) )
+ // InternalCSS.g:5146:1: ( ( rule__SimpleSelectorForNegation__SubSelectorsAssignment_0_1 )* )
+ {
+ // InternalCSS.g:5146:1: ( ( rule__SimpleSelectorForNegation__SubSelectorsAssignment_0_1 )* )
+ // InternalCSS.g:5147:1: ( rule__SimpleSelectorForNegation__SubSelectorsAssignment_0_1 )*
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSimpleSelectorForNegationAccess().getSubSelectorsAssignment_0_1());
+ }
+ // InternalCSS.g:5148:1: ( rule__SimpleSelectorForNegation__SubSelectorsAssignment_0_1 )*
+ loop69:
+ do {
+ int alt69=2;
+ int LA69_0 = input.LA(1);
+
+ if ( ((LA69_0>=RULE_COLON && LA69_0<=RULE_HASHMARK)||LA69_0==39||LA69_0==42) ) {
+ alt69=1;
+ }
+
+
+ switch (alt69) {
+ case 1 :
+ // InternalCSS.g:5148:2: rule__SimpleSelectorForNegation__SubSelectorsAssignment_0_1
+ {
+ pushFollow(FOLLOW_3);
+ rule__SimpleSelectorForNegation__SubSelectorsAssignment_0_1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+ break;
+
+ default :
+ break loop69;
+ }
+ } while (true);
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSimpleSelectorForNegationAccess().getSubSelectorsAssignment_0_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__SimpleSelectorForNegation__Group_0__1__Impl"
+
+
+ // $ANTLR start "rule__Simple_selector__Group_0__0"
+ // InternalCSS.g:5162:1: rule__Simple_selector__Group_0__0 : rule__Simple_selector__Group_0__0__Impl rule__Simple_selector__Group_0__1 ;
+ public final void rule__Simple_selector__Group_0__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5166:1: ( rule__Simple_selector__Group_0__0__Impl rule__Simple_selector__Group_0__1 )
+ // InternalCSS.g:5167:2: rule__Simple_selector__Group_0__0__Impl rule__Simple_selector__Group_0__1
+ {
+ pushFollow(FOLLOW_37);
+ rule__Simple_selector__Group_0__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Simple_selector__Group_0__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Simple_selector__Group_0__0"
+
+
+ // $ANTLR start "rule__Simple_selector__Group_0__0__Impl"
+ // InternalCSS.g:5174:1: rule__Simple_selector__Group_0__0__Impl : ( ( rule__Simple_selector__Alternatives_0_0 ) ) ;
+ public final void rule__Simple_selector__Group_0__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5178:1: ( ( ( rule__Simple_selector__Alternatives_0_0 ) ) )
+ // InternalCSS.g:5179:1: ( ( rule__Simple_selector__Alternatives_0_0 ) )
+ {
+ // InternalCSS.g:5179:1: ( ( rule__Simple_selector__Alternatives_0_0 ) )
+ // InternalCSS.g:5180:1: ( rule__Simple_selector__Alternatives_0_0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSimple_selectorAccess().getAlternatives_0_0());
+ }
+ // InternalCSS.g:5181:1: ( rule__Simple_selector__Alternatives_0_0 )
+ // InternalCSS.g:5181:2: rule__Simple_selector__Alternatives_0_0
+ {
+ pushFollow(FOLLOW_2);
+ rule__Simple_selector__Alternatives_0_0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSimple_selectorAccess().getAlternatives_0_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Simple_selector__Group_0__0__Impl"
+
+
+ // $ANTLR start "rule__Simple_selector__Group_0__1"
+ // InternalCSS.g:5191:1: rule__Simple_selector__Group_0__1 : rule__Simple_selector__Group_0__1__Impl ;
+ public final void rule__Simple_selector__Group_0__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5195:1: ( rule__Simple_selector__Group_0__1__Impl )
+ // InternalCSS.g:5196:2: rule__Simple_selector__Group_0__1__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__Simple_selector__Group_0__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Simple_selector__Group_0__1"
+
+
+ // $ANTLR start "rule__Simple_selector__Group_0__1__Impl"
+ // InternalCSS.g:5202:1: rule__Simple_selector__Group_0__1__Impl : ( ( rule__Simple_selector__SubSelectorsAssignment_0_1 )* ) ;
+ public final void rule__Simple_selector__Group_0__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5206:1: ( ( ( rule__Simple_selector__SubSelectorsAssignment_0_1 )* ) )
+ // InternalCSS.g:5207:1: ( ( rule__Simple_selector__SubSelectorsAssignment_0_1 )* )
+ {
+ // InternalCSS.g:5207:1: ( ( rule__Simple_selector__SubSelectorsAssignment_0_1 )* )
+ // InternalCSS.g:5208:1: ( rule__Simple_selector__SubSelectorsAssignment_0_1 )*
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSimple_selectorAccess().getSubSelectorsAssignment_0_1());
+ }
+ // InternalCSS.g:5209:1: ( rule__Simple_selector__SubSelectorsAssignment_0_1 )*
+ loop70:
+ do {
+ int alt70=2;
+ int LA70_0 = input.LA(1);
+
+ if ( ((LA70_0>=RULE_COLON && LA70_0<=RULE_HASHMARK)||LA70_0==39||LA70_0==42) ) {
+ alt70=1;
+ }
+
+
+ switch (alt70) {
+ case 1 :
+ // InternalCSS.g:5209:2: rule__Simple_selector__SubSelectorsAssignment_0_1
+ {
+ pushFollow(FOLLOW_3);
+ rule__Simple_selector__SubSelectorsAssignment_0_1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+ break;
+
+ default :
+ break loop70;
+ }
+ } while (true);
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSimple_selectorAccess().getSubSelectorsAssignment_0_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Simple_selector__Group_0__1__Impl"
+
+
+ // $ANTLR start "rule__AttributeSelector__Group__0"
+ // InternalCSS.g:5223:1: rule__AttributeSelector__Group__0 : rule__AttributeSelector__Group__0__Impl rule__AttributeSelector__Group__1 ;
+ public final void rule__AttributeSelector__Group__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5227:1: ( rule__AttributeSelector__Group__0__Impl rule__AttributeSelector__Group__1 )
+ // InternalCSS.g:5228:2: rule__AttributeSelector__Group__0__Impl rule__AttributeSelector__Group__1
+ {
+ pushFollow(FOLLOW_38);
+ rule__AttributeSelector__Group__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__AttributeSelector__Group__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AttributeSelector__Group__0"
+
+
+ // $ANTLR start "rule__AttributeSelector__Group__0__Impl"
+ // InternalCSS.g:5235:1: rule__AttributeSelector__Group__0__Impl : ( () ) ;
+ public final void rule__AttributeSelector__Group__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5239:1: ( ( () ) )
+ // InternalCSS.g:5240:1: ( () )
+ {
+ // InternalCSS.g:5240:1: ( () )
+ // InternalCSS.g:5241:1: ()
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getAttributeSelectorAccess().getAttributeSelectorAction_0());
+ }
+ // InternalCSS.g:5242:1: ()
+ // InternalCSS.g:5244:1:
+ {
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getAttributeSelectorAccess().getAttributeSelectorAction_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AttributeSelector__Group__0__Impl"
+
+
+ // $ANTLR start "rule__AttributeSelector__Group__1"
+ // InternalCSS.g:5254:1: rule__AttributeSelector__Group__1 : rule__AttributeSelector__Group__1__Impl rule__AttributeSelector__Group__2 ;
+ public final void rule__AttributeSelector__Group__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5258:1: ( rule__AttributeSelector__Group__1__Impl rule__AttributeSelector__Group__2 )
+ // InternalCSS.g:5259:2: rule__AttributeSelector__Group__1__Impl rule__AttributeSelector__Group__2
+ {
+ pushFollow(FOLLOW_11);
+ rule__AttributeSelector__Group__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__AttributeSelector__Group__2();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AttributeSelector__Group__1"
+
+
+ // $ANTLR start "rule__AttributeSelector__Group__1__Impl"
+ // InternalCSS.g:5266:1: rule__AttributeSelector__Group__1__Impl : ( '[' ) ;
+ public final void rule__AttributeSelector__Group__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5270:1: ( ( '[' ) )
+ // InternalCSS.g:5271:1: ( '[' )
+ {
+ // InternalCSS.g:5271:1: ( '[' )
+ // InternalCSS.g:5272:1: '['
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getAttributeSelectorAccess().getLeftSquareBracketKeyword_1());
+ }
+ match(input,42,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getAttributeSelectorAccess().getLeftSquareBracketKeyword_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AttributeSelector__Group__1__Impl"
+
+
+ // $ANTLR start "rule__AttributeSelector__Group__2"
+ // InternalCSS.g:5285:1: rule__AttributeSelector__Group__2 : rule__AttributeSelector__Group__2__Impl rule__AttributeSelector__Group__3 ;
+ public final void rule__AttributeSelector__Group__2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5289:1: ( rule__AttributeSelector__Group__2__Impl rule__AttributeSelector__Group__3 )
+ // InternalCSS.g:5290:2: rule__AttributeSelector__Group__2__Impl rule__AttributeSelector__Group__3
+ {
+ pushFollow(FOLLOW_39);
+ rule__AttributeSelector__Group__2__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__AttributeSelector__Group__3();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AttributeSelector__Group__2"
+
+
+ // $ANTLR start "rule__AttributeSelector__Group__2__Impl"
+ // InternalCSS.g:5297:1: rule__AttributeSelector__Group__2__Impl : ( ( rule__AttributeSelector__NameAssignment_2 ) ) ;
+ public final void rule__AttributeSelector__Group__2__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5301:1: ( ( ( rule__AttributeSelector__NameAssignment_2 ) ) )
+ // InternalCSS.g:5302:1: ( ( rule__AttributeSelector__NameAssignment_2 ) )
+ {
+ // InternalCSS.g:5302:1: ( ( rule__AttributeSelector__NameAssignment_2 ) )
+ // InternalCSS.g:5303:1: ( rule__AttributeSelector__NameAssignment_2 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getAttributeSelectorAccess().getNameAssignment_2());
+ }
+ // InternalCSS.g:5304:1: ( rule__AttributeSelector__NameAssignment_2 )
+ // InternalCSS.g:5304:2: rule__AttributeSelector__NameAssignment_2
+ {
+ pushFollow(FOLLOW_2);
+ rule__AttributeSelector__NameAssignment_2();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getAttributeSelectorAccess().getNameAssignment_2());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AttributeSelector__Group__2__Impl"
+
+
+ // $ANTLR start "rule__AttributeSelector__Group__3"
+ // InternalCSS.g:5314:1: rule__AttributeSelector__Group__3 : rule__AttributeSelector__Group__3__Impl rule__AttributeSelector__Group__4 ;
+ public final void rule__AttributeSelector__Group__3() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5318:1: ( rule__AttributeSelector__Group__3__Impl rule__AttributeSelector__Group__4 )
+ // InternalCSS.g:5319:2: rule__AttributeSelector__Group__3__Impl rule__AttributeSelector__Group__4
+ {
+ pushFollow(FOLLOW_39);
+ rule__AttributeSelector__Group__3__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__AttributeSelector__Group__4();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AttributeSelector__Group__3"
+
+
+ // $ANTLR start "rule__AttributeSelector__Group__3__Impl"
+ // InternalCSS.g:5326:1: rule__AttributeSelector__Group__3__Impl : ( ( rule__AttributeSelector__Group_3__0 )? ) ;
+ public final void rule__AttributeSelector__Group__3__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5330:1: ( ( ( rule__AttributeSelector__Group_3__0 )? ) )
+ // InternalCSS.g:5331:1: ( ( rule__AttributeSelector__Group_3__0 )? )
+ {
+ // InternalCSS.g:5331:1: ( ( rule__AttributeSelector__Group_3__0 )? )
+ // InternalCSS.g:5332:1: ( rule__AttributeSelector__Group_3__0 )?
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getAttributeSelectorAccess().getGroup_3());
+ }
+ // InternalCSS.g:5333:1: ( rule__AttributeSelector__Group_3__0 )?
+ int alt71=2;
+ int LA71_0 = input.LA(1);
+
+ if ( ((LA71_0>=RULE_INCLUDES && LA71_0<=RULE_DASHMATCH)||(LA71_0>=32 && LA71_0<=35)) ) {
+ alt71=1;
+ }
+ switch (alt71) {
+ case 1 :
+ // InternalCSS.g:5333:2: rule__AttributeSelector__Group_3__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__AttributeSelector__Group_3__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+ break;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getAttributeSelectorAccess().getGroup_3());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AttributeSelector__Group__3__Impl"
+
+
+ // $ANTLR start "rule__AttributeSelector__Group__4"
+ // InternalCSS.g:5343:1: rule__AttributeSelector__Group__4 : rule__AttributeSelector__Group__4__Impl ;
+ public final void rule__AttributeSelector__Group__4() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5347:1: ( rule__AttributeSelector__Group__4__Impl )
+ // InternalCSS.g:5348:2: rule__AttributeSelector__Group__4__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__AttributeSelector__Group__4__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AttributeSelector__Group__4"
+
+
+ // $ANTLR start "rule__AttributeSelector__Group__4__Impl"
+ // InternalCSS.g:5354:1: rule__AttributeSelector__Group__4__Impl : ( ']' ) ;
+ public final void rule__AttributeSelector__Group__4__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5358:1: ( ( ']' ) )
+ // InternalCSS.g:5359:1: ( ']' )
+ {
+ // InternalCSS.g:5359:1: ( ']' )
+ // InternalCSS.g:5360:1: ']'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getAttributeSelectorAccess().getRightSquareBracketKeyword_4());
+ }
+ match(input,43,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getAttributeSelectorAccess().getRightSquareBracketKeyword_4());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AttributeSelector__Group__4__Impl"
+
+
+ // $ANTLR start "rule__AttributeSelector__Group_3__0"
+ // InternalCSS.g:5383:1: rule__AttributeSelector__Group_3__0 : rule__AttributeSelector__Group_3__0__Impl rule__AttributeSelector__Group_3__1 ;
+ public final void rule__AttributeSelector__Group_3__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5387:1: ( rule__AttributeSelector__Group_3__0__Impl rule__AttributeSelector__Group_3__1 )
+ // InternalCSS.g:5388:2: rule__AttributeSelector__Group_3__0__Impl rule__AttributeSelector__Group_3__1
+ {
+ pushFollow(FOLLOW_40);
+ rule__AttributeSelector__Group_3__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__AttributeSelector__Group_3__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AttributeSelector__Group_3__0"
+
+
+ // $ANTLR start "rule__AttributeSelector__Group_3__0__Impl"
+ // InternalCSS.g:5395:1: rule__AttributeSelector__Group_3__0__Impl : ( ( rule__AttributeSelector__OpAssignment_3_0 ) ) ;
+ public final void rule__AttributeSelector__Group_3__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5399:1: ( ( ( rule__AttributeSelector__OpAssignment_3_0 ) ) )
+ // InternalCSS.g:5400:1: ( ( rule__AttributeSelector__OpAssignment_3_0 ) )
+ {
+ // InternalCSS.g:5400:1: ( ( rule__AttributeSelector__OpAssignment_3_0 ) )
+ // InternalCSS.g:5401:1: ( rule__AttributeSelector__OpAssignment_3_0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getAttributeSelectorAccess().getOpAssignment_3_0());
+ }
+ // InternalCSS.g:5402:1: ( rule__AttributeSelector__OpAssignment_3_0 )
+ // InternalCSS.g:5402:2: rule__AttributeSelector__OpAssignment_3_0
+ {
+ pushFollow(FOLLOW_2);
+ rule__AttributeSelector__OpAssignment_3_0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getAttributeSelectorAccess().getOpAssignment_3_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AttributeSelector__Group_3__0__Impl"
+
+
+ // $ANTLR start "rule__AttributeSelector__Group_3__1"
+ // InternalCSS.g:5412:1: rule__AttributeSelector__Group_3__1 : rule__AttributeSelector__Group_3__1__Impl ;
+ public final void rule__AttributeSelector__Group_3__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5416:1: ( rule__AttributeSelector__Group_3__1__Impl )
+ // InternalCSS.g:5417:2: rule__AttributeSelector__Group_3__1__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__AttributeSelector__Group_3__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AttributeSelector__Group_3__1"
+
+
+ // $ANTLR start "rule__AttributeSelector__Group_3__1__Impl"
+ // InternalCSS.g:5423:1: rule__AttributeSelector__Group_3__1__Impl : ( ( rule__AttributeSelector__ValueAssignment_3_1 ) ) ;
+ public final void rule__AttributeSelector__Group_3__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5427:1: ( ( ( rule__AttributeSelector__ValueAssignment_3_1 ) ) )
+ // InternalCSS.g:5428:1: ( ( rule__AttributeSelector__ValueAssignment_3_1 ) )
+ {
+ // InternalCSS.g:5428:1: ( ( rule__AttributeSelector__ValueAssignment_3_1 ) )
+ // InternalCSS.g:5429:1: ( rule__AttributeSelector__ValueAssignment_3_1 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getAttributeSelectorAccess().getValueAssignment_3_1());
+ }
+ // InternalCSS.g:5430:1: ( rule__AttributeSelector__ValueAssignment_3_1 )
+ // InternalCSS.g:5430:2: rule__AttributeSelector__ValueAssignment_3_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__AttributeSelector__ValueAssignment_3_1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getAttributeSelectorAccess().getValueAssignment_3_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AttributeSelector__Group_3__1__Impl"
+
+
+ // $ANTLR start "rule__ClassSelector__Group__0"
+ // InternalCSS.g:5444:1: rule__ClassSelector__Group__0 : rule__ClassSelector__Group__0__Impl rule__ClassSelector__Group__1 ;
+ public final void rule__ClassSelector__Group__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5448:1: ( rule__ClassSelector__Group__0__Impl rule__ClassSelector__Group__1 )
+ // InternalCSS.g:5449:2: rule__ClassSelector__Group__0__Impl rule__ClassSelector__Group__1
+ {
+ pushFollow(FOLLOW_41);
+ rule__ClassSelector__Group__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__ClassSelector__Group__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ClassSelector__Group__0"
+
+
+ // $ANTLR start "rule__ClassSelector__Group__0__Impl"
+ // InternalCSS.g:5456:1: rule__ClassSelector__Group__0__Impl : ( () ) ;
+ public final void rule__ClassSelector__Group__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5460:1: ( ( () ) )
+ // InternalCSS.g:5461:1: ( () )
+ {
+ // InternalCSS.g:5461:1: ( () )
+ // InternalCSS.g:5462:1: ()
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getClassSelectorAccess().getClassSelectorAction_0());
+ }
+ // InternalCSS.g:5463:1: ()
+ // InternalCSS.g:5465:1:
+ {
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getClassSelectorAccess().getClassSelectorAction_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ClassSelector__Group__0__Impl"
+
+
+ // $ANTLR start "rule__ClassSelector__Group__1"
+ // InternalCSS.g:5475:1: rule__ClassSelector__Group__1 : rule__ClassSelector__Group__1__Impl rule__ClassSelector__Group__2 ;
+ public final void rule__ClassSelector__Group__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5479:1: ( rule__ClassSelector__Group__1__Impl rule__ClassSelector__Group__2 )
+ // InternalCSS.g:5480:2: rule__ClassSelector__Group__1__Impl rule__ClassSelector__Group__2
+ {
+ pushFollow(FOLLOW_11);
+ rule__ClassSelector__Group__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__ClassSelector__Group__2();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ClassSelector__Group__1"
+
+
+ // $ANTLR start "rule__ClassSelector__Group__1__Impl"
+ // InternalCSS.g:5487:1: rule__ClassSelector__Group__1__Impl : ( '.' ) ;
+ public final void rule__ClassSelector__Group__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5491:1: ( ( '.' ) )
+ // InternalCSS.g:5492:1: ( '.' )
+ {
+ // InternalCSS.g:5492:1: ( '.' )
+ // InternalCSS.g:5493:1: '.'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getClassSelectorAccess().getFullStopKeyword_1());
+ }
+ match(input,39,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getClassSelectorAccess().getFullStopKeyword_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ClassSelector__Group__1__Impl"
+
+
+ // $ANTLR start "rule__ClassSelector__Group__2"
+ // InternalCSS.g:5506:1: rule__ClassSelector__Group__2 : rule__ClassSelector__Group__2__Impl ;
+ public final void rule__ClassSelector__Group__2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5510:1: ( rule__ClassSelector__Group__2__Impl )
+ // InternalCSS.g:5511:2: rule__ClassSelector__Group__2__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__ClassSelector__Group__2__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ClassSelector__Group__2"
+
+
+ // $ANTLR start "rule__ClassSelector__Group__2__Impl"
+ // InternalCSS.g:5517:1: rule__ClassSelector__Group__2__Impl : ( ( rule__ClassSelector__NameAssignment_2 ) ) ;
+ public final void rule__ClassSelector__Group__2__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5521:1: ( ( ( rule__ClassSelector__NameAssignment_2 ) ) )
+ // InternalCSS.g:5522:1: ( ( rule__ClassSelector__NameAssignment_2 ) )
+ {
+ // InternalCSS.g:5522:1: ( ( rule__ClassSelector__NameAssignment_2 ) )
+ // InternalCSS.g:5523:1: ( rule__ClassSelector__NameAssignment_2 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getClassSelectorAccess().getNameAssignment_2());
+ }
+ // InternalCSS.g:5524:1: ( rule__ClassSelector__NameAssignment_2 )
+ // InternalCSS.g:5524:2: rule__ClassSelector__NameAssignment_2
+ {
+ pushFollow(FOLLOW_2);
+ rule__ClassSelector__NameAssignment_2();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getClassSelectorAccess().getNameAssignment_2());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ClassSelector__Group__2__Impl"
+
+
+ // $ANTLR start "rule__ElementSelector__Group__0"
+ // InternalCSS.g:5540:1: rule__ElementSelector__Group__0 : rule__ElementSelector__Group__0__Impl rule__ElementSelector__Group__1 ;
+ public final void rule__ElementSelector__Group__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5544:1: ( rule__ElementSelector__Group__0__Impl rule__ElementSelector__Group__1 )
+ // InternalCSS.g:5545:2: rule__ElementSelector__Group__0__Impl rule__ElementSelector__Group__1
+ {
+ pushFollow(FOLLOW_11);
+ rule__ElementSelector__Group__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__ElementSelector__Group__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ElementSelector__Group__0"
+
+
+ // $ANTLR start "rule__ElementSelector__Group__0__Impl"
+ // InternalCSS.g:5552:1: rule__ElementSelector__Group__0__Impl : ( () ) ;
+ public final void rule__ElementSelector__Group__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5556:1: ( ( () ) )
+ // InternalCSS.g:5557:1: ( () )
+ {
+ // InternalCSS.g:5557:1: ( () )
+ // InternalCSS.g:5558:1: ()
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getElementSelectorAccess().getElementSelectorAction_0());
+ }
+ // InternalCSS.g:5559:1: ()
+ // InternalCSS.g:5561:1:
+ {
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getElementSelectorAccess().getElementSelectorAction_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ElementSelector__Group__0__Impl"
+
+
+ // $ANTLR start "rule__ElementSelector__Group__1"
+ // InternalCSS.g:5571:1: rule__ElementSelector__Group__1 : rule__ElementSelector__Group__1__Impl ;
+ public final void rule__ElementSelector__Group__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5575:1: ( rule__ElementSelector__Group__1__Impl )
+ // InternalCSS.g:5576:2: rule__ElementSelector__Group__1__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__ElementSelector__Group__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ElementSelector__Group__1"
+
+
+ // $ANTLR start "rule__ElementSelector__Group__1__Impl"
+ // InternalCSS.g:5582:1: rule__ElementSelector__Group__1__Impl : ( ( rule__ElementSelector__NameAssignment_1 ) ) ;
+ public final void rule__ElementSelector__Group__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5586:1: ( ( ( rule__ElementSelector__NameAssignment_1 ) ) )
+ // InternalCSS.g:5587:1: ( ( rule__ElementSelector__NameAssignment_1 ) )
+ {
+ // InternalCSS.g:5587:1: ( ( rule__ElementSelector__NameAssignment_1 ) )
+ // InternalCSS.g:5588:1: ( rule__ElementSelector__NameAssignment_1 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getElementSelectorAccess().getNameAssignment_1());
+ }
+ // InternalCSS.g:5589:1: ( rule__ElementSelector__NameAssignment_1 )
+ // InternalCSS.g:5589:2: rule__ElementSelector__NameAssignment_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__ElementSelector__NameAssignment_1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getElementSelectorAccess().getNameAssignment_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ElementSelector__Group__1__Impl"
+
+
+ // $ANTLR start "rule__UniversalSelector__Group__0"
+ // InternalCSS.g:5603:1: rule__UniversalSelector__Group__0 : rule__UniversalSelector__Group__0__Impl rule__UniversalSelector__Group__1 ;
+ public final void rule__UniversalSelector__Group__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5607:1: ( rule__UniversalSelector__Group__0__Impl rule__UniversalSelector__Group__1 )
+ // InternalCSS.g:5608:2: rule__UniversalSelector__Group__0__Impl rule__UniversalSelector__Group__1
+ {
+ pushFollow(FOLLOW_42);
+ rule__UniversalSelector__Group__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__UniversalSelector__Group__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__UniversalSelector__Group__0"
+
+
+ // $ANTLR start "rule__UniversalSelector__Group__0__Impl"
+ // InternalCSS.g:5615:1: rule__UniversalSelector__Group__0__Impl : ( () ) ;
+ public final void rule__UniversalSelector__Group__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5619:1: ( ( () ) )
+ // InternalCSS.g:5620:1: ( () )
+ {
+ // InternalCSS.g:5620:1: ( () )
+ // InternalCSS.g:5621:1: ()
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getUniversalSelectorAccess().getUniversalSelectorAction_0());
+ }
+ // InternalCSS.g:5622:1: ()
+ // InternalCSS.g:5624:1:
+ {
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getUniversalSelectorAccess().getUniversalSelectorAction_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__UniversalSelector__Group__0__Impl"
+
+
+ // $ANTLR start "rule__UniversalSelector__Group__1"
+ // InternalCSS.g:5634:1: rule__UniversalSelector__Group__1 : rule__UniversalSelector__Group__1__Impl rule__UniversalSelector__Group__2 ;
+ public final void rule__UniversalSelector__Group__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5638:1: ( rule__UniversalSelector__Group__1__Impl rule__UniversalSelector__Group__2 )
+ // InternalCSS.g:5639:2: rule__UniversalSelector__Group__1__Impl rule__UniversalSelector__Group__2
+ {
+ pushFollow(FOLLOW_42);
+ rule__UniversalSelector__Group__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__UniversalSelector__Group__2();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__UniversalSelector__Group__1"
+
+
+ // $ANTLR start "rule__UniversalSelector__Group__1__Impl"
+ // InternalCSS.g:5646:1: rule__UniversalSelector__Group__1__Impl : ( ( rule__UniversalSelector__NamespaceAssignment_1 )? ) ;
+ public final void rule__UniversalSelector__Group__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5650:1: ( ( ( rule__UniversalSelector__NamespaceAssignment_1 )? ) )
+ // InternalCSS.g:5651:1: ( ( rule__UniversalSelector__NamespaceAssignment_1 )? )
+ {
+ // InternalCSS.g:5651:1: ( ( rule__UniversalSelector__NamespaceAssignment_1 )? )
+ // InternalCSS.g:5652:1: ( rule__UniversalSelector__NamespaceAssignment_1 )?
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getUniversalSelectorAccess().getNamespaceAssignment_1());
+ }
+ // InternalCSS.g:5653:1: ( rule__UniversalSelector__NamespaceAssignment_1 )?
+ int alt72=2;
+ int LA72_0 = input.LA(1);
+
+ if ( ((LA72_0>=RULE_DASH && LA72_0<=RULE_UNDERSCORE)||(LA72_0>=RULE_ONE_HEX_LETTER && LA72_0<=RULE_ONE_NON_HEX_LETTER)||(LA72_0>=49 && LA72_0<=52)||LA72_0==60) ) {
+ alt72=1;
+ }
+ else if ( (LA72_0==36) ) {
+ int LA72_2 = input.LA(2);
+
+ if ( (LA72_2==60) ) {
+ alt72=1;
+ }
+ }
+ switch (alt72) {
+ case 1 :
+ // InternalCSS.g:5653:2: rule__UniversalSelector__NamespaceAssignment_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__UniversalSelector__NamespaceAssignment_1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+ break;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getUniversalSelectorAccess().getNamespaceAssignment_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__UniversalSelector__Group__1__Impl"
+
+
+ // $ANTLR start "rule__UniversalSelector__Group__2"
+ // InternalCSS.g:5663:1: rule__UniversalSelector__Group__2 : rule__UniversalSelector__Group__2__Impl ;
+ public final void rule__UniversalSelector__Group__2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5667:1: ( rule__UniversalSelector__Group__2__Impl )
+ // InternalCSS.g:5668:2: rule__UniversalSelector__Group__2__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__UniversalSelector__Group__2__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__UniversalSelector__Group__2"
+
+
+ // $ANTLR start "rule__UniversalSelector__Group__2__Impl"
+ // InternalCSS.g:5674:1: rule__UniversalSelector__Group__2__Impl : ( '*' ) ;
+ public final void rule__UniversalSelector__Group__2__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5678:1: ( ( '*' ) )
+ // InternalCSS.g:5679:1: ( '*' )
+ {
+ // InternalCSS.g:5679:1: ( '*' )
+ // InternalCSS.g:5680:1: '*'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getUniversalSelectorAccess().getAsteriskKeyword_2());
+ }
+ match(input,36,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getUniversalSelectorAccess().getAsteriskKeyword_2());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__UniversalSelector__Group__2__Impl"
+
+
+ // $ANTLR start "rule__IdSelector__Group__0"
+ // InternalCSS.g:5699:1: rule__IdSelector__Group__0 : rule__IdSelector__Group__0__Impl rule__IdSelector__Group__1 ;
+ public final void rule__IdSelector__Group__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5703:1: ( rule__IdSelector__Group__0__Impl rule__IdSelector__Group__1 )
+ // InternalCSS.g:5704:2: rule__IdSelector__Group__0__Impl rule__IdSelector__Group__1
+ {
+ pushFollow(FOLLOW_43);
+ rule__IdSelector__Group__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__IdSelector__Group__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__IdSelector__Group__0"
+
+
+ // $ANTLR start "rule__IdSelector__Group__0__Impl"
+ // InternalCSS.g:5711:1: rule__IdSelector__Group__0__Impl : ( () ) ;
+ public final void rule__IdSelector__Group__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5715:1: ( ( () ) )
+ // InternalCSS.g:5716:1: ( () )
+ {
+ // InternalCSS.g:5716:1: ( () )
+ // InternalCSS.g:5717:1: ()
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getIdSelectorAccess().getIdSelectorAction_0());
+ }
+ // InternalCSS.g:5718:1: ()
+ // InternalCSS.g:5720:1:
+ {
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getIdSelectorAccess().getIdSelectorAction_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__IdSelector__Group__0__Impl"
+
+
+ // $ANTLR start "rule__IdSelector__Group__1"
+ // InternalCSS.g:5730:1: rule__IdSelector__Group__1 : rule__IdSelector__Group__1__Impl rule__IdSelector__Group__2 ;
+ public final void rule__IdSelector__Group__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5734:1: ( rule__IdSelector__Group__1__Impl rule__IdSelector__Group__2 )
+ // InternalCSS.g:5735:2: rule__IdSelector__Group__1__Impl rule__IdSelector__Group__2
+ {
+ pushFollow(FOLLOW_11);
+ rule__IdSelector__Group__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__IdSelector__Group__2();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__IdSelector__Group__1"
+
+
+ // $ANTLR start "rule__IdSelector__Group__1__Impl"
+ // InternalCSS.g:5742:1: rule__IdSelector__Group__1__Impl : ( RULE_HASHMARK ) ;
+ public final void rule__IdSelector__Group__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5746:1: ( ( RULE_HASHMARK ) )
+ // InternalCSS.g:5747:1: ( RULE_HASHMARK )
+ {
+ // InternalCSS.g:5747:1: ( RULE_HASHMARK )
+ // InternalCSS.g:5748:1: RULE_HASHMARK
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getIdSelectorAccess().getHASHMARKTerminalRuleCall_1());
+ }
+ match(input,RULE_HASHMARK,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getIdSelectorAccess().getHASHMARKTerminalRuleCall_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__IdSelector__Group__1__Impl"
+
+
+ // $ANTLR start "rule__IdSelector__Group__2"
+ // InternalCSS.g:5759:1: rule__IdSelector__Group__2 : rule__IdSelector__Group__2__Impl ;
+ public final void rule__IdSelector__Group__2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5763:1: ( rule__IdSelector__Group__2__Impl )
+ // InternalCSS.g:5764:2: rule__IdSelector__Group__2__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__IdSelector__Group__2__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__IdSelector__Group__2"
+
+
+ // $ANTLR start "rule__IdSelector__Group__2__Impl"
+ // InternalCSS.g:5770:1: rule__IdSelector__Group__2__Impl : ( ( rule__IdSelector__NameAssignment_2 ) ) ;
+ public final void rule__IdSelector__Group__2__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5774:1: ( ( ( rule__IdSelector__NameAssignment_2 ) ) )
+ // InternalCSS.g:5775:1: ( ( rule__IdSelector__NameAssignment_2 ) )
+ {
+ // InternalCSS.g:5775:1: ( ( rule__IdSelector__NameAssignment_2 ) )
+ // InternalCSS.g:5776:1: ( rule__IdSelector__NameAssignment_2 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getIdSelectorAccess().getNameAssignment_2());
+ }
+ // InternalCSS.g:5777:1: ( rule__IdSelector__NameAssignment_2 )
+ // InternalCSS.g:5777:2: rule__IdSelector__NameAssignment_2
+ {
+ pushFollow(FOLLOW_2);
+ rule__IdSelector__NameAssignment_2();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getIdSelectorAccess().getNameAssignment_2());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__IdSelector__Group__2__Impl"
+
+
+ // $ANTLR start "rule__Css_namespace_prefix__Group__0"
+ // InternalCSS.g:5793:1: rule__Css_namespace_prefix__Group__0 : rule__Css_namespace_prefix__Group__0__Impl rule__Css_namespace_prefix__Group__1 ;
+ public final void rule__Css_namespace_prefix__Group__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5797:1: ( rule__Css_namespace_prefix__Group__0__Impl rule__Css_namespace_prefix__Group__1 )
+ // InternalCSS.g:5798:2: rule__Css_namespace_prefix__Group__0__Impl rule__Css_namespace_prefix__Group__1
+ {
+ pushFollow(FOLLOW_42);
+ rule__Css_namespace_prefix__Group__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Css_namespace_prefix__Group__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Css_namespace_prefix__Group__0"
+
+
+ // $ANTLR start "rule__Css_namespace_prefix__Group__0__Impl"
+ // InternalCSS.g:5805:1: rule__Css_namespace_prefix__Group__0__Impl : ( ( rule__Css_namespace_prefix__Alternatives_0 )? ) ;
+ public final void rule__Css_namespace_prefix__Group__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5809:1: ( ( ( rule__Css_namespace_prefix__Alternatives_0 )? ) )
+ // InternalCSS.g:5810:1: ( ( rule__Css_namespace_prefix__Alternatives_0 )? )
+ {
+ // InternalCSS.g:5810:1: ( ( rule__Css_namespace_prefix__Alternatives_0 )? )
+ // InternalCSS.g:5811:1: ( rule__Css_namespace_prefix__Alternatives_0 )?
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getCss_namespace_prefixAccess().getAlternatives_0());
+ }
+ // InternalCSS.g:5812:1: ( rule__Css_namespace_prefix__Alternatives_0 )?
+ int alt73=2;
+ int LA73_0 = input.LA(1);
+
+ if ( ((LA73_0>=RULE_DASH && LA73_0<=RULE_UNDERSCORE)||(LA73_0>=RULE_ONE_HEX_LETTER && LA73_0<=RULE_ONE_NON_HEX_LETTER)||LA73_0==36||(LA73_0>=49 && LA73_0<=52)) ) {
+ alt73=1;
+ }
+ switch (alt73) {
+ case 1 :
+ // InternalCSS.g:5812:2: rule__Css_namespace_prefix__Alternatives_0
+ {
+ pushFollow(FOLLOW_2);
+ rule__Css_namespace_prefix__Alternatives_0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+ break;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getCss_namespace_prefixAccess().getAlternatives_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Css_namespace_prefix__Group__0__Impl"
+
+
+ // $ANTLR start "rule__Css_namespace_prefix__Group__1"
+ // InternalCSS.g:5822:1: rule__Css_namespace_prefix__Group__1 : rule__Css_namespace_prefix__Group__1__Impl ;
+ public final void rule__Css_namespace_prefix__Group__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5826:1: ( rule__Css_namespace_prefix__Group__1__Impl )
+ // InternalCSS.g:5827:2: rule__Css_namespace_prefix__Group__1__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__Css_namespace_prefix__Group__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Css_namespace_prefix__Group__1"
+
+
+ // $ANTLR start "rule__Css_namespace_prefix__Group__1__Impl"
+ // InternalCSS.g:5833:1: rule__Css_namespace_prefix__Group__1__Impl : ( '|' ) ;
+ public final void rule__Css_namespace_prefix__Group__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5837:1: ( ( '|' ) )
+ // InternalCSS.g:5838:1: ( '|' )
+ {
+ // InternalCSS.g:5838:1: ( '|' )
+ // InternalCSS.g:5839:1: '|'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getCss_namespace_prefixAccess().getVerticalLineKeyword_1());
+ }
+ match(input,60,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getCss_namespace_prefixAccess().getVerticalLineKeyword_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Css_namespace_prefix__Group__1__Impl"
+
+
+ // $ANTLR start "rule__Css_declaration__Group__0"
+ // InternalCSS.g:5856:1: rule__Css_declaration__Group__0 : rule__Css_declaration__Group__0__Impl rule__Css_declaration__Group__1 ;
+ public final void rule__Css_declaration__Group__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5860:1: ( rule__Css_declaration__Group__0__Impl rule__Css_declaration__Group__1 )
+ // InternalCSS.g:5861:2: rule__Css_declaration__Group__0__Impl rule__Css_declaration__Group__1
+ {
+ pushFollow(FOLLOW_16);
+ rule__Css_declaration__Group__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Css_declaration__Group__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Css_declaration__Group__0"
+
+
+ // $ANTLR start "rule__Css_declaration__Group__0__Impl"
+ // InternalCSS.g:5868:1: rule__Css_declaration__Group__0__Impl : ( ( RULE_WS )* ) ;
+ public final void rule__Css_declaration__Group__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5872:1: ( ( ( RULE_WS )* ) )
+ // InternalCSS.g:5873:1: ( ( RULE_WS )* )
+ {
+ // InternalCSS.g:5873:1: ( ( RULE_WS )* )
+ // InternalCSS.g:5874:1: ( RULE_WS )*
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getCss_declarationAccess().getWSTerminalRuleCall_0());
+ }
+ // InternalCSS.g:5875:1: ( RULE_WS )*
+ loop74:
+ do {
+ int alt74=2;
+ int LA74_0 = input.LA(1);
+
+ if ( (LA74_0==RULE_WS) ) {
+ alt74=1;
+ }
+
+
+ switch (alt74) {
+ case 1 :
+ // InternalCSS.g:5875:3: RULE_WS
+ {
+ match(input,RULE_WS,FOLLOW_29); if (state.failed) return ;
+
+ }
+ break;
+
+ default :
+ break loop74;
+ }
+ } while (true);
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getCss_declarationAccess().getWSTerminalRuleCall_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Css_declaration__Group__0__Impl"
+
+
+ // $ANTLR start "rule__Css_declaration__Group__1"
+ // InternalCSS.g:5885:1: rule__Css_declaration__Group__1 : rule__Css_declaration__Group__1__Impl rule__Css_declaration__Group__2 ;
+ public final void rule__Css_declaration__Group__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5889:1: ( rule__Css_declaration__Group__1__Impl rule__Css_declaration__Group__2 )
+ // InternalCSS.g:5890:2: rule__Css_declaration__Group__1__Impl rule__Css_declaration__Group__2
+ {
+ pushFollow(FOLLOW_44);
+ rule__Css_declaration__Group__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Css_declaration__Group__2();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Css_declaration__Group__1"
+
+
+ // $ANTLR start "rule__Css_declaration__Group__1__Impl"
+ // InternalCSS.g:5897:1: rule__Css_declaration__Group__1__Impl : ( ( rule__Css_declaration__PropertyAssignment_1 ) ) ;
+ public final void rule__Css_declaration__Group__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5901:1: ( ( ( rule__Css_declaration__PropertyAssignment_1 ) ) )
+ // InternalCSS.g:5902:1: ( ( rule__Css_declaration__PropertyAssignment_1 ) )
+ {
+ // InternalCSS.g:5902:1: ( ( rule__Css_declaration__PropertyAssignment_1 ) )
+ // InternalCSS.g:5903:1: ( rule__Css_declaration__PropertyAssignment_1 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getCss_declarationAccess().getPropertyAssignment_1());
+ }
+ // InternalCSS.g:5904:1: ( rule__Css_declaration__PropertyAssignment_1 )
+ // InternalCSS.g:5904:2: rule__Css_declaration__PropertyAssignment_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__Css_declaration__PropertyAssignment_1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getCss_declarationAccess().getPropertyAssignment_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Css_declaration__Group__1__Impl"
+
+
+ // $ANTLR start "rule__Css_declaration__Group__2"
+ // InternalCSS.g:5914:1: rule__Css_declaration__Group__2 : rule__Css_declaration__Group__2__Impl rule__Css_declaration__Group__3 ;
+ public final void rule__Css_declaration__Group__2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5918:1: ( rule__Css_declaration__Group__2__Impl rule__Css_declaration__Group__3 )
+ // InternalCSS.g:5919:2: rule__Css_declaration__Group__2__Impl rule__Css_declaration__Group__3
+ {
+ pushFollow(FOLLOW_44);
+ rule__Css_declaration__Group__2__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Css_declaration__Group__3();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Css_declaration__Group__2"
+
+
+ // $ANTLR start "rule__Css_declaration__Group__2__Impl"
+ // InternalCSS.g:5926:1: rule__Css_declaration__Group__2__Impl : ( ( RULE_WS )* ) ;
+ public final void rule__Css_declaration__Group__2__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5930:1: ( ( ( RULE_WS )* ) )
+ // InternalCSS.g:5931:1: ( ( RULE_WS )* )
+ {
+ // InternalCSS.g:5931:1: ( ( RULE_WS )* )
+ // InternalCSS.g:5932:1: ( RULE_WS )*
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getCss_declarationAccess().getWSTerminalRuleCall_2());
+ }
+ // InternalCSS.g:5933:1: ( RULE_WS )*
+ loop75:
+ do {
+ int alt75=2;
+ int LA75_0 = input.LA(1);
+
+ if ( (LA75_0==RULE_WS) ) {
+ alt75=1;
+ }
+
+
+ switch (alt75) {
+ case 1 :
+ // InternalCSS.g:5933:3: RULE_WS
+ {
+ match(input,RULE_WS,FOLLOW_29); if (state.failed) return ;
+
+ }
+ break;
+
+ default :
+ break loop75;
+ }
+ } while (true);
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getCss_declarationAccess().getWSTerminalRuleCall_2());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Css_declaration__Group__2__Impl"
+
+
+ // $ANTLR start "rule__Css_declaration__Group__3"
+ // InternalCSS.g:5943:1: rule__Css_declaration__Group__3 : rule__Css_declaration__Group__3__Impl rule__Css_declaration__Group__4 ;
+ public final void rule__Css_declaration__Group__3() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5947:1: ( rule__Css_declaration__Group__3__Impl rule__Css_declaration__Group__4 )
+ // InternalCSS.g:5948:2: rule__Css_declaration__Group__3__Impl rule__Css_declaration__Group__4
+ {
+ pushFollow(FOLLOW_45);
+ rule__Css_declaration__Group__3__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Css_declaration__Group__4();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Css_declaration__Group__3"
+
+
+ // $ANTLR start "rule__Css_declaration__Group__3__Impl"
+ // InternalCSS.g:5955:1: rule__Css_declaration__Group__3__Impl : ( RULE_COLON ) ;
+ public final void rule__Css_declaration__Group__3__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5959:1: ( ( RULE_COLON ) )
+ // InternalCSS.g:5960:1: ( RULE_COLON )
+ {
+ // InternalCSS.g:5960:1: ( RULE_COLON )
+ // InternalCSS.g:5961:1: RULE_COLON
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getCss_declarationAccess().getCOLONTerminalRuleCall_3());
+ }
+ match(input,RULE_COLON,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getCss_declarationAccess().getCOLONTerminalRuleCall_3());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Css_declaration__Group__3__Impl"
+
+
+ // $ANTLR start "rule__Css_declaration__Group__4"
+ // InternalCSS.g:5972:1: rule__Css_declaration__Group__4 : rule__Css_declaration__Group__4__Impl rule__Css_declaration__Group__5 ;
+ public final void rule__Css_declaration__Group__4() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5976:1: ( rule__Css_declaration__Group__4__Impl rule__Css_declaration__Group__5 )
+ // InternalCSS.g:5977:2: rule__Css_declaration__Group__4__Impl rule__Css_declaration__Group__5
+ {
+ pushFollow(FOLLOW_46);
+ rule__Css_declaration__Group__4__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Css_declaration__Group__5();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Css_declaration__Group__4"
+
+
+ // $ANTLR start "rule__Css_declaration__Group__4__Impl"
+ // InternalCSS.g:5984:1: rule__Css_declaration__Group__4__Impl : ( ( ( rule__Css_declaration__ValueTokensAssignment_4 ) ) ( ( rule__Css_declaration__ValueTokensAssignment_4 )* ) ) ;
+ public final void rule__Css_declaration__Group__4__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:5988:1: ( ( ( ( rule__Css_declaration__ValueTokensAssignment_4 ) ) ( ( rule__Css_declaration__ValueTokensAssignment_4 )* ) ) )
+ // InternalCSS.g:5989:1: ( ( ( rule__Css_declaration__ValueTokensAssignment_4 ) ) ( ( rule__Css_declaration__ValueTokensAssignment_4 )* ) )
+ {
+ // InternalCSS.g:5989:1: ( ( ( rule__Css_declaration__ValueTokensAssignment_4 ) ) ( ( rule__Css_declaration__ValueTokensAssignment_4 )* ) )
+ // InternalCSS.g:5990:1: ( ( rule__Css_declaration__ValueTokensAssignment_4 ) ) ( ( rule__Css_declaration__ValueTokensAssignment_4 )* )
+ {
+ // InternalCSS.g:5990:1: ( ( rule__Css_declaration__ValueTokensAssignment_4 ) )
+ // InternalCSS.g:5991:1: ( rule__Css_declaration__ValueTokensAssignment_4 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getCss_declarationAccess().getValueTokensAssignment_4());
+ }
+ // InternalCSS.g:5992:1: ( rule__Css_declaration__ValueTokensAssignment_4 )
+ // InternalCSS.g:5992:2: rule__Css_declaration__ValueTokensAssignment_4
+ {
+ pushFollow(FOLLOW_47);
+ rule__Css_declaration__ValueTokensAssignment_4();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getCss_declarationAccess().getValueTokensAssignment_4());
+ }
+
+ }
+
+ // InternalCSS.g:5995:1: ( ( rule__Css_declaration__ValueTokensAssignment_4 )* )
+ // InternalCSS.g:5996:1: ( rule__Css_declaration__ValueTokensAssignment_4 )*
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getCss_declarationAccess().getValueTokensAssignment_4());
+ }
+ // InternalCSS.g:5997:1: ( rule__Css_declaration__ValueTokensAssignment_4 )*
+ loop76:
+ do {
+ int alt76=2;
+ int LA76_0 = input.LA(1);
+
+ if ( ((LA76_0>=RULE_CSSSTRING && LA76_0<=RULE_UNDERSCORE)||(LA76_0>=RULE_HASHMARK && LA76_0<=RULE_WS)||LA76_0==39||(LA76_0>=49 && LA76_0<=52)||LA76_0==64) ) {
+ alt76=1;
+ }
+
+
+ switch (alt76) {
+ case 1 :
+ // InternalCSS.g:5997:2: rule__Css_declaration__ValueTokensAssignment_4
+ {
+ pushFollow(FOLLOW_47);
+ rule__Css_declaration__ValueTokensAssignment_4();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+ break;
+
+ default :
+ break loop76;
+ }
+ } while (true);
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getCss_declarationAccess().getValueTokensAssignment_4());
+ }
+
+ }
+
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Css_declaration__Group__4__Impl"
+
+
+ // $ANTLR start "rule__Css_declaration__Group__5"
+ // InternalCSS.g:6008:1: rule__Css_declaration__Group__5 : rule__Css_declaration__Group__5__Impl ;
+ public final void rule__Css_declaration__Group__5() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6012:1: ( rule__Css_declaration__Group__5__Impl )
+ // InternalCSS.g:6013:2: rule__Css_declaration__Group__5__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__Css_declaration__Group__5__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Css_declaration__Group__5"
+
+
+ // $ANTLR start "rule__Css_declaration__Group__5__Impl"
+ // InternalCSS.g:6019:1: rule__Css_declaration__Group__5__Impl : ( ( rule__Css_declaration__ImportantAssignment_5 )? ) ;
+ public final void rule__Css_declaration__Group__5__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6023:1: ( ( ( rule__Css_declaration__ImportantAssignment_5 )? ) )
+ // InternalCSS.g:6024:1: ( ( rule__Css_declaration__ImportantAssignment_5 )? )
+ {
+ // InternalCSS.g:6024:1: ( ( rule__Css_declaration__ImportantAssignment_5 )? )
+ // InternalCSS.g:6025:1: ( rule__Css_declaration__ImportantAssignment_5 )?
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getCss_declarationAccess().getImportantAssignment_5());
+ }
+ // InternalCSS.g:6026:1: ( rule__Css_declaration__ImportantAssignment_5 )?
+ int alt77=2;
+ int LA77_0 = input.LA(1);
+
+ if ( (LA77_0==RULE_IMPORTANT_SYM) ) {
+ alt77=1;
+ }
+ switch (alt77) {
+ case 1 :
+ // InternalCSS.g:6026:2: rule__Css_declaration__ImportantAssignment_5
+ {
+ pushFollow(FOLLOW_2);
+ rule__Css_declaration__ImportantAssignment_5();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+ break;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getCss_declarationAccess().getImportantAssignment_5());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Css_declaration__Group__5__Impl"
+
+
+ // $ANTLR start "rule__Css_property__Group__0"
+ // InternalCSS.g:6048:1: rule__Css_property__Group__0 : rule__Css_property__Group__0__Impl rule__Css_property__Group__1 ;
+ public final void rule__Css_property__Group__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6052:1: ( rule__Css_property__Group__0__Impl rule__Css_property__Group__1 )
+ // InternalCSS.g:6053:2: rule__Css_property__Group__0__Impl rule__Css_property__Group__1
+ {
+ pushFollow(FOLLOW_16);
+ rule__Css_property__Group__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Css_property__Group__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Css_property__Group__0"
+
+
+ // $ANTLR start "rule__Css_property__Group__0__Impl"
+ // InternalCSS.g:6060:1: rule__Css_property__Group__0__Impl : ( () ) ;
+ public final void rule__Css_property__Group__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6064:1: ( ( () ) )
+ // InternalCSS.g:6065:1: ( () )
+ {
+ // InternalCSS.g:6065:1: ( () )
+ // InternalCSS.g:6066:1: ()
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getCss_propertyAccess().getCss_propertyAction_0());
+ }
+ // InternalCSS.g:6067:1: ()
+ // InternalCSS.g:6069:1:
+ {
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getCss_propertyAccess().getCss_propertyAction_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Css_property__Group__0__Impl"
+
+
+ // $ANTLR start "rule__Css_property__Group__1"
+ // InternalCSS.g:6079:1: rule__Css_property__Group__1 : rule__Css_property__Group__1__Impl ;
+ public final void rule__Css_property__Group__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6083:1: ( rule__Css_property__Group__1__Impl )
+ // InternalCSS.g:6084:2: rule__Css_property__Group__1__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__Css_property__Group__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Css_property__Group__1"
+
+
+ // $ANTLR start "rule__Css_property__Group__1__Impl"
+ // InternalCSS.g:6090:1: rule__Css_property__Group__1__Impl : ( ( rule__Css_property__NameAssignment_1 ) ) ;
+ public final void rule__Css_property__Group__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6094:1: ( ( ( rule__Css_property__NameAssignment_1 ) ) )
+ // InternalCSS.g:6095:1: ( ( rule__Css_property__NameAssignment_1 ) )
+ {
+ // InternalCSS.g:6095:1: ( ( rule__Css_property__NameAssignment_1 ) )
+ // InternalCSS.g:6096:1: ( rule__Css_property__NameAssignment_1 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getCss_propertyAccess().getNameAssignment_1());
+ }
+ // InternalCSS.g:6097:1: ( rule__Css_property__NameAssignment_1 )
+ // InternalCSS.g:6097:2: rule__Css_property__NameAssignment_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__Css_property__NameAssignment_1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getCss_propertyAccess().getNameAssignment_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Css_property__Group__1__Impl"
+
+
+ // $ANTLR start "rule__PseudoClass__Group__0"
+ // InternalCSS.g:6111:1: rule__PseudoClass__Group__0 : rule__PseudoClass__Group__0__Impl rule__PseudoClass__Group__1 ;
+ public final void rule__PseudoClass__Group__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6115:1: ( rule__PseudoClass__Group__0__Impl rule__PseudoClass__Group__1 )
+ // InternalCSS.g:6116:2: rule__PseudoClass__Group__0__Impl rule__PseudoClass__Group__1
+ {
+ pushFollow(FOLLOW_48);
+ rule__PseudoClass__Group__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__PseudoClass__Group__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__PseudoClass__Group__0"
+
+
+ // $ANTLR start "rule__PseudoClass__Group__0__Impl"
+ // InternalCSS.g:6123:1: rule__PseudoClass__Group__0__Impl : ( RULE_COLON ) ;
+ public final void rule__PseudoClass__Group__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6127:1: ( ( RULE_COLON ) )
+ // InternalCSS.g:6128:1: ( RULE_COLON )
+ {
+ // InternalCSS.g:6128:1: ( RULE_COLON )
+ // InternalCSS.g:6129:1: RULE_COLON
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getPseudoClassAccess().getCOLONTerminalRuleCall_0());
+ }
+ match(input,RULE_COLON,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getPseudoClassAccess().getCOLONTerminalRuleCall_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__PseudoClass__Group__0__Impl"
+
+
+ // $ANTLR start "rule__PseudoClass__Group__1"
+ // InternalCSS.g:6140:1: rule__PseudoClass__Group__1 : rule__PseudoClass__Group__1__Impl rule__PseudoClass__Group__2 ;
+ public final void rule__PseudoClass__Group__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6144:1: ( rule__PseudoClass__Group__1__Impl rule__PseudoClass__Group__2 )
+ // InternalCSS.g:6145:2: rule__PseudoClass__Group__1__Impl rule__PseudoClass__Group__2
+ {
+ pushFollow(FOLLOW_48);
+ rule__PseudoClass__Group__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__PseudoClass__Group__2();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__PseudoClass__Group__1"
+
+
+ // $ANTLR start "rule__PseudoClass__Group__1__Impl"
+ // InternalCSS.g:6152:1: rule__PseudoClass__Group__1__Impl : ( ( RULE_COLON )? ) ;
+ public final void rule__PseudoClass__Group__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6156:1: ( ( ( RULE_COLON )? ) )
+ // InternalCSS.g:6157:1: ( ( RULE_COLON )? )
+ {
+ // InternalCSS.g:6157:1: ( ( RULE_COLON )? )
+ // InternalCSS.g:6158:1: ( RULE_COLON )?
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getPseudoClassAccess().getCOLONTerminalRuleCall_1());
+ }
+ // InternalCSS.g:6159:1: ( RULE_COLON )?
+ int alt78=2;
+ int LA78_0 = input.LA(1);
+
+ if ( (LA78_0==RULE_COLON) ) {
+ alt78=1;
+ }
+ switch (alt78) {
+ case 1 :
+ // InternalCSS.g:6159:3: RULE_COLON
+ {
+ match(input,RULE_COLON,FOLLOW_2); if (state.failed) return ;
+
+ }
+ break;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getPseudoClassAccess().getCOLONTerminalRuleCall_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__PseudoClass__Group__1__Impl"
+
+
+ // $ANTLR start "rule__PseudoClass__Group__2"
+ // InternalCSS.g:6169:1: rule__PseudoClass__Group__2 : rule__PseudoClass__Group__2__Impl ;
+ public final void rule__PseudoClass__Group__2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6173:1: ( rule__PseudoClass__Group__2__Impl )
+ // InternalCSS.g:6174:2: rule__PseudoClass__Group__2__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__PseudoClass__Group__2__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__PseudoClass__Group__2"
+
+
+ // $ANTLR start "rule__PseudoClass__Group__2__Impl"
+ // InternalCSS.g:6180:1: rule__PseudoClass__Group__2__Impl : ( rulePseudoClassName ) ;
+ public final void rule__PseudoClass__Group__2__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6184:1: ( ( rulePseudoClassName ) )
+ // InternalCSS.g:6185:1: ( rulePseudoClassName )
+ {
+ // InternalCSS.g:6185:1: ( rulePseudoClassName )
+ // InternalCSS.g:6186:1: rulePseudoClassName
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getPseudoClassAccess().getPseudoClassNameParserRuleCall_2());
+ }
+ pushFollow(FOLLOW_2);
+ rulePseudoClassName();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getPseudoClassAccess().getPseudoClassNameParserRuleCall_2());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__PseudoClass__Group__2__Impl"
+
+
+ // $ANTLR start "rule__PseudoClassFunction__Group_0__0"
+ // InternalCSS.g:6203:1: rule__PseudoClassFunction__Group_0__0 : rule__PseudoClassFunction__Group_0__0__Impl rule__PseudoClassFunction__Group_0__1 ;
+ public final void rule__PseudoClassFunction__Group_0__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6207:1: ( rule__PseudoClassFunction__Group_0__0__Impl rule__PseudoClassFunction__Group_0__1 )
+ // InternalCSS.g:6208:2: rule__PseudoClassFunction__Group_0__0__Impl rule__PseudoClassFunction__Group_0__1
+ {
+ pushFollow(FOLLOW_32);
+ rule__PseudoClassFunction__Group_0__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__PseudoClassFunction__Group_0__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__PseudoClassFunction__Group_0__0"
+
+
+ // $ANTLR start "rule__PseudoClassFunction__Group_0__0__Impl"
+ // InternalCSS.g:6215:1: rule__PseudoClassFunction__Group_0__0__Impl : ( ( rule__PseudoClassFunction__NotAssignment_0_0 ) ) ;
+ public final void rule__PseudoClassFunction__Group_0__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6219:1: ( ( ( rule__PseudoClassFunction__NotAssignment_0_0 ) ) )
+ // InternalCSS.g:6220:1: ( ( rule__PseudoClassFunction__NotAssignment_0_0 ) )
+ {
+ // InternalCSS.g:6220:1: ( ( rule__PseudoClassFunction__NotAssignment_0_0 ) )
+ // InternalCSS.g:6221:1: ( rule__PseudoClassFunction__NotAssignment_0_0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getPseudoClassFunctionAccess().getNotAssignment_0_0());
+ }
+ // InternalCSS.g:6222:1: ( rule__PseudoClassFunction__NotAssignment_0_0 )
+ // InternalCSS.g:6222:2: rule__PseudoClassFunction__NotAssignment_0_0
+ {
+ pushFollow(FOLLOW_2);
+ rule__PseudoClassFunction__NotAssignment_0_0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getPseudoClassFunctionAccess().getNotAssignment_0_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__PseudoClassFunction__Group_0__0__Impl"
+
+
+ // $ANTLR start "rule__PseudoClassFunction__Group_0__1"
+ // InternalCSS.g:6232:1: rule__PseudoClassFunction__Group_0__1 : rule__PseudoClassFunction__Group_0__1__Impl rule__PseudoClassFunction__Group_0__2 ;
+ public final void rule__PseudoClassFunction__Group_0__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6236:1: ( rule__PseudoClassFunction__Group_0__1__Impl rule__PseudoClassFunction__Group_0__2 )
+ // InternalCSS.g:6237:2: rule__PseudoClassFunction__Group_0__1__Impl rule__PseudoClassFunction__Group_0__2
+ {
+ pushFollow(FOLLOW_49);
+ rule__PseudoClassFunction__Group_0__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__PseudoClassFunction__Group_0__2();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__PseudoClassFunction__Group_0__1"
+
+
+ // $ANTLR start "rule__PseudoClassFunction__Group_0__1__Impl"
+ // InternalCSS.g:6244:1: rule__PseudoClassFunction__Group_0__1__Impl : ( ( rule__PseudoClassFunction__ParamSelectorAssignment_0_1 ) ) ;
+ public final void rule__PseudoClassFunction__Group_0__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6248:1: ( ( ( rule__PseudoClassFunction__ParamSelectorAssignment_0_1 ) ) )
+ // InternalCSS.g:6249:1: ( ( rule__PseudoClassFunction__ParamSelectorAssignment_0_1 ) )
+ {
+ // InternalCSS.g:6249:1: ( ( rule__PseudoClassFunction__ParamSelectorAssignment_0_1 ) )
+ // InternalCSS.g:6250:1: ( rule__PseudoClassFunction__ParamSelectorAssignment_0_1 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getPseudoClassFunctionAccess().getParamSelectorAssignment_0_1());
+ }
+ // InternalCSS.g:6251:1: ( rule__PseudoClassFunction__ParamSelectorAssignment_0_1 )
+ // InternalCSS.g:6251:2: rule__PseudoClassFunction__ParamSelectorAssignment_0_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__PseudoClassFunction__ParamSelectorAssignment_0_1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getPseudoClassFunctionAccess().getParamSelectorAssignment_0_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__PseudoClassFunction__Group_0__1__Impl"
+
+
+ // $ANTLR start "rule__PseudoClassFunction__Group_0__2"
+ // InternalCSS.g:6261:1: rule__PseudoClassFunction__Group_0__2 : rule__PseudoClassFunction__Group_0__2__Impl ;
+ public final void rule__PseudoClassFunction__Group_0__2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6265:1: ( rule__PseudoClassFunction__Group_0__2__Impl )
+ // InternalCSS.g:6266:2: rule__PseudoClassFunction__Group_0__2__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__PseudoClassFunction__Group_0__2__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__PseudoClassFunction__Group_0__2"
+
+
+ // $ANTLR start "rule__PseudoClassFunction__Group_0__2__Impl"
+ // InternalCSS.g:6272:1: rule__PseudoClassFunction__Group_0__2__Impl : ( ')' ) ;
+ public final void rule__PseudoClassFunction__Group_0__2__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6276:1: ( ( ')' ) )
+ // InternalCSS.g:6277:1: ( ')' )
+ {
+ // InternalCSS.g:6277:1: ( ')' )
+ // InternalCSS.g:6278:1: ')'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getPseudoClassFunctionAccess().getRightParenthesisKeyword_0_2());
+ }
+ match(input,61,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getPseudoClassFunctionAccess().getRightParenthesisKeyword_0_2());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__PseudoClassFunction__Group_0__2__Impl"
+
+
+ // $ANTLR start "rule__PseudoClassFunction__Group_1__0"
+ // InternalCSS.g:6297:1: rule__PseudoClassFunction__Group_1__0 : rule__PseudoClassFunction__Group_1__0__Impl rule__PseudoClassFunction__Group_1__1 ;
+ public final void rule__PseudoClassFunction__Group_1__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6301:1: ( rule__PseudoClassFunction__Group_1__0__Impl rule__PseudoClassFunction__Group_1__1 )
+ // InternalCSS.g:6302:2: rule__PseudoClassFunction__Group_1__0__Impl rule__PseudoClassFunction__Group_1__1
+ {
+ pushFollow(FOLLOW_11);
+ rule__PseudoClassFunction__Group_1__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__PseudoClassFunction__Group_1__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__PseudoClassFunction__Group_1__0"
+
+
+ // $ANTLR start "rule__PseudoClassFunction__Group_1__0__Impl"
+ // InternalCSS.g:6309:1: rule__PseudoClassFunction__Group_1__0__Impl : ( RULE_COLON ) ;
+ public final void rule__PseudoClassFunction__Group_1__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6313:1: ( ( RULE_COLON ) )
+ // InternalCSS.g:6314:1: ( RULE_COLON )
+ {
+ // InternalCSS.g:6314:1: ( RULE_COLON )
+ // InternalCSS.g:6315:1: RULE_COLON
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getPseudoClassFunctionAccess().getCOLONTerminalRuleCall_1_0());
+ }
+ match(input,RULE_COLON,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getPseudoClassFunctionAccess().getCOLONTerminalRuleCall_1_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__PseudoClassFunction__Group_1__0__Impl"
+
+
+ // $ANTLR start "rule__PseudoClassFunction__Group_1__1"
+ // InternalCSS.g:6326:1: rule__PseudoClassFunction__Group_1__1 : rule__PseudoClassFunction__Group_1__1__Impl rule__PseudoClassFunction__Group_1__2 ;
+ public final void rule__PseudoClassFunction__Group_1__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6330:1: ( rule__PseudoClassFunction__Group_1__1__Impl rule__PseudoClassFunction__Group_1__2 )
+ // InternalCSS.g:6331:2: rule__PseudoClassFunction__Group_1__1__Impl rule__PseudoClassFunction__Group_1__2
+ {
+ pushFollow(FOLLOW_50);
+ rule__PseudoClassFunction__Group_1__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__PseudoClassFunction__Group_1__2();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__PseudoClassFunction__Group_1__1"
+
+
+ // $ANTLR start "rule__PseudoClassFunction__Group_1__1__Impl"
+ // InternalCSS.g:6338:1: rule__PseudoClassFunction__Group_1__1__Impl : ( ( rule__PseudoClassFunction__NameAssignment_1_1 ) ) ;
+ public final void rule__PseudoClassFunction__Group_1__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6342:1: ( ( ( rule__PseudoClassFunction__NameAssignment_1_1 ) ) )
+ // InternalCSS.g:6343:1: ( ( rule__PseudoClassFunction__NameAssignment_1_1 ) )
+ {
+ // InternalCSS.g:6343:1: ( ( rule__PseudoClassFunction__NameAssignment_1_1 ) )
+ // InternalCSS.g:6344:1: ( rule__PseudoClassFunction__NameAssignment_1_1 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getPseudoClassFunctionAccess().getNameAssignment_1_1());
+ }
+ // InternalCSS.g:6345:1: ( rule__PseudoClassFunction__NameAssignment_1_1 )
+ // InternalCSS.g:6345:2: rule__PseudoClassFunction__NameAssignment_1_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__PseudoClassFunction__NameAssignment_1_1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getPseudoClassFunctionAccess().getNameAssignment_1_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__PseudoClassFunction__Group_1__1__Impl"
+
+
+ // $ANTLR start "rule__PseudoClassFunction__Group_1__2"
+ // InternalCSS.g:6355:1: rule__PseudoClassFunction__Group_1__2 : rule__PseudoClassFunction__Group_1__2__Impl rule__PseudoClassFunction__Group_1__3 ;
+ public final void rule__PseudoClassFunction__Group_1__2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6359:1: ( rule__PseudoClassFunction__Group_1__2__Impl rule__PseudoClassFunction__Group_1__3 )
+ // InternalCSS.g:6360:2: rule__PseudoClassFunction__Group_1__2__Impl rule__PseudoClassFunction__Group_1__3
+ {
+ pushFollow(FOLLOW_51);
+ rule__PseudoClassFunction__Group_1__2__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__PseudoClassFunction__Group_1__3();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__PseudoClassFunction__Group_1__2"
+
+
+ // $ANTLR start "rule__PseudoClassFunction__Group_1__2__Impl"
+ // InternalCSS.g:6367:1: rule__PseudoClassFunction__Group_1__2__Impl : ( '(' ) ;
+ public final void rule__PseudoClassFunction__Group_1__2__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6371:1: ( ( '(' ) )
+ // InternalCSS.g:6372:1: ( '(' )
+ {
+ // InternalCSS.g:6372:1: ( '(' )
+ // InternalCSS.g:6373:1: '('
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getPseudoClassFunctionAccess().getLeftParenthesisKeyword_1_2());
+ }
+ match(input,62,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getPseudoClassFunctionAccess().getLeftParenthesisKeyword_1_2());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__PseudoClassFunction__Group_1__2__Impl"
+
+
+ // $ANTLR start "rule__PseudoClassFunction__Group_1__3"
+ // InternalCSS.g:6386:1: rule__PseudoClassFunction__Group_1__3 : rule__PseudoClassFunction__Group_1__3__Impl rule__PseudoClassFunction__Group_1__4 ;
+ public final void rule__PseudoClassFunction__Group_1__3() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6390:1: ( rule__PseudoClassFunction__Group_1__3__Impl rule__PseudoClassFunction__Group_1__4 )
+ // InternalCSS.g:6391:2: rule__PseudoClassFunction__Group_1__3__Impl rule__PseudoClassFunction__Group_1__4
+ {
+ pushFollow(FOLLOW_51);
+ rule__PseudoClassFunction__Group_1__3__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__PseudoClassFunction__Group_1__4();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__PseudoClassFunction__Group_1__3"
+
+
+ // $ANTLR start "rule__PseudoClassFunction__Group_1__3__Impl"
+ // InternalCSS.g:6398:1: rule__PseudoClassFunction__Group_1__3__Impl : ( ( rule__PseudoClassFunction__ParamsAssignment_1_3 )* ) ;
+ public final void rule__PseudoClassFunction__Group_1__3__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6402:1: ( ( ( rule__PseudoClassFunction__ParamsAssignment_1_3 )* ) )
+ // InternalCSS.g:6403:1: ( ( rule__PseudoClassFunction__ParamsAssignment_1_3 )* )
+ {
+ // InternalCSS.g:6403:1: ( ( rule__PseudoClassFunction__ParamsAssignment_1_3 )* )
+ // InternalCSS.g:6404:1: ( rule__PseudoClassFunction__ParamsAssignment_1_3 )*
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getPseudoClassFunctionAccess().getParamsAssignment_1_3());
+ }
+ // InternalCSS.g:6405:1: ( rule__PseudoClassFunction__ParamsAssignment_1_3 )*
+ loop79:
+ do {
+ int alt79=2;
+ int LA79_0 = input.LA(1);
+
+ if ( ((LA79_0>=RULE_CSSSTRING && LA79_0<=RULE_UNDERSCORE)||(LA79_0>=RULE_HASHMARK && LA79_0<=RULE_WS)||LA79_0==39||(LA79_0>=49 && LA79_0<=52)||LA79_0==64) ) {
+ alt79=1;
+ }
+
+
+ switch (alt79) {
+ case 1 :
+ // InternalCSS.g:6405:2: rule__PseudoClassFunction__ParamsAssignment_1_3
+ {
+ pushFollow(FOLLOW_47);
+ rule__PseudoClassFunction__ParamsAssignment_1_3();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+ break;
+
+ default :
+ break loop79;
+ }
+ } while (true);
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getPseudoClassFunctionAccess().getParamsAssignment_1_3());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__PseudoClassFunction__Group_1__3__Impl"
+
+
+ // $ANTLR start "rule__PseudoClassFunction__Group_1__4"
+ // InternalCSS.g:6415:1: rule__PseudoClassFunction__Group_1__4 : rule__PseudoClassFunction__Group_1__4__Impl ;
+ public final void rule__PseudoClassFunction__Group_1__4() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6419:1: ( rule__PseudoClassFunction__Group_1__4__Impl )
+ // InternalCSS.g:6420:2: rule__PseudoClassFunction__Group_1__4__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__PseudoClassFunction__Group_1__4__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__PseudoClassFunction__Group_1__4"
+
+
+ // $ANTLR start "rule__PseudoClassFunction__Group_1__4__Impl"
+ // InternalCSS.g:6426:1: rule__PseudoClassFunction__Group_1__4__Impl : ( ')' ) ;
+ public final void rule__PseudoClassFunction__Group_1__4__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6430:1: ( ( ')' ) )
+ // InternalCSS.g:6431:1: ( ')' )
+ {
+ // InternalCSS.g:6431:1: ( ')' )
+ // InternalCSS.g:6432:1: ')'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getPseudoClassFunctionAccess().getRightParenthesisKeyword_1_4());
+ }
+ match(input,61,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getPseudoClassFunctionAccess().getRightParenthesisKeyword_1_4());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__PseudoClassFunction__Group_1__4__Impl"
+
+
+ // $ANTLR start "rule__NotFunctionCall__Group__0"
+ // InternalCSS.g:6455:1: rule__NotFunctionCall__Group__0 : rule__NotFunctionCall__Group__0__Impl rule__NotFunctionCall__Group__1 ;
+ public final void rule__NotFunctionCall__Group__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6459:1: ( rule__NotFunctionCall__Group__0__Impl rule__NotFunctionCall__Group__1 )
+ // InternalCSS.g:6460:2: rule__NotFunctionCall__Group__0__Impl rule__NotFunctionCall__Group__1
+ {
+ pushFollow(FOLLOW_52);
+ rule__NotFunctionCall__Group__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__NotFunctionCall__Group__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__NotFunctionCall__Group__0"
+
+
+ // $ANTLR start "rule__NotFunctionCall__Group__0__Impl"
+ // InternalCSS.g:6467:1: rule__NotFunctionCall__Group__0__Impl : ( RULE_COLON ) ;
+ public final void rule__NotFunctionCall__Group__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6471:1: ( ( RULE_COLON ) )
+ // InternalCSS.g:6472:1: ( RULE_COLON )
+ {
+ // InternalCSS.g:6472:1: ( RULE_COLON )
+ // InternalCSS.g:6473:1: RULE_COLON
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getNotFunctionCallAccess().getCOLONTerminalRuleCall_0());
+ }
+ match(input,RULE_COLON,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getNotFunctionCallAccess().getCOLONTerminalRuleCall_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__NotFunctionCall__Group__0__Impl"
+
+
+ // $ANTLR start "rule__NotFunctionCall__Group__1"
+ // InternalCSS.g:6484:1: rule__NotFunctionCall__Group__1 : rule__NotFunctionCall__Group__1__Impl ;
+ public final void rule__NotFunctionCall__Group__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6488:1: ( rule__NotFunctionCall__Group__1__Impl )
+ // InternalCSS.g:6489:2: rule__NotFunctionCall__Group__1__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__NotFunctionCall__Group__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__NotFunctionCall__Group__1"
+
+
+ // $ANTLR start "rule__NotFunctionCall__Group__1__Impl"
+ // InternalCSS.g:6495:1: rule__NotFunctionCall__Group__1__Impl : ( 'not(' ) ;
+ public final void rule__NotFunctionCall__Group__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6499:1: ( ( 'not(' ) )
+ // InternalCSS.g:6500:1: ( 'not(' )
+ {
+ // InternalCSS.g:6500:1: ( 'not(' )
+ // InternalCSS.g:6501:1: 'not('
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getNotFunctionCallAccess().getNotKeyword_1());
+ }
+ match(input,63,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getNotFunctionCallAccess().getNotKeyword_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__NotFunctionCall__Group__1__Impl"
+
+
+ // $ANTLR start "rule__SymbolTok__Group__0"
+ // InternalCSS.g:6518:1: rule__SymbolTok__Group__0 : rule__SymbolTok__Group__0__Impl rule__SymbolTok__Group__1 ;
+ public final void rule__SymbolTok__Group__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6522:1: ( rule__SymbolTok__Group__0__Impl rule__SymbolTok__Group__1 )
+ // InternalCSS.g:6523:2: rule__SymbolTok__Group__0__Impl rule__SymbolTok__Group__1
+ {
+ pushFollow(FOLLOW_53);
+ rule__SymbolTok__Group__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__SymbolTok__Group__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__SymbolTok__Group__0"
+
+
+ // $ANTLR start "rule__SymbolTok__Group__0__Impl"
+ // InternalCSS.g:6530:1: rule__SymbolTok__Group__0__Impl : ( () ) ;
+ public final void rule__SymbolTok__Group__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6534:1: ( ( () ) )
+ // InternalCSS.g:6535:1: ( () )
+ {
+ // InternalCSS.g:6535:1: ( () )
+ // InternalCSS.g:6536:1: ()
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSymbolTokAccess().getSymbolTokAction_0());
+ }
+ // InternalCSS.g:6537:1: ()
+ // InternalCSS.g:6539:1:
+ {
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSymbolTokAccess().getSymbolTokAction_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__SymbolTok__Group__0__Impl"
+
+
+ // $ANTLR start "rule__SymbolTok__Group__1"
+ // InternalCSS.g:6549:1: rule__SymbolTok__Group__1 : rule__SymbolTok__Group__1__Impl ;
+ public final void rule__SymbolTok__Group__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6553:1: ( rule__SymbolTok__Group__1__Impl )
+ // InternalCSS.g:6554:2: rule__SymbolTok__Group__1__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__SymbolTok__Group__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__SymbolTok__Group__1"
+
+
+ // $ANTLR start "rule__SymbolTok__Group__1__Impl"
+ // InternalCSS.g:6560:1: rule__SymbolTok__Group__1__Impl : ( ( rule__SymbolTok__SymbolAssignment_1 ) ) ;
+ public final void rule__SymbolTok__Group__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6564:1: ( ( ( rule__SymbolTok__SymbolAssignment_1 ) ) )
+ // InternalCSS.g:6565:1: ( ( rule__SymbolTok__SymbolAssignment_1 ) )
+ {
+ // InternalCSS.g:6565:1: ( ( rule__SymbolTok__SymbolAssignment_1 ) )
+ // InternalCSS.g:6566:1: ( rule__SymbolTok__SymbolAssignment_1 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSymbolTokAccess().getSymbolAssignment_1());
+ }
+ // InternalCSS.g:6567:1: ( rule__SymbolTok__SymbolAssignment_1 )
+ // InternalCSS.g:6567:2: rule__SymbolTok__SymbolAssignment_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__SymbolTok__SymbolAssignment_1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSymbolTokAccess().getSymbolAssignment_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__SymbolTok__Group__1__Impl"
+
+
+ // $ANTLR start "rule__WSTok__Group__0"
+ // InternalCSS.g:6581:1: rule__WSTok__Group__0 : rule__WSTok__Group__0__Impl rule__WSTok__Group__1 ;
+ public final void rule__WSTok__Group__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6585:1: ( rule__WSTok__Group__0__Impl rule__WSTok__Group__1 )
+ // InternalCSS.g:6586:2: rule__WSTok__Group__0__Impl rule__WSTok__Group__1
+ {
+ pushFollow(FOLLOW_36);
+ rule__WSTok__Group__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__WSTok__Group__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__WSTok__Group__0"
+
+
+ // $ANTLR start "rule__WSTok__Group__0__Impl"
+ // InternalCSS.g:6593:1: rule__WSTok__Group__0__Impl : ( () ) ;
+ public final void rule__WSTok__Group__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6597:1: ( ( () ) )
+ // InternalCSS.g:6598:1: ( () )
+ {
+ // InternalCSS.g:6598:1: ( () )
+ // InternalCSS.g:6599:1: ()
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getWSTokAccess().getWSTokAction_0());
+ }
+ // InternalCSS.g:6600:1: ()
+ // InternalCSS.g:6602:1:
+ {
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getWSTokAccess().getWSTokAction_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__WSTok__Group__0__Impl"
+
+
+ // $ANTLR start "rule__WSTok__Group__1"
+ // InternalCSS.g:6612:1: rule__WSTok__Group__1 : rule__WSTok__Group__1__Impl ;
+ public final void rule__WSTok__Group__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6616:1: ( rule__WSTok__Group__1__Impl )
+ // InternalCSS.g:6617:2: rule__WSTok__Group__1__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__WSTok__Group__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__WSTok__Group__1"
+
+
+ // $ANTLR start "rule__WSTok__Group__1__Impl"
+ // InternalCSS.g:6623:1: rule__WSTok__Group__1__Impl : ( RULE_WS ) ;
+ public final void rule__WSTok__Group__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6627:1: ( ( RULE_WS ) )
+ // InternalCSS.g:6628:1: ( RULE_WS )
+ {
+ // InternalCSS.g:6628:1: ( RULE_WS )
+ // InternalCSS.g:6629:1: RULE_WS
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getWSTokAccess().getWSTerminalRuleCall_1());
+ }
+ match(input,RULE_WS,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getWSTokAccess().getWSTerminalRuleCall_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__WSTok__Group__1__Impl"
+
+
+ // $ANTLR start "rule__StringTok__Group__0"
+ // InternalCSS.g:6644:1: rule__StringTok__Group__0 : rule__StringTok__Group__0__Impl rule__StringTok__Group__1 ;
+ public final void rule__StringTok__Group__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6648:1: ( rule__StringTok__Group__0__Impl rule__StringTok__Group__1 )
+ // InternalCSS.g:6649:2: rule__StringTok__Group__0__Impl rule__StringTok__Group__1
+ {
+ pushFollow(FOLLOW_8);
+ rule__StringTok__Group__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__StringTok__Group__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__StringTok__Group__0"
+
+
+ // $ANTLR start "rule__StringTok__Group__0__Impl"
+ // InternalCSS.g:6656:1: rule__StringTok__Group__0__Impl : ( () ) ;
+ public final void rule__StringTok__Group__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6660:1: ( ( () ) )
+ // InternalCSS.g:6661:1: ( () )
+ {
+ // InternalCSS.g:6661:1: ( () )
+ // InternalCSS.g:6662:1: ()
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getStringTokAccess().getStringTokAction_0());
+ }
+ // InternalCSS.g:6663:1: ()
+ // InternalCSS.g:6665:1:
+ {
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getStringTokAccess().getStringTokAction_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__StringTok__Group__0__Impl"
+
+
+ // $ANTLR start "rule__StringTok__Group__1"
+ // InternalCSS.g:6675:1: rule__StringTok__Group__1 : rule__StringTok__Group__1__Impl ;
+ public final void rule__StringTok__Group__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6679:1: ( rule__StringTok__Group__1__Impl )
+ // InternalCSS.g:6680:2: rule__StringTok__Group__1__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__StringTok__Group__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__StringTok__Group__1"
+
+
+ // $ANTLR start "rule__StringTok__Group__1__Impl"
+ // InternalCSS.g:6686:1: rule__StringTok__Group__1__Impl : ( ( rule__StringTok__ValueAssignment_1 ) ) ;
+ public final void rule__StringTok__Group__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6690:1: ( ( ( rule__StringTok__ValueAssignment_1 ) ) )
+ // InternalCSS.g:6691:1: ( ( rule__StringTok__ValueAssignment_1 ) )
+ {
+ // InternalCSS.g:6691:1: ( ( rule__StringTok__ValueAssignment_1 ) )
+ // InternalCSS.g:6692:1: ( rule__StringTok__ValueAssignment_1 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getStringTokAccess().getValueAssignment_1());
+ }
+ // InternalCSS.g:6693:1: ( rule__StringTok__ValueAssignment_1 )
+ // InternalCSS.g:6693:2: rule__StringTok__ValueAssignment_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__StringTok__ValueAssignment_1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getStringTokAccess().getValueAssignment_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__StringTok__Group__1__Impl"
+
+
+ // $ANTLR start "rule__NumberTok__Group__0"
+ // InternalCSS.g:6707:1: rule__NumberTok__Group__0 : rule__NumberTok__Group__0__Impl rule__NumberTok__Group__1 ;
+ public final void rule__NumberTok__Group__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6711:1: ( rule__NumberTok__Group__0__Impl rule__NumberTok__Group__1 )
+ // InternalCSS.g:6712:2: rule__NumberTok__Group__0__Impl rule__NumberTok__Group__1
+ {
+ pushFollow(FOLLOW_25);
+ rule__NumberTok__Group__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__NumberTok__Group__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__NumberTok__Group__0"
+
+
+ // $ANTLR start "rule__NumberTok__Group__0__Impl"
+ // InternalCSS.g:6719:1: rule__NumberTok__Group__0__Impl : ( () ) ;
+ public final void rule__NumberTok__Group__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6723:1: ( ( () ) )
+ // InternalCSS.g:6724:1: ( () )
+ {
+ // InternalCSS.g:6724:1: ( () )
+ // InternalCSS.g:6725:1: ()
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getNumberTokAccess().getNumberTokAction_0());
+ }
+ // InternalCSS.g:6726:1: ()
+ // InternalCSS.g:6728:1:
+ {
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getNumberTokAccess().getNumberTokAction_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__NumberTok__Group__0__Impl"
+
+
+ // $ANTLR start "rule__NumberTok__Group__1"
+ // InternalCSS.g:6738:1: rule__NumberTok__Group__1 : rule__NumberTok__Group__1__Impl ;
+ public final void rule__NumberTok__Group__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6742:1: ( rule__NumberTok__Group__1__Impl )
+ // InternalCSS.g:6743:2: rule__NumberTok__Group__1__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__NumberTok__Group__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__NumberTok__Group__1"
+
+
+ // $ANTLR start "rule__NumberTok__Group__1__Impl"
+ // InternalCSS.g:6749:1: rule__NumberTok__Group__1__Impl : ( ( rule__NumberTok__ValAssignment_1 ) ) ;
+ public final void rule__NumberTok__Group__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6753:1: ( ( ( rule__NumberTok__ValAssignment_1 ) ) )
+ // InternalCSS.g:6754:1: ( ( rule__NumberTok__ValAssignment_1 ) )
+ {
+ // InternalCSS.g:6754:1: ( ( rule__NumberTok__ValAssignment_1 ) )
+ // InternalCSS.g:6755:1: ( rule__NumberTok__ValAssignment_1 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getNumberTokAccess().getValAssignment_1());
+ }
+ // InternalCSS.g:6756:1: ( rule__NumberTok__ValAssignment_1 )
+ // InternalCSS.g:6756:2: rule__NumberTok__ValAssignment_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__NumberTok__ValAssignment_1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getNumberTokAccess().getValAssignment_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__NumberTok__Group__1__Impl"
+
+
+ // $ANTLR start "rule__UrlTok__Group__0"
+ // InternalCSS.g:6770:1: rule__UrlTok__Group__0 : rule__UrlTok__Group__0__Impl rule__UrlTok__Group__1 ;
+ public final void rule__UrlTok__Group__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6774:1: ( rule__UrlTok__Group__0__Impl rule__UrlTok__Group__1 )
+ // InternalCSS.g:6775:2: rule__UrlTok__Group__0__Impl rule__UrlTok__Group__1
+ {
+ pushFollow(FOLLOW_10);
+ rule__UrlTok__Group__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__UrlTok__Group__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__UrlTok__Group__0"
+
+
+ // $ANTLR start "rule__UrlTok__Group__0__Impl"
+ // InternalCSS.g:6782:1: rule__UrlTok__Group__0__Impl : ( () ) ;
+ public final void rule__UrlTok__Group__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6786:1: ( ( () ) )
+ // InternalCSS.g:6787:1: ( () )
+ {
+ // InternalCSS.g:6787:1: ( () )
+ // InternalCSS.g:6788:1: ()
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getUrlTokAccess().getUrlTokAction_0());
+ }
+ // InternalCSS.g:6789:1: ()
+ // InternalCSS.g:6791:1:
+ {
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getUrlTokAccess().getUrlTokAction_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__UrlTok__Group__0__Impl"
+
+
+ // $ANTLR start "rule__UrlTok__Group__1"
+ // InternalCSS.g:6801:1: rule__UrlTok__Group__1 : rule__UrlTok__Group__1__Impl ;
+ public final void rule__UrlTok__Group__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6805:1: ( rule__UrlTok__Group__1__Impl )
+ // InternalCSS.g:6806:2: rule__UrlTok__Group__1__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__UrlTok__Group__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__UrlTok__Group__1"
+
+
+ // $ANTLR start "rule__UrlTok__Group__1__Impl"
+ // InternalCSS.g:6812:1: rule__UrlTok__Group__1__Impl : ( ( rule__UrlTok__UrlAssignment_1 ) ) ;
+ public final void rule__UrlTok__Group__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6816:1: ( ( ( rule__UrlTok__UrlAssignment_1 ) ) )
+ // InternalCSS.g:6817:1: ( ( rule__UrlTok__UrlAssignment_1 ) )
+ {
+ // InternalCSS.g:6817:1: ( ( rule__UrlTok__UrlAssignment_1 ) )
+ // InternalCSS.g:6818:1: ( rule__UrlTok__UrlAssignment_1 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getUrlTokAccess().getUrlAssignment_1());
+ }
+ // InternalCSS.g:6819:1: ( rule__UrlTok__UrlAssignment_1 )
+ // InternalCSS.g:6819:2: rule__UrlTok__UrlAssignment_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__UrlTok__UrlAssignment_1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getUrlTokAccess().getUrlAssignment_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__UrlTok__Group__1__Impl"
+
+
+ // $ANTLR start "rule__ColorTok__Group__0"
+ // InternalCSS.g:6833:1: rule__ColorTok__Group__0 : rule__ColorTok__Group__0__Impl rule__ColorTok__Group__1 ;
+ public final void rule__ColorTok__Group__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6837:1: ( rule__ColorTok__Group__0__Impl rule__ColorTok__Group__1 )
+ // InternalCSS.g:6838:2: rule__ColorTok__Group__0__Impl rule__ColorTok__Group__1
+ {
+ pushFollow(FOLLOW_45);
+ rule__ColorTok__Group__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__ColorTok__Group__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ColorTok__Group__0"
+
+
+ // $ANTLR start "rule__ColorTok__Group__0__Impl"
+ // InternalCSS.g:6845:1: rule__ColorTok__Group__0__Impl : ( () ) ;
+ public final void rule__ColorTok__Group__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6849:1: ( ( () ) )
+ // InternalCSS.g:6850:1: ( () )
+ {
+ // InternalCSS.g:6850:1: ( () )
+ // InternalCSS.g:6851:1: ()
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getColorTokAccess().getColorTokAction_0());
+ }
+ // InternalCSS.g:6852:1: ()
+ // InternalCSS.g:6854:1:
+ {
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getColorTokAccess().getColorTokAction_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ColorTok__Group__0__Impl"
+
+
+ // $ANTLR start "rule__ColorTok__Group__1"
+ // InternalCSS.g:6864:1: rule__ColorTok__Group__1 : rule__ColorTok__Group__1__Impl ;
+ public final void rule__ColorTok__Group__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6868:1: ( rule__ColorTok__Group__1__Impl )
+ // InternalCSS.g:6869:2: rule__ColorTok__Group__1__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__ColorTok__Group__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ColorTok__Group__1"
+
+
+ // $ANTLR start "rule__ColorTok__Group__1__Impl"
+ // InternalCSS.g:6875:1: rule__ColorTok__Group__1__Impl : ( ( rule__ColorTok__ValueAssignment_1 ) ) ;
+ public final void rule__ColorTok__Group__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6879:1: ( ( ( rule__ColorTok__ValueAssignment_1 ) ) )
+ // InternalCSS.g:6880:1: ( ( rule__ColorTok__ValueAssignment_1 ) )
+ {
+ // InternalCSS.g:6880:1: ( ( rule__ColorTok__ValueAssignment_1 ) )
+ // InternalCSS.g:6881:1: ( rule__ColorTok__ValueAssignment_1 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getColorTokAccess().getValueAssignment_1());
+ }
+ // InternalCSS.g:6882:1: ( rule__ColorTok__ValueAssignment_1 )
+ // InternalCSS.g:6882:2: rule__ColorTok__ValueAssignment_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__ColorTok__ValueAssignment_1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getColorTokAccess().getValueAssignment_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ColorTok__Group__1__Impl"
+
+
+ // $ANTLR start "rule__IdentifierOrFuncTok__Group__0"
+ // InternalCSS.g:6896:1: rule__IdentifierOrFuncTok__Group__0 : rule__IdentifierOrFuncTok__Group__0__Impl rule__IdentifierOrFuncTok__Group__1 ;
+ public final void rule__IdentifierOrFuncTok__Group__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6900:1: ( rule__IdentifierOrFuncTok__Group__0__Impl rule__IdentifierOrFuncTok__Group__1 )
+ // InternalCSS.g:6901:2: rule__IdentifierOrFuncTok__Group__0__Impl rule__IdentifierOrFuncTok__Group__1
+ {
+ pushFollow(FOLLOW_11);
+ rule__IdentifierOrFuncTok__Group__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__IdentifierOrFuncTok__Group__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__IdentifierOrFuncTok__Group__0"
+
+
+ // $ANTLR start "rule__IdentifierOrFuncTok__Group__0__Impl"
+ // InternalCSS.g:6908:1: rule__IdentifierOrFuncTok__Group__0__Impl : ( () ) ;
+ public final void rule__IdentifierOrFuncTok__Group__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6912:1: ( ( () ) )
+ // InternalCSS.g:6913:1: ( () )
+ {
+ // InternalCSS.g:6913:1: ( () )
+ // InternalCSS.g:6914:1: ()
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getIdentifierOrFuncTokAccess().getIdentifierTokAction_0());
+ }
+ // InternalCSS.g:6915:1: ()
+ // InternalCSS.g:6917:1:
+ {
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getIdentifierOrFuncTokAccess().getIdentifierTokAction_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__IdentifierOrFuncTok__Group__0__Impl"
+
+
+ // $ANTLR start "rule__IdentifierOrFuncTok__Group__1"
+ // InternalCSS.g:6927:1: rule__IdentifierOrFuncTok__Group__1 : rule__IdentifierOrFuncTok__Group__1__Impl rule__IdentifierOrFuncTok__Group__2 ;
+ public final void rule__IdentifierOrFuncTok__Group__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6931:1: ( rule__IdentifierOrFuncTok__Group__1__Impl rule__IdentifierOrFuncTok__Group__2 )
+ // InternalCSS.g:6932:2: rule__IdentifierOrFuncTok__Group__1__Impl rule__IdentifierOrFuncTok__Group__2
+ {
+ pushFollow(FOLLOW_50);
+ rule__IdentifierOrFuncTok__Group__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__IdentifierOrFuncTok__Group__2();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__IdentifierOrFuncTok__Group__1"
+
+
+ // $ANTLR start "rule__IdentifierOrFuncTok__Group__1__Impl"
+ // InternalCSS.g:6939:1: rule__IdentifierOrFuncTok__Group__1__Impl : ( ( rule__IdentifierOrFuncTok__NameAssignment_1 ) ) ;
+ public final void rule__IdentifierOrFuncTok__Group__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6943:1: ( ( ( rule__IdentifierOrFuncTok__NameAssignment_1 ) ) )
+ // InternalCSS.g:6944:1: ( ( rule__IdentifierOrFuncTok__NameAssignment_1 ) )
+ {
+ // InternalCSS.g:6944:1: ( ( rule__IdentifierOrFuncTok__NameAssignment_1 ) )
+ // InternalCSS.g:6945:1: ( rule__IdentifierOrFuncTok__NameAssignment_1 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getIdentifierOrFuncTokAccess().getNameAssignment_1());
+ }
+ // InternalCSS.g:6946:1: ( rule__IdentifierOrFuncTok__NameAssignment_1 )
+ // InternalCSS.g:6946:2: rule__IdentifierOrFuncTok__NameAssignment_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__IdentifierOrFuncTok__NameAssignment_1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getIdentifierOrFuncTokAccess().getNameAssignment_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__IdentifierOrFuncTok__Group__1__Impl"
+
+
+ // $ANTLR start "rule__IdentifierOrFuncTok__Group__2"
+ // InternalCSS.g:6956:1: rule__IdentifierOrFuncTok__Group__2 : rule__IdentifierOrFuncTok__Group__2__Impl ;
+ public final void rule__IdentifierOrFuncTok__Group__2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6960:1: ( rule__IdentifierOrFuncTok__Group__2__Impl )
+ // InternalCSS.g:6961:2: rule__IdentifierOrFuncTok__Group__2__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__IdentifierOrFuncTok__Group__2__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__IdentifierOrFuncTok__Group__2"
+
+
+ // $ANTLR start "rule__IdentifierOrFuncTok__Group__2__Impl"
+ // InternalCSS.g:6967:1: rule__IdentifierOrFuncTok__Group__2__Impl : ( ( rule__IdentifierOrFuncTok__Group_2__0 )? ) ;
+ public final void rule__IdentifierOrFuncTok__Group__2__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6971:1: ( ( ( rule__IdentifierOrFuncTok__Group_2__0 )? ) )
+ // InternalCSS.g:6972:1: ( ( rule__IdentifierOrFuncTok__Group_2__0 )? )
+ {
+ // InternalCSS.g:6972:1: ( ( rule__IdentifierOrFuncTok__Group_2__0 )? )
+ // InternalCSS.g:6973:1: ( rule__IdentifierOrFuncTok__Group_2__0 )?
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getIdentifierOrFuncTokAccess().getGroup_2());
+ }
+ // InternalCSS.g:6974:1: ( rule__IdentifierOrFuncTok__Group_2__0 )?
+ int alt80=2;
+ int LA80_0 = input.LA(1);
+
+ if ( (LA80_0==62) ) {
+ alt80=1;
+ }
+ switch (alt80) {
+ case 1 :
+ // InternalCSS.g:6974:2: rule__IdentifierOrFuncTok__Group_2__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__IdentifierOrFuncTok__Group_2__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+ break;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getIdentifierOrFuncTokAccess().getGroup_2());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__IdentifierOrFuncTok__Group__2__Impl"
+
+
+ // $ANTLR start "rule__IdentifierOrFuncTok__Group_2__0"
+ // InternalCSS.g:6990:1: rule__IdentifierOrFuncTok__Group_2__0 : rule__IdentifierOrFuncTok__Group_2__0__Impl rule__IdentifierOrFuncTok__Group_2__1 ;
+ public final void rule__IdentifierOrFuncTok__Group_2__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:6994:1: ( rule__IdentifierOrFuncTok__Group_2__0__Impl rule__IdentifierOrFuncTok__Group_2__1 )
+ // InternalCSS.g:6995:2: rule__IdentifierOrFuncTok__Group_2__0__Impl rule__IdentifierOrFuncTok__Group_2__1
+ {
+ pushFollow(FOLLOW_50);
+ rule__IdentifierOrFuncTok__Group_2__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__IdentifierOrFuncTok__Group_2__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__IdentifierOrFuncTok__Group_2__0"
+
+
+ // $ANTLR start "rule__IdentifierOrFuncTok__Group_2__0__Impl"
+ // InternalCSS.g:7002:1: rule__IdentifierOrFuncTok__Group_2__0__Impl : ( () ) ;
+ public final void rule__IdentifierOrFuncTok__Group_2__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7006:1: ( ( () ) )
+ // InternalCSS.g:7007:1: ( () )
+ {
+ // InternalCSS.g:7007:1: ( () )
+ // InternalCSS.g:7008:1: ()
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getIdentifierOrFuncTokAccess().getFuncTokNameAction_2_0());
+ }
+ // InternalCSS.g:7009:1: ()
+ // InternalCSS.g:7011:1:
+ {
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getIdentifierOrFuncTokAccess().getFuncTokNameAction_2_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__IdentifierOrFuncTok__Group_2__0__Impl"
+
+
+ // $ANTLR start "rule__IdentifierOrFuncTok__Group_2__1"
+ // InternalCSS.g:7021:1: rule__IdentifierOrFuncTok__Group_2__1 : rule__IdentifierOrFuncTok__Group_2__1__Impl rule__IdentifierOrFuncTok__Group_2__2 ;
+ public final void rule__IdentifierOrFuncTok__Group_2__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7025:1: ( rule__IdentifierOrFuncTok__Group_2__1__Impl rule__IdentifierOrFuncTok__Group_2__2 )
+ // InternalCSS.g:7026:2: rule__IdentifierOrFuncTok__Group_2__1__Impl rule__IdentifierOrFuncTok__Group_2__2
+ {
+ pushFollow(FOLLOW_45);
+ rule__IdentifierOrFuncTok__Group_2__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__IdentifierOrFuncTok__Group_2__2();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__IdentifierOrFuncTok__Group_2__1"
+
+
+ // $ANTLR start "rule__IdentifierOrFuncTok__Group_2__1__Impl"
+ // InternalCSS.g:7033:1: rule__IdentifierOrFuncTok__Group_2__1__Impl : ( '(' ) ;
+ public final void rule__IdentifierOrFuncTok__Group_2__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7037:1: ( ( '(' ) )
+ // InternalCSS.g:7038:1: ( '(' )
+ {
+ // InternalCSS.g:7038:1: ( '(' )
+ // InternalCSS.g:7039:1: '('
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getIdentifierOrFuncTokAccess().getLeftParenthesisKeyword_2_1());
+ }
+ match(input,62,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getIdentifierOrFuncTokAccess().getLeftParenthesisKeyword_2_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__IdentifierOrFuncTok__Group_2__1__Impl"
+
+
+ // $ANTLR start "rule__IdentifierOrFuncTok__Group_2__2"
+ // InternalCSS.g:7052:1: rule__IdentifierOrFuncTok__Group_2__2 : rule__IdentifierOrFuncTok__Group_2__2__Impl rule__IdentifierOrFuncTok__Group_2__3 ;
+ public final void rule__IdentifierOrFuncTok__Group_2__2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7056:1: ( rule__IdentifierOrFuncTok__Group_2__2__Impl rule__IdentifierOrFuncTok__Group_2__3 )
+ // InternalCSS.g:7057:2: rule__IdentifierOrFuncTok__Group_2__2__Impl rule__IdentifierOrFuncTok__Group_2__3
+ {
+ pushFollow(FOLLOW_49);
+ rule__IdentifierOrFuncTok__Group_2__2__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__IdentifierOrFuncTok__Group_2__3();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__IdentifierOrFuncTok__Group_2__2"
+
+
+ // $ANTLR start "rule__IdentifierOrFuncTok__Group_2__2__Impl"
+ // InternalCSS.g:7064:1: rule__IdentifierOrFuncTok__Group_2__2__Impl : ( ( ( rule__IdentifierOrFuncTok__ParamsAssignment_2_2 ) ) ( ( rule__IdentifierOrFuncTok__ParamsAssignment_2_2 )* ) ) ;
+ public final void rule__IdentifierOrFuncTok__Group_2__2__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7068:1: ( ( ( ( rule__IdentifierOrFuncTok__ParamsAssignment_2_2 ) ) ( ( rule__IdentifierOrFuncTok__ParamsAssignment_2_2 )* ) ) )
+ // InternalCSS.g:7069:1: ( ( ( rule__IdentifierOrFuncTok__ParamsAssignment_2_2 ) ) ( ( rule__IdentifierOrFuncTok__ParamsAssignment_2_2 )* ) )
+ {
+ // InternalCSS.g:7069:1: ( ( ( rule__IdentifierOrFuncTok__ParamsAssignment_2_2 ) ) ( ( rule__IdentifierOrFuncTok__ParamsAssignment_2_2 )* ) )
+ // InternalCSS.g:7070:1: ( ( rule__IdentifierOrFuncTok__ParamsAssignment_2_2 ) ) ( ( rule__IdentifierOrFuncTok__ParamsAssignment_2_2 )* )
+ {
+ // InternalCSS.g:7070:1: ( ( rule__IdentifierOrFuncTok__ParamsAssignment_2_2 ) )
+ // InternalCSS.g:7071:1: ( rule__IdentifierOrFuncTok__ParamsAssignment_2_2 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getIdentifierOrFuncTokAccess().getParamsAssignment_2_2());
+ }
+ // InternalCSS.g:7072:1: ( rule__IdentifierOrFuncTok__ParamsAssignment_2_2 )
+ // InternalCSS.g:7072:2: rule__IdentifierOrFuncTok__ParamsAssignment_2_2
+ {
+ pushFollow(FOLLOW_47);
+ rule__IdentifierOrFuncTok__ParamsAssignment_2_2();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getIdentifierOrFuncTokAccess().getParamsAssignment_2_2());
+ }
+
+ }
+
+ // InternalCSS.g:7075:1: ( ( rule__IdentifierOrFuncTok__ParamsAssignment_2_2 )* )
+ // InternalCSS.g:7076:1: ( rule__IdentifierOrFuncTok__ParamsAssignment_2_2 )*
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getIdentifierOrFuncTokAccess().getParamsAssignment_2_2());
+ }
+ // InternalCSS.g:7077:1: ( rule__IdentifierOrFuncTok__ParamsAssignment_2_2 )*
+ loop81:
+ do {
+ int alt81=2;
+ int LA81_0 = input.LA(1);
+
+ if ( ((LA81_0>=RULE_CSSSTRING && LA81_0<=RULE_UNDERSCORE)||(LA81_0>=RULE_HASHMARK && LA81_0<=RULE_WS)||LA81_0==39||(LA81_0>=49 && LA81_0<=52)||LA81_0==64) ) {
+ alt81=1;
+ }
+
+
+ switch (alt81) {
+ case 1 :
+ // InternalCSS.g:7077:2: rule__IdentifierOrFuncTok__ParamsAssignment_2_2
+ {
+ pushFollow(FOLLOW_47);
+ rule__IdentifierOrFuncTok__ParamsAssignment_2_2();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+ break;
+
+ default :
+ break loop81;
+ }
+ } while (true);
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getIdentifierOrFuncTokAccess().getParamsAssignment_2_2());
+ }
+
+ }
+
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__IdentifierOrFuncTok__Group_2__2__Impl"
+
+
+ // $ANTLR start "rule__IdentifierOrFuncTok__Group_2__3"
+ // InternalCSS.g:7088:1: rule__IdentifierOrFuncTok__Group_2__3 : rule__IdentifierOrFuncTok__Group_2__3__Impl ;
+ public final void rule__IdentifierOrFuncTok__Group_2__3() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7092:1: ( rule__IdentifierOrFuncTok__Group_2__3__Impl )
+ // InternalCSS.g:7093:2: rule__IdentifierOrFuncTok__Group_2__3__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__IdentifierOrFuncTok__Group_2__3__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__IdentifierOrFuncTok__Group_2__3"
+
+
+ // $ANTLR start "rule__IdentifierOrFuncTok__Group_2__3__Impl"
+ // InternalCSS.g:7099:1: rule__IdentifierOrFuncTok__Group_2__3__Impl : ( ')' ) ;
+ public final void rule__IdentifierOrFuncTok__Group_2__3__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7103:1: ( ( ')' ) )
+ // InternalCSS.g:7104:1: ( ')' )
+ {
+ // InternalCSS.g:7104:1: ( ')' )
+ // InternalCSS.g:7105:1: ')'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getIdentifierOrFuncTokAccess().getRightParenthesisKeyword_2_3());
+ }
+ match(input,61,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getIdentifierOrFuncTokAccess().getRightParenthesisKeyword_2_3());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__IdentifierOrFuncTok__Group_2__3__Impl"
+
+
+ // $ANTLR start "rule__URLType__Group__0"
+ // InternalCSS.g:7126:1: rule__URLType__Group__0 : rule__URLType__Group__0__Impl rule__URLType__Group__1 ;
+ public final void rule__URLType__Group__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7130:1: ( rule__URLType__Group__0__Impl rule__URLType__Group__1 )
+ // InternalCSS.g:7131:2: rule__URLType__Group__0__Impl rule__URLType__Group__1
+ {
+ pushFollow(FOLLOW_54);
+ rule__URLType__Group__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__URLType__Group__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__URLType__Group__0"
+
+
+ // $ANTLR start "rule__URLType__Group__0__Impl"
+ // InternalCSS.g:7138:1: rule__URLType__Group__0__Impl : ( 'url(' ) ;
+ public final void rule__URLType__Group__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7142:1: ( ( 'url(' ) )
+ // InternalCSS.g:7143:1: ( 'url(' )
+ {
+ // InternalCSS.g:7143:1: ( 'url(' )
+ // InternalCSS.g:7144:1: 'url('
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getURLTypeAccess().getUrlKeyword_0());
+ }
+ match(input,64,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getURLTypeAccess().getUrlKeyword_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__URLType__Group__0__Impl"
+
+
+ // $ANTLR start "rule__URLType__Group__1"
+ // InternalCSS.g:7157:1: rule__URLType__Group__1 : rule__URLType__Group__1__Impl rule__URLType__Group__2 ;
+ public final void rule__URLType__Group__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7161:1: ( rule__URLType__Group__1__Impl rule__URLType__Group__2 )
+ // InternalCSS.g:7162:2: rule__URLType__Group__1__Impl rule__URLType__Group__2
+ {
+ pushFollow(FOLLOW_49);
+ rule__URLType__Group__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__URLType__Group__2();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__URLType__Group__1"
+
+
+ // $ANTLR start "rule__URLType__Group__1__Impl"
+ // InternalCSS.g:7169:1: rule__URLType__Group__1__Impl : ( ( rule__URLType__UrlAssignment_1 ) ) ;
+ public final void rule__URLType__Group__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7173:1: ( ( ( rule__URLType__UrlAssignment_1 ) ) )
+ // InternalCSS.g:7174:1: ( ( rule__URLType__UrlAssignment_1 ) )
+ {
+ // InternalCSS.g:7174:1: ( ( rule__URLType__UrlAssignment_1 ) )
+ // InternalCSS.g:7175:1: ( rule__URLType__UrlAssignment_1 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getURLTypeAccess().getUrlAssignment_1());
+ }
+ // InternalCSS.g:7176:1: ( rule__URLType__UrlAssignment_1 )
+ // InternalCSS.g:7176:2: rule__URLType__UrlAssignment_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__URLType__UrlAssignment_1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getURLTypeAccess().getUrlAssignment_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__URLType__Group__1__Impl"
+
+
+ // $ANTLR start "rule__URLType__Group__2"
+ // InternalCSS.g:7186:1: rule__URLType__Group__2 : rule__URLType__Group__2__Impl ;
+ public final void rule__URLType__Group__2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7190:1: ( rule__URLType__Group__2__Impl )
+ // InternalCSS.g:7191:2: rule__URLType__Group__2__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__URLType__Group__2__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__URLType__Group__2"
+
+
+ // $ANTLR start "rule__URLType__Group__2__Impl"
+ // InternalCSS.g:7197:1: rule__URLType__Group__2__Impl : ( ')' ) ;
+ public final void rule__URLType__Group__2__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7201:1: ( ( ')' ) )
+ // InternalCSS.g:7202:1: ( ')' )
+ {
+ // InternalCSS.g:7202:1: ( ')' )
+ // InternalCSS.g:7203:1: ')'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getURLTypeAccess().getRightParenthesisKeyword_2());
+ }
+ match(input,61,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getURLTypeAccess().getRightParenthesisKeyword_2());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__URLType__Group__2__Impl"
+
+
+ // $ANTLR start "rule__ValidURLSymbol__Group_18__0"
+ // InternalCSS.g:7222:1: rule__ValidURLSymbol__Group_18__0 : rule__ValidURLSymbol__Group_18__0__Impl rule__ValidURLSymbol__Group_18__1 ;
+ public final void rule__ValidURLSymbol__Group_18__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7226:1: ( rule__ValidURLSymbol__Group_18__0__Impl rule__ValidURLSymbol__Group_18__1 )
+ // InternalCSS.g:7227:2: rule__ValidURLSymbol__Group_18__0__Impl rule__ValidURLSymbol__Group_18__1
+ {
+ pushFollow(FOLLOW_55);
+ rule__ValidURLSymbol__Group_18__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__ValidURLSymbol__Group_18__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ValidURLSymbol__Group_18__0"
+
+
+ // $ANTLR start "rule__ValidURLSymbol__Group_18__0__Impl"
+ // InternalCSS.g:7234:1: rule__ValidURLSymbol__Group_18__0__Impl : ( '=' ) ;
+ public final void rule__ValidURLSymbol__Group_18__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7238:1: ( ( '=' ) )
+ // InternalCSS.g:7239:1: ( '=' )
+ {
+ // InternalCSS.g:7239:1: ( '=' )
+ // InternalCSS.g:7240:1: '='
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getValidURLSymbolAccess().getEqualsSignKeyword_18_0());
+ }
+ match(input,35,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getValidURLSymbolAccess().getEqualsSignKeyword_18_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ValidURLSymbol__Group_18__0__Impl"
+
+
+ // $ANTLR start "rule__ValidURLSymbol__Group_18__1"
+ // InternalCSS.g:7253:1: rule__ValidURLSymbol__Group_18__1 : rule__ValidURLSymbol__Group_18__1__Impl ;
+ public final void rule__ValidURLSymbol__Group_18__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7257:1: ( rule__ValidURLSymbol__Group_18__1__Impl )
+ // InternalCSS.g:7258:2: rule__ValidURLSymbol__Group_18__1__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__ValidURLSymbol__Group_18__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ValidURLSymbol__Group_18__1"
+
+
+ // $ANTLR start "rule__ValidURLSymbol__Group_18__1__Impl"
+ // InternalCSS.g:7264:1: rule__ValidURLSymbol__Group_18__1__Impl : ( ruleKeywordHack ) ;
+ public final void rule__ValidURLSymbol__Group_18__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7268:1: ( ( ruleKeywordHack ) )
+ // InternalCSS.g:7269:1: ( ruleKeywordHack )
+ {
+ // InternalCSS.g:7269:1: ( ruleKeywordHack )
+ // InternalCSS.g:7270:1: ruleKeywordHack
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getValidURLSymbolAccess().getKeywordHackParserRuleCall_18_1());
+ }
+ pushFollow(FOLLOW_2);
+ ruleKeywordHack();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getValidURLSymbolAccess().getKeywordHackParserRuleCall_18_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ValidURLSymbol__Group_18__1__Impl"
+
+
+ // $ANTLR start "rule__ValidURL__Group_1_10__0"
+ // InternalCSS.g:7285:1: rule__ValidURL__Group_1_10__0 : rule__ValidURL__Group_1_10__0__Impl rule__ValidURL__Group_1_10__1 ;
+ public final void rule__ValidURL__Group_1_10__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7289:1: ( rule__ValidURL__Group_1_10__0__Impl rule__ValidURL__Group_1_10__1 )
+ // InternalCSS.g:7290:2: rule__ValidURL__Group_1_10__0__Impl rule__ValidURL__Group_1_10__1
+ {
+ pushFollow(FOLLOW_56);
+ rule__ValidURL__Group_1_10__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__ValidURL__Group_1_10__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ValidURL__Group_1_10__0"
+
+
+ // $ANTLR start "rule__ValidURL__Group_1_10__0__Impl"
+ // InternalCSS.g:7297:1: rule__ValidURL__Group_1_10__0__Impl : ( RULE_PERCENT ) ;
+ public final void rule__ValidURL__Group_1_10__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7301:1: ( ( RULE_PERCENT ) )
+ // InternalCSS.g:7302:1: ( RULE_PERCENT )
+ {
+ // InternalCSS.g:7302:1: ( RULE_PERCENT )
+ // InternalCSS.g:7303:1: RULE_PERCENT
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getValidURLAccess().getPERCENTTerminalRuleCall_1_10_0());
+ }
+ match(input,RULE_PERCENT,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getValidURLAccess().getPERCENTTerminalRuleCall_1_10_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ValidURL__Group_1_10__0__Impl"
+
+
+ // $ANTLR start "rule__ValidURL__Group_1_10__1"
+ // InternalCSS.g:7314:1: rule__ValidURL__Group_1_10__1 : rule__ValidURL__Group_1_10__1__Impl rule__ValidURL__Group_1_10__2 ;
+ public final void rule__ValidURL__Group_1_10__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7318:1: ( rule__ValidURL__Group_1_10__1__Impl rule__ValidURL__Group_1_10__2 )
+ // InternalCSS.g:7319:2: rule__ValidURL__Group_1_10__1__Impl rule__ValidURL__Group_1_10__2
+ {
+ pushFollow(FOLLOW_56);
+ rule__ValidURL__Group_1_10__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__ValidURL__Group_1_10__2();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ValidURL__Group_1_10__1"
+
+
+ // $ANTLR start "rule__ValidURL__Group_1_10__1__Impl"
+ // InternalCSS.g:7326:1: rule__ValidURL__Group_1_10__1__Impl : ( ( rule__ValidURL__Alternatives_1_10_1 ) ) ;
+ public final void rule__ValidURL__Group_1_10__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7330:1: ( ( ( rule__ValidURL__Alternatives_1_10_1 ) ) )
+ // InternalCSS.g:7331:1: ( ( rule__ValidURL__Alternatives_1_10_1 ) )
+ {
+ // InternalCSS.g:7331:1: ( ( rule__ValidURL__Alternatives_1_10_1 ) )
+ // InternalCSS.g:7332:1: ( rule__ValidURL__Alternatives_1_10_1 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getValidURLAccess().getAlternatives_1_10_1());
+ }
+ // InternalCSS.g:7333:1: ( rule__ValidURL__Alternatives_1_10_1 )
+ // InternalCSS.g:7333:2: rule__ValidURL__Alternatives_1_10_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__ValidURL__Alternatives_1_10_1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getValidURLAccess().getAlternatives_1_10_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ValidURL__Group_1_10__1__Impl"
+
+
+ // $ANTLR start "rule__ValidURL__Group_1_10__2"
+ // InternalCSS.g:7343:1: rule__ValidURL__Group_1_10__2 : rule__ValidURL__Group_1_10__2__Impl ;
+ public final void rule__ValidURL__Group_1_10__2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7347:1: ( rule__ValidURL__Group_1_10__2__Impl )
+ // InternalCSS.g:7348:2: rule__ValidURL__Group_1_10__2__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__ValidURL__Group_1_10__2__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ValidURL__Group_1_10__2"
+
+
+ // $ANTLR start "rule__ValidURL__Group_1_10__2__Impl"
+ // InternalCSS.g:7354:1: rule__ValidURL__Group_1_10__2__Impl : ( ( rule__ValidURL__Alternatives_1_10_2 ) ) ;
+ public final void rule__ValidURL__Group_1_10__2__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7358:1: ( ( ( rule__ValidURL__Alternatives_1_10_2 ) ) )
+ // InternalCSS.g:7359:1: ( ( rule__ValidURL__Alternatives_1_10_2 ) )
+ {
+ // InternalCSS.g:7359:1: ( ( rule__ValidURL__Alternatives_1_10_2 ) )
+ // InternalCSS.g:7360:1: ( rule__ValidURL__Alternatives_1_10_2 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getValidURLAccess().getAlternatives_1_10_2());
+ }
+ // InternalCSS.g:7361:1: ( rule__ValidURL__Alternatives_1_10_2 )
+ // InternalCSS.g:7361:2: rule__ValidURL__Alternatives_1_10_2
+ {
+ pushFollow(FOLLOW_2);
+ rule__ValidURL__Alternatives_1_10_2();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getValidURLAccess().getAlternatives_1_10_2());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ValidURL__Group_1_10__2__Impl"
+
+
+ // $ANTLR start "rule__Identifier__Group__0"
+ // InternalCSS.g:7377:1: rule__Identifier__Group__0 : rule__Identifier__Group__0__Impl rule__Identifier__Group__1 ;
+ public final void rule__Identifier__Group__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7381:1: ( rule__Identifier__Group__0__Impl rule__Identifier__Group__1 )
+ // InternalCSS.g:7382:2: rule__Identifier__Group__0__Impl rule__Identifier__Group__1
+ {
+ pushFollow(FOLLOW_11);
+ rule__Identifier__Group__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Identifier__Group__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Identifier__Group__0"
+
+
+ // $ANTLR start "rule__Identifier__Group__0__Impl"
+ // InternalCSS.g:7389:1: rule__Identifier__Group__0__Impl : ( ( RULE_DASH )? ) ;
+ public final void rule__Identifier__Group__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7393:1: ( ( ( RULE_DASH )? ) )
+ // InternalCSS.g:7394:1: ( ( RULE_DASH )? )
+ {
+ // InternalCSS.g:7394:1: ( ( RULE_DASH )? )
+ // InternalCSS.g:7395:1: ( RULE_DASH )?
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getIdentifierAccess().getDASHTerminalRuleCall_0());
+ }
+ // InternalCSS.g:7396:1: ( RULE_DASH )?
+ int alt82=2;
+ int LA82_0 = input.LA(1);
+
+ if ( (LA82_0==RULE_DASH) ) {
+ alt82=1;
+ }
+ switch (alt82) {
+ case 1 :
+ // InternalCSS.g:7396:3: RULE_DASH
+ {
+ match(input,RULE_DASH,FOLLOW_2); if (state.failed) return ;
+
+ }
+ break;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getIdentifierAccess().getDASHTerminalRuleCall_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Identifier__Group__0__Impl"
+
+
+ // $ANTLR start "rule__Identifier__Group__1"
+ // InternalCSS.g:7406:1: rule__Identifier__Group__1 : rule__Identifier__Group__1__Impl rule__Identifier__Group__2 ;
+ public final void rule__Identifier__Group__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7410:1: ( rule__Identifier__Group__1__Impl rule__Identifier__Group__2 )
+ // InternalCSS.g:7411:2: rule__Identifier__Group__1__Impl rule__Identifier__Group__2
+ {
+ pushFollow(FOLLOW_57);
+ rule__Identifier__Group__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Identifier__Group__2();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Identifier__Group__1"
+
+
+ // $ANTLR start "rule__Identifier__Group__1__Impl"
+ // InternalCSS.g:7418:1: rule__Identifier__Group__1__Impl : ( ( rule__Identifier__Alternatives_1 ) ) ;
+ public final void rule__Identifier__Group__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7422:1: ( ( ( rule__Identifier__Alternatives_1 ) ) )
+ // InternalCSS.g:7423:1: ( ( rule__Identifier__Alternatives_1 ) )
+ {
+ // InternalCSS.g:7423:1: ( ( rule__Identifier__Alternatives_1 ) )
+ // InternalCSS.g:7424:1: ( rule__Identifier__Alternatives_1 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getIdentifierAccess().getAlternatives_1());
+ }
+ // InternalCSS.g:7425:1: ( rule__Identifier__Alternatives_1 )
+ // InternalCSS.g:7425:2: rule__Identifier__Alternatives_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__Identifier__Alternatives_1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getIdentifierAccess().getAlternatives_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Identifier__Group__1__Impl"
+
+
+ // $ANTLR start "rule__Identifier__Group__2"
+ // InternalCSS.g:7435:1: rule__Identifier__Group__2 : rule__Identifier__Group__2__Impl ;
+ public final void rule__Identifier__Group__2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7439:1: ( rule__Identifier__Group__2__Impl )
+ // InternalCSS.g:7440:2: rule__Identifier__Group__2__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__Identifier__Group__2__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Identifier__Group__2"
+
+
+ // $ANTLR start "rule__Identifier__Group__2__Impl"
+ // InternalCSS.g:7446:1: rule__Identifier__Group__2__Impl : ( ( rule__Identifier__Group_2__0 )* ) ;
+ public final void rule__Identifier__Group__2__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7450:1: ( ( ( rule__Identifier__Group_2__0 )* ) )
+ // InternalCSS.g:7451:1: ( ( rule__Identifier__Group_2__0 )* )
+ {
+ // InternalCSS.g:7451:1: ( ( rule__Identifier__Group_2__0 )* )
+ // InternalCSS.g:7452:1: ( rule__Identifier__Group_2__0 )*
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getIdentifierAccess().getGroup_2());
+ }
+ // InternalCSS.g:7453:1: ( rule__Identifier__Group_2__0 )*
+ loop83:
+ do {
+ int alt83=2;
+ alt83 = dfa83.predict(input);
+ switch (alt83) {
+ case 1 :
+ // InternalCSS.g:7453:2: rule__Identifier__Group_2__0
+ {
+ pushFollow(FOLLOW_58);
+ rule__Identifier__Group_2__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+ break;
+
+ default :
+ break loop83;
+ }
+ } while (true);
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getIdentifierAccess().getGroup_2());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Identifier__Group__2__Impl"
+
+
+ // $ANTLR start "rule__Identifier__Group_2__0"
+ // InternalCSS.g:7469:1: rule__Identifier__Group_2__0 : rule__Identifier__Group_2__0__Impl ;
+ public final void rule__Identifier__Group_2__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7473:1: ( rule__Identifier__Group_2__0__Impl )
+ // InternalCSS.g:7474:2: rule__Identifier__Group_2__0__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__Identifier__Group_2__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Identifier__Group_2__0"
+
+
+ // $ANTLR start "rule__Identifier__Group_2__0__Impl"
+ // InternalCSS.g:7480:1: rule__Identifier__Group_2__0__Impl : ( ( rule__Identifier__Alternatives_2_0 ) ) ;
+ public final void rule__Identifier__Group_2__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7484:1: ( ( ( rule__Identifier__Alternatives_2_0 ) ) )
+ // InternalCSS.g:7485:1: ( ( rule__Identifier__Alternatives_2_0 ) )
+ {
+ // InternalCSS.g:7485:1: ( ( rule__Identifier__Alternatives_2_0 ) )
+ // InternalCSS.g:7486:1: ( rule__Identifier__Alternatives_2_0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getIdentifierAccess().getAlternatives_2_0());
+ }
+ // InternalCSS.g:7487:1: ( rule__Identifier__Alternatives_2_0 )
+ // InternalCSS.g:7487:2: rule__Identifier__Alternatives_2_0
+ {
+ pushFollow(FOLLOW_2);
+ rule__Identifier__Alternatives_2_0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getIdentifierAccess().getAlternatives_2_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Identifier__Group_2__0__Impl"
+
+
+ // $ANTLR start "rule__Num__Group__0"
+ // InternalCSS.g:7499:1: rule__Num__Group__0 : rule__Num__Group__0__Impl rule__Num__Group__1 ;
+ public final void rule__Num__Group__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7503:1: ( rule__Num__Group__0__Impl rule__Num__Group__1 )
+ // InternalCSS.g:7504:2: rule__Num__Group__0__Impl rule__Num__Group__1
+ {
+ pushFollow(FOLLOW_25);
+ rule__Num__Group__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Num__Group__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Num__Group__0"
+
+
+ // $ANTLR start "rule__Num__Group__0__Impl"
+ // InternalCSS.g:7511:1: rule__Num__Group__0__Impl : ( ( rule__Num__Alternatives_0 )? ) ;
+ public final void rule__Num__Group__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7515:1: ( ( ( rule__Num__Alternatives_0 )? ) )
+ // InternalCSS.g:7516:1: ( ( rule__Num__Alternatives_0 )? )
+ {
+ // InternalCSS.g:7516:1: ( ( rule__Num__Alternatives_0 )? )
+ // InternalCSS.g:7517:1: ( rule__Num__Alternatives_0 )?
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getNumAccess().getAlternatives_0());
+ }
+ // InternalCSS.g:7518:1: ( rule__Num__Alternatives_0 )?
+ int alt84=2;
+ int LA84_0 = input.LA(1);
+
+ if ( (LA84_0==RULE_PLUS||LA84_0==RULE_DASH) ) {
+ alt84=1;
+ }
+ switch (alt84) {
+ case 1 :
+ // InternalCSS.g:7518:2: rule__Num__Alternatives_0
+ {
+ pushFollow(FOLLOW_2);
+ rule__Num__Alternatives_0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+ break;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getNumAccess().getAlternatives_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Num__Group__0__Impl"
+
+
+ // $ANTLR start "rule__Num__Group__1"
+ // InternalCSS.g:7528:1: rule__Num__Group__1 : rule__Num__Group__1__Impl ;
+ public final void rule__Num__Group__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7532:1: ( rule__Num__Group__1__Impl )
+ // InternalCSS.g:7533:2: rule__Num__Group__1__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__Num__Group__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Num__Group__1"
+
+
+ // $ANTLR start "rule__Num__Group__1__Impl"
+ // InternalCSS.g:7539:1: rule__Num__Group__1__Impl : ( ( rule__Num__Alternatives_1 ) ) ;
+ public final void rule__Num__Group__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7543:1: ( ( ( rule__Num__Alternatives_1 ) ) )
+ // InternalCSS.g:7544:1: ( ( rule__Num__Alternatives_1 ) )
+ {
+ // InternalCSS.g:7544:1: ( ( rule__Num__Alternatives_1 ) )
+ // InternalCSS.g:7545:1: ( rule__Num__Alternatives_1 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getNumAccess().getAlternatives_1());
+ }
+ // InternalCSS.g:7546:1: ( rule__Num__Alternatives_1 )
+ // InternalCSS.g:7546:2: rule__Num__Alternatives_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__Num__Alternatives_1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getNumAccess().getAlternatives_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Num__Group__1__Impl"
+
+
+ // $ANTLR start "rule__Num__Group_1_0__0"
+ // InternalCSS.g:7560:1: rule__Num__Group_1_0__0 : rule__Num__Group_1_0__0__Impl rule__Num__Group_1_0__1 ;
+ public final void rule__Num__Group_1_0__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7564:1: ( rule__Num__Group_1_0__0__Impl rule__Num__Group_1_0__1 )
+ // InternalCSS.g:7565:2: rule__Num__Group_1_0__0__Impl rule__Num__Group_1_0__1
+ {
+ pushFollow(FOLLOW_59);
+ rule__Num__Group_1_0__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Num__Group_1_0__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Num__Group_1_0__0"
+
+
+ // $ANTLR start "rule__Num__Group_1_0__0__Impl"
+ // InternalCSS.g:7572:1: rule__Num__Group_1_0__0__Impl : ( '.' ) ;
+ public final void rule__Num__Group_1_0__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7576:1: ( ( '.' ) )
+ // InternalCSS.g:7577:1: ( '.' )
+ {
+ // InternalCSS.g:7577:1: ( '.' )
+ // InternalCSS.g:7578:1: '.'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getNumAccess().getFullStopKeyword_1_0_0());
+ }
+ match(input,39,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getNumAccess().getFullStopKeyword_1_0_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Num__Group_1_0__0__Impl"
+
+
+ // $ANTLR start "rule__Num__Group_1_0__1"
+ // InternalCSS.g:7591:1: rule__Num__Group_1_0__1 : rule__Num__Group_1_0__1__Impl ;
+ public final void rule__Num__Group_1_0__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7595:1: ( rule__Num__Group_1_0__1__Impl )
+ // InternalCSS.g:7596:2: rule__Num__Group_1_0__1__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__Num__Group_1_0__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Num__Group_1_0__1"
+
+
+ // $ANTLR start "rule__Num__Group_1_0__1__Impl"
+ // InternalCSS.g:7602:1: rule__Num__Group_1_0__1__Impl : ( ( ( RULE_ONE_INT ) ) ( ( RULE_ONE_INT )* ) ) ;
+ public final void rule__Num__Group_1_0__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7606:1: ( ( ( ( RULE_ONE_INT ) ) ( ( RULE_ONE_INT )* ) ) )
+ // InternalCSS.g:7607:1: ( ( ( RULE_ONE_INT ) ) ( ( RULE_ONE_INT )* ) )
+ {
+ // InternalCSS.g:7607:1: ( ( ( RULE_ONE_INT ) ) ( ( RULE_ONE_INT )* ) )
+ // InternalCSS.g:7608:1: ( ( RULE_ONE_INT ) ) ( ( RULE_ONE_INT )* )
+ {
+ // InternalCSS.g:7608:1: ( ( RULE_ONE_INT ) )
+ // InternalCSS.g:7609:1: ( RULE_ONE_INT )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getNumAccess().getONE_INTTerminalRuleCall_1_0_1());
+ }
+ // InternalCSS.g:7610:1: ( RULE_ONE_INT )
+ // InternalCSS.g:7610:3: RULE_ONE_INT
+ {
+ match(input,RULE_ONE_INT,FOLLOW_60); if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getNumAccess().getONE_INTTerminalRuleCall_1_0_1());
+ }
+
+ }
+
+ // InternalCSS.g:7613:1: ( ( RULE_ONE_INT )* )
+ // InternalCSS.g:7614:1: ( RULE_ONE_INT )*
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getNumAccess().getONE_INTTerminalRuleCall_1_0_1());
+ }
+ // InternalCSS.g:7615:1: ( RULE_ONE_INT )*
+ loop85:
+ do {
+ int alt85=2;
+ int LA85_0 = input.LA(1);
+
+ if ( (LA85_0==RULE_ONE_INT) ) {
+ int LA85_2 = input.LA(2);
+
+ if ( (synpred136_InternalCSS()) ) {
+ alt85=1;
+ }
+
+
+ }
+
+
+ switch (alt85) {
+ case 1 :
+ // InternalCSS.g:7615:3: RULE_ONE_INT
+ {
+ match(input,RULE_ONE_INT,FOLLOW_60); if (state.failed) return ;
+
+ }
+ break;
+
+ default :
+ break loop85;
+ }
+ } while (true);
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getNumAccess().getONE_INTTerminalRuleCall_1_0_1());
+ }
+
+ }
+
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Num__Group_1_0__1__Impl"
+
+
+ // $ANTLR start "rule__Num__Group_1_1__0"
+ // InternalCSS.g:7630:1: rule__Num__Group_1_1__0 : rule__Num__Group_1_1__0__Impl rule__Num__Group_1_1__1 ;
+ public final void rule__Num__Group_1_1__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7634:1: ( rule__Num__Group_1_1__0__Impl rule__Num__Group_1_1__1 )
+ // InternalCSS.g:7635:2: rule__Num__Group_1_1__0__Impl rule__Num__Group_1_1__1
+ {
+ pushFollow(FOLLOW_41);
+ rule__Num__Group_1_1__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Num__Group_1_1__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Num__Group_1_1__0"
+
+
+ // $ANTLR start "rule__Num__Group_1_1__0__Impl"
+ // InternalCSS.g:7642:1: rule__Num__Group_1_1__0__Impl : ( ( ( RULE_ONE_INT ) ) ( ( RULE_ONE_INT )* ) ) ;
+ public final void rule__Num__Group_1_1__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7646:1: ( ( ( ( RULE_ONE_INT ) ) ( ( RULE_ONE_INT )* ) ) )
+ // InternalCSS.g:7647:1: ( ( ( RULE_ONE_INT ) ) ( ( RULE_ONE_INT )* ) )
+ {
+ // InternalCSS.g:7647:1: ( ( ( RULE_ONE_INT ) ) ( ( RULE_ONE_INT )* ) )
+ // InternalCSS.g:7648:1: ( ( RULE_ONE_INT ) ) ( ( RULE_ONE_INT )* )
+ {
+ // InternalCSS.g:7648:1: ( ( RULE_ONE_INT ) )
+ // InternalCSS.g:7649:1: ( RULE_ONE_INT )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getNumAccess().getONE_INTTerminalRuleCall_1_1_0());
+ }
+ // InternalCSS.g:7650:1: ( RULE_ONE_INT )
+ // InternalCSS.g:7650:3: RULE_ONE_INT
+ {
+ match(input,RULE_ONE_INT,FOLLOW_60); if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getNumAccess().getONE_INTTerminalRuleCall_1_1_0());
+ }
+
+ }
+
+ // InternalCSS.g:7653:1: ( ( RULE_ONE_INT )* )
+ // InternalCSS.g:7654:1: ( RULE_ONE_INT )*
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getNumAccess().getONE_INTTerminalRuleCall_1_1_0());
+ }
+ // InternalCSS.g:7655:1: ( RULE_ONE_INT )*
+ loop86:
+ do {
+ int alt86=2;
+ int LA86_0 = input.LA(1);
+
+ if ( (LA86_0==RULE_ONE_INT) ) {
+ int LA86_2 = input.LA(2);
+
+ if ( (synpred137_InternalCSS()) ) {
+ alt86=1;
+ }
+
+
+ }
+
+
+ switch (alt86) {
+ case 1 :
+ // InternalCSS.g:7655:3: RULE_ONE_INT
+ {
+ match(input,RULE_ONE_INT,FOLLOW_60); if (state.failed) return ;
+
+ }
+ break;
+
+ default :
+ break loop86;
+ }
+ } while (true);
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getNumAccess().getONE_INTTerminalRuleCall_1_1_0());
+ }
+
+ }
+
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Num__Group_1_1__0__Impl"
+
+
+ // $ANTLR start "rule__Num__Group_1_1__1"
+ // InternalCSS.g:7666:1: rule__Num__Group_1_1__1 : rule__Num__Group_1_1__1__Impl ;
+ public final void rule__Num__Group_1_1__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7670:1: ( rule__Num__Group_1_1__1__Impl )
+ // InternalCSS.g:7671:2: rule__Num__Group_1_1__1__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__Num__Group_1_1__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Num__Group_1_1__1"
+
+
+ // $ANTLR start "rule__Num__Group_1_1__1__Impl"
+ // InternalCSS.g:7677:1: rule__Num__Group_1_1__1__Impl : ( ( rule__Num__Group_1_1_1__0 )? ) ;
+ public final void rule__Num__Group_1_1__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7681:1: ( ( ( rule__Num__Group_1_1_1__0 )? ) )
+ // InternalCSS.g:7682:1: ( ( rule__Num__Group_1_1_1__0 )? )
+ {
+ // InternalCSS.g:7682:1: ( ( rule__Num__Group_1_1_1__0 )? )
+ // InternalCSS.g:7683:1: ( rule__Num__Group_1_1_1__0 )?
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getNumAccess().getGroup_1_1_1());
+ }
+ // InternalCSS.g:7684:1: ( rule__Num__Group_1_1_1__0 )?
+ int alt87=2;
+ int LA87_0 = input.LA(1);
+
+ if ( (LA87_0==39) ) {
+ int LA87_1 = input.LA(2);
+
+ if ( (LA87_1==RULE_ONE_INT) ) {
+ int LA87_3 = input.LA(3);
+
+ if ( (synpred138_InternalCSS()) ) {
+ alt87=1;
+ }
+ }
+ }
+ switch (alt87) {
+ case 1 :
+ // InternalCSS.g:7684:2: rule__Num__Group_1_1_1__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__Num__Group_1_1_1__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+ break;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getNumAccess().getGroup_1_1_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Num__Group_1_1__1__Impl"
+
+
+ // $ANTLR start "rule__Num__Group_1_1_1__0"
+ // InternalCSS.g:7698:1: rule__Num__Group_1_1_1__0 : rule__Num__Group_1_1_1__0__Impl rule__Num__Group_1_1_1__1 ;
+ public final void rule__Num__Group_1_1_1__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7702:1: ( rule__Num__Group_1_1_1__0__Impl rule__Num__Group_1_1_1__1 )
+ // InternalCSS.g:7703:2: rule__Num__Group_1_1_1__0__Impl rule__Num__Group_1_1_1__1
+ {
+ pushFollow(FOLLOW_59);
+ rule__Num__Group_1_1_1__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Num__Group_1_1_1__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Num__Group_1_1_1__0"
+
+
+ // $ANTLR start "rule__Num__Group_1_1_1__0__Impl"
+ // InternalCSS.g:7710:1: rule__Num__Group_1_1_1__0__Impl : ( ( '.' ) ) ;
+ public final void rule__Num__Group_1_1_1__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7714:1: ( ( ( '.' ) ) )
+ // InternalCSS.g:7715:1: ( ( '.' ) )
+ {
+ // InternalCSS.g:7715:1: ( ( '.' ) )
+ // InternalCSS.g:7716:1: ( '.' )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getNumAccess().getFullStopKeyword_1_1_1_0());
+ }
+ // InternalCSS.g:7717:1: ( '.' )
+ // InternalCSS.g:7718:2: '.'
+ {
+ match(input,39,FOLLOW_2); if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getNumAccess().getFullStopKeyword_1_1_1_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Num__Group_1_1_1__0__Impl"
+
+
+ // $ANTLR start "rule__Num__Group_1_1_1__1"
+ // InternalCSS.g:7729:1: rule__Num__Group_1_1_1__1 : rule__Num__Group_1_1_1__1__Impl ;
+ public final void rule__Num__Group_1_1_1__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7733:1: ( rule__Num__Group_1_1_1__1__Impl )
+ // InternalCSS.g:7734:2: rule__Num__Group_1_1_1__1__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__Num__Group_1_1_1__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Num__Group_1_1_1__1"
+
+
+ // $ANTLR start "rule__Num__Group_1_1_1__1__Impl"
+ // InternalCSS.g:7740:1: rule__Num__Group_1_1_1__1__Impl : ( ( ( RULE_ONE_INT ) ) ( ( RULE_ONE_INT )* ) ) ;
+ public final void rule__Num__Group_1_1_1__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7744:1: ( ( ( ( RULE_ONE_INT ) ) ( ( RULE_ONE_INT )* ) ) )
+ // InternalCSS.g:7745:1: ( ( ( RULE_ONE_INT ) ) ( ( RULE_ONE_INT )* ) )
+ {
+ // InternalCSS.g:7745:1: ( ( ( RULE_ONE_INT ) ) ( ( RULE_ONE_INT )* ) )
+ // InternalCSS.g:7746:1: ( ( RULE_ONE_INT ) ) ( ( RULE_ONE_INT )* )
+ {
+ // InternalCSS.g:7746:1: ( ( RULE_ONE_INT ) )
+ // InternalCSS.g:7747:1: ( RULE_ONE_INT )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getNumAccess().getONE_INTTerminalRuleCall_1_1_1_1());
+ }
+ // InternalCSS.g:7748:1: ( RULE_ONE_INT )
+ // InternalCSS.g:7748:3: RULE_ONE_INT
+ {
+ match(input,RULE_ONE_INT,FOLLOW_60); if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getNumAccess().getONE_INTTerminalRuleCall_1_1_1_1());
+ }
+
+ }
+
+ // InternalCSS.g:7751:1: ( ( RULE_ONE_INT )* )
+ // InternalCSS.g:7752:1: ( RULE_ONE_INT )*
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getNumAccess().getONE_INTTerminalRuleCall_1_1_1_1());
+ }
+ // InternalCSS.g:7753:1: ( RULE_ONE_INT )*
+ loop88:
+ do {
+ int alt88=2;
+ int LA88_0 = input.LA(1);
+
+ if ( (LA88_0==RULE_ONE_INT) ) {
+ int LA88_2 = input.LA(2);
+
+ if ( (synpred139_InternalCSS()) ) {
+ alt88=1;
+ }
+
+
+ }
+
+
+ switch (alt88) {
+ case 1 :
+ // InternalCSS.g:7753:3: RULE_ONE_INT
+ {
+ match(input,RULE_ONE_INT,FOLLOW_60); if (state.failed) return ;
+
+ }
+ break;
+
+ default :
+ break loop88;
+ }
+ } while (true);
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getNumAccess().getONE_INTTerminalRuleCall_1_1_1_1());
+ }
+
+ }
+
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Num__Group_1_1_1__1__Impl"
+
+
+ // $ANTLR start "rule__Hex__Group__0"
+ // InternalCSS.g:7768:1: rule__Hex__Group__0 : rule__Hex__Group__0__Impl rule__Hex__Group__1 ;
+ public final void rule__Hex__Group__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7772:1: ( rule__Hex__Group__0__Impl rule__Hex__Group__1 )
+ // InternalCSS.g:7773:2: rule__Hex__Group__0__Impl rule__Hex__Group__1
+ {
+ pushFollow(FOLLOW_56);
+ rule__Hex__Group__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__Hex__Group__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Hex__Group__0"
+
+
+ // $ANTLR start "rule__Hex__Group__0__Impl"
+ // InternalCSS.g:7780:1: rule__Hex__Group__0__Impl : ( RULE_HASHMARK ) ;
+ public final void rule__Hex__Group__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7784:1: ( ( RULE_HASHMARK ) )
+ // InternalCSS.g:7785:1: ( RULE_HASHMARK )
+ {
+ // InternalCSS.g:7785:1: ( RULE_HASHMARK )
+ // InternalCSS.g:7786:1: RULE_HASHMARK
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getHexAccess().getHASHMARKTerminalRuleCall_0());
+ }
+ match(input,RULE_HASHMARK,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getHexAccess().getHASHMARKTerminalRuleCall_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Hex__Group__0__Impl"
+
+
+ // $ANTLR start "rule__Hex__Group__1"
+ // InternalCSS.g:7797:1: rule__Hex__Group__1 : rule__Hex__Group__1__Impl ;
+ public final void rule__Hex__Group__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7801:1: ( rule__Hex__Group__1__Impl )
+ // InternalCSS.g:7802:2: rule__Hex__Group__1__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__Hex__Group__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Hex__Group__1"
+
+
+ // $ANTLR start "rule__Hex__Group__1__Impl"
+ // InternalCSS.g:7808:1: rule__Hex__Group__1__Impl : ( ( ( rule__Hex__Group_1__0 ) ) ( ( rule__Hex__Group_1__0 )* ) ) ;
+ public final void rule__Hex__Group__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7812:1: ( ( ( ( rule__Hex__Group_1__0 ) ) ( ( rule__Hex__Group_1__0 )* ) ) )
+ // InternalCSS.g:7813:1: ( ( ( rule__Hex__Group_1__0 ) ) ( ( rule__Hex__Group_1__0 )* ) )
+ {
+ // InternalCSS.g:7813:1: ( ( ( rule__Hex__Group_1__0 ) ) ( ( rule__Hex__Group_1__0 )* ) )
+ // InternalCSS.g:7814:1: ( ( rule__Hex__Group_1__0 ) ) ( ( rule__Hex__Group_1__0 )* )
+ {
+ // InternalCSS.g:7814:1: ( ( rule__Hex__Group_1__0 ) )
+ // InternalCSS.g:7815:1: ( rule__Hex__Group_1__0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getHexAccess().getGroup_1());
+ }
+ // InternalCSS.g:7816:1: ( rule__Hex__Group_1__0 )
+ // InternalCSS.g:7816:2: rule__Hex__Group_1__0
+ {
+ pushFollow(FOLLOW_61);
+ rule__Hex__Group_1__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getHexAccess().getGroup_1());
+ }
+
+ }
+
+ // InternalCSS.g:7819:1: ( ( rule__Hex__Group_1__0 )* )
+ // InternalCSS.g:7820:1: ( rule__Hex__Group_1__0 )*
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getHexAccess().getGroup_1());
+ }
+ // InternalCSS.g:7821:1: ( rule__Hex__Group_1__0 )*
+ loop89:
+ do {
+ int alt89=2;
+ int LA89_0 = input.LA(1);
+
+ if ( (LA89_0==RULE_ONE_HEX_LETTER) ) {
+ int LA89_2 = input.LA(2);
+
+ if ( (synpred140_InternalCSS()) ) {
+ alt89=1;
+ }
+
+
+ }
+ else if ( (LA89_0==RULE_ONE_INT) ) {
+ int LA89_3 = input.LA(2);
+
+ if ( (synpred140_InternalCSS()) ) {
+ alt89=1;
+ }
+
+
+ }
+
+
+ switch (alt89) {
+ case 1 :
+ // InternalCSS.g:7821:2: rule__Hex__Group_1__0
+ {
+ pushFollow(FOLLOW_61);
+ rule__Hex__Group_1__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+ break;
+
+ default :
+ break loop89;
+ }
+ } while (true);
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getHexAccess().getGroup_1());
+ }
+
+ }
+
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Hex__Group__1__Impl"
+
+
+ // $ANTLR start "rule__Hex__Group_1__0"
+ // InternalCSS.g:7836:1: rule__Hex__Group_1__0 : rule__Hex__Group_1__0__Impl ;
+ public final void rule__Hex__Group_1__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7840:1: ( rule__Hex__Group_1__0__Impl )
+ // InternalCSS.g:7841:2: rule__Hex__Group_1__0__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__Hex__Group_1__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Hex__Group_1__0"
+
+
+ // $ANTLR start "rule__Hex__Group_1__0__Impl"
+ // InternalCSS.g:7847:1: rule__Hex__Group_1__0__Impl : ( ( rule__Hex__Alternatives_1_0 ) ) ;
+ public final void rule__Hex__Group_1__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7851:1: ( ( ( rule__Hex__Alternatives_1_0 ) ) )
+ // InternalCSS.g:7852:1: ( ( rule__Hex__Alternatives_1_0 ) )
+ {
+ // InternalCSS.g:7852:1: ( ( rule__Hex__Alternatives_1_0 ) )
+ // InternalCSS.g:7853:1: ( rule__Hex__Alternatives_1_0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getHexAccess().getAlternatives_1_0());
+ }
+ // InternalCSS.g:7854:1: ( rule__Hex__Alternatives_1_0 )
+ // InternalCSS.g:7854:2: rule__Hex__Alternatives_1_0
+ {
+ pushFollow(FOLLOW_2);
+ rule__Hex__Alternatives_1_0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getHexAccess().getAlternatives_1_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Hex__Group_1__0__Impl"
+
+
+ // $ANTLR start "rule__Stylesheet__CharsetAssignment_0"
+ // InternalCSS.g:7867:1: rule__Stylesheet__CharsetAssignment_0 : ( rulecharset ) ;
+ public final void rule__Stylesheet__CharsetAssignment_0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7871:1: ( ( rulecharset ) )
+ // InternalCSS.g:7872:1: ( rulecharset )
+ {
+ // InternalCSS.g:7872:1: ( rulecharset )
+ // InternalCSS.g:7873:1: rulecharset
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getStylesheetAccess().getCharsetCharsetParserRuleCall_0_0());
+ }
+ pushFollow(FOLLOW_2);
+ rulecharset();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getStylesheetAccess().getCharsetCharsetParserRuleCall_0_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Stylesheet__CharsetAssignment_0"
+
+
+ // $ANTLR start "rule__Stylesheet__ImportsAssignment_1"
+ // InternalCSS.g:7882:1: rule__Stylesheet__ImportsAssignment_1 : ( ruleimportExpression ) ;
+ public final void rule__Stylesheet__ImportsAssignment_1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7886:1: ( ( ruleimportExpression ) )
+ // InternalCSS.g:7887:1: ( ruleimportExpression )
+ {
+ // InternalCSS.g:7887:1: ( ruleimportExpression )
+ // InternalCSS.g:7888:1: ruleimportExpression
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getStylesheetAccess().getImportsImportExpressionParserRuleCall_1_0());
+ }
+ pushFollow(FOLLOW_2);
+ ruleimportExpression();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getStylesheetAccess().getImportsImportExpressionParserRuleCall_1_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Stylesheet__ImportsAssignment_1"
+
+
+ // $ANTLR start "rule__Stylesheet__RulesetAssignment_2_0"
+ // InternalCSS.g:7897:1: rule__Stylesheet__RulesetAssignment_2_0 : ( ruleruleset ) ;
+ public final void rule__Stylesheet__RulesetAssignment_2_0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7901:1: ( ( ruleruleset ) )
+ // InternalCSS.g:7902:1: ( ruleruleset )
+ {
+ // InternalCSS.g:7902:1: ( ruleruleset )
+ // InternalCSS.g:7903:1: ruleruleset
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getStylesheetAccess().getRulesetRulesetParserRuleCall_2_0_0());
+ }
+ pushFollow(FOLLOW_2);
+ ruleruleset();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getStylesheetAccess().getRulesetRulesetParserRuleCall_2_0_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Stylesheet__RulesetAssignment_2_0"
+
+
+ // $ANTLR start "rule__Stylesheet__MediaAssignment_2_1"
+ // InternalCSS.g:7912:1: rule__Stylesheet__MediaAssignment_2_1 : ( rulemedia ) ;
+ public final void rule__Stylesheet__MediaAssignment_2_1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7916:1: ( ( rulemedia ) )
+ // InternalCSS.g:7917:1: ( rulemedia )
+ {
+ // InternalCSS.g:7917:1: ( rulemedia )
+ // InternalCSS.g:7918:1: rulemedia
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getStylesheetAccess().getMediaMediaParserRuleCall_2_1_0());
+ }
+ pushFollow(FOLLOW_2);
+ rulemedia();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getStylesheetAccess().getMediaMediaParserRuleCall_2_1_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Stylesheet__MediaAssignment_2_1"
+
+
+ // $ANTLR start "rule__Stylesheet__PageAssignment_2_2"
+ // InternalCSS.g:7927:1: rule__Stylesheet__PageAssignment_2_2 : ( rulepage ) ;
+ public final void rule__Stylesheet__PageAssignment_2_2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7931:1: ( ( rulepage ) )
+ // InternalCSS.g:7932:1: ( rulepage )
+ {
+ // InternalCSS.g:7932:1: ( rulepage )
+ // InternalCSS.g:7933:1: rulepage
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getStylesheetAccess().getPagePageParserRuleCall_2_2_0());
+ }
+ pushFollow(FOLLOW_2);
+ rulepage();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getStylesheetAccess().getPagePageParserRuleCall_2_2_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Stylesheet__PageAssignment_2_2"
+
+
+ // $ANTLR start "rule__Stylesheet__Font_faceAssignment_2_3"
+ // InternalCSS.g:7942:1: rule__Stylesheet__Font_faceAssignment_2_3 : ( rulefont_face ) ;
+ public final void rule__Stylesheet__Font_faceAssignment_2_3() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7946:1: ( ( rulefont_face ) )
+ // InternalCSS.g:7947:1: ( rulefont_face )
+ {
+ // InternalCSS.g:7947:1: ( rulefont_face )
+ // InternalCSS.g:7948:1: rulefont_face
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getStylesheetAccess().getFont_faceFont_faceParserRuleCall_2_3_0());
+ }
+ pushFollow(FOLLOW_2);
+ rulefont_face();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getStylesheetAccess().getFont_faceFont_faceParserRuleCall_2_3_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Stylesheet__Font_faceAssignment_2_3"
+
+
+ // $ANTLR start "rule__Stylesheet__KeyframesAssignment_2_4"
+ // InternalCSS.g:7957:1: rule__Stylesheet__KeyframesAssignment_2_4 : ( rulekeyframes ) ;
+ public final void rule__Stylesheet__KeyframesAssignment_2_4() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7961:1: ( ( rulekeyframes ) )
+ // InternalCSS.g:7962:1: ( rulekeyframes )
+ {
+ // InternalCSS.g:7962:1: ( rulekeyframes )
+ // InternalCSS.g:7963:1: rulekeyframes
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getStylesheetAccess().getKeyframesKeyframesParserRuleCall_2_4_0());
+ }
+ pushFollow(FOLLOW_2);
+ rulekeyframes();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getStylesheetAccess().getKeyframesKeyframesParserRuleCall_2_4_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Stylesheet__KeyframesAssignment_2_4"
+
+
+ // $ANTLR start "rule__Charset__CharsetAssignment_1"
+ // InternalCSS.g:7972:1: rule__Charset__CharsetAssignment_1 : ( RULE_CSSSTRING ) ;
+ public final void rule__Charset__CharsetAssignment_1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7976:1: ( ( RULE_CSSSTRING ) )
+ // InternalCSS.g:7977:1: ( RULE_CSSSTRING )
+ {
+ // InternalCSS.g:7977:1: ( RULE_CSSSTRING )
+ // InternalCSS.g:7978:1: RULE_CSSSTRING
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getCharsetAccess().getCharsetCSSSTRINGTerminalRuleCall_1_0());
+ }
+ match(input,RULE_CSSSTRING,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getCharsetAccess().getCharsetCSSSTRINGTerminalRuleCall_1_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Charset__CharsetAssignment_1"
+
+
+ // $ANTLR start "rule__ImportExpression__ValueAssignment_1_0"
+ // InternalCSS.g:7987:1: rule__ImportExpression__ValueAssignment_1_0 : ( RULE_CSSSTRING ) ;
+ public final void rule__ImportExpression__ValueAssignment_1_0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:7991:1: ( ( RULE_CSSSTRING ) )
+ // InternalCSS.g:7992:1: ( RULE_CSSSTRING )
+ {
+ // InternalCSS.g:7992:1: ( RULE_CSSSTRING )
+ // InternalCSS.g:7993:1: RULE_CSSSTRING
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getImportExpressionAccess().getValueCSSSTRINGTerminalRuleCall_1_0_0());
+ }
+ match(input,RULE_CSSSTRING,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getImportExpressionAccess().getValueCSSSTRINGTerminalRuleCall_1_0_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ImportExpression__ValueAssignment_1_0"
+
+
+ // $ANTLR start "rule__ImportExpression__MediaListAssignment_1_1_1"
+ // InternalCSS.g:8002:1: rule__ImportExpression__MediaListAssignment_1_1_1 : ( rulemedia_list ) ;
+ public final void rule__ImportExpression__MediaListAssignment_1_1_1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8006:1: ( ( rulemedia_list ) )
+ // InternalCSS.g:8007:1: ( rulemedia_list )
+ {
+ // InternalCSS.g:8007:1: ( rulemedia_list )
+ // InternalCSS.g:8008:1: rulemedia_list
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getImportExpressionAccess().getMediaListMedia_listParserRuleCall_1_1_1_0());
+ }
+ pushFollow(FOLLOW_2);
+ rulemedia_list();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getImportExpressionAccess().getMediaListMedia_listParserRuleCall_1_1_1_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ImportExpression__MediaListAssignment_1_1_1"
+
+
+ // $ANTLR start "rule__Page__PseudoPageAssignment_2"
+ // InternalCSS.g:8017:1: rule__Page__PseudoPageAssignment_2 : ( rulepseudo_page ) ;
+ public final void rule__Page__PseudoPageAssignment_2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8021:1: ( ( rulepseudo_page ) )
+ // InternalCSS.g:8022:1: ( rulepseudo_page )
+ {
+ // InternalCSS.g:8022:1: ( rulepseudo_page )
+ // InternalCSS.g:8023:1: rulepseudo_page
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getPageAccess().getPseudoPagePseudo_pageParserRuleCall_2_0());
+ }
+ pushFollow(FOLLOW_2);
+ rulepseudo_page();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getPageAccess().getPseudoPagePseudo_pageParserRuleCall_2_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Page__PseudoPageAssignment_2"
+
+
+ // $ANTLR start "rule__Page__DeclarationsAssignment_4"
+ // InternalCSS.g:8032:1: rule__Page__DeclarationsAssignment_4 : ( rulecss_declaration ) ;
+ public final void rule__Page__DeclarationsAssignment_4() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8036:1: ( ( rulecss_declaration ) )
+ // InternalCSS.g:8037:1: ( rulecss_declaration )
+ {
+ // InternalCSS.g:8037:1: ( rulecss_declaration )
+ // InternalCSS.g:8038:1: rulecss_declaration
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getPageAccess().getDeclarationsCss_declarationParserRuleCall_4_0());
+ }
+ pushFollow(FOLLOW_2);
+ rulecss_declaration();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getPageAccess().getDeclarationsCss_declarationParserRuleCall_4_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Page__DeclarationsAssignment_4"
+
+
+ // $ANTLR start "rule__Page__DeclarationsAssignment_5_1"
+ // InternalCSS.g:8047:1: rule__Page__DeclarationsAssignment_5_1 : ( rulecss_declaration ) ;
+ public final void rule__Page__DeclarationsAssignment_5_1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8051:1: ( ( rulecss_declaration ) )
+ // InternalCSS.g:8052:1: ( rulecss_declaration )
+ {
+ // InternalCSS.g:8052:1: ( rulecss_declaration )
+ // InternalCSS.g:8053:1: rulecss_declaration
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getPageAccess().getDeclarationsCss_declarationParserRuleCall_5_1_0());
+ }
+ pushFollow(FOLLOW_2);
+ rulecss_declaration();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getPageAccess().getDeclarationsCss_declarationParserRuleCall_5_1_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Page__DeclarationsAssignment_5_1"
+
+
+ // $ANTLR start "rule__Media__MedialistAssignment_1"
+ // InternalCSS.g:8062:1: rule__Media__MedialistAssignment_1 : ( rulemedia_list ) ;
+ public final void rule__Media__MedialistAssignment_1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8066:1: ( ( rulemedia_list ) )
+ // InternalCSS.g:8067:1: ( rulemedia_list )
+ {
+ // InternalCSS.g:8067:1: ( rulemedia_list )
+ // InternalCSS.g:8068:1: rulemedia_list
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getMediaAccess().getMedialistMedia_listParserRuleCall_1_0());
+ }
+ pushFollow(FOLLOW_2);
+ rulemedia_list();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getMediaAccess().getMedialistMedia_listParserRuleCall_1_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Media__MedialistAssignment_1"
+
+
+ // $ANTLR start "rule__Media__RulesetsAssignment_3"
+ // InternalCSS.g:8077:1: rule__Media__RulesetsAssignment_3 : ( ruleruleset ) ;
+ public final void rule__Media__RulesetsAssignment_3() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8081:1: ( ( ruleruleset ) )
+ // InternalCSS.g:8082:1: ( ruleruleset )
+ {
+ // InternalCSS.g:8082:1: ( ruleruleset )
+ // InternalCSS.g:8083:1: ruleruleset
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getMediaAccess().getRulesetsRulesetParserRuleCall_3_0());
+ }
+ pushFollow(FOLLOW_2);
+ ruleruleset();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getMediaAccess().getRulesetsRulesetParserRuleCall_3_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Media__RulesetsAssignment_3"
+
+
+ // $ANTLR start "rule__Font_face__DeclarationsAssignment_3"
+ // InternalCSS.g:8092:1: rule__Font_face__DeclarationsAssignment_3 : ( rulecss_declaration ) ;
+ public final void rule__Font_face__DeclarationsAssignment_3() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8096:1: ( ( rulecss_declaration ) )
+ // InternalCSS.g:8097:1: ( rulecss_declaration )
+ {
+ // InternalCSS.g:8097:1: ( rulecss_declaration )
+ // InternalCSS.g:8098:1: rulecss_declaration
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getFont_faceAccess().getDeclarationsCss_declarationParserRuleCall_3_0());
+ }
+ pushFollow(FOLLOW_2);
+ rulecss_declaration();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getFont_faceAccess().getDeclarationsCss_declarationParserRuleCall_3_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Font_face__DeclarationsAssignment_3"
+
+
+ // $ANTLR start "rule__Font_face__DeclarationsAssignment_4_1"
+ // InternalCSS.g:8107:1: rule__Font_face__DeclarationsAssignment_4_1 : ( rulecss_declaration ) ;
+ public final void rule__Font_face__DeclarationsAssignment_4_1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8111:1: ( ( rulecss_declaration ) )
+ // InternalCSS.g:8112:1: ( rulecss_declaration )
+ {
+ // InternalCSS.g:8112:1: ( rulecss_declaration )
+ // InternalCSS.g:8113:1: rulecss_declaration
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getFont_faceAccess().getDeclarationsCss_declarationParserRuleCall_4_1_0());
+ }
+ pushFollow(FOLLOW_2);
+ rulecss_declaration();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getFont_faceAccess().getDeclarationsCss_declarationParserRuleCall_4_1_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Font_face__DeclarationsAssignment_4_1"
+
+
+ // $ANTLR start "rule__Keyframes__NameAssignment_2"
+ // InternalCSS.g:8122:1: rule__Keyframes__NameAssignment_2 : ( ruleIdentifier ) ;
+ public final void rule__Keyframes__NameAssignment_2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8126:1: ( ( ruleIdentifier ) )
+ // InternalCSS.g:8127:1: ( ruleIdentifier )
+ {
+ // InternalCSS.g:8127:1: ( ruleIdentifier )
+ // InternalCSS.g:8128:1: ruleIdentifier
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getKeyframesAccess().getNameIdentifierParserRuleCall_2_0());
+ }
+ pushFollow(FOLLOW_2);
+ ruleIdentifier();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getKeyframesAccess().getNameIdentifierParserRuleCall_2_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Keyframes__NameAssignment_2"
+
+
+ // $ANTLR start "rule__Keyframes__KeyframeselectorsAssignment_4"
+ // InternalCSS.g:8137:1: rule__Keyframes__KeyframeselectorsAssignment_4 : ( rulekeyframe_selector ) ;
+ public final void rule__Keyframes__KeyframeselectorsAssignment_4() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8141:1: ( ( rulekeyframe_selector ) )
+ // InternalCSS.g:8142:1: ( rulekeyframe_selector )
+ {
+ // InternalCSS.g:8142:1: ( rulekeyframe_selector )
+ // InternalCSS.g:8143:1: rulekeyframe_selector
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getKeyframesAccess().getKeyframeselectorsKeyframe_selectorParserRuleCall_4_0());
+ }
+ pushFollow(FOLLOW_2);
+ rulekeyframe_selector();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getKeyframesAccess().getKeyframeselectorsKeyframe_selectorParserRuleCall_4_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Keyframes__KeyframeselectorsAssignment_4"
+
+
+ // $ANTLR start "rule__Keyframes__KeyframeselectorsAssignment_5_1"
+ // InternalCSS.g:8152:1: rule__Keyframes__KeyframeselectorsAssignment_5_1 : ( rulekeyframe_selector ) ;
+ public final void rule__Keyframes__KeyframeselectorsAssignment_5_1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8156:1: ( ( rulekeyframe_selector ) )
+ // InternalCSS.g:8157:1: ( rulekeyframe_selector )
+ {
+ // InternalCSS.g:8157:1: ( rulekeyframe_selector )
+ // InternalCSS.g:8158:1: rulekeyframe_selector
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getKeyframesAccess().getKeyframeselectorsKeyframe_selectorParserRuleCall_5_1_0());
+ }
+ pushFollow(FOLLOW_2);
+ rulekeyframe_selector();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getKeyframesAccess().getKeyframeselectorsKeyframe_selectorParserRuleCall_5_1_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Keyframes__KeyframeselectorsAssignment_5_1"
+
+
+ // $ANTLR start "rule__Keyframe_selector__TypeAssignment_0_0"
+ // InternalCSS.g:8167:1: rule__Keyframe_selector__TypeAssignment_0_0 : ( ruleIdentifier ) ;
+ public final void rule__Keyframe_selector__TypeAssignment_0_0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8171:1: ( ( ruleIdentifier ) )
+ // InternalCSS.g:8172:1: ( ruleIdentifier )
+ {
+ // InternalCSS.g:8172:1: ( ruleIdentifier )
+ // InternalCSS.g:8173:1: ruleIdentifier
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getKeyframe_selectorAccess().getTypeIdentifierParserRuleCall_0_0_0());
+ }
+ pushFollow(FOLLOW_2);
+ ruleIdentifier();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getKeyframe_selectorAccess().getTypeIdentifierParserRuleCall_0_0_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Keyframe_selector__TypeAssignment_0_0"
+
+
+ // $ANTLR start "rule__Keyframe_selector__PercentageAssignment_0_1_0"
+ // InternalCSS.g:8182:1: rule__Keyframe_selector__PercentageAssignment_0_1_0 : ( ruleNum ) ;
+ public final void rule__Keyframe_selector__PercentageAssignment_0_1_0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8186:1: ( ( ruleNum ) )
+ // InternalCSS.g:8187:1: ( ruleNum )
+ {
+ // InternalCSS.g:8187:1: ( ruleNum )
+ // InternalCSS.g:8188:1: ruleNum
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getKeyframe_selectorAccess().getPercentageNumParserRuleCall_0_1_0_0());
+ }
+ pushFollow(FOLLOW_2);
+ ruleNum();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getKeyframe_selectorAccess().getPercentageNumParserRuleCall_0_1_0_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Keyframe_selector__PercentageAssignment_0_1_0"
+
+
+ // $ANTLR start "rule__Keyframe_selector__DeclarationsAssignment_2"
+ // InternalCSS.g:8197:1: rule__Keyframe_selector__DeclarationsAssignment_2 : ( rulecss_declaration ) ;
+ public final void rule__Keyframe_selector__DeclarationsAssignment_2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8201:1: ( ( rulecss_declaration ) )
+ // InternalCSS.g:8202:1: ( rulecss_declaration )
+ {
+ // InternalCSS.g:8202:1: ( rulecss_declaration )
+ // InternalCSS.g:8203:1: rulecss_declaration
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getKeyframe_selectorAccess().getDeclarationsCss_declarationParserRuleCall_2_0());
+ }
+ pushFollow(FOLLOW_2);
+ rulecss_declaration();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getKeyframe_selectorAccess().getDeclarationsCss_declarationParserRuleCall_2_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Keyframe_selector__DeclarationsAssignment_2"
+
+
+ // $ANTLR start "rule__Keyframe_selector__DeclarationsAssignment_3_1"
+ // InternalCSS.g:8212:1: rule__Keyframe_selector__DeclarationsAssignment_3_1 : ( rulecss_declaration ) ;
+ public final void rule__Keyframe_selector__DeclarationsAssignment_3_1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8216:1: ( ( rulecss_declaration ) )
+ // InternalCSS.g:8217:1: ( rulecss_declaration )
+ {
+ // InternalCSS.g:8217:1: ( rulecss_declaration )
+ // InternalCSS.g:8218:1: rulecss_declaration
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getKeyframe_selectorAccess().getDeclarationsCss_declarationParserRuleCall_3_1_0());
+ }
+ pushFollow(FOLLOW_2);
+ rulecss_declaration();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getKeyframe_selectorAccess().getDeclarationsCss_declarationParserRuleCall_3_1_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Keyframe_selector__DeclarationsAssignment_3_1"
+
+
+ // $ANTLR start "rule__Ruleset__SelectorsAssignment_0"
+ // InternalCSS.g:8227:1: rule__Ruleset__SelectorsAssignment_0 : ( ruleselector ) ;
+ public final void rule__Ruleset__SelectorsAssignment_0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8231:1: ( ( ruleselector ) )
+ // InternalCSS.g:8232:1: ( ruleselector )
+ {
+ // InternalCSS.g:8232:1: ( ruleselector )
+ // InternalCSS.g:8233:1: ruleselector
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getRulesetAccess().getSelectorsSelectorParserRuleCall_0_0());
+ }
+ pushFollow(FOLLOW_2);
+ ruleselector();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getRulesetAccess().getSelectorsSelectorParserRuleCall_0_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Ruleset__SelectorsAssignment_0"
+
+
+ // $ANTLR start "rule__Ruleset__SelectorsAssignment_1_2"
+ // InternalCSS.g:8242:1: rule__Ruleset__SelectorsAssignment_1_2 : ( ruleselector ) ;
+ public final void rule__Ruleset__SelectorsAssignment_1_2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8246:1: ( ( ruleselector ) )
+ // InternalCSS.g:8247:1: ( ruleselector )
+ {
+ // InternalCSS.g:8247:1: ( ruleselector )
+ // InternalCSS.g:8248:1: ruleselector
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getRulesetAccess().getSelectorsSelectorParserRuleCall_1_2_0());
+ }
+ pushFollow(FOLLOW_2);
+ ruleselector();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getRulesetAccess().getSelectorsSelectorParserRuleCall_1_2_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Ruleset__SelectorsAssignment_1_2"
+
+
+ // $ANTLR start "rule__Ruleset__DeclarationsAssignment_4_0"
+ // InternalCSS.g:8257:1: rule__Ruleset__DeclarationsAssignment_4_0 : ( rulecss_declaration ) ;
+ public final void rule__Ruleset__DeclarationsAssignment_4_0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8261:1: ( ( rulecss_declaration ) )
+ // InternalCSS.g:8262:1: ( rulecss_declaration )
+ {
+ // InternalCSS.g:8262:1: ( rulecss_declaration )
+ // InternalCSS.g:8263:1: rulecss_declaration
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getRulesetAccess().getDeclarationsCss_declarationParserRuleCall_4_0_0());
+ }
+ pushFollow(FOLLOW_2);
+ rulecss_declaration();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getRulesetAccess().getDeclarationsCss_declarationParserRuleCall_4_0_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Ruleset__DeclarationsAssignment_4_0"
+
+
+ // $ANTLR start "rule__Ruleset__DeclarationsAssignment_4_1_1"
+ // InternalCSS.g:8272:1: rule__Ruleset__DeclarationsAssignment_4_1_1 : ( rulecss_declaration ) ;
+ public final void rule__Ruleset__DeclarationsAssignment_4_1_1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8276:1: ( ( rulecss_declaration ) )
+ // InternalCSS.g:8277:1: ( rulecss_declaration )
+ {
+ // InternalCSS.g:8277:1: ( rulecss_declaration )
+ // InternalCSS.g:8278:1: rulecss_declaration
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getRulesetAccess().getDeclarationsCss_declarationParserRuleCall_4_1_1_0());
+ }
+ pushFollow(FOLLOW_2);
+ rulecss_declaration();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getRulesetAccess().getDeclarationsCss_declarationParserRuleCall_4_1_1_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Ruleset__DeclarationsAssignment_4_1_1"
+
+
+ // $ANTLR start "rule__Selector__SimpleselectorsAssignment_0"
+ // InternalCSS.g:8287:1: rule__Selector__SimpleselectorsAssignment_0 : ( rulesimple_selector ) ;
+ public final void rule__Selector__SimpleselectorsAssignment_0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8291:1: ( ( rulesimple_selector ) )
+ // InternalCSS.g:8292:1: ( rulesimple_selector )
+ {
+ // InternalCSS.g:8292:1: ( rulesimple_selector )
+ // InternalCSS.g:8293:1: rulesimple_selector
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSelectorAccess().getSimpleselectorsSimple_selectorParserRuleCall_0_0());
+ }
+ pushFollow(FOLLOW_2);
+ rulesimple_selector();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSelectorAccess().getSimpleselectorsSimple_selectorParserRuleCall_0_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Selector__SimpleselectorsAssignment_0"
+
+
+ // $ANTLR start "rule__Selector__CombinatorAssignment_1_0_0"
+ // InternalCSS.g:8302:1: rule__Selector__CombinatorAssignment_1_0_0 : ( rulecombinator ) ;
+ public final void rule__Selector__CombinatorAssignment_1_0_0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8306:1: ( ( rulecombinator ) )
+ // InternalCSS.g:8307:1: ( rulecombinator )
+ {
+ // InternalCSS.g:8307:1: ( rulecombinator )
+ // InternalCSS.g:8308:1: rulecombinator
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSelectorAccess().getCombinatorCombinatorParserRuleCall_1_0_0_0());
+ }
+ pushFollow(FOLLOW_2);
+ rulecombinator();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSelectorAccess().getCombinatorCombinatorParserRuleCall_1_0_0_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Selector__CombinatorAssignment_1_0_0"
+
+
+ // $ANTLR start "rule__Selector__SelectorAssignment_1_0_2"
+ // InternalCSS.g:8317:1: rule__Selector__SelectorAssignment_1_0_2 : ( ruleselector ) ;
+ public final void rule__Selector__SelectorAssignment_1_0_2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8321:1: ( ( ruleselector ) )
+ // InternalCSS.g:8322:1: ( ruleselector )
+ {
+ // InternalCSS.g:8322:1: ( ruleselector )
+ // InternalCSS.g:8323:1: ruleselector
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSelectorAccess().getSelectorSelectorParserRuleCall_1_0_2_0());
+ }
+ pushFollow(FOLLOW_2);
+ ruleselector();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSelectorAccess().getSelectorSelectorParserRuleCall_1_0_2_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Selector__SelectorAssignment_1_0_2"
+
+
+ // $ANTLR start "rule__Selector__CombinatorAssignment_1_1_1_0"
+ // InternalCSS.g:8332:1: rule__Selector__CombinatorAssignment_1_1_1_0 : ( rulecombinator ) ;
+ public final void rule__Selector__CombinatorAssignment_1_1_1_0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8336:1: ( ( rulecombinator ) )
+ // InternalCSS.g:8337:1: ( rulecombinator )
+ {
+ // InternalCSS.g:8337:1: ( rulecombinator )
+ // InternalCSS.g:8338:1: rulecombinator
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSelectorAccess().getCombinatorCombinatorParserRuleCall_1_1_1_0_0());
+ }
+ pushFollow(FOLLOW_2);
+ rulecombinator();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSelectorAccess().getCombinatorCombinatorParserRuleCall_1_1_1_0_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Selector__CombinatorAssignment_1_1_1_0"
+
+
+ // $ANTLR start "rule__Selector__SelectorAssignment_1_1_2"
+ // InternalCSS.g:8347:1: rule__Selector__SelectorAssignment_1_1_2 : ( ruleselector ) ;
+ public final void rule__Selector__SelectorAssignment_1_1_2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8351:1: ( ( ruleselector ) )
+ // InternalCSS.g:8352:1: ( ruleselector )
+ {
+ // InternalCSS.g:8352:1: ( ruleselector )
+ // InternalCSS.g:8353:1: ruleselector
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSelectorAccess().getSelectorSelectorParserRuleCall_1_1_2_0());
+ }
+ pushFollow(FOLLOW_2);
+ ruleselector();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSelectorAccess().getSelectorSelectorParserRuleCall_1_1_2_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Selector__SelectorAssignment_1_1_2"
+
+
+ // $ANTLR start "rule__SimpleSelectorForNegation__ElementAssignment_0_0_0"
+ // InternalCSS.g:8362:1: rule__SimpleSelectorForNegation__ElementAssignment_0_0_0 : ( ruleElementSelector ) ;
+ public final void rule__SimpleSelectorForNegation__ElementAssignment_0_0_0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8366:1: ( ( ruleElementSelector ) )
+ // InternalCSS.g:8367:1: ( ruleElementSelector )
+ {
+ // InternalCSS.g:8367:1: ( ruleElementSelector )
+ // InternalCSS.g:8368:1: ruleElementSelector
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSimpleSelectorForNegationAccess().getElementElementSelectorParserRuleCall_0_0_0_0());
+ }
+ pushFollow(FOLLOW_2);
+ ruleElementSelector();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSimpleSelectorForNegationAccess().getElementElementSelectorParserRuleCall_0_0_0_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__SimpleSelectorForNegation__ElementAssignment_0_0_0"
+
+
+ // $ANTLR start "rule__SimpleSelectorForNegation__UniversalAssignment_0_0_1"
+ // InternalCSS.g:8377:1: rule__SimpleSelectorForNegation__UniversalAssignment_0_0_1 : ( ruleUniversalSelector ) ;
+ public final void rule__SimpleSelectorForNegation__UniversalAssignment_0_0_1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8381:1: ( ( ruleUniversalSelector ) )
+ // InternalCSS.g:8382:1: ( ruleUniversalSelector )
+ {
+ // InternalCSS.g:8382:1: ( ruleUniversalSelector )
+ // InternalCSS.g:8383:1: ruleUniversalSelector
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSimpleSelectorForNegationAccess().getUniversalUniversalSelectorParserRuleCall_0_0_1_0());
+ }
+ pushFollow(FOLLOW_2);
+ ruleUniversalSelector();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSimpleSelectorForNegationAccess().getUniversalUniversalSelectorParserRuleCall_0_0_1_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__SimpleSelectorForNegation__UniversalAssignment_0_0_1"
+
+
+ // $ANTLR start "rule__SimpleSelectorForNegation__SubSelectorsAssignment_0_1"
+ // InternalCSS.g:8392:1: rule__SimpleSelectorForNegation__SubSelectorsAssignment_0_1 : ( ruleSubSelectorForNegation ) ;
+ public final void rule__SimpleSelectorForNegation__SubSelectorsAssignment_0_1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8396:1: ( ( ruleSubSelectorForNegation ) )
+ // InternalCSS.g:8397:1: ( ruleSubSelectorForNegation )
+ {
+ // InternalCSS.g:8397:1: ( ruleSubSelectorForNegation )
+ // InternalCSS.g:8398:1: ruleSubSelectorForNegation
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSimpleSelectorForNegationAccess().getSubSelectorsSubSelectorForNegationParserRuleCall_0_1_0());
+ }
+ pushFollow(FOLLOW_2);
+ ruleSubSelectorForNegation();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSimpleSelectorForNegationAccess().getSubSelectorsSubSelectorForNegationParserRuleCall_0_1_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__SimpleSelectorForNegation__SubSelectorsAssignment_0_1"
+
+
+ // $ANTLR start "rule__SimpleSelectorForNegation__SubSelectorsAssignment_1"
+ // InternalCSS.g:8407:1: rule__SimpleSelectorForNegation__SubSelectorsAssignment_1 : ( ruleSubSelectorForNegation ) ;
+ public final void rule__SimpleSelectorForNegation__SubSelectorsAssignment_1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8411:1: ( ( ruleSubSelectorForNegation ) )
+ // InternalCSS.g:8412:1: ( ruleSubSelectorForNegation )
+ {
+ // InternalCSS.g:8412:1: ( ruleSubSelectorForNegation )
+ // InternalCSS.g:8413:1: ruleSubSelectorForNegation
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSimpleSelectorForNegationAccess().getSubSelectorsSubSelectorForNegationParserRuleCall_1_0());
+ }
+ pushFollow(FOLLOW_2);
+ ruleSubSelectorForNegation();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSimpleSelectorForNegationAccess().getSubSelectorsSubSelectorForNegationParserRuleCall_1_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__SimpleSelectorForNegation__SubSelectorsAssignment_1"
+
+
+ // $ANTLR start "rule__Simple_selector__ElementAssignment_0_0_0"
+ // InternalCSS.g:8422:1: rule__Simple_selector__ElementAssignment_0_0_0 : ( ruleElementSelector ) ;
+ public final void rule__Simple_selector__ElementAssignment_0_0_0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8426:1: ( ( ruleElementSelector ) )
+ // InternalCSS.g:8427:1: ( ruleElementSelector )
+ {
+ // InternalCSS.g:8427:1: ( ruleElementSelector )
+ // InternalCSS.g:8428:1: ruleElementSelector
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSimple_selectorAccess().getElementElementSelectorParserRuleCall_0_0_0_0());
+ }
+ pushFollow(FOLLOW_2);
+ ruleElementSelector();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSimple_selectorAccess().getElementElementSelectorParserRuleCall_0_0_0_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Simple_selector__ElementAssignment_0_0_0"
+
+
+ // $ANTLR start "rule__Simple_selector__UniversalAssignment_0_0_1"
+ // InternalCSS.g:8437:1: rule__Simple_selector__UniversalAssignment_0_0_1 : ( ruleUniversalSelector ) ;
+ public final void rule__Simple_selector__UniversalAssignment_0_0_1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8441:1: ( ( ruleUniversalSelector ) )
+ // InternalCSS.g:8442:1: ( ruleUniversalSelector )
+ {
+ // InternalCSS.g:8442:1: ( ruleUniversalSelector )
+ // InternalCSS.g:8443:1: ruleUniversalSelector
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSimple_selectorAccess().getUniversalUniversalSelectorParserRuleCall_0_0_1_0());
+ }
+ pushFollow(FOLLOW_2);
+ ruleUniversalSelector();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSimple_selectorAccess().getUniversalUniversalSelectorParserRuleCall_0_0_1_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Simple_selector__UniversalAssignment_0_0_1"
+
+
+ // $ANTLR start "rule__Simple_selector__SubSelectorsAssignment_0_1"
+ // InternalCSS.g:8452:1: rule__Simple_selector__SubSelectorsAssignment_0_1 : ( ruleSubSelector ) ;
+ public final void rule__Simple_selector__SubSelectorsAssignment_0_1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8456:1: ( ( ruleSubSelector ) )
+ // InternalCSS.g:8457:1: ( ruleSubSelector )
+ {
+ // InternalCSS.g:8457:1: ( ruleSubSelector )
+ // InternalCSS.g:8458:1: ruleSubSelector
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSimple_selectorAccess().getSubSelectorsSubSelectorParserRuleCall_0_1_0());
+ }
+ pushFollow(FOLLOW_2);
+ ruleSubSelector();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSimple_selectorAccess().getSubSelectorsSubSelectorParserRuleCall_0_1_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Simple_selector__SubSelectorsAssignment_0_1"
+
+
+ // $ANTLR start "rule__Simple_selector__SubSelectorsAssignment_1"
+ // InternalCSS.g:8467:1: rule__Simple_selector__SubSelectorsAssignment_1 : ( ruleSubSelector ) ;
+ public final void rule__Simple_selector__SubSelectorsAssignment_1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8471:1: ( ( ruleSubSelector ) )
+ // InternalCSS.g:8472:1: ( ruleSubSelector )
+ {
+ // InternalCSS.g:8472:1: ( ruleSubSelector )
+ // InternalCSS.g:8473:1: ruleSubSelector
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSimple_selectorAccess().getSubSelectorsSubSelectorParserRuleCall_1_0());
+ }
+ pushFollow(FOLLOW_2);
+ ruleSubSelector();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSimple_selectorAccess().getSubSelectorsSubSelectorParserRuleCall_1_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Simple_selector__SubSelectorsAssignment_1"
+
+
+ // $ANTLR start "rule__AttributeSelector__NameAssignment_2"
+ // InternalCSS.g:8482:1: rule__AttributeSelector__NameAssignment_2 : ( ruleIdentifier ) ;
+ public final void rule__AttributeSelector__NameAssignment_2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8486:1: ( ( ruleIdentifier ) )
+ // InternalCSS.g:8487:1: ( ruleIdentifier )
+ {
+ // InternalCSS.g:8487:1: ( ruleIdentifier )
+ // InternalCSS.g:8488:1: ruleIdentifier
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getAttributeSelectorAccess().getNameIdentifierParserRuleCall_2_0());
+ }
+ pushFollow(FOLLOW_2);
+ ruleIdentifier();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getAttributeSelectorAccess().getNameIdentifierParserRuleCall_2_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AttributeSelector__NameAssignment_2"
+
+
+ // $ANTLR start "rule__AttributeSelector__OpAssignment_3_0"
+ // InternalCSS.g:8497:1: rule__AttributeSelector__OpAssignment_3_0 : ( ( rule__AttributeSelector__OpAlternatives_3_0_0 ) ) ;
+ public final void rule__AttributeSelector__OpAssignment_3_0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8501:1: ( ( ( rule__AttributeSelector__OpAlternatives_3_0_0 ) ) )
+ // InternalCSS.g:8502:1: ( ( rule__AttributeSelector__OpAlternatives_3_0_0 ) )
+ {
+ // InternalCSS.g:8502:1: ( ( rule__AttributeSelector__OpAlternatives_3_0_0 ) )
+ // InternalCSS.g:8503:1: ( rule__AttributeSelector__OpAlternatives_3_0_0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getAttributeSelectorAccess().getOpAlternatives_3_0_0());
+ }
+ // InternalCSS.g:8504:1: ( rule__AttributeSelector__OpAlternatives_3_0_0 )
+ // InternalCSS.g:8504:2: rule__AttributeSelector__OpAlternatives_3_0_0
+ {
+ pushFollow(FOLLOW_2);
+ rule__AttributeSelector__OpAlternatives_3_0_0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getAttributeSelectorAccess().getOpAlternatives_3_0_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AttributeSelector__OpAssignment_3_0"
+
+
+ // $ANTLR start "rule__AttributeSelector__ValueAssignment_3_1"
+ // InternalCSS.g:8513:1: rule__AttributeSelector__ValueAssignment_3_1 : ( ( rule__AttributeSelector__ValueAlternatives_3_1_0 ) ) ;
+ public final void rule__AttributeSelector__ValueAssignment_3_1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8517:1: ( ( ( rule__AttributeSelector__ValueAlternatives_3_1_0 ) ) )
+ // InternalCSS.g:8518:1: ( ( rule__AttributeSelector__ValueAlternatives_3_1_0 ) )
+ {
+ // InternalCSS.g:8518:1: ( ( rule__AttributeSelector__ValueAlternatives_3_1_0 ) )
+ // InternalCSS.g:8519:1: ( rule__AttributeSelector__ValueAlternatives_3_1_0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getAttributeSelectorAccess().getValueAlternatives_3_1_0());
+ }
+ // InternalCSS.g:8520:1: ( rule__AttributeSelector__ValueAlternatives_3_1_0 )
+ // InternalCSS.g:8520:2: rule__AttributeSelector__ValueAlternatives_3_1_0
+ {
+ pushFollow(FOLLOW_2);
+ rule__AttributeSelector__ValueAlternatives_3_1_0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getAttributeSelectorAccess().getValueAlternatives_3_1_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AttributeSelector__ValueAssignment_3_1"
+
+
+ // $ANTLR start "rule__ClassSelector__NameAssignment_2"
+ // InternalCSS.g:8529:1: rule__ClassSelector__NameAssignment_2 : ( ruleIdentifier ) ;
+ public final void rule__ClassSelector__NameAssignment_2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8533:1: ( ( ruleIdentifier ) )
+ // InternalCSS.g:8534:1: ( ruleIdentifier )
+ {
+ // InternalCSS.g:8534:1: ( ruleIdentifier )
+ // InternalCSS.g:8535:1: ruleIdentifier
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getClassSelectorAccess().getNameIdentifierParserRuleCall_2_0());
+ }
+ pushFollow(FOLLOW_2);
+ ruleIdentifier();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getClassSelectorAccess().getNameIdentifierParserRuleCall_2_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ClassSelector__NameAssignment_2"
+
+
+ // $ANTLR start "rule__ElementSelector__NameAssignment_1"
+ // InternalCSS.g:8544:1: rule__ElementSelector__NameAssignment_1 : ( ruleIdentifier ) ;
+ public final void rule__ElementSelector__NameAssignment_1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8548:1: ( ( ruleIdentifier ) )
+ // InternalCSS.g:8549:1: ( ruleIdentifier )
+ {
+ // InternalCSS.g:8549:1: ( ruleIdentifier )
+ // InternalCSS.g:8550:1: ruleIdentifier
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getElementSelectorAccess().getNameIdentifierParserRuleCall_1_0());
+ }
+ pushFollow(FOLLOW_2);
+ ruleIdentifier();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getElementSelectorAccess().getNameIdentifierParserRuleCall_1_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ElementSelector__NameAssignment_1"
+
+
+ // $ANTLR start "rule__UniversalSelector__NamespaceAssignment_1"
+ // InternalCSS.g:8559:1: rule__UniversalSelector__NamespaceAssignment_1 : ( rulecss_namespace_prefix ) ;
+ public final void rule__UniversalSelector__NamespaceAssignment_1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8563:1: ( ( rulecss_namespace_prefix ) )
+ // InternalCSS.g:8564:1: ( rulecss_namespace_prefix )
+ {
+ // InternalCSS.g:8564:1: ( rulecss_namespace_prefix )
+ // InternalCSS.g:8565:1: rulecss_namespace_prefix
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getUniversalSelectorAccess().getNamespaceCss_namespace_prefixParserRuleCall_1_0());
+ }
+ pushFollow(FOLLOW_2);
+ rulecss_namespace_prefix();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getUniversalSelectorAccess().getNamespaceCss_namespace_prefixParserRuleCall_1_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__UniversalSelector__NamespaceAssignment_1"
+
+
+ // $ANTLR start "rule__IdSelector__NameAssignment_2"
+ // InternalCSS.g:8574:1: rule__IdSelector__NameAssignment_2 : ( ruleIdentifier ) ;
+ public final void rule__IdSelector__NameAssignment_2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8578:1: ( ( ruleIdentifier ) )
+ // InternalCSS.g:8579:1: ( ruleIdentifier )
+ {
+ // InternalCSS.g:8579:1: ( ruleIdentifier )
+ // InternalCSS.g:8580:1: ruleIdentifier
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getIdSelectorAccess().getNameIdentifierParserRuleCall_2_0());
+ }
+ pushFollow(FOLLOW_2);
+ ruleIdentifier();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getIdSelectorAccess().getNameIdentifierParserRuleCall_2_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__IdSelector__NameAssignment_2"
+
+
+ // $ANTLR start "rule__Css_declaration__PropertyAssignment_1"
+ // InternalCSS.g:8589:1: rule__Css_declaration__PropertyAssignment_1 : ( rulecss_property ) ;
+ public final void rule__Css_declaration__PropertyAssignment_1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8593:1: ( ( rulecss_property ) )
+ // InternalCSS.g:8594:1: ( rulecss_property )
+ {
+ // InternalCSS.g:8594:1: ( rulecss_property )
+ // InternalCSS.g:8595:1: rulecss_property
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getCss_declarationAccess().getPropertyCss_propertyParserRuleCall_1_0());
+ }
+ pushFollow(FOLLOW_2);
+ rulecss_property();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getCss_declarationAccess().getPropertyCss_propertyParserRuleCall_1_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Css_declaration__PropertyAssignment_1"
+
+
+ // $ANTLR start "rule__Css_declaration__ValueTokensAssignment_4"
+ // InternalCSS.g:8604:1: rule__Css_declaration__ValueTokensAssignment_4 : ( ruleCssTok ) ;
+ public final void rule__Css_declaration__ValueTokensAssignment_4() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8608:1: ( ( ruleCssTok ) )
+ // InternalCSS.g:8609:1: ( ruleCssTok )
+ {
+ // InternalCSS.g:8609:1: ( ruleCssTok )
+ // InternalCSS.g:8610:1: ruleCssTok
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getCss_declarationAccess().getValueTokensCssTokParserRuleCall_4_0());
+ }
+ pushFollow(FOLLOW_2);
+ ruleCssTok();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getCss_declarationAccess().getValueTokensCssTokParserRuleCall_4_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Css_declaration__ValueTokensAssignment_4"
+
+
+ // $ANTLR start "rule__Css_declaration__ImportantAssignment_5"
+ // InternalCSS.g:8619:1: rule__Css_declaration__ImportantAssignment_5 : ( RULE_IMPORTANT_SYM ) ;
+ public final void rule__Css_declaration__ImportantAssignment_5() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8623:1: ( ( RULE_IMPORTANT_SYM ) )
+ // InternalCSS.g:8624:1: ( RULE_IMPORTANT_SYM )
+ {
+ // InternalCSS.g:8624:1: ( RULE_IMPORTANT_SYM )
+ // InternalCSS.g:8625:1: RULE_IMPORTANT_SYM
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getCss_declarationAccess().getImportantIMPORTANT_SYMTerminalRuleCall_5_0());
+ }
+ match(input,RULE_IMPORTANT_SYM,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getCss_declarationAccess().getImportantIMPORTANT_SYMTerminalRuleCall_5_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Css_declaration__ImportantAssignment_5"
+
+
+ // $ANTLR start "rule__Css_property__NameAssignment_1"
+ // InternalCSS.g:8634:1: rule__Css_property__NameAssignment_1 : ( ruleValidPropertyIdent ) ;
+ public final void rule__Css_property__NameAssignment_1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8638:1: ( ( ruleValidPropertyIdent ) )
+ // InternalCSS.g:8639:1: ( ruleValidPropertyIdent )
+ {
+ // InternalCSS.g:8639:1: ( ruleValidPropertyIdent )
+ // InternalCSS.g:8640:1: ruleValidPropertyIdent
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getCss_propertyAccess().getNameValidPropertyIdentParserRuleCall_1_0());
+ }
+ pushFollow(FOLLOW_2);
+ ruleValidPropertyIdent();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getCss_propertyAccess().getNameValidPropertyIdentParserRuleCall_1_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__Css_property__NameAssignment_1"
+
+
+ // $ANTLR start "rule__PseudoClassName__NameAssignment"
+ // InternalCSS.g:8649:1: rule__PseudoClassName__NameAssignment : ( ruleIdentifier ) ;
+ public final void rule__PseudoClassName__NameAssignment() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8653:1: ( ( ruleIdentifier ) )
+ // InternalCSS.g:8654:1: ( ruleIdentifier )
+ {
+ // InternalCSS.g:8654:1: ( ruleIdentifier )
+ // InternalCSS.g:8655:1: ruleIdentifier
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getPseudoClassNameAccess().getNameIdentifierParserRuleCall_0());
+ }
+ pushFollow(FOLLOW_2);
+ ruleIdentifier();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getPseudoClassNameAccess().getNameIdentifierParserRuleCall_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__PseudoClassName__NameAssignment"
+
+
+ // $ANTLR start "rule__PseudoClassFunction__NotAssignment_0_0"
+ // InternalCSS.g:8664:1: rule__PseudoClassFunction__NotAssignment_0_0 : ( ruleNotFunctionCall ) ;
+ public final void rule__PseudoClassFunction__NotAssignment_0_0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8668:1: ( ( ruleNotFunctionCall ) )
+ // InternalCSS.g:8669:1: ( ruleNotFunctionCall )
+ {
+ // InternalCSS.g:8669:1: ( ruleNotFunctionCall )
+ // InternalCSS.g:8670:1: ruleNotFunctionCall
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getPseudoClassFunctionAccess().getNotNotFunctionCallParserRuleCall_0_0_0());
+ }
+ pushFollow(FOLLOW_2);
+ ruleNotFunctionCall();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getPseudoClassFunctionAccess().getNotNotFunctionCallParserRuleCall_0_0_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__PseudoClassFunction__NotAssignment_0_0"
+
+
+ // $ANTLR start "rule__PseudoClassFunction__ParamSelectorAssignment_0_1"
+ // InternalCSS.g:8679:1: rule__PseudoClassFunction__ParamSelectorAssignment_0_1 : ( ruleSimpleSelectorForNegation ) ;
+ public final void rule__PseudoClassFunction__ParamSelectorAssignment_0_1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8683:1: ( ( ruleSimpleSelectorForNegation ) )
+ // InternalCSS.g:8684:1: ( ruleSimpleSelectorForNegation )
+ {
+ // InternalCSS.g:8684:1: ( ruleSimpleSelectorForNegation )
+ // InternalCSS.g:8685:1: ruleSimpleSelectorForNegation
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getPseudoClassFunctionAccess().getParamSelectorSimpleSelectorForNegationParserRuleCall_0_1_0());
+ }
+ pushFollow(FOLLOW_2);
+ ruleSimpleSelectorForNegation();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getPseudoClassFunctionAccess().getParamSelectorSimpleSelectorForNegationParserRuleCall_0_1_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__PseudoClassFunction__ParamSelectorAssignment_0_1"
+
+
+ // $ANTLR start "rule__PseudoClassFunction__NameAssignment_1_1"
+ // InternalCSS.g:8694:1: rule__PseudoClassFunction__NameAssignment_1_1 : ( ruleIdentifier ) ;
+ public final void rule__PseudoClassFunction__NameAssignment_1_1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8698:1: ( ( ruleIdentifier ) )
+ // InternalCSS.g:8699:1: ( ruleIdentifier )
+ {
+ // InternalCSS.g:8699:1: ( ruleIdentifier )
+ // InternalCSS.g:8700:1: ruleIdentifier
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getPseudoClassFunctionAccess().getNameIdentifierParserRuleCall_1_1_0());
+ }
+ pushFollow(FOLLOW_2);
+ ruleIdentifier();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getPseudoClassFunctionAccess().getNameIdentifierParserRuleCall_1_1_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__PseudoClassFunction__NameAssignment_1_1"
+
+
+ // $ANTLR start "rule__PseudoClassFunction__ParamsAssignment_1_3"
+ // InternalCSS.g:8709:1: rule__PseudoClassFunction__ParamsAssignment_1_3 : ( ruleCssTok ) ;
+ public final void rule__PseudoClassFunction__ParamsAssignment_1_3() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8713:1: ( ( ruleCssTok ) )
+ // InternalCSS.g:8714:1: ( ruleCssTok )
+ {
+ // InternalCSS.g:8714:1: ( ruleCssTok )
+ // InternalCSS.g:8715:1: ruleCssTok
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getPseudoClassFunctionAccess().getParamsCssTokParserRuleCall_1_3_0());
+ }
+ pushFollow(FOLLOW_2);
+ ruleCssTok();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getPseudoClassFunctionAccess().getParamsCssTokParserRuleCall_1_3_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__PseudoClassFunction__ParamsAssignment_1_3"
+
+
+ // $ANTLR start "rule__SymbolTok__SymbolAssignment_1"
+ // InternalCSS.g:8724:1: rule__SymbolTok__SymbolAssignment_1 : ( ( rule__SymbolTok__SymbolAlternatives_1_0 ) ) ;
+ public final void rule__SymbolTok__SymbolAssignment_1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8728:1: ( ( ( rule__SymbolTok__SymbolAlternatives_1_0 ) ) )
+ // InternalCSS.g:8729:1: ( ( rule__SymbolTok__SymbolAlternatives_1_0 ) )
+ {
+ // InternalCSS.g:8729:1: ( ( rule__SymbolTok__SymbolAlternatives_1_0 ) )
+ // InternalCSS.g:8730:1: ( rule__SymbolTok__SymbolAlternatives_1_0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getSymbolTokAccess().getSymbolAlternatives_1_0());
+ }
+ // InternalCSS.g:8731:1: ( rule__SymbolTok__SymbolAlternatives_1_0 )
+ // InternalCSS.g:8731:2: rule__SymbolTok__SymbolAlternatives_1_0
+ {
+ pushFollow(FOLLOW_2);
+ rule__SymbolTok__SymbolAlternatives_1_0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getSymbolTokAccess().getSymbolAlternatives_1_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__SymbolTok__SymbolAssignment_1"
+
+
+ // $ANTLR start "rule__StringTok__ValueAssignment_1"
+ // InternalCSS.g:8740:1: rule__StringTok__ValueAssignment_1 : ( RULE_CSSSTRING ) ;
+ public final void rule__StringTok__ValueAssignment_1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8744:1: ( ( RULE_CSSSTRING ) )
+ // InternalCSS.g:8745:1: ( RULE_CSSSTRING )
+ {
+ // InternalCSS.g:8745:1: ( RULE_CSSSTRING )
+ // InternalCSS.g:8746:1: RULE_CSSSTRING
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getStringTokAccess().getValueCSSSTRINGTerminalRuleCall_1_0());
+ }
+ match(input,RULE_CSSSTRING,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getStringTokAccess().getValueCSSSTRINGTerminalRuleCall_1_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__StringTok__ValueAssignment_1"
+
+
+ // $ANTLR start "rule__NumberTok__ValAssignment_1"
+ // InternalCSS.g:8755:1: rule__NumberTok__ValAssignment_1 : ( ruleNum ) ;
+ public final void rule__NumberTok__ValAssignment_1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8759:1: ( ( ruleNum ) )
+ // InternalCSS.g:8760:1: ( ruleNum )
+ {
+ // InternalCSS.g:8760:1: ( ruleNum )
+ // InternalCSS.g:8761:1: ruleNum
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getNumberTokAccess().getValNumParserRuleCall_1_0());
+ }
+ pushFollow(FOLLOW_2);
+ ruleNum();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getNumberTokAccess().getValNumParserRuleCall_1_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__NumberTok__ValAssignment_1"
+
+
+ // $ANTLR start "rule__UrlTok__UrlAssignment_1"
+ // InternalCSS.g:8770:1: rule__UrlTok__UrlAssignment_1 : ( ruleURLType ) ;
+ public final void rule__UrlTok__UrlAssignment_1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8774:1: ( ( ruleURLType ) )
+ // InternalCSS.g:8775:1: ( ruleURLType )
+ {
+ // InternalCSS.g:8775:1: ( ruleURLType )
+ // InternalCSS.g:8776:1: ruleURLType
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getUrlTokAccess().getUrlURLTypeParserRuleCall_1_0());
+ }
+ pushFollow(FOLLOW_2);
+ ruleURLType();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getUrlTokAccess().getUrlURLTypeParserRuleCall_1_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__UrlTok__UrlAssignment_1"
+
+
+ // $ANTLR start "rule__ColorTok__ValueAssignment_1"
+ // InternalCSS.g:8785:1: rule__ColorTok__ValueAssignment_1 : ( ruleHex ) ;
+ public final void rule__ColorTok__ValueAssignment_1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8789:1: ( ( ruleHex ) )
+ // InternalCSS.g:8790:1: ( ruleHex )
+ {
+ // InternalCSS.g:8790:1: ( ruleHex )
+ // InternalCSS.g:8791:1: ruleHex
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getColorTokAccess().getValueHexParserRuleCall_1_0());
+ }
+ pushFollow(FOLLOW_2);
+ ruleHex();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getColorTokAccess().getValueHexParserRuleCall_1_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ColorTok__ValueAssignment_1"
+
+
+ // $ANTLR start "rule__IdentifierOrFuncTok__NameAssignment_1"
+ // InternalCSS.g:8800:1: rule__IdentifierOrFuncTok__NameAssignment_1 : ( ruleIdentifier ) ;
+ public final void rule__IdentifierOrFuncTok__NameAssignment_1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8804:1: ( ( ruleIdentifier ) )
+ // InternalCSS.g:8805:1: ( ruleIdentifier )
+ {
+ // InternalCSS.g:8805:1: ( ruleIdentifier )
+ // InternalCSS.g:8806:1: ruleIdentifier
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getIdentifierOrFuncTokAccess().getNameIdentifierParserRuleCall_1_0());
+ }
+ pushFollow(FOLLOW_2);
+ ruleIdentifier();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getIdentifierOrFuncTokAccess().getNameIdentifierParserRuleCall_1_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__IdentifierOrFuncTok__NameAssignment_1"
+
+
+ // $ANTLR start "rule__IdentifierOrFuncTok__ParamsAssignment_2_2"
+ // InternalCSS.g:8815:1: rule__IdentifierOrFuncTok__ParamsAssignment_2_2 : ( ruleCssTok ) ;
+ public final void rule__IdentifierOrFuncTok__ParamsAssignment_2_2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8819:1: ( ( ruleCssTok ) )
+ // InternalCSS.g:8820:1: ( ruleCssTok )
+ {
+ // InternalCSS.g:8820:1: ( ruleCssTok )
+ // InternalCSS.g:8821:1: ruleCssTok
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getIdentifierOrFuncTokAccess().getParamsCssTokParserRuleCall_2_2_0());
+ }
+ pushFollow(FOLLOW_2);
+ ruleCssTok();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getIdentifierOrFuncTokAccess().getParamsCssTokParserRuleCall_2_2_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__IdentifierOrFuncTok__ParamsAssignment_2_2"
+
+
+ // $ANTLR start "rule__URLType__UrlAssignment_1"
+ // InternalCSS.g:8830:1: rule__URLType__UrlAssignment_1 : ( ruleValidURL ) ;
+ public final void rule__URLType__UrlAssignment_1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalCSS.g:8834:1: ( ( ruleValidURL ) )
+ // InternalCSS.g:8835:1: ( ruleValidURL )
+ {
+ // InternalCSS.g:8835:1: ( ruleValidURL )
+ // InternalCSS.g:8836:1: ruleValidURL
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getURLTypeAccess().getUrlValidURLParserRuleCall_1_0());
+ }
+ pushFollow(FOLLOW_2);
+ ruleValidURL();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getURLTypeAccess().getUrlValidURLParserRuleCall_1_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__URLType__UrlAssignment_1"
+
+ // $ANTLR start synpred134_InternalCSS
+ public final void synpred134_InternalCSS_fragment() throws RecognitionException {
+ // InternalCSS.g:7453:2: ( rule__Identifier__Group_2__0 )
+ // InternalCSS.g:7453:2: rule__Identifier__Group_2__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__Identifier__Group_2__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+ }
+ // $ANTLR end synpred134_InternalCSS
+
+ // $ANTLR start synpred136_InternalCSS
+ public final void synpred136_InternalCSS_fragment() throws RecognitionException {
+ // InternalCSS.g:7615:3: ( RULE_ONE_INT )
+ // InternalCSS.g:7615:3: RULE_ONE_INT
+ {
+ match(input,RULE_ONE_INT,FOLLOW_2); if (state.failed) return ;
+
+ }
+ }
+ // $ANTLR end synpred136_InternalCSS
+
+ // $ANTLR start synpred137_InternalCSS
+ public final void synpred137_InternalCSS_fragment() throws RecognitionException {
+ // InternalCSS.g:7655:3: ( RULE_ONE_INT )
+ // InternalCSS.g:7655:3: RULE_ONE_INT
+ {
+ match(input,RULE_ONE_INT,FOLLOW_2); if (state.failed) return ;
+
+ }
+ }
+ // $ANTLR end synpred137_InternalCSS
+
+ // $ANTLR start synpred138_InternalCSS
+ public final void synpred138_InternalCSS_fragment() throws RecognitionException {
+ // InternalCSS.g:7684:2: ( rule__Num__Group_1_1_1__0 )
+ // InternalCSS.g:7684:2: rule__Num__Group_1_1_1__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__Num__Group_1_1_1__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+ }
+ // $ANTLR end synpred138_InternalCSS
+
+ // $ANTLR start synpred139_InternalCSS
+ public final void synpred139_InternalCSS_fragment() throws RecognitionException {
+ // InternalCSS.g:7753:3: ( RULE_ONE_INT )
+ // InternalCSS.g:7753:3: RULE_ONE_INT
+ {
+ match(input,RULE_ONE_INT,FOLLOW_2); if (state.failed) return ;
+
+ }
+ }
+ // $ANTLR end synpred139_InternalCSS
+
+ // $ANTLR start synpred140_InternalCSS
+ public final void synpred140_InternalCSS_fragment() throws RecognitionException {
+ // InternalCSS.g:7821:2: ( rule__Hex__Group_1__0 )
+ // InternalCSS.g:7821:2: rule__Hex__Group_1__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__Hex__Group_1__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+ }
+ // $ANTLR end synpred140_InternalCSS
+
+ // Delegated rules
+
+ public final boolean synpred139_InternalCSS() {
+ state.backtracking++;
+ int start = input.mark();
+ try {
+ synpred139_InternalCSS_fragment(); // can never throw exception
+ } catch (RecognitionException re) {
+ System.err.println("impossible: "+re);
+ }
+ boolean success = !state.failed;
+ input.rewind(start);
+ state.backtracking--;
+ state.failed=false;
+ return success;
+ }
+ public final boolean synpred134_InternalCSS() {
+ state.backtracking++;
+ int start = input.mark();
+ try {
+ synpred134_InternalCSS_fragment(); // can never throw exception
+ } catch (RecognitionException re) {
+ System.err.println("impossible: "+re);
+ }
+ boolean success = !state.failed;
+ input.rewind(start);
+ state.backtracking--;
+ state.failed=false;
+ return success;
+ }
+ public final boolean synpred138_InternalCSS() {
+ state.backtracking++;
+ int start = input.mark();
+ try {
+ synpred138_InternalCSS_fragment(); // can never throw exception
+ } catch (RecognitionException re) {
+ System.err.println("impossible: "+re);
+ }
+ boolean success = !state.failed;
+ input.rewind(start);
+ state.backtracking--;
+ state.failed=false;
+ return success;
+ }
+ public final boolean synpred136_InternalCSS() {
+ state.backtracking++;
+ int start = input.mark();
+ try {
+ synpred136_InternalCSS_fragment(); // can never throw exception
+ } catch (RecognitionException re) {
+ System.err.println("impossible: "+re);
+ }
+ boolean success = !state.failed;
+ input.rewind(start);
+ state.backtracking--;
+ state.failed=false;
+ return success;
+ }
+ public final boolean synpred137_InternalCSS() {
+ state.backtracking++;
+ int start = input.mark();
+ try {
+ synpred137_InternalCSS_fragment(); // can never throw exception
+ } catch (RecognitionException re) {
+ System.err.println("impossible: "+re);
+ }
+ boolean success = !state.failed;
+ input.rewind(start);
+ state.backtracking--;
+ state.failed=false;
+ return success;
+ }
+ public final boolean synpred140_InternalCSS() {
+ state.backtracking++;
+ int start = input.mark();
+ try {
+ synpred140_InternalCSS_fragment(); // can never throw exception
+ } catch (RecognitionException re) {
+ System.err.println("impossible: "+re);
+ }
+ boolean success = !state.failed;
+ input.rewind(start);
+ state.backtracking--;
+ state.failed=false;
+ return success;
+ }
+
+
+ protected DFA13 dfa13 = new DFA13(this);
+ protected DFA17 dfa17 = new DFA17(this);
+ protected DFA22 dfa22 = new DFA22(this);
+ protected DFA58 dfa58 = new DFA58(this);
+ protected DFA64 dfa64 = new DFA64(this);
+ protected DFA83 dfa83 = new DFA83(this);
+ static final String dfa_1s = "\24\uffff";
+ static final String dfa_2s = "\2\uffff\7\23\1\uffff\11\23\1\uffff";
+ static final String dfa_3s = "\1\12\1\13\7\12\1\uffff\11\12\1\uffff";
+ static final String dfa_4s = "\1\74\1\64\7\75\1\uffff\11\75\1\uffff";
+ static final String dfa_5s = "\11\uffff\1\2\11\uffff\1\1";
+ static final String dfa_6s = "\24\uffff}>";
+ static final String[] dfa_7s = {
+ "\1\1\1\2\2\uffff\1\3\1\4\24\uffff\1\11\14\uffff\1\5\1\6\1\7\1\10\7\uffff\1\11",
+ "\1\2\2\uffff\1\3\1\4\41\uffff\1\5\1\6\1\7\1\10",
+ "\1\13\1\12\2\23\1\14\1\15\1\16\26\uffff\1\23\2\uffff\1\23\6\uffff\1\17\1\20\1\21\1\22\7\uffff\1\11\1\23",
+ "\1\13\1\12\2\23\1\14\1\15\1\16\26\uffff\1\23\2\uffff\1\23\6\uffff\1\17\1\20\1\21\1\22\7\uffff\1\11\1\23",
+ "\1\13\1\12\2\23\1\14\1\15\1\16\26\uffff\1\23\2\uffff\1\23\6\uffff\1\17\1\20\1\21\1\22\7\uffff\1\11\1\23",
+ "\1\13\1\12\2\23\1\14\1\15\1\16\26\uffff\1\23\2\uffff\1\23\6\uffff\1\17\1\20\1\21\1\22\7\uffff\1\11\1\23",
+ "\1\13\1\12\2\23\1\14\1\15\1\16\26\uffff\1\23\2\uffff\1\23\6\uffff\1\17\1\20\1\21\1\22\7\uffff\1\11\1\23",
+ "\1\13\1\12\2\23\1\14\1\15\1\16\26\uffff\1\23\2\uffff\1\23\6\uffff\1\17\1\20\1\21\1\22\7\uffff\1\11\1\23",
+ "\1\13\1\12\2\23\1\14\1\15\1\16\26\uffff\1\23\2\uffff\1\23\6\uffff\1\17\1\20\1\21\1\22\7\uffff\1\11\1\23",
+ "",
+ "\1\13\1\12\2\23\1\14\1\15\1\16\26\uffff\1\23\2\uffff\1\23\6\uffff\1\17\1\20\1\21\1\22\7\uffff\1\11\1\23",
+ "\1\13\1\12\2\23\1\14\1\15\1\16\26\uffff\1\23\2\uffff\1\23\6\uffff\1\17\1\20\1\21\1\22\7\uffff\1\11\1\23",
+ "\1\13\1\12\2\23\1\14\1\15\1\16\26\uffff\1\23\2\uffff\1\23\6\uffff\1\17\1\20\1\21\1\22\7\uffff\1\11\1\23",
+ "\1\13\1\12\2\23\1\14\1\15\1\16\26\uffff\1\23\2\uffff\1\23\6\uffff\1\17\1\20\1\21\1\22\7\uffff\1\11\1\23",
+ "\1\13\1\12\2\23\1\14\1\15\1\16\26\uffff\1\23\2\uffff\1\23\6\uffff\1\17\1\20\1\21\1\22\7\uffff\1\11\1\23",
+ "\1\13\1\12\2\23\1\14\1\15\1\16\26\uffff\1\23\2\uffff\1\23\6\uffff\1\17\1\20\1\21\1\22\7\uffff\1\11\1\23",
+ "\1\13\1\12\2\23\1\14\1\15\1\16\26\uffff\1\23\2\uffff\1\23\6\uffff\1\17\1\20\1\21\1\22\7\uffff\1\11\1\23",
+ "\1\13\1\12\2\23\1\14\1\15\1\16\26\uffff\1\23\2\uffff\1\23\6\uffff\1\17\1\20\1\21\1\22\7\uffff\1\11\1\23",
+ "\1\13\1\12\2\23\1\14\1\15\1\16\26\uffff\1\23\2\uffff\1\23\6\uffff\1\17\1\20\1\21\1\22\7\uffff\1\11\1\23",
+ ""
+ };
+
+ static final short[] dfa_1 = DFA.unpackEncodedString(dfa_1s);
+ static final short[] dfa_2 = DFA.unpackEncodedString(dfa_2s);
+ static final char[] dfa_3 = DFA.unpackEncodedStringToUnsignedChars(dfa_3s);
+ static final char[] dfa_4 = DFA.unpackEncodedStringToUnsignedChars(dfa_4s);
+ static final short[] dfa_5 = DFA.unpackEncodedString(dfa_5s);
+ static final short[] dfa_6 = DFA.unpackEncodedString(dfa_6s);
+ static final short[][] dfa_7 = unpackEncodedStringArray(dfa_7s);
+
+ class DFA13 extends DFA {
+
+ public DFA13(BaseRecognizer recognizer) {
+ this.recognizer = recognizer;
+ this.decisionNumber = 13;
+ this.eot = dfa_1;
+ this.eof = dfa_2;
+ this.min = dfa_3;
+ this.max = dfa_4;
+ this.accept = dfa_5;
+ this.special = dfa_6;
+ this.transition = dfa_7;
+ }
+ public String getDescription() {
+ return "1672:1: rule__SimpleSelectorForNegation__Alternatives_0_0 : ( ( ( rule__SimpleSelectorForNegation__ElementAssignment_0_0_0 ) ) | ( ( rule__SimpleSelectorForNegation__UniversalAssignment_0_0_1 ) ) );";
+ }
+ }
+ static final String dfa_8s = "\1\12\1\13\7\7\1\uffff\11\7\1\uffff";
+ static final String dfa_9s = "\1\74\1\64\7\74\1\uffff\11\74\1\uffff";
+ static final String[] dfa_10s = {
+ "\1\1\1\2\2\uffff\1\3\1\4\24\uffff\1\11\14\uffff\1\5\1\6\1\7\1\10\7\uffff\1\11",
+ "\1\2\2\uffff\1\3\1\4\41\uffff\1\5\1\6\1\7\1\10",
+ "\2\23\1\uffff\1\13\1\12\2\23\1\14\1\15\1\16\1\23\23\uffff\3\23\2\uffff\1\23\6\uffff\1\17\1\20\1\21\1\22\5\uffff\1\23\1\uffff\1\11",
+ "\2\23\1\uffff\1\13\1\12\2\23\1\14\1\15\1\16\1\23\23\uffff\3\23\2\uffff\1\23\6\uffff\1\17\1\20\1\21\1\22\5\uffff\1\23\1\uffff\1\11",
+ "\2\23\1\uffff\1\13\1\12\2\23\1\14\1\15\1\16\1\23\23\uffff\3\23\2\uffff\1\23\6\uffff\1\17\1\20\1\21\1\22\5\uffff\1\23\1\uffff\1\11",
+ "\2\23\1\uffff\1\13\1\12\2\23\1\14\1\15\1\16\1\23\23\uffff\3\23\2\uffff\1\23\6\uffff\1\17\1\20\1\21\1\22\5\uffff\1\23\1\uffff\1\11",
+ "\2\23\1\uffff\1\13\1\12\2\23\1\14\1\15\1\16\1\23\23\uffff\3\23\2\uffff\1\23\6\uffff\1\17\1\20\1\21\1\22\5\uffff\1\23\1\uffff\1\11",
+ "\2\23\1\uffff\1\13\1\12\2\23\1\14\1\15\1\16\1\23\23\uffff\3\23\2\uffff\1\23\6\uffff\1\17\1\20\1\21\1\22\5\uffff\1\23\1\uffff\1\11",
+ "\2\23\1\uffff\1\13\1\12\2\23\1\14\1\15\1\16\1\23\23\uffff\3\23\2\uffff\1\23\6\uffff\1\17\1\20\1\21\1\22\5\uffff\1\23\1\uffff\1\11",
+ "",
+ "\2\23\1\uffff\1\13\1\12\2\23\1\14\1\15\1\16\1\23\23\uffff\3\23\2\uffff\1\23\6\uffff\1\17\1\20\1\21\1\22\5\uffff\1\23\1\uffff\1\11",
+ "\2\23\1\uffff\1\13\1\12\2\23\1\14\1\15\1\16\1\23\23\uffff\3\23\2\uffff\1\23\6\uffff\1\17\1\20\1\21\1\22\5\uffff\1\23\1\uffff\1\11",
+ "\2\23\1\uffff\1\13\1\12\2\23\1\14\1\15\1\16\1\23\23\uffff\3\23\2\uffff\1\23\6\uffff\1\17\1\20\1\21\1\22\5\uffff\1\23\1\uffff\1\11",
+ "\2\23\1\uffff\1\13\1\12\2\23\1\14\1\15\1\16\1\23\23\uffff\3\23\2\uffff\1\23\6\uffff\1\17\1\20\1\21\1\22\5\uffff\1\23\1\uffff\1\11",
+ "\2\23\1\uffff\1\13\1\12\2\23\1\14\1\15\1\16\1\23\23\uffff\3\23\2\uffff\1\23\6\uffff\1\17\1\20\1\21\1\22\5\uffff\1\23\1\uffff\1\11",
+ "\2\23\1\uffff\1\13\1\12\2\23\1\14\1\15\1\16\1\23\23\uffff\3\23\2\uffff\1\23\6\uffff\1\17\1\20\1\21\1\22\5\uffff\1\23\1\uffff\1\11",
+ "\2\23\1\uffff\1\13\1\12\2\23\1\14\1\15\1\16\1\23\23\uffff\3\23\2\uffff\1\23\6\uffff\1\17\1\20\1\21\1\22\5\uffff\1\23\1\uffff\1\11",
+ "\2\23\1\uffff\1\13\1\12\2\23\1\14\1\15\1\16\1\23\23\uffff\3\23\2\uffff\1\23\6\uffff\1\17\1\20\1\21\1\22\5\uffff\1\23\1\uffff\1\11",
+ "\2\23\1\uffff\1\13\1\12\2\23\1\14\1\15\1\16\1\23\23\uffff\3\23\2\uffff\1\23\6\uffff\1\17\1\20\1\21\1\22\5\uffff\1\23\1\uffff\1\11",
+ ""
+ };
+ static final char[] dfa_8 = DFA.unpackEncodedStringToUnsignedChars(dfa_8s);
+ static final char[] dfa_9 = DFA.unpackEncodedStringToUnsignedChars(dfa_9s);
+ static final short[][] dfa_10 = unpackEncodedStringArray(dfa_10s);
+
+ class DFA17 extends DFA {
+
+ public DFA17(BaseRecognizer recognizer) {
+ this.recognizer = recognizer;
+ this.decisionNumber = 17;
+ this.eot = dfa_1;
+ this.eof = dfa_2;
+ this.min = dfa_8;
+ this.max = dfa_9;
+ this.accept = dfa_5;
+ this.special = dfa_6;
+ this.transition = dfa_10;
+ }
+ public String getDescription() {
+ return "1757:1: rule__Simple_selector__Alternatives_0_0 : ( ( ( rule__Simple_selector__ElementAssignment_0_0_0 ) ) | ( ( rule__Simple_selector__UniversalAssignment_0_0_1 ) ) );";
+ }
+ }
+ static final String dfa_11s = "\25\uffff";
+ static final String dfa_12s = "\3\uffff\7\12\2\uffff\11\12";
+ static final String dfa_13s = "\1\14\1\12\1\13\7\7\2\uffff\11\7";
+ static final String dfa_14s = "\1\14\1\77\1\64\7\76\2\uffff\11\76";
+ static final String dfa_15s = "\12\uffff\1\1\1\2\11\uffff";
+ static final String dfa_16s = "\25\uffff}>";
+ static final String[] dfa_17s = {
+ "\1\1",
+ "\1\2\1\3\1\12\1\uffff\1\4\1\5\41\uffff\1\6\1\7\1\10\1\11\12\uffff\1\13",
+ "\1\3\2\uffff\1\4\1\5\41\uffff\1\6\1\7\1\10\1\11",
+ "\2\12\1\uffff\1\15\1\14\2\12\1\16\1\17\1\20\1\12\23\uffff\3\12\2\uffff\1\12\6\uffff\1\21\1\22\1\23\1\24\5\uffff\1\12\3\uffff\1\13",
+ "\2\12\1\uffff\1\15\1\14\2\12\1\16\1\17\1\20\1\12\23\uffff\3\12\2\uffff\1\12\6\uffff\1\21\1\22\1\23\1\24\5\uffff\1\12\3\uffff\1\13",
+ "\2\12\1\uffff\1\15\1\14\2\12\1\16\1\17\1\20\1\12\23\uffff\3\12\2\uffff\1\12\6\uffff\1\21\1\22\1\23\1\24\5\uffff\1\12\3\uffff\1\13",
+ "\2\12\1\uffff\1\15\1\14\2\12\1\16\1\17\1\20\1\12\23\uffff\3\12\2\uffff\1\12\6\uffff\1\21\1\22\1\23\1\24\5\uffff\1\12\3\uffff\1\13",
+ "\2\12\1\uffff\1\15\1\14\2\12\1\16\1\17\1\20\1\12\23\uffff\3\12\2\uffff\1\12\6\uffff\1\21\1\22\1\23\1\24\5\uffff\1\12\3\uffff\1\13",
+ "\2\12\1\uffff\1\15\1\14\2\12\1\16\1\17\1\20\1\12\23\uffff\3\12\2\uffff\1\12\6\uffff\1\21\1\22\1\23\1\24\5\uffff\1\12\3\uffff\1\13",
+ "\2\12\1\uffff\1\15\1\14\2\12\1\16\1\17\1\20\1\12\23\uffff\3\12\2\uffff\1\12\6\uffff\1\21\1\22\1\23\1\24\5\uffff\1\12\3\uffff\1\13",
+ "",
+ "",
+ "\2\12\1\uffff\1\15\1\14\2\12\1\16\1\17\1\20\1\12\23\uffff\3\12\2\uffff\1\12\6\uffff\1\21\1\22\1\23\1\24\5\uffff\1\12\3\uffff\1\13",
+ "\2\12\1\uffff\1\15\1\14\2\12\1\16\1\17\1\20\1\12\23\uffff\3\12\2\uffff\1\12\6\uffff\1\21\1\22\1\23\1\24\5\uffff\1\12\3\uffff\1\13",
+ "\2\12\1\uffff\1\15\1\14\2\12\1\16\1\17\1\20\1\12\23\uffff\3\12\2\uffff\1\12\6\uffff\1\21\1\22\1\23\1\24\5\uffff\1\12\3\uffff\1\13",
+ "\2\12\1\uffff\1\15\1\14\2\12\1\16\1\17\1\20\1\12\23\uffff\3\12\2\uffff\1\12\6\uffff\1\21\1\22\1\23\1\24\5\uffff\1\12\3\uffff\1\13",
+ "\2\12\1\uffff\1\15\1\14\2\12\1\16\1\17\1\20\1\12\23\uffff\3\12\2\uffff\1\12\6\uffff\1\21\1\22\1\23\1\24\5\uffff\1\12\3\uffff\1\13",
+ "\2\12\1\uffff\1\15\1\14\2\12\1\16\1\17\1\20\1\12\23\uffff\3\12\2\uffff\1\12\6\uffff\1\21\1\22\1\23\1\24\5\uffff\1\12\3\uffff\1\13",
+ "\2\12\1\uffff\1\15\1\14\2\12\1\16\1\17\1\20\1\12\23\uffff\3\12\2\uffff\1\12\6\uffff\1\21\1\22\1\23\1\24\5\uffff\1\12\3\uffff\1\13",
+ "\2\12\1\uffff\1\15\1\14\2\12\1\16\1\17\1\20\1\12\23\uffff\3\12\2\uffff\1\12\6\uffff\1\21\1\22\1\23\1\24\5\uffff\1\12\3\uffff\1\13",
+ "\2\12\1\uffff\1\15\1\14\2\12\1\16\1\17\1\20\1\12\23\uffff\3\12\2\uffff\1\12\6\uffff\1\21\1\22\1\23\1\24\5\uffff\1\12\3\uffff\1\13"
+ };
+
+ static final short[] dfa_11 = DFA.unpackEncodedString(dfa_11s);
+ static final short[] dfa_12 = DFA.unpackEncodedString(dfa_12s);
+ static final char[] dfa_13 = DFA.unpackEncodedStringToUnsignedChars(dfa_13s);
+ static final char[] dfa_14 = DFA.unpackEncodedStringToUnsignedChars(dfa_14s);
+ static final short[] dfa_15 = DFA.unpackEncodedString(dfa_15s);
+ static final short[] dfa_16 = DFA.unpackEncodedString(dfa_16s);
+ static final short[][] dfa_17 = unpackEncodedStringArray(dfa_17s);
+
+ class DFA22 extends DFA {
+
+ public DFA22(BaseRecognizer recognizer) {
+ this.recognizer = recognizer;
+ this.decisionNumber = 22;
+ this.eot = dfa_11;
+ this.eof = dfa_12;
+ this.min = dfa_13;
+ this.max = dfa_14;
+ this.accept = dfa_15;
+ this.special = dfa_16;
+ this.transition = dfa_17;
+ }
+ public String getDescription() {
+ return "1913:1: rule__PseudoClassOrFunc__Alternatives : ( ( rulePseudoClass ) | ( rulePseudoClassFunction ) );";
+ }
+ }
+ static final String dfa_18s = "\4\uffff";
+ static final String dfa_19s = "\2\10\2\uffff";
+ static final String dfa_20s = "\2\72\2\uffff";
+ static final String dfa_21s = "\2\uffff\1\2\1\1";
+ static final String dfa_22s = "\4\uffff}>";
+ static final String[] dfa_23s = {
+ "\1\3\10\uffff\1\1\50\uffff\1\2",
+ "\1\3\10\uffff\1\1\50\uffff\1\2",
+ "",
+ ""
+ };
+
+ static final short[] dfa_18 = DFA.unpackEncodedString(dfa_18s);
+ static final char[] dfa_19 = DFA.unpackEncodedStringToUnsignedChars(dfa_19s);
+ static final char[] dfa_20 = DFA.unpackEncodedStringToUnsignedChars(dfa_20s);
+ static final short[] dfa_21 = DFA.unpackEncodedString(dfa_21s);
+ static final short[] dfa_22 = DFA.unpackEncodedString(dfa_22s);
+ static final short[][] dfa_23 = unpackEncodedStringArray(dfa_23s);
+
+ class DFA58 extends DFA {
+
+ public DFA58(BaseRecognizer recognizer) {
+ this.recognizer = recognizer;
+ this.decisionNumber = 58;
+ this.eot = dfa_18;
+ this.eof = dfa_18;
+ this.min = dfa_19;
+ this.max = dfa_20;
+ this.accept = dfa_21;
+ this.special = dfa_22;
+ this.transition = dfa_23;
+ }
+ public String getDescription() {
+ return "()* loopback of 4398:1: ( rule__Ruleset__Group_1__0 )*";
+ }
+ }
+ static final String dfa_24s = "\5\uffff";
+ static final String dfa_25s = "\1\3\4\uffff";
+ static final String dfa_26s = "\1\7\1\uffff\1\7\1\uffff\1\7";
+ static final String dfa_27s = "\1\72\1\uffff\1\74\1\uffff\1\74";
+ static final String dfa_28s = "\1\uffff\1\1\1\uffff\1\2\1\uffff";
+ static final String dfa_29s = "\5\uffff}>";
+ static final String[] dfa_30s = {
+ "\1\1\1\3\10\uffff\1\2\23\uffff\2\1\23\uffff\1\3",
+ "",
+ "\1\1\1\3\1\uffff\6\1\1\uffff\1\4\22\uffff\4\1\2\uffff\1\1\6\uffff\4\1\5\uffff\1\3\1\uffff\1\1",
+ "",
+ "\1\1\1\3\1\uffff\6\1\1\uffff\1\4\22\uffff\4\1\2\uffff\1\1\6\uffff\4\1\5\uffff\1\3\1\uffff\1\1"
+ };
+
+ static final short[] dfa_24 = DFA.unpackEncodedString(dfa_24s);
+ static final short[] dfa_25 = DFA.unpackEncodedString(dfa_25s);
+ static final char[] dfa_26 = DFA.unpackEncodedStringToUnsignedChars(dfa_26s);
+ static final char[] dfa_27 = DFA.unpackEncodedStringToUnsignedChars(dfa_27s);
+ static final short[] dfa_28 = DFA.unpackEncodedString(dfa_28s);
+ static final short[] dfa_29 = DFA.unpackEncodedString(dfa_29s);
+ static final short[][] dfa_30 = unpackEncodedStringArray(dfa_30s);
+
+ class DFA64 extends DFA {
+
+ public DFA64(BaseRecognizer recognizer) {
+ this.recognizer = recognizer;
+ this.decisionNumber = 64;
+ this.eot = dfa_24;
+ this.eof = dfa_25;
+ this.min = dfa_26;
+ this.max = dfa_27;
+ this.accept = dfa_28;
+ this.special = dfa_29;
+ this.transition = dfa_30;
+ }
+ public String getDescription() {
+ return "4835:1: ( rule__Selector__Alternatives_1 )?";
+ }
+ }
+ static final String dfa_31s = "\14\uffff";
+ static final String dfa_32s = "\1\1\13\uffff";
+ static final String dfa_33s = "\1\4\1\uffff\11\0\1\uffff";
+ static final String dfa_34s = "\1\100\1\uffff\11\0\1\uffff";
+ static final String dfa_35s = "\1\uffff\1\2\11\uffff\1\1";
+ static final String dfa_36s = "\2\uffff\1\3\1\5\1\4\1\10\1\6\1\0\1\7\1\1\1\2\1\uffff}>";
+ static final String[] dfa_37s = {
+ "\6\1\1\2\1\3\2\1\1\4\1\5\1\12\2\1\15\uffff\4\1\1\uffff\3\1\2\uffff\2\1\4\uffff\1\1\1\6\1\7\1\10\1\11\5\uffff\5\1\1\uffff\1\1",
+ "",
+ "\1\uffff",
+ "\1\uffff",
+ "\1\uffff",
+ "\1\uffff",
+ "\1\uffff",
+ "\1\uffff",
+ "\1\uffff",
+ "\1\uffff",
+ "\1\uffff",
+ ""
+ };
+
+ static final short[] dfa_31 = DFA.unpackEncodedString(dfa_31s);
+ static final short[] dfa_32 = DFA.unpackEncodedString(dfa_32s);
+ static final char[] dfa_33 = DFA.unpackEncodedStringToUnsignedChars(dfa_33s);
+ static final char[] dfa_34 = DFA.unpackEncodedStringToUnsignedChars(dfa_34s);
+ static final short[] dfa_35 = DFA.unpackEncodedString(dfa_35s);
+ static final short[] dfa_36 = DFA.unpackEncodedString(dfa_36s);
+ static final short[][] dfa_37 = unpackEncodedStringArray(dfa_37s);
+
+ class DFA83 extends DFA {
+
+ public DFA83(BaseRecognizer recognizer) {
+ this.recognizer = recognizer;
+ this.decisionNumber = 83;
+ this.eot = dfa_31;
+ this.eof = dfa_32;
+ this.min = dfa_33;
+ this.max = dfa_34;
+ this.accept = dfa_35;
+ this.special = dfa_36;
+ this.transition = dfa_37;
+ }
+ public String getDescription() {
+ return "()* loopback of 7453:1: ( rule__Identifier__Group_2__0 )*";
+ }
+ public int specialStateTransition(int s, IntStream _input) throws NoViableAltException {
+ TokenStream input = (TokenStream)_input;
+ int _s = s;
+ switch ( s ) {
+ case 0 :
+ int LA83_7 = input.LA(1);
+
+
+ int index83_7 = input.index();
+ input.rewind();
+ s = -1;
+ if ( (synpred134_InternalCSS()) ) {s = 11;}
+
+ else if ( (true) ) {s = 1;}
+
+
+ input.seek(index83_7);
+ if ( s>=0 ) return s;
+ break;
+ case 1 :
+ int LA83_9 = input.LA(1);
+
+
+ int index83_9 = input.index();
+ input.rewind();
+ s = -1;
+ if ( (synpred134_InternalCSS()) ) {s = 11;}
+
+ else if ( (true) ) {s = 1;}
+
+
+ input.seek(index83_9);
+ if ( s>=0 ) return s;
+ break;
+ case 2 :
+ int LA83_10 = input.LA(1);
+
+
+ int index83_10 = input.index();
+ input.rewind();
+ s = -1;
+ if ( (synpred134_InternalCSS()) ) {s = 11;}
+
+ else if ( (true) ) {s = 1;}
+
+
+ input.seek(index83_10);
+ if ( s>=0 ) return s;
+ break;
+ case 3 :
+ int LA83_2 = input.LA(1);
+
+
+ int index83_2 = input.index();
+ input.rewind();
+ s = -1;
+ if ( (synpred134_InternalCSS()) ) {s = 11;}
+
+ else if ( (true) ) {s = 1;}
+
+
+ input.seek(index83_2);
+ if ( s>=0 ) return s;
+ break;
+ case 4 :
+ int LA83_4 = input.LA(1);
+
+
+ int index83_4 = input.index();
+ input.rewind();
+ s = -1;
+ if ( (synpred134_InternalCSS()) ) {s = 11;}
+
+ else if ( (true) ) {s = 1;}
+
+
+ input.seek(index83_4);
+ if ( s>=0 ) return s;
+ break;
+ case 5 :
+ int LA83_3 = input.LA(1);
+
+
+ int index83_3 = input.index();
+ input.rewind();
+ s = -1;
+ if ( (synpred134_InternalCSS()) ) {s = 11;}
+
+ else if ( (true) ) {s = 1;}
+
+
+ input.seek(index83_3);
+ if ( s>=0 ) return s;
+ break;
+ case 6 :
+ int LA83_6 = input.LA(1);
+
+
+ int index83_6 = input.index();
+ input.rewind();
+ s = -1;
+ if ( (synpred134_InternalCSS()) ) {s = 11;}
+
+ else if ( (true) ) {s = 1;}
+
+
+ input.seek(index83_6);
+ if ( s>=0 ) return s;
+ break;
+ case 7 :
+ int LA83_8 = input.LA(1);
+
+
+ int index83_8 = input.index();
+ input.rewind();
+ s = -1;
+ if ( (synpred134_InternalCSS()) ) {s = 11;}
+
+ else if ( (true) ) {s = 1;}
+
+
+ input.seek(index83_8);
+ if ( s>=0 ) return s;
+ break;
+ case 8 :
+ int LA83_5 = input.LA(1);
+
+
+ int index83_5 = input.index();
+ input.rewind();
+ s = -1;
+ if ( (synpred134_InternalCSS()) ) {s = 11;}
+
+ else if ( (true) ) {s = 1;}
+
+
+ input.seek(index83_5);
+ if ( s>=0 ) return s;
+ break;
+ }
+ if (state.backtracking>0) {state.failed=true; return -1;}
+ NoViableAltException nvae =
+ new NoViableAltException(getDescription(), 83, _s, input);
+ error(nvae);
+ throw nvae;
+ }
+ }
+
+
+ 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[]{0x0000048000003002L});
+ public static final BitSet FOLLOW_4 = new BitSet(new long[]{0x03FFFFD80001FF82L});
+ public static final BitSet FOLLOW_5 = new BitSet(new long[]{0x101E0490FFC0FC00L});
+ public static final BitSet FOLLOW_6 = new BitSet(new long[]{0x0000000000C00002L});
+ public static final BitSet FOLLOW_7 = new BitSet(new long[]{0x101E0490FF00FC02L});
+ public static final BitSet FOLLOW_8 = new BitSet(new long[]{0x0000000000000040L});
+ public static final BitSet FOLLOW_9 = new BitSet(new long[]{0x0001000000000000L});
+ public static final BitSet FOLLOW_10 = new BitSet(new long[]{0x0000000000000040L,0x0000000000000001L});
+ public static final BitSet FOLLOW_11 = new BitSet(new long[]{0x001E00000000CC00L});
+ public static final BitSet FOLLOW_12 = new BitSet(new long[]{0x0000000003000000L});
+ public static final BitSet FOLLOW_13 = new BitSet(new long[]{0x0400000000001000L});
+ public static final BitSet FOLLOW_14 = new BitSet(new long[]{0x081F00000002CC00L});
+ public static final BitSet FOLLOW_15 = new BitSet(new long[]{0x0001000000000002L});
+ public static final BitSet FOLLOW_16 = new BitSet(new long[]{0x001E00000002CC00L});
+ public static final BitSet FOLLOW_17 = new BitSet(new long[]{0x0400000000000000L});
+ public static final BitSet FOLLOW_18 = new BitSet(new long[]{0x181E04900000FC00L});
+ public static final BitSet FOLLOW_19 = new BitSet(new long[]{0x101E04900000FC02L});
+ public static final BitSet FOLLOW_20 = new BitSet(new long[]{0x0000000000000100L});
+ public static final BitSet FOLLOW_21 = new BitSet(new long[]{0x0000000000000102L});
+ public static final BitSet FOLLOW_22 = new BitSet(new long[]{0x0000000030000000L});
+ public static final BitSet FOLLOW_23 = new BitSet(new long[]{0x101E0490FF00FC00L});
+ public static final BitSet FOLLOW_24 = new BitSet(new long[]{0x081F00800001CC80L});
+ public static final BitSet FOLLOW_25 = new BitSet(new long[]{0x001E00800001CC80L});
+ public static final BitSet FOLLOW_26 = new BitSet(new long[]{0x0000000000000200L});
+ public static final BitSet FOLLOW_27 = new BitSet(new long[]{0x0400000000020100L});
+ public static final BitSet FOLLOW_28 = new BitSet(new long[]{0x0000000000020102L});
+ public static final BitSet FOLLOW_29 = new BitSet(new long[]{0x0000000000020002L});
+ public static final BitSet FOLLOW_30 = new BitSet(new long[]{0x081E00000002CC00L});
+ public static final BitSet FOLLOW_31 = new BitSet(new long[]{0x0000000000020100L});
+ public static final BitSet FOLLOW_32 = new BitSet(new long[]{0x101E04900000FC00L});
+ public static final BitSet FOLLOW_33 = new BitSet(new long[]{0x0000006000020080L});
+ public static final BitSet FOLLOW_34 = new BitSet(new long[]{0x101E04900002FC00L});
+ public static final BitSet FOLLOW_35 = new BitSet(new long[]{0x101E04F00000FC80L});
+ public static final BitSet FOLLOW_36 = new BitSet(new long[]{0x0000000000020000L});
+ public static final BitSet FOLLOW_37 = new BitSet(new long[]{0x0000048000003000L});
+ public static final BitSet FOLLOW_38 = new BitSet(new long[]{0x0000040000000000L});
+ public static final BitSet FOLLOW_39 = new BitSet(new long[]{0x0000080F00000030L});
+ public static final BitSet FOLLOW_40 = new BitSet(new long[]{0x001E00000000CC40L});
+ public static final BitSet FOLLOW_41 = new BitSet(new long[]{0x0000008000000000L});
+ public static final BitSet FOLLOW_42 = new BitSet(new long[]{0x101E00100000CC00L});
+ public static final BitSet FOLLOW_43 = new BitSet(new long[]{0x0000000000002000L});
+ public static final BitSet FOLLOW_44 = new BitSet(new long[]{0x0000000000021000L});
+ public static final BitSet FOLLOW_45 = new BitSet(new long[]{0x001E00800003EFC0L,0x0000000000000001L});
+ public static final BitSet FOLLOW_46 = new BitSet(new long[]{0x0000000000040000L});
+ public static final BitSet FOLLOW_47 = new BitSet(new long[]{0x001E00800003EFC2L,0x0000000000000001L});
+ public static final BitSet FOLLOW_48 = new BitSet(new long[]{0x001E00000000DC00L});
+ public static final BitSet FOLLOW_49 = new BitSet(new long[]{0x2000000000000000L});
+ public static final BitSet FOLLOW_50 = new BitSet(new long[]{0x4000000000000000L});
+ public static final BitSet FOLLOW_51 = new BitSet(new long[]{0x201E00800003EFC0L,0x0000000000000001L});
+ public static final BitSet FOLLOW_52 = new BitSet(new long[]{0x8000000000000000L});
+ public static final BitSet FOLLOW_53 = new BitSet(new long[]{0x0000000000000300L});
+ public static final BitSet FOLLOW_54 = new BitSet(new long[]{0x03FFFFD80001FFC0L});
+ public static final BitSet FOLLOW_55 = new BitSet(new long[]{0x001E000000000000L});
+ public static final BitSet FOLLOW_56 = new BitSet(new long[]{0x0000000000014000L});
+ public static final BitSet FOLLOW_57 = new BitSet(new long[]{0x001E00000001CC00L});
+ public static final BitSet FOLLOW_58 = new BitSet(new long[]{0x001E00000001CC02L});
+ public static final BitSet FOLLOW_59 = new BitSet(new long[]{0x0000000000010000L});
+ public static final BitSet FOLLOW_60 = new BitSet(new long[]{0x0000000000010002L});
+ public static final BitSet FOLLOW_61 = new BitSet(new long[]{0x0000000000014002L});
+
} \ No newline at end of file
diff --git a/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/internal/CSSActivator.java b/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/internal/CSSActivator.java
index 14430d49219..d92b0e43170 100644
--- a/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/internal/CSSActivator.java
+++ b/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/src-gen/org/eclipse/papyrus/infra/gmfdiag/css3/ui/internal/CSSActivator.java
@@ -1,95 +1,95 @@
-/*
- * generated by Xtext
- */
-package org.eclipse.papyrus.infra.gmfdiag.css3.ui.internal;
-
-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.
- */
-public class CSSActivator extends AbstractUIPlugin {
-
- public static final String ORG_ECLIPSE_PAPYRUS_INFRA_GMFDIAG_CSS3_CSS = "org.eclipse.papyrus.infra.gmfdiag.css3.CSS";
-
- private static final Logger logger = Logger.getLogger(CSSActivator.class);
-
- private static CSSActivator 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 CSSActivator 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_PAPYRUS_INFRA_GMFDIAG_CSS3_CSS.equals(grammar)) {
- return new org.eclipse.papyrus.infra.gmfdiag.css3.CSSRuntimeModule();
- }
-
- throw new IllegalArgumentException(grammar);
- }
-
- protected Module getUiModule(String grammar) {
- if (ORG_ECLIPSE_PAPYRUS_INFRA_GMFDIAG_CSS3_CSS.equals(grammar)) {
- return new org.eclipse.papyrus.infra.gmfdiag.css3.ui.CSSUiModule(this);
- }
-
- throw new IllegalArgumentException(grammar);
- }
-
- protected Module getSharedStateModule() {
- return new SharedStateModule();
- }
-
-}
+/*
+ * generated by Xtext
+ */
+package org.eclipse.papyrus.infra.gmfdiag.css3.ui.internal;
+
+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.
+ */
+public class CSSActivator extends AbstractUIPlugin {
+
+ public static final String ORG_ECLIPSE_PAPYRUS_INFRA_GMFDIAG_CSS3_CSS = "org.eclipse.papyrus.infra.gmfdiag.css3.CSS";
+
+ private static final Logger logger = Logger.getLogger(CSSActivator.class);
+
+ private static CSSActivator 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 CSSActivator 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_PAPYRUS_INFRA_GMFDIAG_CSS3_CSS.equals(grammar)) {
+ return new org.eclipse.papyrus.infra.gmfdiag.css3.CSSRuntimeModule();
+ }
+
+ throw new IllegalArgumentException(grammar);
+ }
+
+ protected Module getUiModule(String grammar) {
+ if (ORG_ECLIPSE_PAPYRUS_INFRA_GMFDIAG_CSS3_CSS.equals(grammar)) {
+ return new org.eclipse.papyrus.infra.gmfdiag.css3.ui.CSSUiModule(this);
+ }
+
+ throw new IllegalArgumentException(grammar);
+ }
+
+ protected Module getSharedStateModule() {
+ return new SharedStateModule();
+ }
+
+}

Back to the top