blob: f3089e21981e329a7c1dcdff1e79a0f298577cc0 [file] [log] [blame]
/**
* Copyright (c) 2011, 2015 - Lunifera GmbH (Gross Enzersdorf), Loetz GmbH&Co.KG (Heidelberg)
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Florian Pirchner - Initial implementation
*/
package org.eclipse.osbp.ecview.uisemantics.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.osbp.ecview.uisemantics.services.UISemanticsGrammarGrammarAccess;
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 InternalUISemanticsGrammarParser extends AbstractInternalContentAssistParser {
public static final String[] tokenNames = new String[] {
"<invalid>", "<EOR>", "<DOWN>", "<UP>", "RULE_ID", "RULE_HEX", "RULE_INT", "RULE_DECIMAL", "RULE_STRING", "RULE_ML_COMMENT", "RULE_SL_COMMENT", "RULE_WS", "RULE_ANY_OTHER", "'='", "'||'", "'&&'", "'+='", "'-='", "'*='", "'/='", "'%='", "'=='", "'!='", "'==='", "'!=='", "'>='", "'>'", "'<'", "'->'", "'..<'", "'..'", "'=>'", "'<>'", "'?:'", "'+'", "'-'", "'*'", "'**'", "'/'", "'%'", "'!'", "'++'", "'--'", "'.'", "'val'", "'extends'", "'static'", "'import'", "'extension'", "'super'", "'false'", "'actions'", "'{'", "'}'", "'categories'", "'externalCommand'", "';'", "'ePackage'", "'as'", "'element'", "'bindings'", "'visibility'", "'validator'", "'property'", "'uri'", "':'", "'endpoint'", "'target'", "'instanceof'", "','", "')'", "'#'", "'['", "']'", "'('", "'if'", "'else'", "'switch'", "'default'", "'case'", "'for'", "'while'", "'do'", "'new'", "'null'", "'typeof'", "'throw'", "'return'", "'try'", "'finally'", "'synchronized'", "'catch'", "'?'", "'&'", "'disabled'", "'final'", "'list'", "'::'", "'?.'", "'|'", "'var'", "'true'"
};
public static final int RULE_HEX=5;
public static final int T__50=50;
public static final int T__59=59;
public static final int T__55=55;
public static final int T__56=56;
public static final int T__57=57;
public static final int T__58=58;
public static final int T__51=51;
public static final int T__52=52;
public static final int T__53=53;
public static final int T__54=54;
public static final int T__60=60;
public static final int T__61=61;
public static final int RULE_ID=4;
public static final int RULE_INT=6;
public static final int T__66=66;
public static final int RULE_ML_COMMENT=9;
public static final int T__67=67;
public static final int T__68=68;
public static final int T__69=69;
public static final int T__62=62;
public static final int T__63=63;
public static final int T__64=64;
public static final int T__65=65;
public static final int T__37=37;
public static final int T__38=38;
public static final int T__39=39;
public static final int T__33=33;
public static final int T__34=34;
public static final int T__35=35;
public static final int T__36=36;
public static final int T__30=30;
public static final int T__31=31;
public static final int T__32=32;
public static final int T__48=48;
public static final int T__49=49;
public static final int T__44=44;
public static final int T__45=45;
public static final int T__46=46;
public static final int T__47=47;
public static final int T__40=40;
public static final int T__41=41;
public static final int T__42=42;
public static final int T__43=43;
public static final int T__91=91;
public static final int T__100=100;
public static final int T__92=92;
public static final int T__93=93;
public static final int T__94=94;
public static final int T__101=101;
public static final int T__90=90;
public static final int T__19=19;
public static final int T__15=15;
public static final int T__16=16;
public static final int T__17=17;
public static final int T__18=18;
public static final int T__99=99;
public static final int T__13=13;
public static final int T__14=14;
public static final int T__95=95;
public static final int T__96=96;
public static final int T__97=97;
public static final int T__98=98;
public static final int RULE_DECIMAL=7;
public static final int T__26=26;
public static final int T__27=27;
public static final int T__28=28;
public static final int T__29=29;
public static final int T__22=22;
public static final int T__23=23;
public static final int T__24=24;
public static final int T__25=25;
public static final int T__20=20;
public static final int T__21=21;
public static final int T__70=70;
public static final int T__71=71;
public static final int T__72=72;
public static final int RULE_STRING=8;
public static final int RULE_SL_COMMENT=10;
public static final int T__77=77;
public static final int T__78=78;
public static final int T__79=79;
public static final int T__73=73;
public static final int EOF=-1;
public static final int T__74=74;
public static final int T__75=75;
public static final int T__76=76;
public static final int T__80=80;
public static final int T__81=81;
public static final int T__82=82;
public static final int T__83=83;
public static final int RULE_WS=11;
public static final int RULE_ANY_OTHER=12;
public static final int T__88=88;
public static final int T__89=89;
public static final int T__84=84;
public static final int T__85=85;
public static final int T__86=86;
public static final int T__87=87;
// delegates
// delegators
public InternalUISemanticsGrammarParser(TokenStream input) {
this(input, new RecognizerSharedState());
}
public InternalUISemanticsGrammarParser(TokenStream input, RecognizerSharedState state) {
super(input, state);
}
public String[] getTokenNames() { return InternalUISemanticsGrammarParser.tokenNames; }
public String getGrammarFileName() { return "../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g"; }
private UISemanticsGrammarGrammarAccess grammarAccess;
public void setGrammarAccess(UISemanticsGrammarGrammarAccess grammarAccess) {
this.grammarAccess = grammarAccess;
}
@Override
protected Grammar getGrammar() {
return grammarAccess.getGrammar();
}
@Override
protected String getValueForTokenName(String tokenName) {
return tokenName;
}
// $ANTLR start "entryRuleUxModel"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:61:1: entryRuleUxModel : ruleUxModel EOF ;
public final void entryRuleUxModel() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:62:1: ( ruleUxModel EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:63:1: ruleUxModel EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUxModelRule());
}
pushFollow(FOLLOW_ruleUxModel_in_entryRuleUxModel67);
ruleUxModel();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUxModelRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleUxModel74); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUxModel"
// $ANTLR start "ruleUxModel"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:70:1: ruleUxModel : ( ( rule__UxModel__Group__0 ) ) ;
public final void ruleUxModel() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:74:2: ( ( ( rule__UxModel__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:75:1: ( ( rule__UxModel__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:75:1: ( ( rule__UxModel__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:76:1: ( rule__UxModel__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUxModelAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:77:1: ( rule__UxModel__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:77:2: rule__UxModel__Group__0
{
pushFollow(FOLLOW_rule__UxModel__Group__0_in_ruleUxModel100);
rule__UxModel__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUxModelAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUxModel"
// $ANTLR start "entryRuleUxAction"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:89:1: entryRuleUxAction : ruleUxAction EOF ;
public final void entryRuleUxAction() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:90:1: ( ruleUxAction EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:91:1: ruleUxAction EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUxActionRule());
}
pushFollow(FOLLOW_ruleUxAction_in_entryRuleUxAction127);
ruleUxAction();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUxActionRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleUxAction134); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUxAction"
// $ANTLR start "ruleUxAction"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:98:1: ruleUxAction : ( ( rule__UxAction__Group__0 ) ) ;
public final void ruleUxAction() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:102:2: ( ( ( rule__UxAction__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:103:1: ( ( rule__UxAction__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:103:1: ( ( rule__UxAction__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:104:1: ( rule__UxAction__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUxActionAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:105:1: ( rule__UxAction__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:105:2: rule__UxAction__Group__0
{
pushFollow(FOLLOW_rule__UxAction__Group__0_in_ruleUxAction160);
rule__UxAction__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUxActionAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUxAction"
// $ANTLR start "entryRuleUxViewCategory"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:117:1: entryRuleUxViewCategory : ruleUxViewCategory EOF ;
public final void entryRuleUxViewCategory() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:118:1: ( ruleUxViewCategory EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:119:1: ruleUxViewCategory EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUxViewCategoryRule());
}
pushFollow(FOLLOW_ruleUxViewCategory_in_entryRuleUxViewCategory187);
ruleUxViewCategory();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUxViewCategoryRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleUxViewCategory194); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUxViewCategory"
// $ANTLR start "ruleUxViewCategory"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:126:1: ruleUxViewCategory : ( ( rule__UxViewCategory__NameAssignment ) ) ;
public final void ruleUxViewCategory() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:130:2: ( ( ( rule__UxViewCategory__NameAssignment ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:131:1: ( ( rule__UxViewCategory__NameAssignment ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:131:1: ( ( rule__UxViewCategory__NameAssignment ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:132:1: ( rule__UxViewCategory__NameAssignment )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUxViewCategoryAccess().getNameAssignment());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:133:1: ( rule__UxViewCategory__NameAssignment )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:133:2: rule__UxViewCategory__NameAssignment
{
pushFollow(FOLLOW_rule__UxViewCategory__NameAssignment_in_ruleUxViewCategory220);
rule__UxViewCategory__NameAssignment();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUxViewCategoryAccess().getNameAssignment());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUxViewCategory"
// $ANTLR start "entryRuleXImportDeclaration"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:145:1: entryRuleXImportDeclaration : ruleXImportDeclaration EOF ;
public final void entryRuleXImportDeclaration() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:146:1: ( ruleXImportDeclaration EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:147:1: ruleXImportDeclaration EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXImportDeclarationRule());
}
pushFollow(FOLLOW_ruleXImportDeclaration_in_entryRuleXImportDeclaration247);
ruleXImportDeclaration();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXImportDeclarationRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXImportDeclaration254); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXImportDeclaration"
// $ANTLR start "ruleXImportDeclaration"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:154:1: ruleXImportDeclaration : ( ( rule__XImportDeclaration__Alternatives ) ) ;
public final void ruleXImportDeclaration() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:158:2: ( ( ( rule__XImportDeclaration__Alternatives ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:159:1: ( ( rule__XImportDeclaration__Alternatives ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:159:1: ( ( rule__XImportDeclaration__Alternatives ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:160:1: ( rule__XImportDeclaration__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXImportDeclarationAccess().getAlternatives());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:161:1: ( rule__XImportDeclaration__Alternatives )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:161:2: rule__XImportDeclaration__Alternatives
{
pushFollow(FOLLOW_rule__XImportDeclaration__Alternatives_in_ruleXImportDeclaration280);
rule__XImportDeclaration__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXImportDeclarationAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXImportDeclaration"
// $ANTLR start "entryRuleUxEPackageImport"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:173:1: entryRuleUxEPackageImport : ruleUxEPackageImport EOF ;
public final void entryRuleUxEPackageImport() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:174:1: ( ruleUxEPackageImport EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:175:1: ruleUxEPackageImport EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUxEPackageImportRule());
}
pushFollow(FOLLOW_ruleUxEPackageImport_in_entryRuleUxEPackageImport307);
ruleUxEPackageImport();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUxEPackageImportRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleUxEPackageImport314); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUxEPackageImport"
// $ANTLR start "ruleUxEPackageImport"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:182:1: ruleUxEPackageImport : ( ( rule__UxEPackageImport__Group__0 ) ) ;
public final void ruleUxEPackageImport() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:186:2: ( ( ( rule__UxEPackageImport__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:187:1: ( ( rule__UxEPackageImport__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:187:1: ( ( rule__UxEPackageImport__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:188:1: ( rule__UxEPackageImport__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUxEPackageImportAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:189:1: ( rule__UxEPackageImport__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:189:2: rule__UxEPackageImport__Group__0
{
pushFollow(FOLLOW_rule__UxEPackageImport__Group__0_in_ruleUxEPackageImport340);
rule__UxEPackageImport__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUxEPackageImportAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUxEPackageImport"
// $ANTLR start "entryRuleUxElementDefinition"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:201:1: entryRuleUxElementDefinition : ruleUxElementDefinition EOF ;
public final void entryRuleUxElementDefinition() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:202:1: ( ruleUxElementDefinition EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:203:1: ruleUxElementDefinition EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUxElementDefinitionRule());
}
pushFollow(FOLLOW_ruleUxElementDefinition_in_entryRuleUxElementDefinition367);
ruleUxElementDefinition();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUxElementDefinitionRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleUxElementDefinition374); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUxElementDefinition"
// $ANTLR start "ruleUxElementDefinition"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:210:1: ruleUxElementDefinition : ( ( rule__UxElementDefinition__Group__0 ) ) ;
public final void ruleUxElementDefinition() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:214:2: ( ( ( rule__UxElementDefinition__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:215:1: ( ( rule__UxElementDefinition__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:215:1: ( ( rule__UxElementDefinition__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:216:1: ( rule__UxElementDefinition__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUxElementDefinitionAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:217:1: ( rule__UxElementDefinition__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:217:2: rule__UxElementDefinition__Group__0
{
pushFollow(FOLLOW_rule__UxElementDefinition__Group__0_in_ruleUxElementDefinition400);
rule__UxElementDefinition__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUxElementDefinitionAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUxElementDefinition"
// $ANTLR start "entryRuleUxAvailableValidatorProperties"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:229:1: entryRuleUxAvailableValidatorProperties : ruleUxAvailableValidatorProperties EOF ;
public final void entryRuleUxAvailableValidatorProperties() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:230:1: ( ruleUxAvailableValidatorProperties EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:231:1: ruleUxAvailableValidatorProperties EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUxAvailableValidatorPropertiesRule());
}
pushFollow(FOLLOW_ruleUxAvailableValidatorProperties_in_entryRuleUxAvailableValidatorProperties427);
ruleUxAvailableValidatorProperties();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUxAvailableValidatorPropertiesRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleUxAvailableValidatorProperties434); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUxAvailableValidatorProperties"
// $ANTLR start "ruleUxAvailableValidatorProperties"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:238:1: ruleUxAvailableValidatorProperties : ( ( rule__UxAvailableValidatorProperties__Group__0 ) ) ;
public final void ruleUxAvailableValidatorProperties() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:242:2: ( ( ( rule__UxAvailableValidatorProperties__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:243:1: ( ( rule__UxAvailableValidatorProperties__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:243:1: ( ( rule__UxAvailableValidatorProperties__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:244:1: ( rule__UxAvailableValidatorProperties__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUxAvailableValidatorPropertiesAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:245:1: ( rule__UxAvailableValidatorProperties__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:245:2: rule__UxAvailableValidatorProperties__Group__0
{
pushFollow(FOLLOW_rule__UxAvailableValidatorProperties__Group__0_in_ruleUxAvailableValidatorProperties460);
rule__UxAvailableValidatorProperties__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUxAvailableValidatorPropertiesAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUxAvailableValidatorProperties"
// $ANTLR start "entryRuleUxValidatorProperty"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:257:1: entryRuleUxValidatorProperty : ruleUxValidatorProperty EOF ;
public final void entryRuleUxValidatorProperty() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:258:1: ( ruleUxValidatorProperty EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:259:1: ruleUxValidatorProperty EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUxValidatorPropertyRule());
}
pushFollow(FOLLOW_ruleUxValidatorProperty_in_entryRuleUxValidatorProperty487);
ruleUxValidatorProperty();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUxValidatorPropertyRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleUxValidatorProperty494); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUxValidatorProperty"
// $ANTLR start "ruleUxValidatorProperty"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:266:1: ruleUxValidatorProperty : ( ( rule__UxValidatorProperty__Group__0 ) ) ;
public final void ruleUxValidatorProperty() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:270:2: ( ( ( rule__UxValidatorProperty__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:271:1: ( ( rule__UxValidatorProperty__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:271:1: ( ( rule__UxValidatorProperty__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:272:1: ( rule__UxValidatorProperty__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUxValidatorPropertyAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:273:1: ( rule__UxValidatorProperty__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:273:2: rule__UxValidatorProperty__Group__0
{
pushFollow(FOLLOW_rule__UxValidatorProperty__Group__0_in_ruleUxValidatorProperty520);
rule__UxValidatorProperty__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUxValidatorPropertyAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUxValidatorProperty"
// $ANTLR start "entryRuleUxElementURI"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:285:1: entryRuleUxElementURI : ruleUxElementURI EOF ;
public final void entryRuleUxElementURI() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:286:1: ( ruleUxElementURI EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:287:1: ruleUxElementURI EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUxElementURIRule());
}
pushFollow(FOLLOW_ruleUxElementURI_in_entryRuleUxElementURI547);
ruleUxElementURI();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUxElementURIRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleUxElementURI554); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUxElementURI"
// $ANTLR start "ruleUxElementURI"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:294:1: ruleUxElementURI : ( ( rule__UxElementURI__Group__0 ) ) ;
public final void ruleUxElementURI() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:298:2: ( ( ( rule__UxElementURI__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:299:1: ( ( rule__UxElementURI__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:299:1: ( ( rule__UxElementURI__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:300:1: ( rule__UxElementURI__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUxElementURIAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:301:1: ( rule__UxElementURI__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:301:2: rule__UxElementURI__Group__0
{
pushFollow(FOLLOW_rule__UxElementURI__Group__0_in_ruleUxElementURI580);
rule__UxElementURI__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUxElementURIAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUxElementURI"
// $ANTLR start "entryRuleUxAvailableBindings"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:313:1: entryRuleUxAvailableBindings : ruleUxAvailableBindings EOF ;
public final void entryRuleUxAvailableBindings() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:314:1: ( ruleUxAvailableBindings EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:315:1: ruleUxAvailableBindings EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUxAvailableBindingsRule());
}
pushFollow(FOLLOW_ruleUxAvailableBindings_in_entryRuleUxAvailableBindings607);
ruleUxAvailableBindings();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUxAvailableBindingsRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleUxAvailableBindings614); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUxAvailableBindings"
// $ANTLR start "ruleUxAvailableBindings"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:322:1: ruleUxAvailableBindings : ( ( rule__UxAvailableBindings__Group__0 ) ) ;
public final void ruleUxAvailableBindings() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:326:2: ( ( ( rule__UxAvailableBindings__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:327:1: ( ( rule__UxAvailableBindings__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:327:1: ( ( rule__UxAvailableBindings__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:328:1: ( rule__UxAvailableBindings__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUxAvailableBindingsAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:329:1: ( rule__UxAvailableBindings__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:329:2: rule__UxAvailableBindings__Group__0
{
pushFollow(FOLLOW_rule__UxAvailableBindings__Group__0_in_ruleUxAvailableBindings640);
rule__UxAvailableBindings__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUxAvailableBindingsAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUxAvailableBindings"
// $ANTLR start "entryRuleUxAvailableVisibilityOptions"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:341:1: entryRuleUxAvailableVisibilityOptions : ruleUxAvailableVisibilityOptions EOF ;
public final void entryRuleUxAvailableVisibilityOptions() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:342:1: ( ruleUxAvailableVisibilityOptions EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:343:1: ruleUxAvailableVisibilityOptions EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUxAvailableVisibilityOptionsRule());
}
pushFollow(FOLLOW_ruleUxAvailableVisibilityOptions_in_entryRuleUxAvailableVisibilityOptions667);
ruleUxAvailableVisibilityOptions();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUxAvailableVisibilityOptionsRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleUxAvailableVisibilityOptions674); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUxAvailableVisibilityOptions"
// $ANTLR start "ruleUxAvailableVisibilityOptions"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:350:1: ruleUxAvailableVisibilityOptions : ( ( rule__UxAvailableVisibilityOptions__Group__0 ) ) ;
public final void ruleUxAvailableVisibilityOptions() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:354:2: ( ( ( rule__UxAvailableVisibilityOptions__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:355:1: ( ( rule__UxAvailableVisibilityOptions__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:355:1: ( ( rule__UxAvailableVisibilityOptions__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:356:1: ( rule__UxAvailableVisibilityOptions__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUxAvailableVisibilityOptionsAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:357:1: ( rule__UxAvailableVisibilityOptions__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:357:2: rule__UxAvailableVisibilityOptions__Group__0
{
pushFollow(FOLLOW_rule__UxAvailableVisibilityOptions__Group__0_in_ruleUxAvailableVisibilityOptions700);
rule__UxAvailableVisibilityOptions__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUxAvailableVisibilityOptionsAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUxAvailableVisibilityOptions"
// $ANTLR start "entryRuleUxBindingableOption"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:369:1: entryRuleUxBindingableOption : ruleUxBindingableOption EOF ;
public final void entryRuleUxBindingableOption() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:370:1: ( ruleUxBindingableOption EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:371:1: ruleUxBindingableOption EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUxBindingableOptionRule());
}
pushFollow(FOLLOW_ruleUxBindingableOption_in_entryRuleUxBindingableOption727);
ruleUxBindingableOption();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUxBindingableOptionRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleUxBindingableOption734); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUxBindingableOption"
// $ANTLR start "ruleUxBindingableOption"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:378:1: ruleUxBindingableOption : ( ( rule__UxBindingableOption__Group__0 ) ) ;
public final void ruleUxBindingableOption() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:382:2: ( ( ( rule__UxBindingableOption__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:383:1: ( ( rule__UxBindingableOption__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:383:1: ( ( rule__UxBindingableOption__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:384:1: ( rule__UxBindingableOption__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUxBindingableOptionAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:385:1: ( rule__UxBindingableOption__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:385:2: rule__UxBindingableOption__Group__0
{
pushFollow(FOLLOW_rule__UxBindingableOption__Group__0_in_ruleUxBindingableOption760);
rule__UxBindingableOption__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUxBindingableOptionAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUxBindingableOption"
// $ANTLR start "entryRuleUxVisibleableOption"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:397:1: entryRuleUxVisibleableOption : ruleUxVisibleableOption EOF ;
public final void entryRuleUxVisibleableOption() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:398:1: ( ruleUxVisibleableOption EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:399:1: ruleUxVisibleableOption EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUxVisibleableOptionRule());
}
pushFollow(FOLLOW_ruleUxVisibleableOption_in_entryRuleUxVisibleableOption787);
ruleUxVisibleableOption();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUxVisibleableOptionRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleUxVisibleableOption794); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUxVisibleableOption"
// $ANTLR start "ruleUxVisibleableOption"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:406:1: ruleUxVisibleableOption : ( ( rule__UxVisibleableOption__Group__0 ) ) ;
public final void ruleUxVisibleableOption() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:410:2: ( ( ( rule__UxVisibleableOption__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:411:1: ( ( rule__UxVisibleableOption__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:411:1: ( ( rule__UxVisibleableOption__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:412:1: ( rule__UxVisibleableOption__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUxVisibleableOptionAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:413:1: ( rule__UxVisibleableOption__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:413:2: rule__UxVisibleableOption__Group__0
{
pushFollow(FOLLOW_rule__UxVisibleableOption__Group__0_in_ruleUxVisibleableOption820);
rule__UxVisibleableOption__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUxVisibleableOptionAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUxVisibleableOption"
// $ANTLR start "entryRuleXExpression"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:425:1: entryRuleXExpression : ruleXExpression EOF ;
public final void entryRuleXExpression() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:426:1: ( ruleXExpression EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:427:1: ruleXExpression EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXExpressionRule());
}
pushFollow(FOLLOW_ruleXExpression_in_entryRuleXExpression847);
ruleXExpression();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXExpressionRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXExpression854); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXExpression"
// $ANTLR start "ruleXExpression"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:434:1: ruleXExpression : ( ruleXAssignment ) ;
public final void ruleXExpression() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:438:2: ( ( ruleXAssignment ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:439:1: ( ruleXAssignment )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:439:1: ( ruleXAssignment )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:440:1: ruleXAssignment
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXExpressionAccess().getXAssignmentParserRuleCall());
}
pushFollow(FOLLOW_ruleXAssignment_in_ruleXExpression880);
ruleXAssignment();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXExpressionAccess().getXAssignmentParserRuleCall());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXExpression"
// $ANTLR start "entryRuleXAssignment"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:453:1: entryRuleXAssignment : ruleXAssignment EOF ;
public final void entryRuleXAssignment() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:454:1: ( ruleXAssignment EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:455:1: ruleXAssignment EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXAssignmentRule());
}
pushFollow(FOLLOW_ruleXAssignment_in_entryRuleXAssignment906);
ruleXAssignment();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXAssignmentRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXAssignment913); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXAssignment"
// $ANTLR start "ruleXAssignment"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:462:1: ruleXAssignment : ( ( rule__XAssignment__Alternatives ) ) ;
public final void ruleXAssignment() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:466:2: ( ( ( rule__XAssignment__Alternatives ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:467:1: ( ( rule__XAssignment__Alternatives ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:467:1: ( ( rule__XAssignment__Alternatives ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:468:1: ( rule__XAssignment__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXAssignmentAccess().getAlternatives());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:469:1: ( rule__XAssignment__Alternatives )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:469:2: rule__XAssignment__Alternatives
{
pushFollow(FOLLOW_rule__XAssignment__Alternatives_in_ruleXAssignment939);
rule__XAssignment__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXAssignmentAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXAssignment"
// $ANTLR start "entryRuleOpSingleAssign"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:481:1: entryRuleOpSingleAssign : ruleOpSingleAssign EOF ;
public final void entryRuleOpSingleAssign() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:482:1: ( ruleOpSingleAssign EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:483:1: ruleOpSingleAssign EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpSingleAssignRule());
}
pushFollow(FOLLOW_ruleOpSingleAssign_in_entryRuleOpSingleAssign966);
ruleOpSingleAssign();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpSingleAssignRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleOpSingleAssign973); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleOpSingleAssign"
// $ANTLR start "ruleOpSingleAssign"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:490:1: ruleOpSingleAssign : ( '=' ) ;
public final void ruleOpSingleAssign() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:494:2: ( ( '=' ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:495:1: ( '=' )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:495:1: ( '=' )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:496:1: '='
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpSingleAssignAccess().getEqualsSignKeyword());
}
match(input,13,FOLLOW_13_in_ruleOpSingleAssign1000); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpSingleAssignAccess().getEqualsSignKeyword());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleOpSingleAssign"
// $ANTLR start "entryRuleOpMultiAssign"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:511:1: entryRuleOpMultiAssign : ruleOpMultiAssign EOF ;
public final void entryRuleOpMultiAssign() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:512:1: ( ruleOpMultiAssign EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:513:1: ruleOpMultiAssign EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpMultiAssignRule());
}
pushFollow(FOLLOW_ruleOpMultiAssign_in_entryRuleOpMultiAssign1028);
ruleOpMultiAssign();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpMultiAssignRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleOpMultiAssign1035); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleOpMultiAssign"
// $ANTLR start "ruleOpMultiAssign"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:520:1: ruleOpMultiAssign : ( ( rule__OpMultiAssign__Alternatives ) ) ;
public final void ruleOpMultiAssign() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:524:2: ( ( ( rule__OpMultiAssign__Alternatives ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:525:1: ( ( rule__OpMultiAssign__Alternatives ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:525:1: ( ( rule__OpMultiAssign__Alternatives ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:526:1: ( rule__OpMultiAssign__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpMultiAssignAccess().getAlternatives());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:527:1: ( rule__OpMultiAssign__Alternatives )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:527:2: rule__OpMultiAssign__Alternatives
{
pushFollow(FOLLOW_rule__OpMultiAssign__Alternatives_in_ruleOpMultiAssign1061);
rule__OpMultiAssign__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getOpMultiAssignAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleOpMultiAssign"
// $ANTLR start "entryRuleXOrExpression"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:539:1: entryRuleXOrExpression : ruleXOrExpression EOF ;
public final void entryRuleXOrExpression() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:540:1: ( ruleXOrExpression EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:541:1: ruleXOrExpression EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXOrExpressionRule());
}
pushFollow(FOLLOW_ruleXOrExpression_in_entryRuleXOrExpression1088);
ruleXOrExpression();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXOrExpressionRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXOrExpression1095); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXOrExpression"
// $ANTLR start "ruleXOrExpression"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:548:1: ruleXOrExpression : ( ( rule__XOrExpression__Group__0 ) ) ;
public final void ruleXOrExpression() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:552:2: ( ( ( rule__XOrExpression__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:553:1: ( ( rule__XOrExpression__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:553:1: ( ( rule__XOrExpression__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:554:1: ( rule__XOrExpression__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXOrExpressionAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:555:1: ( rule__XOrExpression__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:555:2: rule__XOrExpression__Group__0
{
pushFollow(FOLLOW_rule__XOrExpression__Group__0_in_ruleXOrExpression1121);
rule__XOrExpression__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXOrExpressionAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXOrExpression"
// $ANTLR start "entryRuleOpOr"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:567:1: entryRuleOpOr : ruleOpOr EOF ;
public final void entryRuleOpOr() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:568:1: ( ruleOpOr EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:569:1: ruleOpOr EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpOrRule());
}
pushFollow(FOLLOW_ruleOpOr_in_entryRuleOpOr1148);
ruleOpOr();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpOrRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleOpOr1155); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleOpOr"
// $ANTLR start "ruleOpOr"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:576:1: ruleOpOr : ( '||' ) ;
public final void ruleOpOr() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:580:2: ( ( '||' ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:581:1: ( '||' )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:581:1: ( '||' )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:582:1: '||'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpOrAccess().getVerticalLineVerticalLineKeyword());
}
match(input,14,FOLLOW_14_in_ruleOpOr1182); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpOrAccess().getVerticalLineVerticalLineKeyword());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleOpOr"
// $ANTLR start "entryRuleXAndExpression"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:597:1: entryRuleXAndExpression : ruleXAndExpression EOF ;
public final void entryRuleXAndExpression() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:598:1: ( ruleXAndExpression EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:599:1: ruleXAndExpression EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXAndExpressionRule());
}
pushFollow(FOLLOW_ruleXAndExpression_in_entryRuleXAndExpression1210);
ruleXAndExpression();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXAndExpressionRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXAndExpression1217); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXAndExpression"
// $ANTLR start "ruleXAndExpression"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:606:1: ruleXAndExpression : ( ( rule__XAndExpression__Group__0 ) ) ;
public final void ruleXAndExpression() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:610:2: ( ( ( rule__XAndExpression__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:611:1: ( ( rule__XAndExpression__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:611:1: ( ( rule__XAndExpression__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:612:1: ( rule__XAndExpression__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXAndExpressionAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:613:1: ( rule__XAndExpression__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:613:2: rule__XAndExpression__Group__0
{
pushFollow(FOLLOW_rule__XAndExpression__Group__0_in_ruleXAndExpression1243);
rule__XAndExpression__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXAndExpressionAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXAndExpression"
// $ANTLR start "entryRuleOpAnd"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:625:1: entryRuleOpAnd : ruleOpAnd EOF ;
public final void entryRuleOpAnd() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:626:1: ( ruleOpAnd EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:627:1: ruleOpAnd EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpAndRule());
}
pushFollow(FOLLOW_ruleOpAnd_in_entryRuleOpAnd1270);
ruleOpAnd();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpAndRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleOpAnd1277); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleOpAnd"
// $ANTLR start "ruleOpAnd"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:634:1: ruleOpAnd : ( '&&' ) ;
public final void ruleOpAnd() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:638:2: ( ( '&&' ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:639:1: ( '&&' )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:639:1: ( '&&' )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:640:1: '&&'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpAndAccess().getAmpersandAmpersandKeyword());
}
match(input,15,FOLLOW_15_in_ruleOpAnd1304); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpAndAccess().getAmpersandAmpersandKeyword());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleOpAnd"
// $ANTLR start "entryRuleXEqualityExpression"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:655:1: entryRuleXEqualityExpression : ruleXEqualityExpression EOF ;
public final void entryRuleXEqualityExpression() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:656:1: ( ruleXEqualityExpression EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:657:1: ruleXEqualityExpression EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXEqualityExpressionRule());
}
pushFollow(FOLLOW_ruleXEqualityExpression_in_entryRuleXEqualityExpression1332);
ruleXEqualityExpression();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXEqualityExpressionRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXEqualityExpression1339); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXEqualityExpression"
// $ANTLR start "ruleXEqualityExpression"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:664:1: ruleXEqualityExpression : ( ( rule__XEqualityExpression__Group__0 ) ) ;
public final void ruleXEqualityExpression() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:668:2: ( ( ( rule__XEqualityExpression__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:669:1: ( ( rule__XEqualityExpression__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:669:1: ( ( rule__XEqualityExpression__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:670:1: ( rule__XEqualityExpression__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXEqualityExpressionAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:671:1: ( rule__XEqualityExpression__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:671:2: rule__XEqualityExpression__Group__0
{
pushFollow(FOLLOW_rule__XEqualityExpression__Group__0_in_ruleXEqualityExpression1365);
rule__XEqualityExpression__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXEqualityExpressionAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXEqualityExpression"
// $ANTLR start "entryRuleOpEquality"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:683:1: entryRuleOpEquality : ruleOpEquality EOF ;
public final void entryRuleOpEquality() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:684:1: ( ruleOpEquality EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:685:1: ruleOpEquality EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpEqualityRule());
}
pushFollow(FOLLOW_ruleOpEquality_in_entryRuleOpEquality1392);
ruleOpEquality();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpEqualityRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleOpEquality1399); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleOpEquality"
// $ANTLR start "ruleOpEquality"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:692:1: ruleOpEquality : ( ( rule__OpEquality__Alternatives ) ) ;
public final void ruleOpEquality() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:696:2: ( ( ( rule__OpEquality__Alternatives ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:697:1: ( ( rule__OpEquality__Alternatives ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:697:1: ( ( rule__OpEquality__Alternatives ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:698:1: ( rule__OpEquality__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpEqualityAccess().getAlternatives());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:699:1: ( rule__OpEquality__Alternatives )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:699:2: rule__OpEquality__Alternatives
{
pushFollow(FOLLOW_rule__OpEquality__Alternatives_in_ruleOpEquality1425);
rule__OpEquality__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getOpEqualityAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleOpEquality"
// $ANTLR start "entryRuleXRelationalExpression"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:711:1: entryRuleXRelationalExpression : ruleXRelationalExpression EOF ;
public final void entryRuleXRelationalExpression() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:712:1: ( ruleXRelationalExpression EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:713:1: ruleXRelationalExpression EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXRelationalExpressionRule());
}
pushFollow(FOLLOW_ruleXRelationalExpression_in_entryRuleXRelationalExpression1452);
ruleXRelationalExpression();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXRelationalExpressionRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXRelationalExpression1459); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXRelationalExpression"
// $ANTLR start "ruleXRelationalExpression"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:720:1: ruleXRelationalExpression : ( ( rule__XRelationalExpression__Group__0 ) ) ;
public final void ruleXRelationalExpression() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:724:2: ( ( ( rule__XRelationalExpression__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:725:1: ( ( rule__XRelationalExpression__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:725:1: ( ( rule__XRelationalExpression__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:726:1: ( rule__XRelationalExpression__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXRelationalExpressionAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:727:1: ( rule__XRelationalExpression__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:727:2: rule__XRelationalExpression__Group__0
{
pushFollow(FOLLOW_rule__XRelationalExpression__Group__0_in_ruleXRelationalExpression1485);
rule__XRelationalExpression__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXRelationalExpressionAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXRelationalExpression"
// $ANTLR start "entryRuleOpCompare"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:739:1: entryRuleOpCompare : ruleOpCompare EOF ;
public final void entryRuleOpCompare() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:740:1: ( ruleOpCompare EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:741:1: ruleOpCompare EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpCompareRule());
}
pushFollow(FOLLOW_ruleOpCompare_in_entryRuleOpCompare1512);
ruleOpCompare();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpCompareRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleOpCompare1519); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleOpCompare"
// $ANTLR start "ruleOpCompare"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:748:1: ruleOpCompare : ( ( rule__OpCompare__Alternatives ) ) ;
public final void ruleOpCompare() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:752:2: ( ( ( rule__OpCompare__Alternatives ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:753:1: ( ( rule__OpCompare__Alternatives ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:753:1: ( ( rule__OpCompare__Alternatives ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:754:1: ( rule__OpCompare__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpCompareAccess().getAlternatives());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:755:1: ( rule__OpCompare__Alternatives )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:755:2: rule__OpCompare__Alternatives
{
pushFollow(FOLLOW_rule__OpCompare__Alternatives_in_ruleOpCompare1545);
rule__OpCompare__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getOpCompareAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleOpCompare"
// $ANTLR start "entryRuleXOtherOperatorExpression"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:767:1: entryRuleXOtherOperatorExpression : ruleXOtherOperatorExpression EOF ;
public final void entryRuleXOtherOperatorExpression() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:768:1: ( ruleXOtherOperatorExpression EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:769:1: ruleXOtherOperatorExpression EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXOtherOperatorExpressionRule());
}
pushFollow(FOLLOW_ruleXOtherOperatorExpression_in_entryRuleXOtherOperatorExpression1572);
ruleXOtherOperatorExpression();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXOtherOperatorExpressionRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXOtherOperatorExpression1579); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXOtherOperatorExpression"
// $ANTLR start "ruleXOtherOperatorExpression"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:776:1: ruleXOtherOperatorExpression : ( ( rule__XOtherOperatorExpression__Group__0 ) ) ;
public final void ruleXOtherOperatorExpression() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:780:2: ( ( ( rule__XOtherOperatorExpression__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:781:1: ( ( rule__XOtherOperatorExpression__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:781:1: ( ( rule__XOtherOperatorExpression__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:782:1: ( rule__XOtherOperatorExpression__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXOtherOperatorExpressionAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:783:1: ( rule__XOtherOperatorExpression__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:783:2: rule__XOtherOperatorExpression__Group__0
{
pushFollow(FOLLOW_rule__XOtherOperatorExpression__Group__0_in_ruleXOtherOperatorExpression1605);
rule__XOtherOperatorExpression__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXOtherOperatorExpressionAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXOtherOperatorExpression"
// $ANTLR start "entryRuleOpOther"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:795:1: entryRuleOpOther : ruleOpOther EOF ;
public final void entryRuleOpOther() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:796:1: ( ruleOpOther EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:797:1: ruleOpOther EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpOtherRule());
}
pushFollow(FOLLOW_ruleOpOther_in_entryRuleOpOther1632);
ruleOpOther();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpOtherRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleOpOther1639); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleOpOther"
// $ANTLR start "ruleOpOther"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:804:1: ruleOpOther : ( ( rule__OpOther__Alternatives ) ) ;
public final void ruleOpOther() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:808:2: ( ( ( rule__OpOther__Alternatives ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:809:1: ( ( rule__OpOther__Alternatives ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:809:1: ( ( rule__OpOther__Alternatives ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:810:1: ( rule__OpOther__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpOtherAccess().getAlternatives());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:811:1: ( rule__OpOther__Alternatives )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:811:2: rule__OpOther__Alternatives
{
pushFollow(FOLLOW_rule__OpOther__Alternatives_in_ruleOpOther1665);
rule__OpOther__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getOpOtherAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleOpOther"
// $ANTLR start "entryRuleXAdditiveExpression"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:823:1: entryRuleXAdditiveExpression : ruleXAdditiveExpression EOF ;
public final void entryRuleXAdditiveExpression() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:824:1: ( ruleXAdditiveExpression EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:825:1: ruleXAdditiveExpression EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXAdditiveExpressionRule());
}
pushFollow(FOLLOW_ruleXAdditiveExpression_in_entryRuleXAdditiveExpression1692);
ruleXAdditiveExpression();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXAdditiveExpressionRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXAdditiveExpression1699); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXAdditiveExpression"
// $ANTLR start "ruleXAdditiveExpression"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:832:1: ruleXAdditiveExpression : ( ( rule__XAdditiveExpression__Group__0 ) ) ;
public final void ruleXAdditiveExpression() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:836:2: ( ( ( rule__XAdditiveExpression__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:837:1: ( ( rule__XAdditiveExpression__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:837:1: ( ( rule__XAdditiveExpression__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:838:1: ( rule__XAdditiveExpression__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXAdditiveExpressionAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:839:1: ( rule__XAdditiveExpression__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:839:2: rule__XAdditiveExpression__Group__0
{
pushFollow(FOLLOW_rule__XAdditiveExpression__Group__0_in_ruleXAdditiveExpression1725);
rule__XAdditiveExpression__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXAdditiveExpressionAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXAdditiveExpression"
// $ANTLR start "entryRuleOpAdd"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:851:1: entryRuleOpAdd : ruleOpAdd EOF ;
public final void entryRuleOpAdd() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:852:1: ( ruleOpAdd EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:853:1: ruleOpAdd EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpAddRule());
}
pushFollow(FOLLOW_ruleOpAdd_in_entryRuleOpAdd1752);
ruleOpAdd();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpAddRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleOpAdd1759); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleOpAdd"
// $ANTLR start "ruleOpAdd"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:860:1: ruleOpAdd : ( ( rule__OpAdd__Alternatives ) ) ;
public final void ruleOpAdd() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:864:2: ( ( ( rule__OpAdd__Alternatives ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:865:1: ( ( rule__OpAdd__Alternatives ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:865:1: ( ( rule__OpAdd__Alternatives ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:866:1: ( rule__OpAdd__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpAddAccess().getAlternatives());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:867:1: ( rule__OpAdd__Alternatives )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:867:2: rule__OpAdd__Alternatives
{
pushFollow(FOLLOW_rule__OpAdd__Alternatives_in_ruleOpAdd1785);
rule__OpAdd__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getOpAddAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleOpAdd"
// $ANTLR start "entryRuleXMultiplicativeExpression"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:879:1: entryRuleXMultiplicativeExpression : ruleXMultiplicativeExpression EOF ;
public final void entryRuleXMultiplicativeExpression() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:880:1: ( ruleXMultiplicativeExpression EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:881:1: ruleXMultiplicativeExpression EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXMultiplicativeExpressionRule());
}
pushFollow(FOLLOW_ruleXMultiplicativeExpression_in_entryRuleXMultiplicativeExpression1812);
ruleXMultiplicativeExpression();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXMultiplicativeExpressionRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXMultiplicativeExpression1819); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXMultiplicativeExpression"
// $ANTLR start "ruleXMultiplicativeExpression"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:888:1: ruleXMultiplicativeExpression : ( ( rule__XMultiplicativeExpression__Group__0 ) ) ;
public final void ruleXMultiplicativeExpression() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:892:2: ( ( ( rule__XMultiplicativeExpression__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:893:1: ( ( rule__XMultiplicativeExpression__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:893:1: ( ( rule__XMultiplicativeExpression__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:894:1: ( rule__XMultiplicativeExpression__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXMultiplicativeExpressionAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:895:1: ( rule__XMultiplicativeExpression__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:895:2: rule__XMultiplicativeExpression__Group__0
{
pushFollow(FOLLOW_rule__XMultiplicativeExpression__Group__0_in_ruleXMultiplicativeExpression1845);
rule__XMultiplicativeExpression__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXMultiplicativeExpressionAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXMultiplicativeExpression"
// $ANTLR start "entryRuleOpMulti"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:907:1: entryRuleOpMulti : ruleOpMulti EOF ;
public final void entryRuleOpMulti() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:908:1: ( ruleOpMulti EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:909:1: ruleOpMulti EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpMultiRule());
}
pushFollow(FOLLOW_ruleOpMulti_in_entryRuleOpMulti1872);
ruleOpMulti();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpMultiRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleOpMulti1879); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleOpMulti"
// $ANTLR start "ruleOpMulti"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:916:1: ruleOpMulti : ( ( rule__OpMulti__Alternatives ) ) ;
public final void ruleOpMulti() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:920:2: ( ( ( rule__OpMulti__Alternatives ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:921:1: ( ( rule__OpMulti__Alternatives ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:921:1: ( ( rule__OpMulti__Alternatives ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:922:1: ( rule__OpMulti__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpMultiAccess().getAlternatives());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:923:1: ( rule__OpMulti__Alternatives )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:923:2: rule__OpMulti__Alternatives
{
pushFollow(FOLLOW_rule__OpMulti__Alternatives_in_ruleOpMulti1905);
rule__OpMulti__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getOpMultiAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleOpMulti"
// $ANTLR start "entryRuleXUnaryOperation"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:935:1: entryRuleXUnaryOperation : ruleXUnaryOperation EOF ;
public final void entryRuleXUnaryOperation() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:936:1: ( ruleXUnaryOperation EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:937:1: ruleXUnaryOperation EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXUnaryOperationRule());
}
pushFollow(FOLLOW_ruleXUnaryOperation_in_entryRuleXUnaryOperation1932);
ruleXUnaryOperation();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXUnaryOperationRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXUnaryOperation1939); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXUnaryOperation"
// $ANTLR start "ruleXUnaryOperation"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:944:1: ruleXUnaryOperation : ( ( rule__XUnaryOperation__Alternatives ) ) ;
public final void ruleXUnaryOperation() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:948:2: ( ( ( rule__XUnaryOperation__Alternatives ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:949:1: ( ( rule__XUnaryOperation__Alternatives ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:949:1: ( ( rule__XUnaryOperation__Alternatives ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:950:1: ( rule__XUnaryOperation__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXUnaryOperationAccess().getAlternatives());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:951:1: ( rule__XUnaryOperation__Alternatives )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:951:2: rule__XUnaryOperation__Alternatives
{
pushFollow(FOLLOW_rule__XUnaryOperation__Alternatives_in_ruleXUnaryOperation1965);
rule__XUnaryOperation__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXUnaryOperationAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXUnaryOperation"
// $ANTLR start "entryRuleOpUnary"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:963:1: entryRuleOpUnary : ruleOpUnary EOF ;
public final void entryRuleOpUnary() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:964:1: ( ruleOpUnary EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:965:1: ruleOpUnary EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpUnaryRule());
}
pushFollow(FOLLOW_ruleOpUnary_in_entryRuleOpUnary1992);
ruleOpUnary();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpUnaryRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleOpUnary1999); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleOpUnary"
// $ANTLR start "ruleOpUnary"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:972:1: ruleOpUnary : ( ( rule__OpUnary__Alternatives ) ) ;
public final void ruleOpUnary() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:976:2: ( ( ( rule__OpUnary__Alternatives ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:977:1: ( ( rule__OpUnary__Alternatives ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:977:1: ( ( rule__OpUnary__Alternatives ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:978:1: ( rule__OpUnary__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpUnaryAccess().getAlternatives());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:979:1: ( rule__OpUnary__Alternatives )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:979:2: rule__OpUnary__Alternatives
{
pushFollow(FOLLOW_rule__OpUnary__Alternatives_in_ruleOpUnary2025);
rule__OpUnary__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getOpUnaryAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleOpUnary"
// $ANTLR start "entryRuleXCastedExpression"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:991:1: entryRuleXCastedExpression : ruleXCastedExpression EOF ;
public final void entryRuleXCastedExpression() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:992:1: ( ruleXCastedExpression EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:993:1: ruleXCastedExpression EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXCastedExpressionRule());
}
pushFollow(FOLLOW_ruleXCastedExpression_in_entryRuleXCastedExpression2052);
ruleXCastedExpression();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXCastedExpressionRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXCastedExpression2059); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXCastedExpression"
// $ANTLR start "ruleXCastedExpression"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1000:1: ruleXCastedExpression : ( ( rule__XCastedExpression__Group__0 ) ) ;
public final void ruleXCastedExpression() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1004:2: ( ( ( rule__XCastedExpression__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1005:1: ( ( rule__XCastedExpression__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1005:1: ( ( rule__XCastedExpression__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1006:1: ( rule__XCastedExpression__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXCastedExpressionAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1007:1: ( rule__XCastedExpression__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1007:2: rule__XCastedExpression__Group__0
{
pushFollow(FOLLOW_rule__XCastedExpression__Group__0_in_ruleXCastedExpression2085);
rule__XCastedExpression__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXCastedExpressionAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXCastedExpression"
// $ANTLR start "entryRuleXPostfixOperation"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1019:1: entryRuleXPostfixOperation : ruleXPostfixOperation EOF ;
public final void entryRuleXPostfixOperation() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1020:1: ( ruleXPostfixOperation EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1021:1: ruleXPostfixOperation EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXPostfixOperationRule());
}
pushFollow(FOLLOW_ruleXPostfixOperation_in_entryRuleXPostfixOperation2112);
ruleXPostfixOperation();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXPostfixOperationRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXPostfixOperation2119); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXPostfixOperation"
// $ANTLR start "ruleXPostfixOperation"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1028:1: ruleXPostfixOperation : ( ( rule__XPostfixOperation__Group__0 ) ) ;
public final void ruleXPostfixOperation() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1032:2: ( ( ( rule__XPostfixOperation__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1033:1: ( ( rule__XPostfixOperation__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1033:1: ( ( rule__XPostfixOperation__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1034:1: ( rule__XPostfixOperation__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXPostfixOperationAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1035:1: ( rule__XPostfixOperation__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1035:2: rule__XPostfixOperation__Group__0
{
pushFollow(FOLLOW_rule__XPostfixOperation__Group__0_in_ruleXPostfixOperation2145);
rule__XPostfixOperation__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXPostfixOperationAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXPostfixOperation"
// $ANTLR start "entryRuleOpPostfix"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1047:1: entryRuleOpPostfix : ruleOpPostfix EOF ;
public final void entryRuleOpPostfix() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1048:1: ( ruleOpPostfix EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1049:1: ruleOpPostfix EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpPostfixRule());
}
pushFollow(FOLLOW_ruleOpPostfix_in_entryRuleOpPostfix2172);
ruleOpPostfix();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpPostfixRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleOpPostfix2179); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleOpPostfix"
// $ANTLR start "ruleOpPostfix"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1056:1: ruleOpPostfix : ( ( rule__OpPostfix__Alternatives ) ) ;
public final void ruleOpPostfix() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1060:2: ( ( ( rule__OpPostfix__Alternatives ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1061:1: ( ( rule__OpPostfix__Alternatives ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1061:1: ( ( rule__OpPostfix__Alternatives ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1062:1: ( rule__OpPostfix__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpPostfixAccess().getAlternatives());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1063:1: ( rule__OpPostfix__Alternatives )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1063:2: rule__OpPostfix__Alternatives
{
pushFollow(FOLLOW_rule__OpPostfix__Alternatives_in_ruleOpPostfix2205);
rule__OpPostfix__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getOpPostfixAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleOpPostfix"
// $ANTLR start "entryRuleXMemberFeatureCall"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1075:1: entryRuleXMemberFeatureCall : ruleXMemberFeatureCall EOF ;
public final void entryRuleXMemberFeatureCall() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1076:1: ( ruleXMemberFeatureCall EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1077:1: ruleXMemberFeatureCall EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXMemberFeatureCallRule());
}
pushFollow(FOLLOW_ruleXMemberFeatureCall_in_entryRuleXMemberFeatureCall2232);
ruleXMemberFeatureCall();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXMemberFeatureCallRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXMemberFeatureCall2239); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXMemberFeatureCall"
// $ANTLR start "ruleXMemberFeatureCall"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1084:1: ruleXMemberFeatureCall : ( ( rule__XMemberFeatureCall__Group__0 ) ) ;
public final void ruleXMemberFeatureCall() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1088:2: ( ( ( rule__XMemberFeatureCall__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1089:1: ( ( rule__XMemberFeatureCall__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1089:1: ( ( rule__XMemberFeatureCall__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1090:1: ( rule__XMemberFeatureCall__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXMemberFeatureCallAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1091:1: ( rule__XMemberFeatureCall__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1091:2: rule__XMemberFeatureCall__Group__0
{
pushFollow(FOLLOW_rule__XMemberFeatureCall__Group__0_in_ruleXMemberFeatureCall2265);
rule__XMemberFeatureCall__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXMemberFeatureCallAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXMemberFeatureCall"
// $ANTLR start "entryRuleXPrimaryExpression"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1103:1: entryRuleXPrimaryExpression : ruleXPrimaryExpression EOF ;
public final void entryRuleXPrimaryExpression() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1104:1: ( ruleXPrimaryExpression EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1105:1: ruleXPrimaryExpression EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXPrimaryExpressionRule());
}
pushFollow(FOLLOW_ruleXPrimaryExpression_in_entryRuleXPrimaryExpression2292);
ruleXPrimaryExpression();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXPrimaryExpressionRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXPrimaryExpression2299); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXPrimaryExpression"
// $ANTLR start "ruleXPrimaryExpression"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1112:1: ruleXPrimaryExpression : ( ( rule__XPrimaryExpression__Alternatives ) ) ;
public final void ruleXPrimaryExpression() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1116:2: ( ( ( rule__XPrimaryExpression__Alternatives ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1117:1: ( ( rule__XPrimaryExpression__Alternatives ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1117:1: ( ( rule__XPrimaryExpression__Alternatives ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1118:1: ( rule__XPrimaryExpression__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXPrimaryExpressionAccess().getAlternatives());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1119:1: ( rule__XPrimaryExpression__Alternatives )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1119:2: rule__XPrimaryExpression__Alternatives
{
pushFollow(FOLLOW_rule__XPrimaryExpression__Alternatives_in_ruleXPrimaryExpression2325);
rule__XPrimaryExpression__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXPrimaryExpressionAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXPrimaryExpression"
// $ANTLR start "entryRuleXLiteral"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1131:1: entryRuleXLiteral : ruleXLiteral EOF ;
public final void entryRuleXLiteral() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1132:1: ( ruleXLiteral EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1133:1: ruleXLiteral EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXLiteralRule());
}
pushFollow(FOLLOW_ruleXLiteral_in_entryRuleXLiteral2352);
ruleXLiteral();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXLiteralRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXLiteral2359); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXLiteral"
// $ANTLR start "ruleXLiteral"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1140:1: ruleXLiteral : ( ( rule__XLiteral__Alternatives ) ) ;
public final void ruleXLiteral() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1144:2: ( ( ( rule__XLiteral__Alternatives ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1145:1: ( ( rule__XLiteral__Alternatives ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1145:1: ( ( rule__XLiteral__Alternatives ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1146:1: ( rule__XLiteral__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXLiteralAccess().getAlternatives());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1147:1: ( rule__XLiteral__Alternatives )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1147:2: rule__XLiteral__Alternatives
{
pushFollow(FOLLOW_rule__XLiteral__Alternatives_in_ruleXLiteral2385);
rule__XLiteral__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXLiteralAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXLiteral"
// $ANTLR start "entryRuleXCollectionLiteral"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1159:1: entryRuleXCollectionLiteral : ruleXCollectionLiteral EOF ;
public final void entryRuleXCollectionLiteral() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1160:1: ( ruleXCollectionLiteral EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1161:1: ruleXCollectionLiteral EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXCollectionLiteralRule());
}
pushFollow(FOLLOW_ruleXCollectionLiteral_in_entryRuleXCollectionLiteral2412);
ruleXCollectionLiteral();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXCollectionLiteralRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXCollectionLiteral2419); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXCollectionLiteral"
// $ANTLR start "ruleXCollectionLiteral"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1168:1: ruleXCollectionLiteral : ( ( rule__XCollectionLiteral__Alternatives ) ) ;
public final void ruleXCollectionLiteral() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1172:2: ( ( ( rule__XCollectionLiteral__Alternatives ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1173:1: ( ( rule__XCollectionLiteral__Alternatives ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1173:1: ( ( rule__XCollectionLiteral__Alternatives ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1174:1: ( rule__XCollectionLiteral__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXCollectionLiteralAccess().getAlternatives());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1175:1: ( rule__XCollectionLiteral__Alternatives )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1175:2: rule__XCollectionLiteral__Alternatives
{
pushFollow(FOLLOW_rule__XCollectionLiteral__Alternatives_in_ruleXCollectionLiteral2445);
rule__XCollectionLiteral__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXCollectionLiteralAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXCollectionLiteral"
// $ANTLR start "entryRuleXSetLiteral"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1187:1: entryRuleXSetLiteral : ruleXSetLiteral EOF ;
public final void entryRuleXSetLiteral() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1188:1: ( ruleXSetLiteral EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1189:1: ruleXSetLiteral EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXSetLiteralRule());
}
pushFollow(FOLLOW_ruleXSetLiteral_in_entryRuleXSetLiteral2472);
ruleXSetLiteral();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXSetLiteralRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXSetLiteral2479); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXSetLiteral"
// $ANTLR start "ruleXSetLiteral"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1196:1: ruleXSetLiteral : ( ( rule__XSetLiteral__Group__0 ) ) ;
public final void ruleXSetLiteral() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1200:2: ( ( ( rule__XSetLiteral__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1201:1: ( ( rule__XSetLiteral__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1201:1: ( ( rule__XSetLiteral__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1202:1: ( rule__XSetLiteral__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXSetLiteralAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1203:1: ( rule__XSetLiteral__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1203:2: rule__XSetLiteral__Group__0
{
pushFollow(FOLLOW_rule__XSetLiteral__Group__0_in_ruleXSetLiteral2505);
rule__XSetLiteral__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXSetLiteralAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXSetLiteral"
// $ANTLR start "entryRuleXListLiteral"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1215:1: entryRuleXListLiteral : ruleXListLiteral EOF ;
public final void entryRuleXListLiteral() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1216:1: ( ruleXListLiteral EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1217:1: ruleXListLiteral EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXListLiteralRule());
}
pushFollow(FOLLOW_ruleXListLiteral_in_entryRuleXListLiteral2532);
ruleXListLiteral();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXListLiteralRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXListLiteral2539); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXListLiteral"
// $ANTLR start "ruleXListLiteral"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1224:1: ruleXListLiteral : ( ( rule__XListLiteral__Group__0 ) ) ;
public final void ruleXListLiteral() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1228:2: ( ( ( rule__XListLiteral__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1229:1: ( ( rule__XListLiteral__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1229:1: ( ( rule__XListLiteral__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1230:1: ( rule__XListLiteral__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXListLiteralAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1231:1: ( rule__XListLiteral__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1231:2: rule__XListLiteral__Group__0
{
pushFollow(FOLLOW_rule__XListLiteral__Group__0_in_ruleXListLiteral2565);
rule__XListLiteral__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXListLiteralAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXListLiteral"
// $ANTLR start "entryRuleXClosure"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1243:1: entryRuleXClosure : ruleXClosure EOF ;
public final void entryRuleXClosure() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1244:1: ( ruleXClosure EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1245:1: ruleXClosure EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXClosureRule());
}
pushFollow(FOLLOW_ruleXClosure_in_entryRuleXClosure2592);
ruleXClosure();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXClosureRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXClosure2599); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXClosure"
// $ANTLR start "ruleXClosure"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1252:1: ruleXClosure : ( ( rule__XClosure__Group__0 ) ) ;
public final void ruleXClosure() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1256:2: ( ( ( rule__XClosure__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1257:1: ( ( rule__XClosure__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1257:1: ( ( rule__XClosure__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1258:1: ( rule__XClosure__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXClosureAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1259:1: ( rule__XClosure__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1259:2: rule__XClosure__Group__0
{
pushFollow(FOLLOW_rule__XClosure__Group__0_in_ruleXClosure2625);
rule__XClosure__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXClosureAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXClosure"
// $ANTLR start "entryRuleXExpressionInClosure"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1271:1: entryRuleXExpressionInClosure : ruleXExpressionInClosure EOF ;
public final void entryRuleXExpressionInClosure() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1272:1: ( ruleXExpressionInClosure EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1273:1: ruleXExpressionInClosure EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXExpressionInClosureRule());
}
pushFollow(FOLLOW_ruleXExpressionInClosure_in_entryRuleXExpressionInClosure2652);
ruleXExpressionInClosure();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXExpressionInClosureRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXExpressionInClosure2659); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXExpressionInClosure"
// $ANTLR start "ruleXExpressionInClosure"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1280:1: ruleXExpressionInClosure : ( ( rule__XExpressionInClosure__Group__0 ) ) ;
public final void ruleXExpressionInClosure() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1284:2: ( ( ( rule__XExpressionInClosure__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1285:1: ( ( rule__XExpressionInClosure__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1285:1: ( ( rule__XExpressionInClosure__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1286:1: ( rule__XExpressionInClosure__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXExpressionInClosureAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1287:1: ( rule__XExpressionInClosure__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1287:2: rule__XExpressionInClosure__Group__0
{
pushFollow(FOLLOW_rule__XExpressionInClosure__Group__0_in_ruleXExpressionInClosure2685);
rule__XExpressionInClosure__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXExpressionInClosureAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXExpressionInClosure"
// $ANTLR start "entryRuleXShortClosure"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1299:1: entryRuleXShortClosure : ruleXShortClosure EOF ;
public final void entryRuleXShortClosure() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1300:1: ( ruleXShortClosure EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1301:1: ruleXShortClosure EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXShortClosureRule());
}
pushFollow(FOLLOW_ruleXShortClosure_in_entryRuleXShortClosure2712);
ruleXShortClosure();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXShortClosureRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXShortClosure2719); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXShortClosure"
// $ANTLR start "ruleXShortClosure"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1308:1: ruleXShortClosure : ( ( rule__XShortClosure__Group__0 ) ) ;
public final void ruleXShortClosure() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1312:2: ( ( ( rule__XShortClosure__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1313:1: ( ( rule__XShortClosure__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1313:1: ( ( rule__XShortClosure__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1314:1: ( rule__XShortClosure__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXShortClosureAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1315:1: ( rule__XShortClosure__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1315:2: rule__XShortClosure__Group__0
{
pushFollow(FOLLOW_rule__XShortClosure__Group__0_in_ruleXShortClosure2745);
rule__XShortClosure__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXShortClosureAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXShortClosure"
// $ANTLR start "entryRuleXParenthesizedExpression"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1327:1: entryRuleXParenthesizedExpression : ruleXParenthesizedExpression EOF ;
public final void entryRuleXParenthesizedExpression() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1328:1: ( ruleXParenthesizedExpression EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1329:1: ruleXParenthesizedExpression EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXParenthesizedExpressionRule());
}
pushFollow(FOLLOW_ruleXParenthesizedExpression_in_entryRuleXParenthesizedExpression2772);
ruleXParenthesizedExpression();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXParenthesizedExpressionRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXParenthesizedExpression2779); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXParenthesizedExpression"
// $ANTLR start "ruleXParenthesizedExpression"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1336:1: ruleXParenthesizedExpression : ( ( rule__XParenthesizedExpression__Group__0 ) ) ;
public final void ruleXParenthesizedExpression() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1340:2: ( ( ( rule__XParenthesizedExpression__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1341:1: ( ( rule__XParenthesizedExpression__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1341:1: ( ( rule__XParenthesizedExpression__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1342:1: ( rule__XParenthesizedExpression__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXParenthesizedExpressionAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1343:1: ( rule__XParenthesizedExpression__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1343:2: rule__XParenthesizedExpression__Group__0
{
pushFollow(FOLLOW_rule__XParenthesizedExpression__Group__0_in_ruleXParenthesizedExpression2805);
rule__XParenthesizedExpression__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXParenthesizedExpressionAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXParenthesizedExpression"
// $ANTLR start "entryRuleXIfExpression"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1355:1: entryRuleXIfExpression : ruleXIfExpression EOF ;
public final void entryRuleXIfExpression() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1356:1: ( ruleXIfExpression EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1357:1: ruleXIfExpression EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXIfExpressionRule());
}
pushFollow(FOLLOW_ruleXIfExpression_in_entryRuleXIfExpression2832);
ruleXIfExpression();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXIfExpressionRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXIfExpression2839); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXIfExpression"
// $ANTLR start "ruleXIfExpression"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1364:1: ruleXIfExpression : ( ( rule__XIfExpression__Group__0 ) ) ;
public final void ruleXIfExpression() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1368:2: ( ( ( rule__XIfExpression__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1369:1: ( ( rule__XIfExpression__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1369:1: ( ( rule__XIfExpression__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1370:1: ( rule__XIfExpression__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXIfExpressionAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1371:1: ( rule__XIfExpression__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1371:2: rule__XIfExpression__Group__0
{
pushFollow(FOLLOW_rule__XIfExpression__Group__0_in_ruleXIfExpression2865);
rule__XIfExpression__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXIfExpressionAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXIfExpression"
// $ANTLR start "entryRuleXSwitchExpression"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1383:1: entryRuleXSwitchExpression : ruleXSwitchExpression EOF ;
public final void entryRuleXSwitchExpression() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1384:1: ( ruleXSwitchExpression EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1385:1: ruleXSwitchExpression EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXSwitchExpressionRule());
}
pushFollow(FOLLOW_ruleXSwitchExpression_in_entryRuleXSwitchExpression2892);
ruleXSwitchExpression();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXSwitchExpressionRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXSwitchExpression2899); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXSwitchExpression"
// $ANTLR start "ruleXSwitchExpression"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1392:1: ruleXSwitchExpression : ( ( rule__XSwitchExpression__Group__0 ) ) ;
public final void ruleXSwitchExpression() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1396:2: ( ( ( rule__XSwitchExpression__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1397:1: ( ( rule__XSwitchExpression__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1397:1: ( ( rule__XSwitchExpression__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1398:1: ( rule__XSwitchExpression__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXSwitchExpressionAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1399:1: ( rule__XSwitchExpression__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1399:2: rule__XSwitchExpression__Group__0
{
pushFollow(FOLLOW_rule__XSwitchExpression__Group__0_in_ruleXSwitchExpression2925);
rule__XSwitchExpression__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXSwitchExpressionAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXSwitchExpression"
// $ANTLR start "entryRuleXCasePart"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1411:1: entryRuleXCasePart : ruleXCasePart EOF ;
public final void entryRuleXCasePart() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1412:1: ( ruleXCasePart EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1413:1: ruleXCasePart EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXCasePartRule());
}
pushFollow(FOLLOW_ruleXCasePart_in_entryRuleXCasePart2952);
ruleXCasePart();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXCasePartRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXCasePart2959); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXCasePart"
// $ANTLR start "ruleXCasePart"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1420:1: ruleXCasePart : ( ( rule__XCasePart__Group__0 ) ) ;
public final void ruleXCasePart() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1424:2: ( ( ( rule__XCasePart__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1425:1: ( ( rule__XCasePart__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1425:1: ( ( rule__XCasePart__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1426:1: ( rule__XCasePart__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXCasePartAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1427:1: ( rule__XCasePart__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1427:2: rule__XCasePart__Group__0
{
pushFollow(FOLLOW_rule__XCasePart__Group__0_in_ruleXCasePart2985);
rule__XCasePart__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXCasePartAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXCasePart"
// $ANTLR start "entryRuleXForLoopExpression"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1439:1: entryRuleXForLoopExpression : ruleXForLoopExpression EOF ;
public final void entryRuleXForLoopExpression() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1440:1: ( ruleXForLoopExpression EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1441:1: ruleXForLoopExpression EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXForLoopExpressionRule());
}
pushFollow(FOLLOW_ruleXForLoopExpression_in_entryRuleXForLoopExpression3012);
ruleXForLoopExpression();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXForLoopExpressionRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXForLoopExpression3019); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXForLoopExpression"
// $ANTLR start "ruleXForLoopExpression"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1448:1: ruleXForLoopExpression : ( ( rule__XForLoopExpression__Group__0 ) ) ;
public final void ruleXForLoopExpression() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1452:2: ( ( ( rule__XForLoopExpression__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1453:1: ( ( rule__XForLoopExpression__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1453:1: ( ( rule__XForLoopExpression__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1454:1: ( rule__XForLoopExpression__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXForLoopExpressionAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1455:1: ( rule__XForLoopExpression__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1455:2: rule__XForLoopExpression__Group__0
{
pushFollow(FOLLOW_rule__XForLoopExpression__Group__0_in_ruleXForLoopExpression3045);
rule__XForLoopExpression__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXForLoopExpressionAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXForLoopExpression"
// $ANTLR start "entryRuleXBasicForLoopExpression"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1467:1: entryRuleXBasicForLoopExpression : ruleXBasicForLoopExpression EOF ;
public final void entryRuleXBasicForLoopExpression() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1468:1: ( ruleXBasicForLoopExpression EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1469:1: ruleXBasicForLoopExpression EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXBasicForLoopExpressionRule());
}
pushFollow(FOLLOW_ruleXBasicForLoopExpression_in_entryRuleXBasicForLoopExpression3072);
ruleXBasicForLoopExpression();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXBasicForLoopExpressionRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXBasicForLoopExpression3079); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXBasicForLoopExpression"
// $ANTLR start "ruleXBasicForLoopExpression"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1476:1: ruleXBasicForLoopExpression : ( ( rule__XBasicForLoopExpression__Group__0 ) ) ;
public final void ruleXBasicForLoopExpression() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1480:2: ( ( ( rule__XBasicForLoopExpression__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1481:1: ( ( rule__XBasicForLoopExpression__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1481:1: ( ( rule__XBasicForLoopExpression__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1482:1: ( rule__XBasicForLoopExpression__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXBasicForLoopExpressionAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1483:1: ( rule__XBasicForLoopExpression__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1483:2: rule__XBasicForLoopExpression__Group__0
{
pushFollow(FOLLOW_rule__XBasicForLoopExpression__Group__0_in_ruleXBasicForLoopExpression3105);
rule__XBasicForLoopExpression__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXBasicForLoopExpressionAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXBasicForLoopExpression"
// $ANTLR start "entryRuleXWhileExpression"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1495:1: entryRuleXWhileExpression : ruleXWhileExpression EOF ;
public final void entryRuleXWhileExpression() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1496:1: ( ruleXWhileExpression EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1497:1: ruleXWhileExpression EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXWhileExpressionRule());
}
pushFollow(FOLLOW_ruleXWhileExpression_in_entryRuleXWhileExpression3132);
ruleXWhileExpression();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXWhileExpressionRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXWhileExpression3139); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXWhileExpression"
// $ANTLR start "ruleXWhileExpression"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1504:1: ruleXWhileExpression : ( ( rule__XWhileExpression__Group__0 ) ) ;
public final void ruleXWhileExpression() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1508:2: ( ( ( rule__XWhileExpression__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1509:1: ( ( rule__XWhileExpression__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1509:1: ( ( rule__XWhileExpression__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1510:1: ( rule__XWhileExpression__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXWhileExpressionAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1511:1: ( rule__XWhileExpression__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1511:2: rule__XWhileExpression__Group__0
{
pushFollow(FOLLOW_rule__XWhileExpression__Group__0_in_ruleXWhileExpression3165);
rule__XWhileExpression__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXWhileExpressionAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXWhileExpression"
// $ANTLR start "entryRuleXDoWhileExpression"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1523:1: entryRuleXDoWhileExpression : ruleXDoWhileExpression EOF ;
public final void entryRuleXDoWhileExpression() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1524:1: ( ruleXDoWhileExpression EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1525:1: ruleXDoWhileExpression EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXDoWhileExpressionRule());
}
pushFollow(FOLLOW_ruleXDoWhileExpression_in_entryRuleXDoWhileExpression3192);
ruleXDoWhileExpression();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXDoWhileExpressionRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXDoWhileExpression3199); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXDoWhileExpression"
// $ANTLR start "ruleXDoWhileExpression"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1532:1: ruleXDoWhileExpression : ( ( rule__XDoWhileExpression__Group__0 ) ) ;
public final void ruleXDoWhileExpression() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1536:2: ( ( ( rule__XDoWhileExpression__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1537:1: ( ( rule__XDoWhileExpression__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1537:1: ( ( rule__XDoWhileExpression__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1538:1: ( rule__XDoWhileExpression__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXDoWhileExpressionAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1539:1: ( rule__XDoWhileExpression__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1539:2: rule__XDoWhileExpression__Group__0
{
pushFollow(FOLLOW_rule__XDoWhileExpression__Group__0_in_ruleXDoWhileExpression3225);
rule__XDoWhileExpression__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXDoWhileExpressionAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXDoWhileExpression"
// $ANTLR start "entryRuleXBlockExpression"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1551:1: entryRuleXBlockExpression : ruleXBlockExpression EOF ;
public final void entryRuleXBlockExpression() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1552:1: ( ruleXBlockExpression EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1553:1: ruleXBlockExpression EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXBlockExpressionRule());
}
pushFollow(FOLLOW_ruleXBlockExpression_in_entryRuleXBlockExpression3252);
ruleXBlockExpression();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXBlockExpressionRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXBlockExpression3259); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXBlockExpression"
// $ANTLR start "ruleXBlockExpression"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1560:1: ruleXBlockExpression : ( ( rule__XBlockExpression__Group__0 ) ) ;
public final void ruleXBlockExpression() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1564:2: ( ( ( rule__XBlockExpression__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1565:1: ( ( rule__XBlockExpression__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1565:1: ( ( rule__XBlockExpression__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1566:1: ( rule__XBlockExpression__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXBlockExpressionAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1567:1: ( rule__XBlockExpression__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1567:2: rule__XBlockExpression__Group__0
{
pushFollow(FOLLOW_rule__XBlockExpression__Group__0_in_ruleXBlockExpression3285);
rule__XBlockExpression__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXBlockExpressionAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXBlockExpression"
// $ANTLR start "entryRuleXExpressionOrVarDeclaration"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1579:1: entryRuleXExpressionOrVarDeclaration : ruleXExpressionOrVarDeclaration EOF ;
public final void entryRuleXExpressionOrVarDeclaration() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1580:1: ( ruleXExpressionOrVarDeclaration EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1581:1: ruleXExpressionOrVarDeclaration EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXExpressionOrVarDeclarationRule());
}
pushFollow(FOLLOW_ruleXExpressionOrVarDeclaration_in_entryRuleXExpressionOrVarDeclaration3312);
ruleXExpressionOrVarDeclaration();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXExpressionOrVarDeclarationRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXExpressionOrVarDeclaration3319); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXExpressionOrVarDeclaration"
// $ANTLR start "ruleXExpressionOrVarDeclaration"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1588:1: ruleXExpressionOrVarDeclaration : ( ( rule__XExpressionOrVarDeclaration__Alternatives ) ) ;
public final void ruleXExpressionOrVarDeclaration() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1592:2: ( ( ( rule__XExpressionOrVarDeclaration__Alternatives ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1593:1: ( ( rule__XExpressionOrVarDeclaration__Alternatives ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1593:1: ( ( rule__XExpressionOrVarDeclaration__Alternatives ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1594:1: ( rule__XExpressionOrVarDeclaration__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXExpressionOrVarDeclarationAccess().getAlternatives());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1595:1: ( rule__XExpressionOrVarDeclaration__Alternatives )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1595:2: rule__XExpressionOrVarDeclaration__Alternatives
{
pushFollow(FOLLOW_rule__XExpressionOrVarDeclaration__Alternatives_in_ruleXExpressionOrVarDeclaration3345);
rule__XExpressionOrVarDeclaration__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXExpressionOrVarDeclarationAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXExpressionOrVarDeclaration"
// $ANTLR start "entryRuleXVariableDeclaration"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1607:1: entryRuleXVariableDeclaration : ruleXVariableDeclaration EOF ;
public final void entryRuleXVariableDeclaration() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1608:1: ( ruleXVariableDeclaration EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1609:1: ruleXVariableDeclaration EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXVariableDeclarationRule());
}
pushFollow(FOLLOW_ruleXVariableDeclaration_in_entryRuleXVariableDeclaration3372);
ruleXVariableDeclaration();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXVariableDeclarationRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXVariableDeclaration3379); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXVariableDeclaration"
// $ANTLR start "ruleXVariableDeclaration"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1616:1: ruleXVariableDeclaration : ( ( rule__XVariableDeclaration__Group__0 ) ) ;
public final void ruleXVariableDeclaration() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1620:2: ( ( ( rule__XVariableDeclaration__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1621:1: ( ( rule__XVariableDeclaration__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1621:1: ( ( rule__XVariableDeclaration__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1622:1: ( rule__XVariableDeclaration__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXVariableDeclarationAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1623:1: ( rule__XVariableDeclaration__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1623:2: rule__XVariableDeclaration__Group__0
{
pushFollow(FOLLOW_rule__XVariableDeclaration__Group__0_in_ruleXVariableDeclaration3405);
rule__XVariableDeclaration__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXVariableDeclarationAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXVariableDeclaration"
// $ANTLR start "entryRuleJvmFormalParameter"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1635:1: entryRuleJvmFormalParameter : ruleJvmFormalParameter EOF ;
public final void entryRuleJvmFormalParameter() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1636:1: ( ruleJvmFormalParameter EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1637:1: ruleJvmFormalParameter EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJvmFormalParameterRule());
}
pushFollow(FOLLOW_ruleJvmFormalParameter_in_entryRuleJvmFormalParameter3432);
ruleJvmFormalParameter();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getJvmFormalParameterRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleJvmFormalParameter3439); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleJvmFormalParameter"
// $ANTLR start "ruleJvmFormalParameter"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1644:1: ruleJvmFormalParameter : ( ( rule__JvmFormalParameter__Group__0 ) ) ;
public final void ruleJvmFormalParameter() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1648:2: ( ( ( rule__JvmFormalParameter__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1649:1: ( ( rule__JvmFormalParameter__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1649:1: ( ( rule__JvmFormalParameter__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1650:1: ( rule__JvmFormalParameter__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJvmFormalParameterAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1651:1: ( rule__JvmFormalParameter__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1651:2: rule__JvmFormalParameter__Group__0
{
pushFollow(FOLLOW_rule__JvmFormalParameter__Group__0_in_ruleJvmFormalParameter3465);
rule__JvmFormalParameter__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getJvmFormalParameterAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleJvmFormalParameter"
// $ANTLR start "entryRuleFullJvmFormalParameter"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1663:1: entryRuleFullJvmFormalParameter : ruleFullJvmFormalParameter EOF ;
public final void entryRuleFullJvmFormalParameter() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1664:1: ( ruleFullJvmFormalParameter EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1665:1: ruleFullJvmFormalParameter EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getFullJvmFormalParameterRule());
}
pushFollow(FOLLOW_ruleFullJvmFormalParameter_in_entryRuleFullJvmFormalParameter3492);
ruleFullJvmFormalParameter();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getFullJvmFormalParameterRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleFullJvmFormalParameter3499); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleFullJvmFormalParameter"
// $ANTLR start "ruleFullJvmFormalParameter"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1672:1: ruleFullJvmFormalParameter : ( ( rule__FullJvmFormalParameter__Group__0 ) ) ;
public final void ruleFullJvmFormalParameter() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1676:2: ( ( ( rule__FullJvmFormalParameter__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1677:1: ( ( rule__FullJvmFormalParameter__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1677:1: ( ( rule__FullJvmFormalParameter__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1678:1: ( rule__FullJvmFormalParameter__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getFullJvmFormalParameterAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1679:1: ( rule__FullJvmFormalParameter__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1679:2: rule__FullJvmFormalParameter__Group__0
{
pushFollow(FOLLOW_rule__FullJvmFormalParameter__Group__0_in_ruleFullJvmFormalParameter3525);
rule__FullJvmFormalParameter__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getFullJvmFormalParameterAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleFullJvmFormalParameter"
// $ANTLR start "entryRuleXFeatureCall"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1691:1: entryRuleXFeatureCall : ruleXFeatureCall EOF ;
public final void entryRuleXFeatureCall() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1692:1: ( ruleXFeatureCall EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1693:1: ruleXFeatureCall EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXFeatureCallRule());
}
pushFollow(FOLLOW_ruleXFeatureCall_in_entryRuleXFeatureCall3552);
ruleXFeatureCall();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXFeatureCallRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXFeatureCall3559); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXFeatureCall"
// $ANTLR start "ruleXFeatureCall"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1700:1: ruleXFeatureCall : ( ( rule__XFeatureCall__Group__0 ) ) ;
public final void ruleXFeatureCall() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1704:2: ( ( ( rule__XFeatureCall__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1705:1: ( ( rule__XFeatureCall__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1705:1: ( ( rule__XFeatureCall__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1706:1: ( rule__XFeatureCall__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXFeatureCallAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1707:1: ( rule__XFeatureCall__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1707:2: rule__XFeatureCall__Group__0
{
pushFollow(FOLLOW_rule__XFeatureCall__Group__0_in_ruleXFeatureCall3585);
rule__XFeatureCall__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXFeatureCallAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXFeatureCall"
// $ANTLR start "entryRuleFeatureCallID"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1719:1: entryRuleFeatureCallID : ruleFeatureCallID EOF ;
public final void entryRuleFeatureCallID() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1720:1: ( ruleFeatureCallID EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1721:1: ruleFeatureCallID EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getFeatureCallIDRule());
}
pushFollow(FOLLOW_ruleFeatureCallID_in_entryRuleFeatureCallID3612);
ruleFeatureCallID();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getFeatureCallIDRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleFeatureCallID3619); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleFeatureCallID"
// $ANTLR start "ruleFeatureCallID"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1728:1: ruleFeatureCallID : ( ( rule__FeatureCallID__Alternatives ) ) ;
public final void ruleFeatureCallID() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1732:2: ( ( ( rule__FeatureCallID__Alternatives ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1733:1: ( ( rule__FeatureCallID__Alternatives ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1733:1: ( ( rule__FeatureCallID__Alternatives ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1734:1: ( rule__FeatureCallID__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getFeatureCallIDAccess().getAlternatives());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1735:1: ( rule__FeatureCallID__Alternatives )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1735:2: rule__FeatureCallID__Alternatives
{
pushFollow(FOLLOW_rule__FeatureCallID__Alternatives_in_ruleFeatureCallID3645);
rule__FeatureCallID__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getFeatureCallIDAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleFeatureCallID"
// $ANTLR start "entryRuleIdOrSuper"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1747:1: entryRuleIdOrSuper : ruleIdOrSuper EOF ;
public final void entryRuleIdOrSuper() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1748:1: ( ruleIdOrSuper EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1749:1: ruleIdOrSuper EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getIdOrSuperRule());
}
pushFollow(FOLLOW_ruleIdOrSuper_in_entryRuleIdOrSuper3672);
ruleIdOrSuper();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getIdOrSuperRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleIdOrSuper3679); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleIdOrSuper"
// $ANTLR start "ruleIdOrSuper"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1756:1: ruleIdOrSuper : ( ( rule__IdOrSuper__Alternatives ) ) ;
public final void ruleIdOrSuper() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1760:2: ( ( ( rule__IdOrSuper__Alternatives ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1761:1: ( ( rule__IdOrSuper__Alternatives ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1761:1: ( ( rule__IdOrSuper__Alternatives ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1762:1: ( rule__IdOrSuper__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getIdOrSuperAccess().getAlternatives());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1763:1: ( rule__IdOrSuper__Alternatives )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1763:2: rule__IdOrSuper__Alternatives
{
pushFollow(FOLLOW_rule__IdOrSuper__Alternatives_in_ruleIdOrSuper3705);
rule__IdOrSuper__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getIdOrSuperAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleIdOrSuper"
// $ANTLR start "entryRuleXConstructorCall"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1775:1: entryRuleXConstructorCall : ruleXConstructorCall EOF ;
public final void entryRuleXConstructorCall() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1776:1: ( ruleXConstructorCall EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1777:1: ruleXConstructorCall EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXConstructorCallRule());
}
pushFollow(FOLLOW_ruleXConstructorCall_in_entryRuleXConstructorCall3732);
ruleXConstructorCall();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXConstructorCallRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXConstructorCall3739); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXConstructorCall"
// $ANTLR start "ruleXConstructorCall"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1784:1: ruleXConstructorCall : ( ( rule__XConstructorCall__Group__0 ) ) ;
public final void ruleXConstructorCall() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1788:2: ( ( ( rule__XConstructorCall__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1789:1: ( ( rule__XConstructorCall__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1789:1: ( ( rule__XConstructorCall__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1790:1: ( rule__XConstructorCall__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXConstructorCallAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1791:1: ( rule__XConstructorCall__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1791:2: rule__XConstructorCall__Group__0
{
pushFollow(FOLLOW_rule__XConstructorCall__Group__0_in_ruleXConstructorCall3765);
rule__XConstructorCall__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXConstructorCallAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXConstructorCall"
// $ANTLR start "entryRuleXBooleanLiteral"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1803:1: entryRuleXBooleanLiteral : ruleXBooleanLiteral EOF ;
public final void entryRuleXBooleanLiteral() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1804:1: ( ruleXBooleanLiteral EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1805:1: ruleXBooleanLiteral EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXBooleanLiteralRule());
}
pushFollow(FOLLOW_ruleXBooleanLiteral_in_entryRuleXBooleanLiteral3792);
ruleXBooleanLiteral();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXBooleanLiteralRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXBooleanLiteral3799); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXBooleanLiteral"
// $ANTLR start "ruleXBooleanLiteral"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1812:1: ruleXBooleanLiteral : ( ( rule__XBooleanLiteral__Group__0 ) ) ;
public final void ruleXBooleanLiteral() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1816:2: ( ( ( rule__XBooleanLiteral__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1817:1: ( ( rule__XBooleanLiteral__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1817:1: ( ( rule__XBooleanLiteral__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1818:1: ( rule__XBooleanLiteral__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXBooleanLiteralAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1819:1: ( rule__XBooleanLiteral__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1819:2: rule__XBooleanLiteral__Group__0
{
pushFollow(FOLLOW_rule__XBooleanLiteral__Group__0_in_ruleXBooleanLiteral3825);
rule__XBooleanLiteral__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXBooleanLiteralAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXBooleanLiteral"
// $ANTLR start "entryRuleXNullLiteral"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1831:1: entryRuleXNullLiteral : ruleXNullLiteral EOF ;
public final void entryRuleXNullLiteral() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1832:1: ( ruleXNullLiteral EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1833:1: ruleXNullLiteral EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXNullLiteralRule());
}
pushFollow(FOLLOW_ruleXNullLiteral_in_entryRuleXNullLiteral3852);
ruleXNullLiteral();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXNullLiteralRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXNullLiteral3859); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXNullLiteral"
// $ANTLR start "ruleXNullLiteral"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1840:1: ruleXNullLiteral : ( ( rule__XNullLiteral__Group__0 ) ) ;
public final void ruleXNullLiteral() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1844:2: ( ( ( rule__XNullLiteral__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1845:1: ( ( rule__XNullLiteral__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1845:1: ( ( rule__XNullLiteral__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1846:1: ( rule__XNullLiteral__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXNullLiteralAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1847:1: ( rule__XNullLiteral__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1847:2: rule__XNullLiteral__Group__0
{
pushFollow(FOLLOW_rule__XNullLiteral__Group__0_in_ruleXNullLiteral3885);
rule__XNullLiteral__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXNullLiteralAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXNullLiteral"
// $ANTLR start "entryRuleXNumberLiteral"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1859:1: entryRuleXNumberLiteral : ruleXNumberLiteral EOF ;
public final void entryRuleXNumberLiteral() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1860:1: ( ruleXNumberLiteral EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1861:1: ruleXNumberLiteral EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXNumberLiteralRule());
}
pushFollow(FOLLOW_ruleXNumberLiteral_in_entryRuleXNumberLiteral3912);
ruleXNumberLiteral();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXNumberLiteralRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXNumberLiteral3919); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXNumberLiteral"
// $ANTLR start "ruleXNumberLiteral"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1868:1: ruleXNumberLiteral : ( ( rule__XNumberLiteral__Group__0 ) ) ;
public final void ruleXNumberLiteral() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1872:2: ( ( ( rule__XNumberLiteral__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1873:1: ( ( rule__XNumberLiteral__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1873:1: ( ( rule__XNumberLiteral__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1874:1: ( rule__XNumberLiteral__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXNumberLiteralAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1875:1: ( rule__XNumberLiteral__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1875:2: rule__XNumberLiteral__Group__0
{
pushFollow(FOLLOW_rule__XNumberLiteral__Group__0_in_ruleXNumberLiteral3945);
rule__XNumberLiteral__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXNumberLiteralAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXNumberLiteral"
// $ANTLR start "entryRuleXStringLiteral"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1887:1: entryRuleXStringLiteral : ruleXStringLiteral EOF ;
public final void entryRuleXStringLiteral() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1888:1: ( ruleXStringLiteral EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1889:1: ruleXStringLiteral EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXStringLiteralRule());
}
pushFollow(FOLLOW_ruleXStringLiteral_in_entryRuleXStringLiteral3972);
ruleXStringLiteral();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXStringLiteralRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXStringLiteral3979); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXStringLiteral"
// $ANTLR start "ruleXStringLiteral"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1896:1: ruleXStringLiteral : ( ( rule__XStringLiteral__Group__0 ) ) ;
public final void ruleXStringLiteral() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1900:2: ( ( ( rule__XStringLiteral__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1901:1: ( ( rule__XStringLiteral__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1901:1: ( ( rule__XStringLiteral__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1902:1: ( rule__XStringLiteral__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXStringLiteralAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1903:1: ( rule__XStringLiteral__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1903:2: rule__XStringLiteral__Group__0
{
pushFollow(FOLLOW_rule__XStringLiteral__Group__0_in_ruleXStringLiteral4005);
rule__XStringLiteral__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXStringLiteralAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXStringLiteral"
// $ANTLR start "entryRuleXTypeLiteral"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1915:1: entryRuleXTypeLiteral : ruleXTypeLiteral EOF ;
public final void entryRuleXTypeLiteral() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1916:1: ( ruleXTypeLiteral EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1917:1: ruleXTypeLiteral EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXTypeLiteralRule());
}
pushFollow(FOLLOW_ruleXTypeLiteral_in_entryRuleXTypeLiteral4032);
ruleXTypeLiteral();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXTypeLiteralRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXTypeLiteral4039); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXTypeLiteral"
// $ANTLR start "ruleXTypeLiteral"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1924:1: ruleXTypeLiteral : ( ( rule__XTypeLiteral__Group__0 ) ) ;
public final void ruleXTypeLiteral() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1928:2: ( ( ( rule__XTypeLiteral__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1929:1: ( ( rule__XTypeLiteral__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1929:1: ( ( rule__XTypeLiteral__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1930:1: ( rule__XTypeLiteral__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXTypeLiteralAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1931:1: ( rule__XTypeLiteral__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1931:2: rule__XTypeLiteral__Group__0
{
pushFollow(FOLLOW_rule__XTypeLiteral__Group__0_in_ruleXTypeLiteral4065);
rule__XTypeLiteral__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXTypeLiteralAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXTypeLiteral"
// $ANTLR start "entryRuleXThrowExpression"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1943:1: entryRuleXThrowExpression : ruleXThrowExpression EOF ;
public final void entryRuleXThrowExpression() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1944:1: ( ruleXThrowExpression EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1945:1: ruleXThrowExpression EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXThrowExpressionRule());
}
pushFollow(FOLLOW_ruleXThrowExpression_in_entryRuleXThrowExpression4092);
ruleXThrowExpression();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXThrowExpressionRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXThrowExpression4099); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXThrowExpression"
// $ANTLR start "ruleXThrowExpression"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1952:1: ruleXThrowExpression : ( ( rule__XThrowExpression__Group__0 ) ) ;
public final void ruleXThrowExpression() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1956:2: ( ( ( rule__XThrowExpression__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1957:1: ( ( rule__XThrowExpression__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1957:1: ( ( rule__XThrowExpression__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1958:1: ( rule__XThrowExpression__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXThrowExpressionAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1959:1: ( rule__XThrowExpression__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1959:2: rule__XThrowExpression__Group__0
{
pushFollow(FOLLOW_rule__XThrowExpression__Group__0_in_ruleXThrowExpression4125);
rule__XThrowExpression__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXThrowExpressionAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXThrowExpression"
// $ANTLR start "entryRuleXReturnExpression"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1971:1: entryRuleXReturnExpression : ruleXReturnExpression EOF ;
public final void entryRuleXReturnExpression() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1972:1: ( ruleXReturnExpression EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1973:1: ruleXReturnExpression EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXReturnExpressionRule());
}
pushFollow(FOLLOW_ruleXReturnExpression_in_entryRuleXReturnExpression4152);
ruleXReturnExpression();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXReturnExpressionRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXReturnExpression4159); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXReturnExpression"
// $ANTLR start "ruleXReturnExpression"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1980:1: ruleXReturnExpression : ( ( rule__XReturnExpression__Group__0 ) ) ;
public final void ruleXReturnExpression() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1984:2: ( ( ( rule__XReturnExpression__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1985:1: ( ( rule__XReturnExpression__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1985:1: ( ( rule__XReturnExpression__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1986:1: ( rule__XReturnExpression__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXReturnExpressionAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1987:1: ( rule__XReturnExpression__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1987:2: rule__XReturnExpression__Group__0
{
pushFollow(FOLLOW_rule__XReturnExpression__Group__0_in_ruleXReturnExpression4185);
rule__XReturnExpression__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXReturnExpressionAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXReturnExpression"
// $ANTLR start "entryRuleXTryCatchFinallyExpression"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:1999:1: entryRuleXTryCatchFinallyExpression : ruleXTryCatchFinallyExpression EOF ;
public final void entryRuleXTryCatchFinallyExpression() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2000:1: ( ruleXTryCatchFinallyExpression EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2001:1: ruleXTryCatchFinallyExpression EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXTryCatchFinallyExpressionRule());
}
pushFollow(FOLLOW_ruleXTryCatchFinallyExpression_in_entryRuleXTryCatchFinallyExpression4212);
ruleXTryCatchFinallyExpression();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXTryCatchFinallyExpressionRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXTryCatchFinallyExpression4219); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXTryCatchFinallyExpression"
// $ANTLR start "ruleXTryCatchFinallyExpression"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2008:1: ruleXTryCatchFinallyExpression : ( ( rule__XTryCatchFinallyExpression__Group__0 ) ) ;
public final void ruleXTryCatchFinallyExpression() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2012:2: ( ( ( rule__XTryCatchFinallyExpression__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2013:1: ( ( rule__XTryCatchFinallyExpression__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2013:1: ( ( rule__XTryCatchFinallyExpression__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2014:1: ( rule__XTryCatchFinallyExpression__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXTryCatchFinallyExpressionAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2015:1: ( rule__XTryCatchFinallyExpression__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2015:2: rule__XTryCatchFinallyExpression__Group__0
{
pushFollow(FOLLOW_rule__XTryCatchFinallyExpression__Group__0_in_ruleXTryCatchFinallyExpression4245);
rule__XTryCatchFinallyExpression__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXTryCatchFinallyExpressionAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXTryCatchFinallyExpression"
// $ANTLR start "entryRuleXSynchronizedExpression"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2027:1: entryRuleXSynchronizedExpression : ruleXSynchronizedExpression EOF ;
public final void entryRuleXSynchronizedExpression() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2028:1: ( ruleXSynchronizedExpression EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2029:1: ruleXSynchronizedExpression EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXSynchronizedExpressionRule());
}
pushFollow(FOLLOW_ruleXSynchronizedExpression_in_entryRuleXSynchronizedExpression4272);
ruleXSynchronizedExpression();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXSynchronizedExpressionRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXSynchronizedExpression4279); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXSynchronizedExpression"
// $ANTLR start "ruleXSynchronizedExpression"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2036:1: ruleXSynchronizedExpression : ( ( rule__XSynchronizedExpression__Group__0 ) ) ;
public final void ruleXSynchronizedExpression() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2040:2: ( ( ( rule__XSynchronizedExpression__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2041:1: ( ( rule__XSynchronizedExpression__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2041:1: ( ( rule__XSynchronizedExpression__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2042:1: ( rule__XSynchronizedExpression__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXSynchronizedExpressionAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2043:1: ( rule__XSynchronizedExpression__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2043:2: rule__XSynchronizedExpression__Group__0
{
pushFollow(FOLLOW_rule__XSynchronizedExpression__Group__0_in_ruleXSynchronizedExpression4305);
rule__XSynchronizedExpression__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXSynchronizedExpressionAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXSynchronizedExpression"
// $ANTLR start "entryRuleXCatchClause"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2055:1: entryRuleXCatchClause : ruleXCatchClause EOF ;
public final void entryRuleXCatchClause() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2056:1: ( ruleXCatchClause EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2057:1: ruleXCatchClause EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXCatchClauseRule());
}
pushFollow(FOLLOW_ruleXCatchClause_in_entryRuleXCatchClause4332);
ruleXCatchClause();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXCatchClauseRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXCatchClause4339); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXCatchClause"
// $ANTLR start "ruleXCatchClause"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2064:1: ruleXCatchClause : ( ( rule__XCatchClause__Group__0 ) ) ;
public final void ruleXCatchClause() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2068:2: ( ( ( rule__XCatchClause__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2069:1: ( ( rule__XCatchClause__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2069:1: ( ( rule__XCatchClause__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2070:1: ( rule__XCatchClause__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXCatchClauseAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2071:1: ( rule__XCatchClause__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2071:2: rule__XCatchClause__Group__0
{
pushFollow(FOLLOW_rule__XCatchClause__Group__0_in_ruleXCatchClause4365);
rule__XCatchClause__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXCatchClauseAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXCatchClause"
// $ANTLR start "entryRuleQualifiedName"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2083:1: entryRuleQualifiedName : ruleQualifiedName EOF ;
public final void entryRuleQualifiedName() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2084:1: ( ruleQualifiedName EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2085:1: ruleQualifiedName EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getQualifiedNameRule());
}
pushFollow(FOLLOW_ruleQualifiedName_in_entryRuleQualifiedName4392);
ruleQualifiedName();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getQualifiedNameRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleQualifiedName4399); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleQualifiedName"
// $ANTLR start "ruleQualifiedName"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2092:1: ruleQualifiedName : ( ( rule__QualifiedName__Group__0 ) ) ;
public final void ruleQualifiedName() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2096:2: ( ( ( rule__QualifiedName__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2097:1: ( ( rule__QualifiedName__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2097:1: ( ( rule__QualifiedName__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2098:1: ( rule__QualifiedName__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getQualifiedNameAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2099:1: ( rule__QualifiedName__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2099:2: rule__QualifiedName__Group__0
{
pushFollow(FOLLOW_rule__QualifiedName__Group__0_in_ruleQualifiedName4425);
rule__QualifiedName__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getQualifiedNameAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleQualifiedName"
// $ANTLR start "entryRuleNumber"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2111:1: entryRuleNumber : ruleNumber EOF ;
public final void entryRuleNumber() throws RecognitionException {
HiddenTokens myHiddenTokenState = ((XtextTokenStream)input).setHiddenTokens();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2115:1: ( ruleNumber EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2116:1: ruleNumber EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getNumberRule());
}
pushFollow(FOLLOW_ruleNumber_in_entryRuleNumber4457);
ruleNumber();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getNumberRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleNumber4464); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
myHiddenTokenState.restore();
}
return ;
}
// $ANTLR end "entryRuleNumber"
// $ANTLR start "ruleNumber"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2126:1: ruleNumber : ( ( rule__Number__Alternatives ) ) ;
public final void ruleNumber() throws RecognitionException {
HiddenTokens myHiddenTokenState = ((XtextTokenStream)input).setHiddenTokens();
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2131:2: ( ( ( rule__Number__Alternatives ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2132:1: ( ( rule__Number__Alternatives ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2132:1: ( ( rule__Number__Alternatives ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2133:1: ( rule__Number__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getNumberAccess().getAlternatives());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2134:1: ( rule__Number__Alternatives )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2134:2: rule__Number__Alternatives
{
pushFollow(FOLLOW_rule__Number__Alternatives_in_ruleNumber4494);
rule__Number__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getNumberAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
myHiddenTokenState.restore();
}
return ;
}
// $ANTLR end "ruleNumber"
// $ANTLR start "entryRuleJvmTypeReference"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2149:1: entryRuleJvmTypeReference : ruleJvmTypeReference EOF ;
public final void entryRuleJvmTypeReference() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2150:1: ( ruleJvmTypeReference EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2151:1: ruleJvmTypeReference EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJvmTypeReferenceRule());
}
pushFollow(FOLLOW_ruleJvmTypeReference_in_entryRuleJvmTypeReference4523);
ruleJvmTypeReference();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getJvmTypeReferenceRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleJvmTypeReference4530); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleJvmTypeReference"
// $ANTLR start "ruleJvmTypeReference"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2158:1: ruleJvmTypeReference : ( ( rule__JvmTypeReference__Alternatives ) ) ;
public final void ruleJvmTypeReference() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2162:2: ( ( ( rule__JvmTypeReference__Alternatives ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2163:1: ( ( rule__JvmTypeReference__Alternatives ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2163:1: ( ( rule__JvmTypeReference__Alternatives ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2164:1: ( rule__JvmTypeReference__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJvmTypeReferenceAccess().getAlternatives());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2165:1: ( rule__JvmTypeReference__Alternatives )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2165:2: rule__JvmTypeReference__Alternatives
{
pushFollow(FOLLOW_rule__JvmTypeReference__Alternatives_in_ruleJvmTypeReference4556);
rule__JvmTypeReference__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getJvmTypeReferenceAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleJvmTypeReference"
// $ANTLR start "entryRuleArrayBrackets"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2177:1: entryRuleArrayBrackets : ruleArrayBrackets EOF ;
public final void entryRuleArrayBrackets() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2178:1: ( ruleArrayBrackets EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2179:1: ruleArrayBrackets EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getArrayBracketsRule());
}
pushFollow(FOLLOW_ruleArrayBrackets_in_entryRuleArrayBrackets4583);
ruleArrayBrackets();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getArrayBracketsRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleArrayBrackets4590); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleArrayBrackets"
// $ANTLR start "ruleArrayBrackets"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2186:1: ruleArrayBrackets : ( ( rule__ArrayBrackets__Group__0 ) ) ;
public final void ruleArrayBrackets() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2190:2: ( ( ( rule__ArrayBrackets__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2191:1: ( ( rule__ArrayBrackets__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2191:1: ( ( rule__ArrayBrackets__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2192:1: ( rule__ArrayBrackets__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getArrayBracketsAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2193:1: ( rule__ArrayBrackets__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2193:2: rule__ArrayBrackets__Group__0
{
pushFollow(FOLLOW_rule__ArrayBrackets__Group__0_in_ruleArrayBrackets4616);
rule__ArrayBrackets__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getArrayBracketsAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleArrayBrackets"
// $ANTLR start "entryRuleXFunctionTypeRef"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2205:1: entryRuleXFunctionTypeRef : ruleXFunctionTypeRef EOF ;
public final void entryRuleXFunctionTypeRef() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2206:1: ( ruleXFunctionTypeRef EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2207:1: ruleXFunctionTypeRef EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXFunctionTypeRefRule());
}
pushFollow(FOLLOW_ruleXFunctionTypeRef_in_entryRuleXFunctionTypeRef4643);
ruleXFunctionTypeRef();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXFunctionTypeRefRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXFunctionTypeRef4650); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXFunctionTypeRef"
// $ANTLR start "ruleXFunctionTypeRef"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2214:1: ruleXFunctionTypeRef : ( ( rule__XFunctionTypeRef__Group__0 ) ) ;
public final void ruleXFunctionTypeRef() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2218:2: ( ( ( rule__XFunctionTypeRef__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2219:1: ( ( rule__XFunctionTypeRef__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2219:1: ( ( rule__XFunctionTypeRef__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2220:1: ( rule__XFunctionTypeRef__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXFunctionTypeRefAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2221:1: ( rule__XFunctionTypeRef__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2221:2: rule__XFunctionTypeRef__Group__0
{
pushFollow(FOLLOW_rule__XFunctionTypeRef__Group__0_in_ruleXFunctionTypeRef4676);
rule__XFunctionTypeRef__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXFunctionTypeRefAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXFunctionTypeRef"
// $ANTLR start "entryRuleJvmParameterizedTypeReference"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2233:1: entryRuleJvmParameterizedTypeReference : ruleJvmParameterizedTypeReference EOF ;
public final void entryRuleJvmParameterizedTypeReference() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2234:1: ( ruleJvmParameterizedTypeReference EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2235:1: ruleJvmParameterizedTypeReference EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJvmParameterizedTypeReferenceRule());
}
pushFollow(FOLLOW_ruleJvmParameterizedTypeReference_in_entryRuleJvmParameterizedTypeReference4703);
ruleJvmParameterizedTypeReference();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getJvmParameterizedTypeReferenceRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleJvmParameterizedTypeReference4710); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleJvmParameterizedTypeReference"
// $ANTLR start "ruleJvmParameterizedTypeReference"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2242:1: ruleJvmParameterizedTypeReference : ( ( rule__JvmParameterizedTypeReference__Group__0 ) ) ;
public final void ruleJvmParameterizedTypeReference() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2246:2: ( ( ( rule__JvmParameterizedTypeReference__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2247:1: ( ( rule__JvmParameterizedTypeReference__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2247:1: ( ( rule__JvmParameterizedTypeReference__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2248:1: ( rule__JvmParameterizedTypeReference__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2249:1: ( rule__JvmParameterizedTypeReference__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2249:2: rule__JvmParameterizedTypeReference__Group__0
{
pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__Group__0_in_ruleJvmParameterizedTypeReference4736);
rule__JvmParameterizedTypeReference__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleJvmParameterizedTypeReference"
// $ANTLR start "entryRuleJvmArgumentTypeReference"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2261:1: entryRuleJvmArgumentTypeReference : ruleJvmArgumentTypeReference EOF ;
public final void entryRuleJvmArgumentTypeReference() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2262:1: ( ruleJvmArgumentTypeReference EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2263:1: ruleJvmArgumentTypeReference EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJvmArgumentTypeReferenceRule());
}
pushFollow(FOLLOW_ruleJvmArgumentTypeReference_in_entryRuleJvmArgumentTypeReference4763);
ruleJvmArgumentTypeReference();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getJvmArgumentTypeReferenceRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleJvmArgumentTypeReference4770); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleJvmArgumentTypeReference"
// $ANTLR start "ruleJvmArgumentTypeReference"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2270:1: ruleJvmArgumentTypeReference : ( ( rule__JvmArgumentTypeReference__Alternatives ) ) ;
public final void ruleJvmArgumentTypeReference() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2274:2: ( ( ( rule__JvmArgumentTypeReference__Alternatives ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2275:1: ( ( rule__JvmArgumentTypeReference__Alternatives ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2275:1: ( ( rule__JvmArgumentTypeReference__Alternatives ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2276:1: ( rule__JvmArgumentTypeReference__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJvmArgumentTypeReferenceAccess().getAlternatives());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2277:1: ( rule__JvmArgumentTypeReference__Alternatives )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2277:2: rule__JvmArgumentTypeReference__Alternatives
{
pushFollow(FOLLOW_rule__JvmArgumentTypeReference__Alternatives_in_ruleJvmArgumentTypeReference4796);
rule__JvmArgumentTypeReference__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getJvmArgumentTypeReferenceAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleJvmArgumentTypeReference"
// $ANTLR start "entryRuleJvmWildcardTypeReference"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2289:1: entryRuleJvmWildcardTypeReference : ruleJvmWildcardTypeReference EOF ;
public final void entryRuleJvmWildcardTypeReference() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2290:1: ( ruleJvmWildcardTypeReference EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2291:1: ruleJvmWildcardTypeReference EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJvmWildcardTypeReferenceRule());
}
pushFollow(FOLLOW_ruleJvmWildcardTypeReference_in_entryRuleJvmWildcardTypeReference4823);
ruleJvmWildcardTypeReference();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getJvmWildcardTypeReferenceRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleJvmWildcardTypeReference4830); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleJvmWildcardTypeReference"
// $ANTLR start "ruleJvmWildcardTypeReference"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2298:1: ruleJvmWildcardTypeReference : ( ( rule__JvmWildcardTypeReference__Group__0 ) ) ;
public final void ruleJvmWildcardTypeReference() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2302:2: ( ( ( rule__JvmWildcardTypeReference__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2303:1: ( ( rule__JvmWildcardTypeReference__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2303:1: ( ( rule__JvmWildcardTypeReference__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2304:1: ( rule__JvmWildcardTypeReference__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJvmWildcardTypeReferenceAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2305:1: ( rule__JvmWildcardTypeReference__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2305:2: rule__JvmWildcardTypeReference__Group__0
{
pushFollow(FOLLOW_rule__JvmWildcardTypeReference__Group__0_in_ruleJvmWildcardTypeReference4856);
rule__JvmWildcardTypeReference__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getJvmWildcardTypeReferenceAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleJvmWildcardTypeReference"
// $ANTLR start "entryRuleJvmUpperBound"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2317:1: entryRuleJvmUpperBound : ruleJvmUpperBound EOF ;
public final void entryRuleJvmUpperBound() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2318:1: ( ruleJvmUpperBound EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2319:1: ruleJvmUpperBound EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJvmUpperBoundRule());
}
pushFollow(FOLLOW_ruleJvmUpperBound_in_entryRuleJvmUpperBound4883);
ruleJvmUpperBound();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getJvmUpperBoundRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleJvmUpperBound4890); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleJvmUpperBound"
// $ANTLR start "ruleJvmUpperBound"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2326:1: ruleJvmUpperBound : ( ( rule__JvmUpperBound__Group__0 ) ) ;
public final void ruleJvmUpperBound() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2330:2: ( ( ( rule__JvmUpperBound__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2331:1: ( ( rule__JvmUpperBound__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2331:1: ( ( rule__JvmUpperBound__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2332:1: ( rule__JvmUpperBound__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJvmUpperBoundAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2333:1: ( rule__JvmUpperBound__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2333:2: rule__JvmUpperBound__Group__0
{
pushFollow(FOLLOW_rule__JvmUpperBound__Group__0_in_ruleJvmUpperBound4916);
rule__JvmUpperBound__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getJvmUpperBoundAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleJvmUpperBound"
// $ANTLR start "entryRuleJvmUpperBoundAnded"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2345:1: entryRuleJvmUpperBoundAnded : ruleJvmUpperBoundAnded EOF ;
public final void entryRuleJvmUpperBoundAnded() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2346:1: ( ruleJvmUpperBoundAnded EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2347:1: ruleJvmUpperBoundAnded EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJvmUpperBoundAndedRule());
}
pushFollow(FOLLOW_ruleJvmUpperBoundAnded_in_entryRuleJvmUpperBoundAnded4943);
ruleJvmUpperBoundAnded();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getJvmUpperBoundAndedRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleJvmUpperBoundAnded4950); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleJvmUpperBoundAnded"
// $ANTLR start "ruleJvmUpperBoundAnded"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2354:1: ruleJvmUpperBoundAnded : ( ( rule__JvmUpperBoundAnded__Group__0 ) ) ;
public final void ruleJvmUpperBoundAnded() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2358:2: ( ( ( rule__JvmUpperBoundAnded__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2359:1: ( ( rule__JvmUpperBoundAnded__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2359:1: ( ( rule__JvmUpperBoundAnded__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2360:1: ( rule__JvmUpperBoundAnded__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJvmUpperBoundAndedAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2361:1: ( rule__JvmUpperBoundAnded__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2361:2: rule__JvmUpperBoundAnded__Group__0
{
pushFollow(FOLLOW_rule__JvmUpperBoundAnded__Group__0_in_ruleJvmUpperBoundAnded4976);
rule__JvmUpperBoundAnded__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getJvmUpperBoundAndedAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleJvmUpperBoundAnded"
// $ANTLR start "entryRuleJvmLowerBound"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2373:1: entryRuleJvmLowerBound : ruleJvmLowerBound EOF ;
public final void entryRuleJvmLowerBound() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2374:1: ( ruleJvmLowerBound EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2375:1: ruleJvmLowerBound EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJvmLowerBoundRule());
}
pushFollow(FOLLOW_ruleJvmLowerBound_in_entryRuleJvmLowerBound5003);
ruleJvmLowerBound();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getJvmLowerBoundRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleJvmLowerBound5010); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleJvmLowerBound"
// $ANTLR start "ruleJvmLowerBound"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2382:1: ruleJvmLowerBound : ( ( rule__JvmLowerBound__Group__0 ) ) ;
public final void ruleJvmLowerBound() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2386:2: ( ( ( rule__JvmLowerBound__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2387:1: ( ( rule__JvmLowerBound__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2387:1: ( ( rule__JvmLowerBound__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2388:1: ( rule__JvmLowerBound__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJvmLowerBoundAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2389:1: ( rule__JvmLowerBound__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2389:2: rule__JvmLowerBound__Group__0
{
pushFollow(FOLLOW_rule__JvmLowerBound__Group__0_in_ruleJvmLowerBound5036);
rule__JvmLowerBound__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getJvmLowerBoundAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleJvmLowerBound"
// $ANTLR start "entryRuleJvmLowerBoundAnded"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2401:1: entryRuleJvmLowerBoundAnded : ruleJvmLowerBoundAnded EOF ;
public final void entryRuleJvmLowerBoundAnded() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2402:1: ( ruleJvmLowerBoundAnded EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2403:1: ruleJvmLowerBoundAnded EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJvmLowerBoundAndedRule());
}
pushFollow(FOLLOW_ruleJvmLowerBoundAnded_in_entryRuleJvmLowerBoundAnded5063);
ruleJvmLowerBoundAnded();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getJvmLowerBoundAndedRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleJvmLowerBoundAnded5070); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleJvmLowerBoundAnded"
// $ANTLR start "ruleJvmLowerBoundAnded"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2410:1: ruleJvmLowerBoundAnded : ( ( rule__JvmLowerBoundAnded__Group__0 ) ) ;
public final void ruleJvmLowerBoundAnded() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2414:2: ( ( ( rule__JvmLowerBoundAnded__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2415:1: ( ( rule__JvmLowerBoundAnded__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2415:1: ( ( rule__JvmLowerBoundAnded__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2416:1: ( rule__JvmLowerBoundAnded__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJvmLowerBoundAndedAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2417:1: ( rule__JvmLowerBoundAnded__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2417:2: rule__JvmLowerBoundAnded__Group__0
{
pushFollow(FOLLOW_rule__JvmLowerBoundAnded__Group__0_in_ruleJvmLowerBoundAnded5096);
rule__JvmLowerBoundAnded__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getJvmLowerBoundAndedAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleJvmLowerBoundAnded"
// $ANTLR start "entryRuleQualifiedNameWithWildcard"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2431:1: entryRuleQualifiedNameWithWildcard : ruleQualifiedNameWithWildcard EOF ;
public final void entryRuleQualifiedNameWithWildcard() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2432:1: ( ruleQualifiedNameWithWildcard EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2433:1: ruleQualifiedNameWithWildcard EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getQualifiedNameWithWildcardRule());
}
pushFollow(FOLLOW_ruleQualifiedNameWithWildcard_in_entryRuleQualifiedNameWithWildcard5125);
ruleQualifiedNameWithWildcard();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getQualifiedNameWithWildcardRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleQualifiedNameWithWildcard5132); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleQualifiedNameWithWildcard"
// $ANTLR start "ruleQualifiedNameWithWildcard"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2440:1: ruleQualifiedNameWithWildcard : ( ( rule__QualifiedNameWithWildcard__Group__0 ) ) ;
public final void ruleQualifiedNameWithWildcard() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2444:2: ( ( ( rule__QualifiedNameWithWildcard__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2445:1: ( ( rule__QualifiedNameWithWildcard__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2445:1: ( ( rule__QualifiedNameWithWildcard__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2446:1: ( rule__QualifiedNameWithWildcard__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getQualifiedNameWithWildcardAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2447:1: ( rule__QualifiedNameWithWildcard__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2447:2: rule__QualifiedNameWithWildcard__Group__0
{
pushFollow(FOLLOW_rule__QualifiedNameWithWildcard__Group__0_in_ruleQualifiedNameWithWildcard5158);
rule__QualifiedNameWithWildcard__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getQualifiedNameWithWildcardAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleQualifiedNameWithWildcard"
// $ANTLR start "entryRuleValidID"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2459:1: entryRuleValidID : ruleValidID EOF ;
public final void entryRuleValidID() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2460:1: ( ruleValidID EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2461:1: ruleValidID EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getValidIDRule());
}
pushFollow(FOLLOW_ruleValidID_in_entryRuleValidID5185);
ruleValidID();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getValidIDRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleValidID5192); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleValidID"
// $ANTLR start "ruleValidID"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2468:1: ruleValidID : ( RULE_ID ) ;
public final void ruleValidID() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2472:2: ( ( RULE_ID ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2473:1: ( RULE_ID )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2473:1: ( RULE_ID )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2474:1: RULE_ID
{
if ( state.backtracking==0 ) {
before(grammarAccess.getValidIDAccess().getIDTerminalRuleCall());
}
match(input,RULE_ID,FOLLOW_RULE_ID_in_ruleValidID5218); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getValidIDAccess().getIDTerminalRuleCall());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleValidID"
// $ANTLR start "entryRuleXImportSection"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2487:1: entryRuleXImportSection : ruleXImportSection EOF ;
public final void entryRuleXImportSection() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2488:1: ( ruleXImportSection EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2489:1: ruleXImportSection EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXImportSectionRule());
}
pushFollow(FOLLOW_ruleXImportSection_in_entryRuleXImportSection5244);
ruleXImportSection();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXImportSectionRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXImportSection5251); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXImportSection"
// $ANTLR start "ruleXImportSection"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2496:1: ruleXImportSection : ( ( ( rule__XImportSection__ImportDeclarationsAssignment ) ) ( ( rule__XImportSection__ImportDeclarationsAssignment )* ) ) ;
public final void ruleXImportSection() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2500:2: ( ( ( ( rule__XImportSection__ImportDeclarationsAssignment ) ) ( ( rule__XImportSection__ImportDeclarationsAssignment )* ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2501:1: ( ( ( rule__XImportSection__ImportDeclarationsAssignment ) ) ( ( rule__XImportSection__ImportDeclarationsAssignment )* ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2501:1: ( ( ( rule__XImportSection__ImportDeclarationsAssignment ) ) ( ( rule__XImportSection__ImportDeclarationsAssignment )* ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2502:1: ( ( rule__XImportSection__ImportDeclarationsAssignment ) ) ( ( rule__XImportSection__ImportDeclarationsAssignment )* )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2502:1: ( ( rule__XImportSection__ImportDeclarationsAssignment ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2503:1: ( rule__XImportSection__ImportDeclarationsAssignment )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXImportSectionAccess().getImportDeclarationsAssignment());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2504:1: ( rule__XImportSection__ImportDeclarationsAssignment )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2504:2: rule__XImportSection__ImportDeclarationsAssignment
{
pushFollow(FOLLOW_rule__XImportSection__ImportDeclarationsAssignment_in_ruleXImportSection5279);
rule__XImportSection__ImportDeclarationsAssignment();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXImportSectionAccess().getImportDeclarationsAssignment());
}
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2507:1: ( ( rule__XImportSection__ImportDeclarationsAssignment )* )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2508:1: ( rule__XImportSection__ImportDeclarationsAssignment )*
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXImportSectionAccess().getImportDeclarationsAssignment());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2509:1: ( rule__XImportSection__ImportDeclarationsAssignment )*
loop1:
do {
int alt1=2;
int LA1_0 = input.LA(1);
if ( (LA1_0==47||LA1_0==57) ) {
alt1=1;
}
switch (alt1) {
case 1 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2509:2: rule__XImportSection__ImportDeclarationsAssignment
{
pushFollow(FOLLOW_rule__XImportSection__ImportDeclarationsAssignment_in_ruleXImportSection5291);
rule__XImportSection__ImportDeclarationsAssignment();
state._fsp--;
if (state.failed) return ;
}
break;
default :
break loop1;
}
} while (true);
if ( state.backtracking==0 ) {
after(grammarAccess.getXImportSectionAccess().getImportDeclarationsAssignment());
}
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXImportSection"
// $ANTLR start "entryRuleQualifiedNameInStaticImport"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2522:1: entryRuleQualifiedNameInStaticImport : ruleQualifiedNameInStaticImport EOF ;
public final void entryRuleQualifiedNameInStaticImport() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2523:1: ( ruleQualifiedNameInStaticImport EOF )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2524:1: ruleQualifiedNameInStaticImport EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getQualifiedNameInStaticImportRule());
}
pushFollow(FOLLOW_ruleQualifiedNameInStaticImport_in_entryRuleQualifiedNameInStaticImport5321);
ruleQualifiedNameInStaticImport();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getQualifiedNameInStaticImportRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleQualifiedNameInStaticImport5328); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleQualifiedNameInStaticImport"
// $ANTLR start "ruleQualifiedNameInStaticImport"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2531:1: ruleQualifiedNameInStaticImport : ( ( ( rule__QualifiedNameInStaticImport__Group__0 ) ) ( ( rule__QualifiedNameInStaticImport__Group__0 )* ) ) ;
public final void ruleQualifiedNameInStaticImport() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2535:2: ( ( ( ( rule__QualifiedNameInStaticImport__Group__0 ) ) ( ( rule__QualifiedNameInStaticImport__Group__0 )* ) ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2536:1: ( ( ( rule__QualifiedNameInStaticImport__Group__0 ) ) ( ( rule__QualifiedNameInStaticImport__Group__0 )* ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2536:1: ( ( ( rule__QualifiedNameInStaticImport__Group__0 ) ) ( ( rule__QualifiedNameInStaticImport__Group__0 )* ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2537:1: ( ( rule__QualifiedNameInStaticImport__Group__0 ) ) ( ( rule__QualifiedNameInStaticImport__Group__0 )* )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2537:1: ( ( rule__QualifiedNameInStaticImport__Group__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2538:1: ( rule__QualifiedNameInStaticImport__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getQualifiedNameInStaticImportAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2539:1: ( rule__QualifiedNameInStaticImport__Group__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2539:2: rule__QualifiedNameInStaticImport__Group__0
{
pushFollow(FOLLOW_rule__QualifiedNameInStaticImport__Group__0_in_ruleQualifiedNameInStaticImport5356);
rule__QualifiedNameInStaticImport__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getQualifiedNameInStaticImportAccess().getGroup());
}
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2542:1: ( ( rule__QualifiedNameInStaticImport__Group__0 )* )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2543:1: ( rule__QualifiedNameInStaticImport__Group__0 )*
{
if ( state.backtracking==0 ) {
before(grammarAccess.getQualifiedNameInStaticImportAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2544:1: ( rule__QualifiedNameInStaticImport__Group__0 )*
loop2:
do {
int alt2=2;
int LA2_0 = input.LA(1);
if ( (LA2_0==RULE_ID) ) {
int LA2_2 = input.LA(2);
if ( (LA2_2==43) ) {
alt2=1;
}
}
switch (alt2) {
case 1 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2544:2: rule__QualifiedNameInStaticImport__Group__0
{
pushFollow(FOLLOW_rule__QualifiedNameInStaticImport__Group__0_in_ruleQualifiedNameInStaticImport5368);
rule__QualifiedNameInStaticImport__Group__0();
state._fsp--;
if (state.failed) return ;
}
break;
default :
break loop2;
}
} while (true);
if ( state.backtracking==0 ) {
after(grammarAccess.getQualifiedNameInStaticImportAccess().getGroup());
}
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleQualifiedNameInStaticImport"
// $ANTLR start "rule__XImportDeclaration__Alternatives"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2557:1: rule__XImportDeclaration__Alternatives : ( ( ( rule__XImportDeclaration__Group_0__0 ) ) | ( ( rule__XImportDeclaration__Group_1__0 ) ) );
public final void rule__XImportDeclaration__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2561:1: ( ( ( rule__XImportDeclaration__Group_0__0 ) ) | ( ( rule__XImportDeclaration__Group_1__0 ) ) )
int alt3=2;
int LA3_0 = input.LA(1);
if ( (LA3_0==47) ) {
alt3=1;
}
else if ( (LA3_0==57) ) {
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.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2562:1: ( ( rule__XImportDeclaration__Group_0__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2562:1: ( ( rule__XImportDeclaration__Group_0__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2563:1: ( rule__XImportDeclaration__Group_0__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXImportDeclarationAccess().getGroup_0());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2564:1: ( rule__XImportDeclaration__Group_0__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2564:2: rule__XImportDeclaration__Group_0__0
{
pushFollow(FOLLOW_rule__XImportDeclaration__Group_0__0_in_rule__XImportDeclaration__Alternatives5407);
rule__XImportDeclaration__Group_0__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXImportDeclarationAccess().getGroup_0());
}
}
}
break;
case 2 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2568:6: ( ( rule__XImportDeclaration__Group_1__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2568:6: ( ( rule__XImportDeclaration__Group_1__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2569:1: ( rule__XImportDeclaration__Group_1__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXImportDeclarationAccess().getGroup_1());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2570:1: ( rule__XImportDeclaration__Group_1__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2570:2: rule__XImportDeclaration__Group_1__0
{
pushFollow(FOLLOW_rule__XImportDeclaration__Group_1__0_in_rule__XImportDeclaration__Alternatives5425);
rule__XImportDeclaration__Group_1__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXImportDeclarationAccess().getGroup_1());
}
}
}
break;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__XImportDeclaration__Alternatives"
// $ANTLR start "rule__XImportDeclaration__Alternatives_0_1_1"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2579:1: rule__XImportDeclaration__Alternatives_0_1_1 : ( ( ( rule__XImportDeclaration__Group_0_1_1_0__0 ) ) | ( ( rule__XImportDeclaration__ImportedTypeAssignment_0_1_1_1 ) ) | ( ( rule__XImportDeclaration__ImportedNamespaceAssignment_0_1_1_2 ) ) );
public final void rule__XImportDeclaration__Alternatives_0_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2583:1: ( ( ( rule__XImportDeclaration__Group_0_1_1_0__0 ) ) | ( ( rule__XImportDeclaration__ImportedTypeAssignment_0_1_1_1 ) ) | ( ( rule__XImportDeclaration__ImportedNamespaceAssignment_0_1_1_2 ) ) )
int alt4=3;
alt4 = dfa4.predict(input);
switch (alt4) {
case 1 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2584:1: ( ( rule__XImportDeclaration__Group_0_1_1_0__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2584:1: ( ( rule__XImportDeclaration__Group_0_1_1_0__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2585:1: ( rule__XImportDeclaration__Group_0_1_1_0__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXImportDeclarationAccess().getGroup_0_1_1_0());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2586:1: ( rule__XImportDeclaration__Group_0_1_1_0__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2586:2: rule__XImportDeclaration__Group_0_1_1_0__0
{
pushFollow(FOLLOW_rule__XImportDeclaration__Group_0_1_1_0__0_in_rule__XImportDeclaration__Alternatives_0_1_15458);
rule__XImportDeclaration__Group_0_1_1_0__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXImportDeclarationAccess().getGroup_0_1_1_0());
}
}
}
break;
case 2 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2590:6: ( ( rule__XImportDeclaration__ImportedTypeAssignment_0_1_1_1 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2590:6: ( ( rule__XImportDeclaration__ImportedTypeAssignment_0_1_1_1 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2591:1: ( rule__XImportDeclaration__ImportedTypeAssignment_0_1_1_1 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXImportDeclarationAccess().getImportedTypeAssignment_0_1_1_1());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2592:1: ( rule__XImportDeclaration__ImportedTypeAssignment_0_1_1_1 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2592:2: rule__XImportDeclaration__ImportedTypeAssignment_0_1_1_1
{
pushFollow(FOLLOW_rule__XImportDeclaration__ImportedTypeAssignment_0_1_1_1_in_rule__XImportDeclaration__Alternatives_0_1_15476);
rule__XImportDeclaration__ImportedTypeAssignment_0_1_1_1();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXImportDeclarationAccess().getImportedTypeAssignment_0_1_1_1());
}
}
}
break;
case 3 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2596:6: ( ( rule__XImportDeclaration__ImportedNamespaceAssignment_0_1_1_2 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2596:6: ( ( rule__XImportDeclaration__ImportedNamespaceAssignment_0_1_1_2 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2597:1: ( rule__XImportDeclaration__ImportedNamespaceAssignment_0_1_1_2 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXImportDeclarationAccess().getImportedNamespaceAssignment_0_1_1_2());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2598:1: ( rule__XImportDeclaration__ImportedNamespaceAssignment_0_1_1_2 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2598:2: rule__XImportDeclaration__ImportedNamespaceAssignment_0_1_1_2
{
pushFollow(FOLLOW_rule__XImportDeclaration__ImportedNamespaceAssignment_0_1_1_2_in_rule__XImportDeclaration__Alternatives_0_1_15494);
rule__XImportDeclaration__ImportedNamespaceAssignment_0_1_1_2();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXImportDeclarationAccess().getImportedNamespaceAssignment_0_1_1_2());
}
}
}
break;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__XImportDeclaration__Alternatives_0_1_1"
// $ANTLR start "rule__XImportDeclaration__Alternatives_0_1_1_0_3"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2607:1: rule__XImportDeclaration__Alternatives_0_1_1_0_3 : ( ( ( rule__XImportDeclaration__WildcardAssignment_0_1_1_0_3_0 ) ) | ( ( rule__XImportDeclaration__MemberNameAssignment_0_1_1_0_3_1 ) ) );
public final void rule__XImportDeclaration__Alternatives_0_1_1_0_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2611:1: ( ( ( rule__XImportDeclaration__WildcardAssignment_0_1_1_0_3_0 ) ) | ( ( rule__XImportDeclaration__MemberNameAssignment_0_1_1_0_3_1 ) ) )
int alt5=2;
int LA5_0 = input.LA(1);
if ( (LA5_0==36) ) {
alt5=1;
}
else if ( (LA5_0==RULE_ID) ) {
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.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2612:1: ( ( rule__XImportDeclaration__WildcardAssignment_0_1_1_0_3_0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2612:1: ( ( rule__XImportDeclaration__WildcardAssignment_0_1_1_0_3_0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2613:1: ( rule__XImportDeclaration__WildcardAssignment_0_1_1_0_3_0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXImportDeclarationAccess().getWildcardAssignment_0_1_1_0_3_0());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2614:1: ( rule__XImportDeclaration__WildcardAssignment_0_1_1_0_3_0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2614:2: rule__XImportDeclaration__WildcardAssignment_0_1_1_0_3_0
{
pushFollow(FOLLOW_rule__XImportDeclaration__WildcardAssignment_0_1_1_0_3_0_in_rule__XImportDeclaration__Alternatives_0_1_1_0_35527);
rule__XImportDeclaration__WildcardAssignment_0_1_1_0_3_0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXImportDeclarationAccess().getWildcardAssignment_0_1_1_0_3_0());
}
}
}
break;
case 2 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2618:6: ( ( rule__XImportDeclaration__MemberNameAssignment_0_1_1_0_3_1 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2618:6: ( ( rule__XImportDeclaration__MemberNameAssignment_0_1_1_0_3_1 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2619:1: ( rule__XImportDeclaration__MemberNameAssignment_0_1_1_0_3_1 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXImportDeclarationAccess().getMemberNameAssignment_0_1_1_0_3_1());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2620:1: ( rule__XImportDeclaration__MemberNameAssignment_0_1_1_0_3_1 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2620:2: rule__XImportDeclaration__MemberNameAssignment_0_1_1_0_3_1
{
pushFollow(FOLLOW_rule__XImportDeclaration__MemberNameAssignment_0_1_1_0_3_1_in_rule__XImportDeclaration__Alternatives_0_1_1_0_35545);
rule__XImportDeclaration__MemberNameAssignment_0_1_1_0_3_1();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXImportDeclarationAccess().getMemberNameAssignment_0_1_1_0_3_1());
}
}
}
break;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__XImportDeclaration__Alternatives_0_1_1_0_3"
// $ANTLR start "rule__XAssignment__Alternatives"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2629:1: rule__XAssignment__Alternatives : ( ( ( rule__XAssignment__Group_0__0 ) ) | ( ( rule__XAssignment__Group_1__0 ) ) );
public final void rule__XAssignment__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2633:1: ( ( ( rule__XAssignment__Group_0__0 ) ) | ( ( rule__XAssignment__Group_1__0 ) ) )
int alt6=2;
switch ( input.LA(1) ) {
case RULE_ID:
{
int LA6_1 = input.LA(2);
if ( (LA6_1==13) ) {
alt6=1;
}
else if ( (LA6_1==EOF||(LA6_1>=RULE_ID && LA6_1<=RULE_STRING)||(LA6_1>=14 && LA6_1<=50)||(LA6_1>=52 && LA6_1<=53)||LA6_1==56||LA6_1==58||LA6_1==65||(LA6_1>=68 && LA6_1<=91)||(LA6_1>=97 && LA6_1<=98)||(LA6_1>=100 && LA6_1<=101)) ) {
alt6=2;
}
else {
if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 6, 1, input);
throw nvae;
}
}
break;
case 45:
{
int LA6_2 = input.LA(2);
if ( (LA6_2==13) ) {
alt6=1;
}
else if ( (LA6_2==EOF||(LA6_2>=RULE_ID && LA6_2<=RULE_STRING)||(LA6_2>=14 && LA6_2<=50)||(LA6_2>=52 && LA6_2<=53)||LA6_2==56||LA6_2==58||LA6_2==65||(LA6_2>=68 && LA6_2<=91)||(LA6_2>=97 && LA6_2<=98)||(LA6_2>=100 && LA6_2<=101)) ) {
alt6=2;
}
else {
if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 6, 2, input);
throw nvae;
}
}
break;
case 46:
{
int LA6_3 = input.LA(2);
if ( (LA6_3==13) ) {
alt6=1;
}
else if ( (LA6_3==EOF||(LA6_3>=RULE_ID && LA6_3<=RULE_STRING)||(LA6_3>=14 && LA6_3<=50)||(LA6_3>=52 && LA6_3<=53)||LA6_3==56||LA6_3==58||LA6_3==65||(LA6_3>=68 && LA6_3<=91)||(LA6_3>=97 && LA6_3<=98)||(LA6_3>=100 && LA6_3<=101)) ) {
alt6=2;
}
else {
if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 6, 3, input);
throw nvae;
}
}
break;
case 47:
{
int LA6_4 = input.LA(2);
if ( (LA6_4==13) ) {
alt6=1;
}
else if ( (LA6_4==EOF||(LA6_4>=RULE_ID && LA6_4<=RULE_STRING)||(LA6_4>=14 && LA6_4<=50)||(LA6_4>=52 && LA6_4<=53)||LA6_4==56||LA6_4==58||LA6_4==65||(LA6_4>=68 && LA6_4<=91)||(LA6_4>=97 && LA6_4<=98)||(LA6_4>=100 && LA6_4<=101)) ) {
alt6=2;
}
else {
if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 6, 4, input);
throw nvae;
}
}
break;
case 48:
{
int LA6_5 = input.LA(2);
if ( (LA6_5==13) ) {
alt6=1;
}
else if ( (LA6_5==EOF||(LA6_5>=RULE_ID && LA6_5<=RULE_STRING)||(LA6_5>=14 && LA6_5<=50)||(LA6_5>=52 && LA6_5<=53)||LA6_5==56||LA6_5==58||LA6_5==65||(LA6_5>=68 && LA6_5<=91)||(LA6_5>=97 && LA6_5<=98)||(LA6_5>=100 && LA6_5<=101)) ) {
alt6=2;
}
else {
if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 6, 5, input);
throw nvae;
}
}
break;
case RULE_HEX:
case RULE_INT:
case RULE_DECIMAL:
case RULE_STRING:
case 27:
case 34:
case 35:
case 40:
case 49:
case 50:
case 52:
case 71:
case 72:
case 74:
case 75:
case 77:
case 80:
case 81:
case 82:
case 83:
case 84:
case 85:
case 86:
case 87:
case 88:
case 90:
case 101:
{
alt6=2;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 6, 0, input);
throw nvae;
}
switch (alt6) {
case 1 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2634:1: ( ( rule__XAssignment__Group_0__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2634:1: ( ( rule__XAssignment__Group_0__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2635:1: ( rule__XAssignment__Group_0__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXAssignmentAccess().getGroup_0());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2636:1: ( rule__XAssignment__Group_0__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2636:2: rule__XAssignment__Group_0__0
{
pushFollow(FOLLOW_rule__XAssignment__Group_0__0_in_rule__XAssignment__Alternatives5578);
rule__XAssignment__Group_0__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXAssignmentAccess().getGroup_0());
}
}
}
break;
case 2 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2640:6: ( ( rule__XAssignment__Group_1__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2640:6: ( ( rule__XAssignment__Group_1__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2641:1: ( rule__XAssignment__Group_1__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXAssignmentAccess().getGroup_1());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2642:1: ( rule__XAssignment__Group_1__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2642:2: rule__XAssignment__Group_1__0
{
pushFollow(FOLLOW_rule__XAssignment__Group_1__0_in_rule__XAssignment__Alternatives5596);
rule__XAssignment__Group_1__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXAssignmentAccess().getGroup_1());
}
}
}
break;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__XAssignment__Alternatives"
// $ANTLR start "rule__OpMultiAssign__Alternatives"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2651:1: rule__OpMultiAssign__Alternatives : ( ( '+=' ) | ( '-=' ) | ( '*=' ) | ( '/=' ) | ( '%=' ) | ( ( rule__OpMultiAssign__Group_5__0 ) ) | ( ( rule__OpMultiAssign__Group_6__0 ) ) );
public final void rule__OpMultiAssign__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2655:1: ( ( '+=' ) | ( '-=' ) | ( '*=' ) | ( '/=' ) | ( '%=' ) | ( ( rule__OpMultiAssign__Group_5__0 ) ) | ( ( rule__OpMultiAssign__Group_6__0 ) ) )
int alt7=7;
switch ( input.LA(1) ) {
case 16:
{
alt7=1;
}
break;
case 17:
{
alt7=2;
}
break;
case 18:
{
alt7=3;
}
break;
case 19:
{
alt7=4;
}
break;
case 20:
{
alt7=5;
}
break;
case 27:
{
alt7=6;
}
break;
case 26:
{
alt7=7;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 7, 0, input);
throw nvae;
}
switch (alt7) {
case 1 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2656:1: ( '+=' )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2656:1: ( '+=' )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2657:1: '+='
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpMultiAssignAccess().getPlusSignEqualsSignKeyword_0());
}
match(input,16,FOLLOW_16_in_rule__OpMultiAssign__Alternatives5630); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpMultiAssignAccess().getPlusSignEqualsSignKeyword_0());
}
}
}
break;
case 2 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2664:6: ( '-=' )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2664:6: ( '-=' )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2665:1: '-='
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpMultiAssignAccess().getHyphenMinusEqualsSignKeyword_1());
}
match(input,17,FOLLOW_17_in_rule__OpMultiAssign__Alternatives5650); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpMultiAssignAccess().getHyphenMinusEqualsSignKeyword_1());
}
}
}
break;
case 3 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2672:6: ( '*=' )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2672:6: ( '*=' )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2673:1: '*='
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpMultiAssignAccess().getAsteriskEqualsSignKeyword_2());
}
match(input,18,FOLLOW_18_in_rule__OpMultiAssign__Alternatives5670); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpMultiAssignAccess().getAsteriskEqualsSignKeyword_2());
}
}
}
break;
case 4 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2680:6: ( '/=' )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2680:6: ( '/=' )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2681:1: '/='
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpMultiAssignAccess().getSolidusEqualsSignKeyword_3());
}
match(input,19,FOLLOW_19_in_rule__OpMultiAssign__Alternatives5690); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpMultiAssignAccess().getSolidusEqualsSignKeyword_3());
}
}
}
break;
case 5 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2688:6: ( '%=' )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2688:6: ( '%=' )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2689:1: '%='
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpMultiAssignAccess().getPercentSignEqualsSignKeyword_4());
}
match(input,20,FOLLOW_20_in_rule__OpMultiAssign__Alternatives5710); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpMultiAssignAccess().getPercentSignEqualsSignKeyword_4());
}
}
}
break;
case 6 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2696:6: ( ( rule__OpMultiAssign__Group_5__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2696:6: ( ( rule__OpMultiAssign__Group_5__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2697:1: ( rule__OpMultiAssign__Group_5__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpMultiAssignAccess().getGroup_5());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2698:1: ( rule__OpMultiAssign__Group_5__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2698:2: rule__OpMultiAssign__Group_5__0
{
pushFollow(FOLLOW_rule__OpMultiAssign__Group_5__0_in_rule__OpMultiAssign__Alternatives5729);
rule__OpMultiAssign__Group_5__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getOpMultiAssignAccess().getGroup_5());
}
}
}
break;
case 7 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2702:6: ( ( rule__OpMultiAssign__Group_6__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2702:6: ( ( rule__OpMultiAssign__Group_6__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2703:1: ( rule__OpMultiAssign__Group_6__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpMultiAssignAccess().getGroup_6());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2704:1: ( rule__OpMultiAssign__Group_6__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2704:2: rule__OpMultiAssign__Group_6__0
{
pushFollow(FOLLOW_rule__OpMultiAssign__Group_6__0_in_rule__OpMultiAssign__Alternatives5747);
rule__OpMultiAssign__Group_6__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getOpMultiAssignAccess().getGroup_6());
}
}
}
break;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__OpMultiAssign__Alternatives"
// $ANTLR start "rule__OpEquality__Alternatives"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2713:1: rule__OpEquality__Alternatives : ( ( '==' ) | ( '!=' ) | ( '===' ) | ( '!==' ) );
public final void rule__OpEquality__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2717:1: ( ( '==' ) | ( '!=' ) | ( '===' ) | ( '!==' ) )
int alt8=4;
switch ( input.LA(1) ) {
case 21:
{
alt8=1;
}
break;
case 22:
{
alt8=2;
}
break;
case 23:
{
alt8=3;
}
break;
case 24:
{
alt8=4;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 8, 0, input);
throw nvae;
}
switch (alt8) {
case 1 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2718:1: ( '==' )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2718:1: ( '==' )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2719:1: '=='
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpEqualityAccess().getEqualsSignEqualsSignKeyword_0());
}
match(input,21,FOLLOW_21_in_rule__OpEquality__Alternatives5781); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpEqualityAccess().getEqualsSignEqualsSignKeyword_0());
}
}
}
break;
case 2 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2726:6: ( '!=' )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2726:6: ( '!=' )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2727:1: '!='
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpEqualityAccess().getExclamationMarkEqualsSignKeyword_1());
}
match(input,22,FOLLOW_22_in_rule__OpEquality__Alternatives5801); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpEqualityAccess().getExclamationMarkEqualsSignKeyword_1());
}
}
}
break;
case 3 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2734:6: ( '===' )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2734:6: ( '===' )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2735:1: '==='
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpEqualityAccess().getEqualsSignEqualsSignEqualsSignKeyword_2());
}
match(input,23,FOLLOW_23_in_rule__OpEquality__Alternatives5821); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpEqualityAccess().getEqualsSignEqualsSignEqualsSignKeyword_2());
}
}
}
break;
case 4 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2742:6: ( '!==' )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2742:6: ( '!==' )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2743:1: '!=='
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpEqualityAccess().getExclamationMarkEqualsSignEqualsSignKeyword_3());
}
match(input,24,FOLLOW_24_in_rule__OpEquality__Alternatives5841); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpEqualityAccess().getExclamationMarkEqualsSignEqualsSignKeyword_3());
}
}
}
break;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__OpEquality__Alternatives"
// $ANTLR start "rule__XRelationalExpression__Alternatives_1"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2755:1: rule__XRelationalExpression__Alternatives_1 : ( ( ( rule__XRelationalExpression__Group_1_0__0 ) ) | ( ( rule__XRelationalExpression__Group_1_1__0 ) ) );
public final void rule__XRelationalExpression__Alternatives_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2759:1: ( ( ( rule__XRelationalExpression__Group_1_0__0 ) ) | ( ( rule__XRelationalExpression__Group_1_1__0 ) ) )
int alt9=2;
int LA9_0 = input.LA(1);
if ( (LA9_0==68) ) {
alt9=1;
}
else if ( ((LA9_0>=25 && LA9_0<=27)) ) {
alt9=2;
}
else {
if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 9, 0, input);
throw nvae;
}
switch (alt9) {
case 1 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2760:1: ( ( rule__XRelationalExpression__Group_1_0__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2760:1: ( ( rule__XRelationalExpression__Group_1_0__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2761:1: ( rule__XRelationalExpression__Group_1_0__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXRelationalExpressionAccess().getGroup_1_0());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2762:1: ( rule__XRelationalExpression__Group_1_0__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2762:2: rule__XRelationalExpression__Group_1_0__0
{
pushFollow(FOLLOW_rule__XRelationalExpression__Group_1_0__0_in_rule__XRelationalExpression__Alternatives_15875);
rule__XRelationalExpression__Group_1_0__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXRelationalExpressionAccess().getGroup_1_0());
}
}
}
break;
case 2 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2766:6: ( ( rule__XRelationalExpression__Group_1_1__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2766:6: ( ( rule__XRelationalExpression__Group_1_1__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2767:1: ( rule__XRelationalExpression__Group_1_1__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXRelationalExpressionAccess().getGroup_1_1());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2768:1: ( rule__XRelationalExpression__Group_1_1__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2768:2: rule__XRelationalExpression__Group_1_1__0
{
pushFollow(FOLLOW_rule__XRelationalExpression__Group_1_1__0_in_rule__XRelationalExpression__Alternatives_15893);
rule__XRelationalExpression__Group_1_1__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXRelationalExpressionAccess().getGroup_1_1());
}
}
}
break;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__XRelationalExpression__Alternatives_1"
// $ANTLR start "rule__OpCompare__Alternatives"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2777:1: rule__OpCompare__Alternatives : ( ( '>=' ) | ( ( rule__OpCompare__Group_1__0 ) ) | ( '>' ) | ( '<' ) );
public final void rule__OpCompare__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2781:1: ( ( '>=' ) | ( ( rule__OpCompare__Group_1__0 ) ) | ( '>' ) | ( '<' ) )
int alt10=4;
switch ( input.LA(1) ) {
case 25:
{
alt10=1;
}
break;
case 27:
{
int LA10_2 = input.LA(2);
if ( (LA10_2==13) ) {
alt10=2;
}
else if ( (LA10_2==EOF||(LA10_2>=RULE_ID && LA10_2<=RULE_STRING)||LA10_2==27||(LA10_2>=34 && LA10_2<=35)||LA10_2==40||(LA10_2>=45 && LA10_2<=50)||LA10_2==52||(LA10_2>=71 && LA10_2<=72)||(LA10_2>=74 && LA10_2<=75)||LA10_2==77||(LA10_2>=80 && LA10_2<=88)||LA10_2==90||LA10_2==101) ) {
alt10=4;
}
else {
if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 10, 2, input);
throw nvae;
}
}
break;
case 26:
{
alt10=3;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 10, 0, input);
throw nvae;
}
switch (alt10) {
case 1 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2782:1: ( '>=' )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2782:1: ( '>=' )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2783:1: '>='
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpCompareAccess().getGreaterThanSignEqualsSignKeyword_0());
}
match(input,25,FOLLOW_25_in_rule__OpCompare__Alternatives5927); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpCompareAccess().getGreaterThanSignEqualsSignKeyword_0());
}
}
}
break;
case 2 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2790:6: ( ( rule__OpCompare__Group_1__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2790:6: ( ( rule__OpCompare__Group_1__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2791:1: ( rule__OpCompare__Group_1__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpCompareAccess().getGroup_1());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2792:1: ( rule__OpCompare__Group_1__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2792:2: rule__OpCompare__Group_1__0
{
pushFollow(FOLLOW_rule__OpCompare__Group_1__0_in_rule__OpCompare__Alternatives5946);
rule__OpCompare__Group_1__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getOpCompareAccess().getGroup_1());
}
}
}
break;
case 3 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2796:6: ( '>' )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2796:6: ( '>' )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2797:1: '>'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpCompareAccess().getGreaterThanSignKeyword_2());
}
match(input,26,FOLLOW_26_in_rule__OpCompare__Alternatives5965); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpCompareAccess().getGreaterThanSignKeyword_2());
}
}
}
break;
case 4 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2804:6: ( '<' )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2804:6: ( '<' )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2805:1: '<'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpCompareAccess().getLessThanSignKeyword_3());
}
match(input,27,FOLLOW_27_in_rule__OpCompare__Alternatives5985); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpCompareAccess().getLessThanSignKeyword_3());
}
}
}
break;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__OpCompare__Alternatives"
// $ANTLR start "rule__OpOther__Alternatives"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2817:1: rule__OpOther__Alternatives : ( ( '->' ) | ( '..<' ) | ( ( rule__OpOther__Group_2__0 ) ) | ( '..' ) | ( '=>' ) | ( ( rule__OpOther__Group_5__0 ) ) | ( ( rule__OpOther__Group_6__0 ) ) | ( '<>' ) | ( '?:' ) );
public final void rule__OpOther__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2821:1: ( ( '->' ) | ( '..<' ) | ( ( rule__OpOther__Group_2__0 ) ) | ( '..' ) | ( '=>' ) | ( ( rule__OpOther__Group_5__0 ) ) | ( ( rule__OpOther__Group_6__0 ) ) | ( '<>' ) | ( '?:' ) )
int alt11=9;
alt11 = dfa11.predict(input);
switch (alt11) {
case 1 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2822:1: ( '->' )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2822:1: ( '->' )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2823:1: '->'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpOtherAccess().getHyphenMinusGreaterThanSignKeyword_0());
}
match(input,28,FOLLOW_28_in_rule__OpOther__Alternatives6020); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpOtherAccess().getHyphenMinusGreaterThanSignKeyword_0());
}
}
}
break;
case 2 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2830:6: ( '..<' )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2830:6: ( '..<' )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2831:1: '..<'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpOtherAccess().getFullStopFullStopLessThanSignKeyword_1());
}
match(input,29,FOLLOW_29_in_rule__OpOther__Alternatives6040); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpOtherAccess().getFullStopFullStopLessThanSignKeyword_1());
}
}
}
break;
case 3 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2838:6: ( ( rule__OpOther__Group_2__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2838:6: ( ( rule__OpOther__Group_2__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2839:1: ( rule__OpOther__Group_2__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpOtherAccess().getGroup_2());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2840:1: ( rule__OpOther__Group_2__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2840:2: rule__OpOther__Group_2__0
{
pushFollow(FOLLOW_rule__OpOther__Group_2__0_in_rule__OpOther__Alternatives6059);
rule__OpOther__Group_2__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getOpOtherAccess().getGroup_2());
}
}
}
break;
case 4 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2844:6: ( '..' )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2844:6: ( '..' )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2845:1: '..'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpOtherAccess().getFullStopFullStopKeyword_3());
}
match(input,30,FOLLOW_30_in_rule__OpOther__Alternatives6078); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpOtherAccess().getFullStopFullStopKeyword_3());
}
}
}
break;
case 5 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2852:6: ( '=>' )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2852:6: ( '=>' )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2853:1: '=>'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpOtherAccess().getEqualsSignGreaterThanSignKeyword_4());
}
match(input,31,FOLLOW_31_in_rule__OpOther__Alternatives6098); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpOtherAccess().getEqualsSignGreaterThanSignKeyword_4());
}
}
}
break;
case 6 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2860:6: ( ( rule__OpOther__Group_5__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2860:6: ( ( rule__OpOther__Group_5__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2861:1: ( rule__OpOther__Group_5__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpOtherAccess().getGroup_5());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2862:1: ( rule__OpOther__Group_5__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2862:2: rule__OpOther__Group_5__0
{
pushFollow(FOLLOW_rule__OpOther__Group_5__0_in_rule__OpOther__Alternatives6117);
rule__OpOther__Group_5__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getOpOtherAccess().getGroup_5());
}
}
}
break;
case 7 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2866:6: ( ( rule__OpOther__Group_6__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2866:6: ( ( rule__OpOther__Group_6__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2867:1: ( rule__OpOther__Group_6__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpOtherAccess().getGroup_6());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2868:1: ( rule__OpOther__Group_6__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2868:2: rule__OpOther__Group_6__0
{
pushFollow(FOLLOW_rule__OpOther__Group_6__0_in_rule__OpOther__Alternatives6135);
rule__OpOther__Group_6__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getOpOtherAccess().getGroup_6());
}
}
}
break;
case 8 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2872:6: ( '<>' )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2872:6: ( '<>' )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2873:1: '<>'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpOtherAccess().getLessThanSignGreaterThanSignKeyword_7());
}
match(input,32,FOLLOW_32_in_rule__OpOther__Alternatives6154); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpOtherAccess().getLessThanSignGreaterThanSignKeyword_7());
}
}
}
break;
case 9 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2880:6: ( '?:' )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2880:6: ( '?:' )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2881:1: '?:'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpOtherAccess().getQuestionMarkColonKeyword_8());
}
match(input,33,FOLLOW_33_in_rule__OpOther__Alternatives6174); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpOtherAccess().getQuestionMarkColonKeyword_8());
}
}
}
break;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__OpOther__Alternatives"
// $ANTLR start "rule__OpOther__Alternatives_5_1"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2893:1: rule__OpOther__Alternatives_5_1 : ( ( ( rule__OpOther__Group_5_1_0__0 ) ) | ( '>' ) );
public final void rule__OpOther__Alternatives_5_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2897:1: ( ( ( rule__OpOther__Group_5_1_0__0 ) ) | ( '>' ) )
int alt12=2;
int LA12_0 = input.LA(1);
if ( (LA12_0==26) ) {
int LA12_1 = input.LA(2);
if ( (LA12_1==26) ) {
alt12=1;
}
else if ( (LA12_1==EOF||(LA12_1>=RULE_ID && LA12_1<=RULE_STRING)||LA12_1==27||(LA12_1>=34 && LA12_1<=35)||LA12_1==40||(LA12_1>=45 && LA12_1<=50)||LA12_1==52||(LA12_1>=71 && LA12_1<=72)||(LA12_1>=74 && LA12_1<=75)||LA12_1==77||(LA12_1>=80 && LA12_1<=88)||LA12_1==90||LA12_1==101) ) {
alt12=2;
}
else {
if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 12, 1, input);
throw nvae;
}
}
else {
if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 12, 0, input);
throw nvae;
}
switch (alt12) {
case 1 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2898:1: ( ( rule__OpOther__Group_5_1_0__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2898:1: ( ( rule__OpOther__Group_5_1_0__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2899:1: ( rule__OpOther__Group_5_1_0__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpOtherAccess().getGroup_5_1_0());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2900:1: ( rule__OpOther__Group_5_1_0__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2900:2: rule__OpOther__Group_5_1_0__0
{
pushFollow(FOLLOW_rule__OpOther__Group_5_1_0__0_in_rule__OpOther__Alternatives_5_16208);
rule__OpOther__Group_5_1_0__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getOpOtherAccess().getGroup_5_1_0());
}
}
}
break;
case 2 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2904:6: ( '>' )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2904:6: ( '>' )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2905:1: '>'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpOtherAccess().getGreaterThanSignKeyword_5_1_1());
}
match(input,26,FOLLOW_26_in_rule__OpOther__Alternatives_5_16227); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpOtherAccess().getGreaterThanSignKeyword_5_1_1());
}
}
}
break;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__OpOther__Alternatives_5_1"
// $ANTLR start "rule__OpOther__Alternatives_6_1"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2917:1: rule__OpOther__Alternatives_6_1 : ( ( ( rule__OpOther__Group_6_1_0__0 ) ) | ( '<' ) | ( '=>' ) );
public final void rule__OpOther__Alternatives_6_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2921:1: ( ( ( rule__OpOther__Group_6_1_0__0 ) ) | ( '<' ) | ( '=>' ) )
int alt13=3;
int LA13_0 = input.LA(1);
if ( (LA13_0==27) ) {
int LA13_1 = input.LA(2);
if ( (synpred30_InternalUISemanticsGrammar()) ) {
alt13=1;
}
else if ( (synpred31_InternalUISemanticsGrammar()) ) {
alt13=2;
}
else {
if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 13, 1, input);
throw nvae;
}
}
else if ( (LA13_0==31) ) {
alt13=3;
}
else {
if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 13, 0, input);
throw nvae;
}
switch (alt13) {
case 1 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2922:1: ( ( rule__OpOther__Group_6_1_0__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2922:1: ( ( rule__OpOther__Group_6_1_0__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2923:1: ( rule__OpOther__Group_6_1_0__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpOtherAccess().getGroup_6_1_0());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2924:1: ( rule__OpOther__Group_6_1_0__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2924:2: rule__OpOther__Group_6_1_0__0
{
pushFollow(FOLLOW_rule__OpOther__Group_6_1_0__0_in_rule__OpOther__Alternatives_6_16261);
rule__OpOther__Group_6_1_0__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getOpOtherAccess().getGroup_6_1_0());
}
}
}
break;
case 2 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2928:6: ( '<' )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2928:6: ( '<' )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2929:1: '<'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpOtherAccess().getLessThanSignKeyword_6_1_1());
}
match(input,27,FOLLOW_27_in_rule__OpOther__Alternatives_6_16280); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpOtherAccess().getLessThanSignKeyword_6_1_1());
}
}
}
break;
case 3 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2936:6: ( '=>' )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2936:6: ( '=>' )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2937:1: '=>'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpOtherAccess().getEqualsSignGreaterThanSignKeyword_6_1_2());
}
match(input,31,FOLLOW_31_in_rule__OpOther__Alternatives_6_16300); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpOtherAccess().getEqualsSignGreaterThanSignKeyword_6_1_2());
}
}
}
break;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__OpOther__Alternatives_6_1"
// $ANTLR start "rule__OpAdd__Alternatives"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2949:1: rule__OpAdd__Alternatives : ( ( '+' ) | ( '-' ) );
public final void rule__OpAdd__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2953:1: ( ( '+' ) | ( '-' ) )
int alt14=2;
int LA14_0 = input.LA(1);
if ( (LA14_0==34) ) {
alt14=1;
}
else if ( (LA14_0==35) ) {
alt14=2;
}
else {
if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 14, 0, input);
throw nvae;
}
switch (alt14) {
case 1 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2954:1: ( '+' )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2954:1: ( '+' )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2955:1: '+'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpAddAccess().getPlusSignKeyword_0());
}
match(input,34,FOLLOW_34_in_rule__OpAdd__Alternatives6335); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpAddAccess().getPlusSignKeyword_0());
}
}
}
break;
case 2 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2962:6: ( '-' )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2962:6: ( '-' )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2963:1: '-'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpAddAccess().getHyphenMinusKeyword_1());
}
match(input,35,FOLLOW_35_in_rule__OpAdd__Alternatives6355); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpAddAccess().getHyphenMinusKeyword_1());
}
}
}
break;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__OpAdd__Alternatives"
// $ANTLR start "rule__OpMulti__Alternatives"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2975:1: rule__OpMulti__Alternatives : ( ( '*' ) | ( '**' ) | ( '/' ) | ( '%' ) );
public final void rule__OpMulti__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2979:1: ( ( '*' ) | ( '**' ) | ( '/' ) | ( '%' ) )
int alt15=4;
switch ( input.LA(1) ) {
case 36:
{
alt15=1;
}
break;
case 37:
{
alt15=2;
}
break;
case 38:
{
alt15=3;
}
break;
case 39:
{
alt15=4;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 15, 0, input);
throw nvae;
}
switch (alt15) {
case 1 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2980:1: ( '*' )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2980:1: ( '*' )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2981:1: '*'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpMultiAccess().getAsteriskKeyword_0());
}
match(input,36,FOLLOW_36_in_rule__OpMulti__Alternatives6390); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpMultiAccess().getAsteriskKeyword_0());
}
}
}
break;
case 2 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2988:6: ( '**' )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2988:6: ( '**' )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2989:1: '**'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpMultiAccess().getAsteriskAsteriskKeyword_1());
}
match(input,37,FOLLOW_37_in_rule__OpMulti__Alternatives6410); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpMultiAccess().getAsteriskAsteriskKeyword_1());
}
}
}
break;
case 3 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2996:6: ( '/' )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2996:6: ( '/' )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:2997:1: '/'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpMultiAccess().getSolidusKeyword_2());
}
match(input,38,FOLLOW_38_in_rule__OpMulti__Alternatives6430); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpMultiAccess().getSolidusKeyword_2());
}
}
}
break;
case 4 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3004:6: ( '%' )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3004:6: ( '%' )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3005:1: '%'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpMultiAccess().getPercentSignKeyword_3());
}
match(input,39,FOLLOW_39_in_rule__OpMulti__Alternatives6450); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpMultiAccess().getPercentSignKeyword_3());
}
}
}
break;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__OpMulti__Alternatives"
// $ANTLR start "rule__XUnaryOperation__Alternatives"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3017:1: rule__XUnaryOperation__Alternatives : ( ( ( rule__XUnaryOperation__Group_0__0 ) ) | ( ruleXCastedExpression ) );
public final void rule__XUnaryOperation__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3021:1: ( ( ( rule__XUnaryOperation__Group_0__0 ) ) | ( ruleXCastedExpression ) )
int alt16=2;
int LA16_0 = input.LA(1);
if ( ((LA16_0>=34 && LA16_0<=35)||LA16_0==40) ) {
alt16=1;
}
else if ( ((LA16_0>=RULE_ID && LA16_0<=RULE_STRING)||LA16_0==27||(LA16_0>=45 && LA16_0<=50)||LA16_0==52||(LA16_0>=71 && LA16_0<=72)||(LA16_0>=74 && LA16_0<=75)||LA16_0==77||(LA16_0>=80 && LA16_0<=88)||LA16_0==90||LA16_0==101) ) {
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.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3022:1: ( ( rule__XUnaryOperation__Group_0__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3022:1: ( ( rule__XUnaryOperation__Group_0__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3023:1: ( rule__XUnaryOperation__Group_0__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXUnaryOperationAccess().getGroup_0());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3024:1: ( rule__XUnaryOperation__Group_0__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3024:2: rule__XUnaryOperation__Group_0__0
{
pushFollow(FOLLOW_rule__XUnaryOperation__Group_0__0_in_rule__XUnaryOperation__Alternatives6484);
rule__XUnaryOperation__Group_0__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXUnaryOperationAccess().getGroup_0());
}
}
}
break;
case 2 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3028:6: ( ruleXCastedExpression )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3028:6: ( ruleXCastedExpression )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3029:1: ruleXCastedExpression
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXUnaryOperationAccess().getXCastedExpressionParserRuleCall_1());
}
pushFollow(FOLLOW_ruleXCastedExpression_in_rule__XUnaryOperation__Alternatives6502);
ruleXCastedExpression();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXUnaryOperationAccess().getXCastedExpressionParserRuleCall_1());
}
}
}
break;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__XUnaryOperation__Alternatives"
// $ANTLR start "rule__OpUnary__Alternatives"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3039:1: rule__OpUnary__Alternatives : ( ( '!' ) | ( '-' ) | ( '+' ) );
public final void rule__OpUnary__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3043:1: ( ( '!' ) | ( '-' ) | ( '+' ) )
int alt17=3;
switch ( input.LA(1) ) {
case 40:
{
alt17=1;
}
break;
case 35:
{
alt17=2;
}
break;
case 34:
{
alt17=3;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 17, 0, input);
throw nvae;
}
switch (alt17) {
case 1 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3044:1: ( '!' )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3044:1: ( '!' )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3045:1: '!'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpUnaryAccess().getExclamationMarkKeyword_0());
}
match(input,40,FOLLOW_40_in_rule__OpUnary__Alternatives6535); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpUnaryAccess().getExclamationMarkKeyword_0());
}
}
}
break;
case 2 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3052:6: ( '-' )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3052:6: ( '-' )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3053:1: '-'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpUnaryAccess().getHyphenMinusKeyword_1());
}
match(input,35,FOLLOW_35_in_rule__OpUnary__Alternatives6555); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpUnaryAccess().getHyphenMinusKeyword_1());
}
}
}
break;
case 3 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3060:6: ( '+' )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3060:6: ( '+' )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3061:1: '+'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpUnaryAccess().getPlusSignKeyword_2());
}
match(input,34,FOLLOW_34_in_rule__OpUnary__Alternatives6575); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpUnaryAccess().getPlusSignKeyword_2());
}
}
}
break;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__OpUnary__Alternatives"
// $ANTLR start "rule__OpPostfix__Alternatives"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3073:1: rule__OpPostfix__Alternatives : ( ( '++' ) | ( '--' ) );
public final void rule__OpPostfix__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3077:1: ( ( '++' ) | ( '--' ) )
int alt18=2;
int LA18_0 = input.LA(1);
if ( (LA18_0==41) ) {
alt18=1;
}
else if ( (LA18_0==42) ) {
alt18=2;
}
else {
if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 18, 0, input);
throw nvae;
}
switch (alt18) {
case 1 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3078:1: ( '++' )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3078:1: ( '++' )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3079:1: '++'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpPostfixAccess().getPlusSignPlusSignKeyword_0());
}
match(input,41,FOLLOW_41_in_rule__OpPostfix__Alternatives6610); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpPostfixAccess().getPlusSignPlusSignKeyword_0());
}
}
}
break;
case 2 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3086:6: ( '--' )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3086:6: ( '--' )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3087:1: '--'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpPostfixAccess().getHyphenMinusHyphenMinusKeyword_1());
}
match(input,42,FOLLOW_42_in_rule__OpPostfix__Alternatives6630); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpPostfixAccess().getHyphenMinusHyphenMinusKeyword_1());
}
}
}
break;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__OpPostfix__Alternatives"
// $ANTLR start "rule__XMemberFeatureCall__Alternatives_1"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3099:1: rule__XMemberFeatureCall__Alternatives_1 : ( ( ( rule__XMemberFeatureCall__Group_1_0__0 ) ) | ( ( rule__XMemberFeatureCall__Group_1_1__0 ) ) );
public final void rule__XMemberFeatureCall__Alternatives_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3103:1: ( ( ( rule__XMemberFeatureCall__Group_1_0__0 ) ) | ( ( rule__XMemberFeatureCall__Group_1_1__0 ) ) )
int alt19=2;
alt19 = dfa19.predict(input);
switch (alt19) {
case 1 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3104:1: ( ( rule__XMemberFeatureCall__Group_1_0__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3104:1: ( ( rule__XMemberFeatureCall__Group_1_0__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3105:1: ( rule__XMemberFeatureCall__Group_1_0__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_0());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3106:1: ( rule__XMemberFeatureCall__Group_1_0__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3106:2: rule__XMemberFeatureCall__Group_1_0__0
{
pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_0__0_in_rule__XMemberFeatureCall__Alternatives_16664);
rule__XMemberFeatureCall__Group_1_0__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_0());
}
}
}
break;
case 2 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3110:6: ( ( rule__XMemberFeatureCall__Group_1_1__0 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3110:6: ( ( rule__XMemberFeatureCall__Group_1_1__0 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3111:1: ( rule__XMemberFeatureCall__Group_1_1__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_1());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3112:1: ( rule__XMemberFeatureCall__Group_1_1__0 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3112:2: rule__XMemberFeatureCall__Group_1_1__0
{
pushFollow(FOLLOW_rule__XMemberFeatureCall__Group_1_1__0_in_rule__XMemberFeatureCall__Alternatives_16682);
rule__XMemberFeatureCall__Group_1_1__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_1());
}
}
}
break;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__XMemberFeatureCall__Alternatives_1"
// $ANTLR start "rule__XMemberFeatureCall__Alternatives_1_0_0_0_1"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3121:1: rule__XMemberFeatureCall__Alternatives_1_0_0_0_1 : ( ( '.' ) | ( ( rule__XMemberFeatureCall__ExplicitStaticAssignment_1_0_0_0_1_1 ) ) );
public final void rule__XMemberFeatureCall__Alternatives_1_0_0_0_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3125:1: ( ( '.' ) | ( ( rule__XMemberFeatureCall__ExplicitStaticAssignment_1_0_0_0_1_1 ) ) )
int alt20=2;
int LA20_0 = input.LA(1);
if ( (LA20_0==43) ) {
alt20=1;
}
else if ( (LA20_0==97) ) {
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.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3126:1: ( '.' )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3126:1: ( '.' )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3127:1: '.'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXMemberFeatureCallAccess().getFullStopKeyword_1_0_0_0_1_0());
}
match(input,43,FOLLOW_43_in_rule__XMemberFeatureCall__Alternatives_1_0_0_0_16716); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXMemberFeatureCallAccess().getFullStopKeyword_1_0_0_0_1_0());
}
}
}
break;
case 2 :
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3134:6: ( ( rule__XMemberFeatureCall__ExplicitStaticAssignment_1_0_0_0_1_1 ) )
{
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3134:6: ( ( rule__XMemberFeatureCall__ExplicitStaticAssignment_1_0_0_0_1_1 ) )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3135:1: ( rule__XMemberFeatureCall__ExplicitStaticAssignment_1_0_0_0_1_1 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXMemberFeatureCallAccess().getExplicitStaticAssignment_1_0_0_0_1_1());
}
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3136:1: ( rule__XMemberFeatureCall__ExplicitStaticAssignment_1_0_0_0_1_1 )
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3136:2: rule__XMemberFeatureCall__ExplicitStaticAssignment_1_0_0_0_1_1
{
pushFollow(FOLLOW_rule__XMemberFeatureCall__ExplicitStaticAssignment_1_0_0_0_1_1_in_rule__XMemberFeatureCall__Alternatives_1_0_0_0_16735);
rule__XMemberFeatureCall__ExplicitStaticAssignment_1_0_0_0_1_1();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXMemberFeatureCallAccess().getExplicitStaticAssignment_1_0_0_0_1_1());
}
}
}
break;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__XMemberFeatureCall__Alternatives_1_0_0_0_1"
// $ANTLR start "rule__XMemberFeatureCall__Alternatives_1_1_0_0_1"
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3145:1: rule__XMemberFeatureCall__Alternatives_1_1_0_0_1 : ( ( '.' ) | ( ( rule__XMemberFeatureCall__NullSafeAssignment_1_1_0_0_1_1 ) ) | ( ( rule__XMemberFeatureCall__ExplicitStaticAssignment_1_1_0_0_1_2 ) ) );
public final void rule__XMemberFeatureCall__Alternatives_1_1_0_0_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.uisemantics.ui/src-gen/org/eclipse/osbp/ecview/uisemantics/ui/contentassist/antlr/internal/InternalUISemanticsGrammar.g:3149:1: ( ( '.' ) | ( ( rule__XMemberFeatureCall__NullSafeAssignment_1_1_0_0_1_1 ) ) | ( ( rule__XMemberFeatureCall__ExplicitStaticAssignment_1_1_0_0_1_2 ) ) )
int alt21=3;
switch ( input.LA(1) ) {
case 43:
{
alt21=1;
}
break;
case 98:
{
alt21=2;
}
break;
case 97:
{
alt21=3;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 21, 0, input);