blob: 8cf1cd0fd74288837e1ffbc34fecbf2da6d654e1 [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.dsl.ui.contentassist.antlr.internal;
import java.io.InputStream;
import org.eclipse.xtext.*;
import org.eclipse.xtext.parser.*;
import org.eclipse.xtext.parser.impl.*;
import org.eclipse.emf.ecore.util.EcoreUtil;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.xtext.parser.antlr.XtextTokenStream;
import org.eclipse.xtext.parser.antlr.XtextTokenStream.HiddenTokens;
import org.eclipse.xtext.ui.editor.contentassist.antlr.internal.AbstractInternalContentAssistParser;
import org.eclipse.xtext.ui.editor.contentassist.antlr.internal.DFA;
import org.eclipse.osbp.ecview.dsl.services.UIGrammarGrammarAccess;
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 InternalUIGrammarParser 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", "'='", "'||'", "'&&'", "'.'", "'desc'", "'+='", "'-='", "'*='", "'/='", "'%='", "'=='", "'!='", "'==='", "'!=='", "'>='", "'>'", "'<'", "'->'", "'..<'", "'..'", "'=>'", "'<>'", "'?:'", "'+'", "'-'", "'*'", "'**'", "'/'", "'%'", "'!'", "'++'", "'--'", "'val'", "'extends'", "'static'", "'import'", "'extension'", "'super'", "'false'", "'date'", "'datetime'", "'time'", "'undefined'", "'second'", "'minute'", "'hour'", "'day'", "'month'", "'year'", "'single'", "'multi'", "'none'", "'bottom-center'", "'bottom-left'", "'bottom-right'", "'bottom-fill'", "'middle-center'", "'middle-left'", "'middle-right'", "'middle-fill'", "'top-center'", "'top-left'", "'top-right'", "'top-fill'", "'fill-center'", "'fill-left'", "'fill-right'", "'fill-fill'", "'package'", "';'", "'validatorAlias'", "'as'", "'fieldValidation'", "'viewset'", "'{'", "'}'", "'dataAlias'", "'datasource'", "':'", "'eventTopic'", "'bind'", "'['", "']'", "'ui'", "'navigateTo'", "'openDialog'", "'searchWith'", "'addToTable'", "'removeFromTable'", "'newInstance'", "'for'", "'at'", "'sendEvent'", "'('", "')'", "'ideview'", "'sharedStateGroup'", "'category'", "'rootType'", "'exposedActions'", "'align'", "'id'", "'icon'", "'externalCommand'", "'mobile'", "'i18n'", "'gridlayout'", "'columns='", "'styles'", "'form'", "'verticalLayout'", "'mobileVerticalLayout'", "'navRoot'", "'horizontalLayout'", "'mobileHorizontalLayout'", "'horizontalButtonGroup'", "'verticalGroup'", "'searchPanel'", "'type'", "'mobileSearchPanel'", "'mobileTab'", "'tab'", "'tabsheet'", "'splitter'", "'first'", "'splitPos'", "'panel'", "'content'", "'dialog'", "'searchdialog'", "'search'", "'navPage'", "'navbarActions'", "'textfield'", "'maxLength='", "'minLength='", "'regex='", "'passwordField'", "'maskedText'", "'mask='", "'maskedNumeric'", "'maskedDecimal'", "'maskedTextWithPrefix'", "'prefixes='", "','", "'prefix'", "'mask'", "'richtextArea'", "'suggestText'", "'captionField'", "'filterField'", "'uuidField'", "'referenceField'", "'refSource'", "'descriptionField'", "'imageField'", "'inMemoryService'", "'searchfield'", "'textarea'", "'datefield'", "'browser'", "'progressbar'", "'image'", "'iconPath'", "'table'", "'selectionType'", "'combo'", "'button'", "'navButton'", "'alias'", "'switchIt'", "'label'", "'decimalField'", "'precision='", "'optionsgroup'", "'listSelect'", "'columns'", "'sort'", "'column'", "'numericField'", "'checkbox'", "'MaxLengthValidator'", "'MinLengthValidator'", "'RegexValidator'", "'Expression'", "'BeanValidationValidator'", "'code'", "'visibility'", "'fireOn'", "'instanceof'", "'#'", "'if'", "'else'", "'switch'", "'default'", "'case'", "'while'", "'do'", "'new'", "'null'", "'typeof'", "'throw'", "'return'", "'try'", "'finally'", "'synchronized'", "'catch'", "'?'", "'&'", "'list'", "'noAutoTrigger'", "'checkDirty'", "'readonly'", "'asBlob'", "'autoHidePopup'", "'useBeanService'", "'noGrouping'", "'noMarkNegative'", "'asc'", "'::'", "'?.'", "'|'", "'var'", "'true'"
};
public static final int T__144=144;
public static final int T__143=143;
public static final int T__146=146;
public static final int T__50=50;
public static final int T__145=145;
public static final int T__140=140;
public static final int T__142=142;
public static final int T__141=141;
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__137=137;
public static final int T__52=52;
public static final int T__136=136;
public static final int T__53=53;
public static final int T__139=139;
public static final int T__54=54;
public static final int T__138=138;
public static final int T__133=133;
public static final int T__132=132;
public static final int T__60=60;
public static final int T__135=135;
public static final int T__61=61;
public static final int T__134=134;
public static final int RULE_ID=4;
public static final int T__131=131;
public static final int T__130=130;
public static final int RULE_INT=6;
public static final int T__66=66;
public static final int T__67=67;
public static final int T__129=129;
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__126=126;
public static final int T__63=63;
public static final int T__125=125;
public static final int T__64=64;
public static final int T__128=128;
public static final int T__65=65;
public static final int T__127=127;
public static final int T__166=166;
public static final int T__165=165;
public static final int T__168=168;
public static final int T__167=167;
public static final int T__162=162;
public static final int T__161=161;
public static final int T__164=164;
public static final int T__163=163;
public static final int T__160=160;
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__159=159;
public static final int T__30=30;
public static final int T__158=158;
public static final int T__31=31;
public static final int T__32=32;
public static final int T__155=155;
public static final int T__154=154;
public static final int T__157=157;
public static final int T__156=156;
public static final int T__151=151;
public static final int T__150=150;
public static final int T__153=153;
public static final int T__152=152;
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__148=148;
public static final int T__41=41;
public static final int T__147=147;
public static final int T__42=42;
public static final int T__43=43;
public static final int T__149=149;
public static final int T__100=100;
public static final int T__221=221;
public static final int T__220=220;
public static final int T__102=102;
public static final int T__223=223;
public static final int T__101=101;
public static final int T__222=222;
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__218=218;
public static final int T__217=217;
public static final int T__13=13;
public static final int T__14=14;
public static final int T__219=219;
public static final int T__214=214;
public static final int T__213=213;
public static final int T__216=216;
public static final int T__215=215;
public static final int T__210=210;
public static final int T__212=212;
public static final int T__211=211;
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__207=207;
public static final int T__23=23;
public static final int T__206=206;
public static final int T__24=24;
public static final int T__209=209;
public static final int T__25=25;
public static final int T__208=208;
public static final int T__203=203;
public static final int T__202=202;
public static final int T__20=20;
public static final int T__205=205;
public static final int T__21=21;
public static final int T__204=204;
public static final int T__122=122;
public static final int T__121=121;
public static final int T__124=124;
public static final int T__123=123;
public static final int T__120=120;
public static final int RULE_SL_COMMENT=10;
public static final int T__119=119;
public static final int T__118=118;
public static final int T__115=115;
public static final int T__236=236;
public static final int EOF=-1;
public static final int T__114=114;
public static final int T__235=235;
public static final int T__117=117;
public static final int T__116=116;
public static final int T__111=111;
public static final int T__232=232;
public static final int T__110=110;
public static final int T__231=231;
public static final int T__113=113;
public static final int T__234=234;
public static final int T__112=112;
public static final int T__233=233;
public static final int T__230=230;
public static final int T__108=108;
public static final int T__229=229;
public static final int T__107=107;
public static final int T__228=228;
public static final int T__109=109;
public static final int T__104=104;
public static final int T__225=225;
public static final int T__103=103;
public static final int T__224=224;
public static final int T__106=106;
public static final int T__227=227;
public static final int T__105=105;
public static final int T__226=226;
public static final int RULE_HEX=5;
public static final int RULE_ML_COMMENT=9;
public static final int T__201=201;
public static final int T__200=200;
public static final int T__91=91;
public static final int T__188=188;
public static final int T__92=92;
public static final int T__187=187;
public static final int T__93=93;
public static final int T__94=94;
public static final int T__189=189;
public static final int T__184=184;
public static final int T__183=183;
public static final int T__186=186;
public static final int T__90=90;
public static final int T__185=185;
public static final int T__180=180;
public static final int T__182=182;
public static final int T__181=181;
public static final int T__99=99;
public static final int T__95=95;
public static final int T__96=96;
public static final int T__97=97;
public static final int T__98=98;
public static final int T__177=177;
public static final int T__176=176;
public static final int T__179=179;
public static final int T__178=178;
public static final int T__173=173;
public static final int T__172=172;
public static final int T__175=175;
public static final int T__174=174;
public static final int T__171=171;
public static final int T__170=170;
public static final int T__169=169;
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 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 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__199=199;
public static final int T__81=81;
public static final int T__198=198;
public static final int T__82=82;
public static final int T__83=83;
public static final int T__195=195;
public static final int T__194=194;
public static final int RULE_WS=11;
public static final int T__197=197;
public static final int T__196=196;
public static final int T__191=191;
public static final int T__190=190;
public static final int T__193=193;
public static final int T__192=192;
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 InternalUIGrammarParser(TokenStream input) {
this(input, new RecognizerSharedState());
}
public InternalUIGrammarParser(TokenStream input, RecognizerSharedState state) {
super(input, state);
}
public String[] getTokenNames() { return InternalUIGrammarParser.tokenNames; }
public String getGrammarFileName() { return "../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g"; }
private UIGrammarGrammarAccess grammarAccess;
public void setGrammarAccess(UIGrammarGrammarAccess grammarAccess) {
this.grammarAccess = grammarAccess;
}
@Override
protected Grammar getGrammar() {
return grammarAccess.getGrammar();
}
@Override
protected String getValueForTokenName(String tokenName) {
return tokenName;
}
// $ANTLR start "entryRuleUiModel"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:61:1: entryRuleUiModel : ruleUiModel EOF ;
public final void entryRuleUiModel() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:62:1: ( ruleUiModel EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:63:1: ruleUiModel EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiModelRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiModel_in_entryRuleUiModel67);
ruleUiModel();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiModelRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiModel74); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiModel"
// $ANTLR start "ruleUiModel"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:70:1: ruleUiModel : ( ( rule__UiModel__Group__0 ) ) ;
public final void ruleUiModel() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:74:2: ( ( ( rule__UiModel__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:75:1: ( ( rule__UiModel__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:75:1: ( ( rule__UiModel__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:76:1: ( rule__UiModel__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiModelAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:77:1: ( rule__UiModel__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:77:2: rule__UiModel__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiModel__Group__0_in_ruleUiModel100);
rule__UiModel__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiModelAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiModel"
// $ANTLR start "entryRuleUiImports"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:89:1: entryRuleUiImports : ruleUiImports EOF ;
public final void entryRuleUiImports() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:90:1: ( ruleUiImports EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:91:1: ruleUiImports EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiImportsRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiImports_in_entryRuleUiImports127);
ruleUiImports();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiImportsRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiImports134); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiImports"
// $ANTLR start "ruleUiImports"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:98:1: ruleUiImports : ( ( rule__UiImports__Group__0 ) ) ;
public final void ruleUiImports() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:102:2: ( ( ( rule__UiImports__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:103:1: ( ( rule__UiImports__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:103:1: ( ( rule__UiImports__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:104:1: ( rule__UiImports__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiImportsAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:105:1: ( rule__UiImports__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:105:2: rule__UiImports__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiImports__Group__0_in_ruleUiImports160);
rule__UiImports__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiImportsAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiImports"
// $ANTLR start "entryRuleUiRootElements"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:117:1: entryRuleUiRootElements : ruleUiRootElements EOF ;
public final void entryRuleUiRootElements() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:118:1: ( ruleUiRootElements EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:119:1: ruleUiRootElements EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiRootElementsRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiRootElements_in_entryRuleUiRootElements187);
ruleUiRootElements();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiRootElementsRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiRootElements194); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiRootElements"
// $ANTLR start "ruleUiRootElements"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:126:1: ruleUiRootElements : ( ( rule__UiRootElements__Alternatives ) ) ;
public final void ruleUiRootElements() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:130:2: ( ( ( rule__UiRootElements__Alternatives ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:131:1: ( ( rule__UiRootElements__Alternatives ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:131:1: ( ( rule__UiRootElements__Alternatives ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:132:1: ( rule__UiRootElements__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiRootElementsAccess().getAlternatives());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:133:1: ( rule__UiRootElements__Alternatives )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:133:2: rule__UiRootElements__Alternatives
{
pushFollow(FollowSets000.FOLLOW_rule__UiRootElements__Alternatives_in_ruleUiRootElements220);
rule__UiRootElements__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiRootElementsAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiRootElements"
// $ANTLR start "entryRuleUiValidatorAlias"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:145:1: entryRuleUiValidatorAlias : ruleUiValidatorAlias EOF ;
public final void entryRuleUiValidatorAlias() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:146:1: ( ruleUiValidatorAlias EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:147:1: ruleUiValidatorAlias EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiValidatorAliasRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiValidatorAlias_in_entryRuleUiValidatorAlias247);
ruleUiValidatorAlias();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiValidatorAliasRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiValidatorAlias254); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiValidatorAlias"
// $ANTLR start "ruleUiValidatorAlias"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:154:1: ruleUiValidatorAlias : ( ( rule__UiValidatorAlias__Group__0 ) ) ;
public final void ruleUiValidatorAlias() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:158:2: ( ( ( rule__UiValidatorAlias__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:159:1: ( ( rule__UiValidatorAlias__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:159:1: ( ( rule__UiValidatorAlias__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:160:1: ( rule__UiValidatorAlias__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiValidatorAliasAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:161:1: ( rule__UiValidatorAlias__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:161:2: rule__UiValidatorAlias__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiValidatorAlias__Group__0_in_ruleUiValidatorAlias280);
rule__UiValidatorAlias__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiValidatorAliasAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiValidatorAlias"
// $ANTLR start "entryRuleUiValidatorAssignment"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:173:1: entryRuleUiValidatorAssignment : ruleUiValidatorAssignment EOF ;
public final void entryRuleUiValidatorAssignment() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:174:1: ( ruleUiValidatorAssignment EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:175:1: ruleUiValidatorAssignment EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiValidatorAssignmentRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiValidatorAssignment_in_entryRuleUiValidatorAssignment307);
ruleUiValidatorAssignment();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiValidatorAssignmentRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiValidatorAssignment314); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiValidatorAssignment"
// $ANTLR start "ruleUiValidatorAssignment"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:182:1: ruleUiValidatorAssignment : ( ( rule__UiValidatorAssignment__Group__0 ) ) ;
public final void ruleUiValidatorAssignment() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:186:2: ( ( ( rule__UiValidatorAssignment__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:187:1: ( ( rule__UiValidatorAssignment__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:187:1: ( ( rule__UiValidatorAssignment__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:188:1: ( rule__UiValidatorAssignment__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiValidatorAssignmentAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:189:1: ( rule__UiValidatorAssignment__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:189:2: rule__UiValidatorAssignment__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiValidatorAssignment__Group__0_in_ruleUiValidatorAssignment340);
rule__UiValidatorAssignment__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiValidatorAssignmentAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiValidatorAssignment"
// $ANTLR start "entryRuleUiValidatorDef"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:201:1: entryRuleUiValidatorDef : ruleUiValidatorDef EOF ;
public final void entryRuleUiValidatorDef() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:202:1: ( ruleUiValidatorDef EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:203:1: ruleUiValidatorDef EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiValidatorDefRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiValidatorDef_in_entryRuleUiValidatorDef367);
ruleUiValidatorDef();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiValidatorDefRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiValidatorDef374); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiValidatorDef"
// $ANTLR start "ruleUiValidatorDef"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:210:1: ruleUiValidatorDef : ( ( rule__UiValidatorDef__ValidatorAssignment ) ) ;
public final void ruleUiValidatorDef() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:214:2: ( ( ( rule__UiValidatorDef__ValidatorAssignment ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:215:1: ( ( rule__UiValidatorDef__ValidatorAssignment ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:215:1: ( ( rule__UiValidatorDef__ValidatorAssignment ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:216:1: ( rule__UiValidatorDef__ValidatorAssignment )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiValidatorDefAccess().getValidatorAssignment());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:217:1: ( rule__UiValidatorDef__ValidatorAssignment )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:217:2: rule__UiValidatorDef__ValidatorAssignment
{
pushFollow(FollowSets000.FOLLOW_rule__UiValidatorDef__ValidatorAssignment_in_ruleUiValidatorDef400);
rule__UiValidatorDef__ValidatorAssignment();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiValidatorDefAccess().getValidatorAssignment());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiValidatorDef"
// $ANTLR start "entryRuleUiViewSet"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:229:1: entryRuleUiViewSet : ruleUiViewSet EOF ;
public final void entryRuleUiViewSet() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:230:1: ( ruleUiViewSet EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:231:1: ruleUiViewSet EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiViewSetRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiViewSet_in_entryRuleUiViewSet427);
ruleUiViewSet();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiViewSetRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiViewSet434); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiViewSet"
// $ANTLR start "ruleUiViewSet"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:238:1: ruleUiViewSet : ( ( rule__UiViewSet__Group__0 ) ) ;
public final void ruleUiViewSet() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:242:2: ( ( ( rule__UiViewSet__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:243:1: ( ( rule__UiViewSet__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:243:1: ( ( rule__UiViewSet__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:244:1: ( rule__UiViewSet__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiViewSetAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:245:1: ( rule__UiViewSet__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:245:2: rule__UiViewSet__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiViewSet__Group__0_in_ruleUiViewSet460);
rule__UiViewSet__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiViewSetAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiViewSet"
// $ANTLR start "entryRuleUiBindingEndpointAlias"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:257:1: entryRuleUiBindingEndpointAlias : ruleUiBindingEndpointAlias EOF ;
public final void entryRuleUiBindingEndpointAlias() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:258:1: ( ruleUiBindingEndpointAlias EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:259:1: ruleUiBindingEndpointAlias EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiBindingEndpointAliasRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiBindingEndpointAlias_in_entryRuleUiBindingEndpointAlias487);
ruleUiBindingEndpointAlias();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiBindingEndpointAliasRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiBindingEndpointAlias494); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiBindingEndpointAlias"
// $ANTLR start "ruleUiBindingEndpointAlias"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:266:1: ruleUiBindingEndpointAlias : ( ( rule__UiBindingEndpointAlias__Group__0 ) ) ;
public final void ruleUiBindingEndpointAlias() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:270:2: ( ( ( rule__UiBindingEndpointAlias__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:271:1: ( ( rule__UiBindingEndpointAlias__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:271:1: ( ( rule__UiBindingEndpointAlias__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:272:1: ( rule__UiBindingEndpointAlias__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiBindingEndpointAliasAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:273:1: ( rule__UiBindingEndpointAlias__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:273:2: rule__UiBindingEndpointAlias__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiBindingEndpointAlias__Group__0_in_ruleUiBindingEndpointAlias520);
rule__UiBindingEndpointAlias__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiBindingEndpointAliasAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiBindingEndpointAlias"
// $ANTLR start "entryRuleUiBeanSlot"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:285:1: entryRuleUiBeanSlot : ruleUiBeanSlot EOF ;
public final void entryRuleUiBeanSlot() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:286:1: ( ruleUiBeanSlot EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:287:1: ruleUiBeanSlot EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiBeanSlotRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiBeanSlot_in_entryRuleUiBeanSlot547);
ruleUiBeanSlot();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiBeanSlotRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiBeanSlot554); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiBeanSlot"
// $ANTLR start "ruleUiBeanSlot"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:294:1: ruleUiBeanSlot : ( ( rule__UiBeanSlot__Group__0 ) ) ;
public final void ruleUiBeanSlot() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:298:2: ( ( ( rule__UiBeanSlot__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:299:1: ( ( rule__UiBeanSlot__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:299:1: ( ( rule__UiBeanSlot__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:300:1: ( rule__UiBeanSlot__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiBeanSlotAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:301:1: ( rule__UiBeanSlot__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:301:2: rule__UiBeanSlot__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiBeanSlot__Group__0_in_ruleUiBeanSlot580);
rule__UiBeanSlot__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiBeanSlotAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiBeanSlot"
// $ANTLR start "entryRuleUiBinding"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:313:1: entryRuleUiBinding : ruleUiBinding EOF ;
public final void entryRuleUiBinding() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:314:1: ( ruleUiBinding EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:315:1: ruleUiBinding EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiBindingRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiBinding_in_entryRuleUiBinding607);
ruleUiBinding();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiBindingRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiBinding614); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiBinding"
// $ANTLR start "ruleUiBinding"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:322:1: ruleUiBinding : ( ( rule__UiBinding__Group__0 ) ) ;
public final void ruleUiBinding() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:326:2: ( ( ( rule__UiBinding__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:327:1: ( ( rule__UiBinding__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:327:1: ( ( rule__UiBinding__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:328:1: ( rule__UiBinding__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiBindingAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:329:1: ( rule__UiBinding__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:329:2: rule__UiBinding__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiBinding__Group__0_in_ruleUiBinding640);
rule__UiBinding__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiBindingAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiBinding"
// $ANTLR start "entryRuleUiBindingEndpointAssignment"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:341:1: entryRuleUiBindingEndpointAssignment : ruleUiBindingEndpointAssignment EOF ;
public final void entryRuleUiBindingEndpointAssignment() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:342:1: ( ruleUiBindingEndpointAssignment EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:343:1: ruleUiBindingEndpointAssignment EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiBindingEndpointAssignmentRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiBindingEndpointAssignment_in_entryRuleUiBindingEndpointAssignment667);
ruleUiBindingEndpointAssignment();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiBindingEndpointAssignmentRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiBindingEndpointAssignment674); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiBindingEndpointAssignment"
// $ANTLR start "ruleUiBindingEndpointAssignment"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:350:1: ruleUiBindingEndpointAssignment : ( ( rule__UiBindingEndpointAssignment__Alternatives ) ) ;
public final void ruleUiBindingEndpointAssignment() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:354:2: ( ( ( rule__UiBindingEndpointAssignment__Alternatives ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:355:1: ( ( rule__UiBindingEndpointAssignment__Alternatives ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:355:1: ( ( rule__UiBindingEndpointAssignment__Alternatives ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:356:1: ( rule__UiBindingEndpointAssignment__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiBindingEndpointAssignmentAccess().getAlternatives());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:357:1: ( rule__UiBindingEndpointAssignment__Alternatives )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:357:2: rule__UiBindingEndpointAssignment__Alternatives
{
pushFollow(FollowSets000.FOLLOW_rule__UiBindingEndpointAssignment__Alternatives_in_ruleUiBindingEndpointAssignment700);
rule__UiBindingEndpointAssignment__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiBindingEndpointAssignmentAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiBindingEndpointAssignment"
// $ANTLR start "entryRuleUiPathSegment"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:369:1: entryRuleUiPathSegment : ruleUiPathSegment EOF ;
public final void entryRuleUiPathSegment() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:370:1: ( ruleUiPathSegment EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:371:1: ruleUiPathSegment EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiPathSegmentRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiPathSegment_in_entryRuleUiPathSegment727);
ruleUiPathSegment();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiPathSegmentRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiPathSegment734); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiPathSegment"
// $ANTLR start "ruleUiPathSegment"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:378:1: ruleUiPathSegment : ( ( rule__UiPathSegment__Group__0 ) ) ;
public final void ruleUiPathSegment() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:382:2: ( ( ( rule__UiPathSegment__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:383:1: ( ( rule__UiPathSegment__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:383:1: ( ( rule__UiPathSegment__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:384:1: ( rule__UiPathSegment__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiPathSegmentAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:385:1: ( rule__UiPathSegment__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:385:2: rule__UiPathSegment__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiPathSegment__Group__0_in_ruleUiPathSegment760);
rule__UiPathSegment__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiPathSegmentAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiPathSegment"
// $ANTLR start "entryRuleUiNestedProperty"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:397:1: entryRuleUiNestedProperty : ruleUiNestedProperty EOF ;
public final void entryRuleUiNestedProperty() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:398:1: ( ruleUiNestedProperty EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:399:1: ruleUiNestedProperty EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiNestedPropertyRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiNestedProperty_in_entryRuleUiNestedProperty787);
ruleUiNestedProperty();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiNestedPropertyRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiNestedProperty794); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiNestedProperty"
// $ANTLR start "ruleUiNestedProperty"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:406:1: ruleUiNestedProperty : ( ( rule__UiNestedProperty__Group__0 ) ) ;
public final void ruleUiNestedProperty() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:410:2: ( ( ( rule__UiNestedProperty__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:411:1: ( ( rule__UiNestedProperty__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:411:1: ( ( rule__UiNestedProperty__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:412:1: ( rule__UiNestedProperty__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiNestedPropertyAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:413:1: ( rule__UiNestedProperty__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:413:2: rule__UiNestedProperty__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiNestedProperty__Group__0_in_ruleUiNestedProperty820);
rule__UiNestedProperty__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiNestedPropertyAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiNestedProperty"
// $ANTLR start "entryRuleUiTypedBindableDef"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:425:1: entryRuleUiTypedBindableDef : ruleUiTypedBindableDef EOF ;
public final void entryRuleUiTypedBindableDef() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:426:1: ( ruleUiTypedBindableDef EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:427:1: ruleUiTypedBindableDef EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiTypedBindableDefRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiTypedBindableDef_in_entryRuleUiTypedBindableDef847);
ruleUiTypedBindableDef();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiTypedBindableDefRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiTypedBindableDef854); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiTypedBindableDef"
// $ANTLR start "ruleUiTypedBindableDef"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:434:1: ruleUiTypedBindableDef : ( ( rule__UiTypedBindableDef__Group__0 ) ) ;
public final void ruleUiTypedBindableDef() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:438:2: ( ( ( rule__UiTypedBindableDef__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:439:1: ( ( rule__UiTypedBindableDef__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:439:1: ( ( rule__UiTypedBindableDef__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:440:1: ( rule__UiTypedBindableDef__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiTypedBindableDefAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:441:1: ( rule__UiTypedBindableDef__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:441:2: rule__UiTypedBindableDef__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiTypedBindableDef__Group__0_in_ruleUiTypedBindableDef880);
rule__UiTypedBindableDef__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiTypedBindableDefAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiTypedBindableDef"
// $ANTLR start "entryRuleUiTypedBindableRawType"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:453:1: entryRuleUiTypedBindableRawType : ruleUiTypedBindableRawType EOF ;
public final void entryRuleUiTypedBindableRawType() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:454:1: ( ruleUiTypedBindableRawType EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:455:1: ruleUiTypedBindableRawType EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiTypedBindableRawTypeRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiTypedBindableRawType_in_entryRuleUiTypedBindableRawType907);
ruleUiTypedBindableRawType();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiTypedBindableRawTypeRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiTypedBindableRawType914); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiTypedBindableRawType"
// $ANTLR start "ruleUiTypedBindableRawType"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:462:1: ruleUiTypedBindableRawType : ( ( rule__UiTypedBindableRawType__Group__0 ) ) ;
public final void ruleUiTypedBindableRawType() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:466:2: ( ( ( rule__UiTypedBindableRawType__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:467:1: ( ( rule__UiTypedBindableRawType__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:467:1: ( ( rule__UiTypedBindableRawType__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:468:1: ( rule__UiTypedBindableRawType__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiTypedBindableRawTypeAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:469:1: ( rule__UiTypedBindableRawType__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:469:2: rule__UiTypedBindableRawType__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiTypedBindableRawType__Group__0_in_ruleUiTypedBindableRawType940);
rule__UiTypedBindableRawType__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiTypedBindableRawTypeAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiTypedBindableRawType"
// $ANTLR start "entryRuleUiTypedBindableRawTypeAlias"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:481:1: entryRuleUiTypedBindableRawTypeAlias : ruleUiTypedBindableRawTypeAlias EOF ;
public final void entryRuleUiTypedBindableRawTypeAlias() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:482:1: ( ruleUiTypedBindableRawTypeAlias EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:483:1: ruleUiTypedBindableRawTypeAlias EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiTypedBindableRawTypeAliasRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiTypedBindableRawTypeAlias_in_entryRuleUiTypedBindableRawTypeAlias967);
ruleUiTypedBindableRawTypeAlias();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiTypedBindableRawTypeAliasRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiTypedBindableRawTypeAlias974); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiTypedBindableRawTypeAlias"
// $ANTLR start "ruleUiTypedBindableRawTypeAlias"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:490:1: ruleUiTypedBindableRawTypeAlias : ( ( rule__UiTypedBindableRawTypeAlias__Group__0 ) ) ;
public final void ruleUiTypedBindableRawTypeAlias() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:494:2: ( ( ( rule__UiTypedBindableRawTypeAlias__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:495:1: ( ( rule__UiTypedBindableRawTypeAlias__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:495:1: ( ( rule__UiTypedBindableRawTypeAlias__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:496:1: ( rule__UiTypedBindableRawTypeAlias__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiTypedBindableRawTypeAliasAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:497:1: ( rule__UiTypedBindableRawTypeAlias__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:497:2: rule__UiTypedBindableRawTypeAlias__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiTypedBindableRawTypeAlias__Group__0_in_ruleUiTypedBindableRawTypeAlias1000);
rule__UiTypedBindableRawTypeAlias__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiTypedBindableRawTypeAliasAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiTypedBindableRawTypeAlias"
// $ANTLR start "entryRuleUiRawBindablePathSegment"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:509:1: entryRuleUiRawBindablePathSegment : ruleUiRawBindablePathSegment EOF ;
public final void entryRuleUiRawBindablePathSegment() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:510:1: ( ruleUiRawBindablePathSegment EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:511:1: ruleUiRawBindablePathSegment EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiRawBindablePathSegmentRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiRawBindablePathSegment_in_entryRuleUiRawBindablePathSegment1027);
ruleUiRawBindablePathSegment();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiRawBindablePathSegmentRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiRawBindablePathSegment1034); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiRawBindablePathSegment"
// $ANTLR start "ruleUiRawBindablePathSegment"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:518:1: ruleUiRawBindablePathSegment : ( ( rule__UiRawBindablePathSegment__Group__0 ) ) ;
public final void ruleUiRawBindablePathSegment() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:522:2: ( ( ( rule__UiRawBindablePathSegment__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:523:1: ( ( rule__UiRawBindablePathSegment__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:523:1: ( ( rule__UiRawBindablePathSegment__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:524:1: ( rule__UiRawBindablePathSegment__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiRawBindablePathSegmentAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:525:1: ( rule__UiRawBindablePathSegment__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:525:2: rule__UiRawBindablePathSegment__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiRawBindablePathSegment__Group__0_in_ruleUiRawBindablePathSegment1060);
rule__UiRawBindablePathSegment__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiRawBindablePathSegmentAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiRawBindablePathSegment"
// $ANTLR start "entryRuleUiCommandBindableDef"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:537:1: entryRuleUiCommandBindableDef : ruleUiCommandBindableDef EOF ;
public final void entryRuleUiCommandBindableDef() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:538:1: ( ruleUiCommandBindableDef EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:539:1: ruleUiCommandBindableDef EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiCommandBindableDefRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiCommandBindableDef_in_entryRuleUiCommandBindableDef1087);
ruleUiCommandBindableDef();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiCommandBindableDefRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiCommandBindableDef1094); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiCommandBindableDef"
// $ANTLR start "ruleUiCommandBindableDef"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:546:1: ruleUiCommandBindableDef : ( ( rule__UiCommandBindableDef__Group__0 ) ) ;
public final void ruleUiCommandBindableDef() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:550:2: ( ( ( rule__UiCommandBindableDef__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:551:1: ( ( rule__UiCommandBindableDef__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:551:1: ( ( rule__UiCommandBindableDef__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:552:1: ( rule__UiCommandBindableDef__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiCommandBindableDefAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:553:1: ( rule__UiCommandBindableDef__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:553:2: rule__UiCommandBindableDef__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiCommandBindableDef__Group__0_in_ruleUiCommandBindableDef1120);
rule__UiCommandBindableDef__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiCommandBindableDefAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiCommandBindableDef"
// $ANTLR start "entryRuleUiCommand"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:565:1: entryRuleUiCommand : ruleUiCommand EOF ;
public final void entryRuleUiCommand() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:566:1: ( ruleUiCommand EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:567:1: ruleUiCommand EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiCommandRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiCommand_in_entryRuleUiCommand1147);
ruleUiCommand();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiCommandRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiCommand1154); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiCommand"
// $ANTLR start "ruleUiCommand"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:574:1: ruleUiCommand : ( ( rule__UiCommand__Alternatives ) ) ;
public final void ruleUiCommand() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:578:2: ( ( ( rule__UiCommand__Alternatives ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:579:1: ( ( rule__UiCommand__Alternatives ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:579:1: ( ( rule__UiCommand__Alternatives ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:580:1: ( rule__UiCommand__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiCommandAccess().getAlternatives());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:581:1: ( rule__UiCommand__Alternatives )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:581:2: rule__UiCommand__Alternatives
{
pushFollow(FollowSets000.FOLLOW_rule__UiCommand__Alternatives_in_ruleUiCommand1180);
rule__UiCommand__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiCommandAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiCommand"
// $ANTLR start "entryRuleUiMobileNavigationCommand"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:593:1: entryRuleUiMobileNavigationCommand : ruleUiMobileNavigationCommand EOF ;
public final void entryRuleUiMobileNavigationCommand() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:594:1: ( ruleUiMobileNavigationCommand EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:595:1: ruleUiMobileNavigationCommand EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMobileNavigationCommandRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiMobileNavigationCommand_in_entryRuleUiMobileNavigationCommand1207);
ruleUiMobileNavigationCommand();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMobileNavigationCommandRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiMobileNavigationCommand1214); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiMobileNavigationCommand"
// $ANTLR start "ruleUiMobileNavigationCommand"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:602:1: ruleUiMobileNavigationCommand : ( ( rule__UiMobileNavigationCommand__Group__0 ) ) ;
public final void ruleUiMobileNavigationCommand() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:606:2: ( ( ( rule__UiMobileNavigationCommand__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:607:1: ( ( rule__UiMobileNavigationCommand__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:607:1: ( ( rule__UiMobileNavigationCommand__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:608:1: ( rule__UiMobileNavigationCommand__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMobileNavigationCommandAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:609:1: ( rule__UiMobileNavigationCommand__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:609:2: rule__UiMobileNavigationCommand__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiMobileNavigationCommand__Group__0_in_ruleUiMobileNavigationCommand1240);
rule__UiMobileNavigationCommand__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMobileNavigationCommandAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiMobileNavigationCommand"
// $ANTLR start "entryRuleUiOpenDialogCommand"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:621:1: entryRuleUiOpenDialogCommand : ruleUiOpenDialogCommand EOF ;
public final void entryRuleUiOpenDialogCommand() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:622:1: ( ruleUiOpenDialogCommand EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:623:1: ruleUiOpenDialogCommand EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiOpenDialogCommandRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiOpenDialogCommand_in_entryRuleUiOpenDialogCommand1267);
ruleUiOpenDialogCommand();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiOpenDialogCommandRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiOpenDialogCommand1274); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiOpenDialogCommand"
// $ANTLR start "ruleUiOpenDialogCommand"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:630:1: ruleUiOpenDialogCommand : ( ( rule__UiOpenDialogCommand__Group__0 ) ) ;
public final void ruleUiOpenDialogCommand() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:634:2: ( ( ( rule__UiOpenDialogCommand__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:635:1: ( ( rule__UiOpenDialogCommand__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:635:1: ( ( rule__UiOpenDialogCommand__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:636:1: ( rule__UiOpenDialogCommand__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiOpenDialogCommandAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:637:1: ( rule__UiOpenDialogCommand__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:637:2: rule__UiOpenDialogCommand__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiOpenDialogCommand__Group__0_in_ruleUiOpenDialogCommand1300);
rule__UiOpenDialogCommand__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiOpenDialogCommandAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiOpenDialogCommand"
// $ANTLR start "entryRuleUiSearchWithDialogCommand"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:649:1: entryRuleUiSearchWithDialogCommand : ruleUiSearchWithDialogCommand EOF ;
public final void entryRuleUiSearchWithDialogCommand() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:650:1: ( ruleUiSearchWithDialogCommand EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:651:1: ruleUiSearchWithDialogCommand EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiSearchWithDialogCommandRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiSearchWithDialogCommand_in_entryRuleUiSearchWithDialogCommand1327);
ruleUiSearchWithDialogCommand();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiSearchWithDialogCommandRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiSearchWithDialogCommand1334); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiSearchWithDialogCommand"
// $ANTLR start "ruleUiSearchWithDialogCommand"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:658:1: ruleUiSearchWithDialogCommand : ( ( rule__UiSearchWithDialogCommand__Group__0 ) ) ;
public final void ruleUiSearchWithDialogCommand() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:662:2: ( ( ( rule__UiSearchWithDialogCommand__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:663:1: ( ( rule__UiSearchWithDialogCommand__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:663:1: ( ( rule__UiSearchWithDialogCommand__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:664:1: ( rule__UiSearchWithDialogCommand__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiSearchWithDialogCommandAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:665:1: ( rule__UiSearchWithDialogCommand__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:665:2: rule__UiSearchWithDialogCommand__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiSearchWithDialogCommand__Group__0_in_ruleUiSearchWithDialogCommand1360);
rule__UiSearchWithDialogCommand__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiSearchWithDialogCommandAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiSearchWithDialogCommand"
// $ANTLR start "entryRuleUiAddToTableCommand"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:677:1: entryRuleUiAddToTableCommand : ruleUiAddToTableCommand EOF ;
public final void entryRuleUiAddToTableCommand() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:678:1: ( ruleUiAddToTableCommand EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:679:1: ruleUiAddToTableCommand EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiAddToTableCommandRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiAddToTableCommand_in_entryRuleUiAddToTableCommand1387);
ruleUiAddToTableCommand();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiAddToTableCommandRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiAddToTableCommand1394); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiAddToTableCommand"
// $ANTLR start "ruleUiAddToTableCommand"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:686:1: ruleUiAddToTableCommand : ( ( rule__UiAddToTableCommand__Group__0 ) ) ;
public final void ruleUiAddToTableCommand() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:690:2: ( ( ( rule__UiAddToTableCommand__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:691:1: ( ( rule__UiAddToTableCommand__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:691:1: ( ( rule__UiAddToTableCommand__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:692:1: ( rule__UiAddToTableCommand__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiAddToTableCommandAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:693:1: ( rule__UiAddToTableCommand__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:693:2: rule__UiAddToTableCommand__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiAddToTableCommand__Group__0_in_ruleUiAddToTableCommand1420);
rule__UiAddToTableCommand__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiAddToTableCommandAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiAddToTableCommand"
// $ANTLR start "entryRuleUiRemoveFromTableCommand"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:705:1: entryRuleUiRemoveFromTableCommand : ruleUiRemoveFromTableCommand EOF ;
public final void entryRuleUiRemoveFromTableCommand() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:706:1: ( ruleUiRemoveFromTableCommand EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:707:1: ruleUiRemoveFromTableCommand EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiRemoveFromTableCommandRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiRemoveFromTableCommand_in_entryRuleUiRemoveFromTableCommand1447);
ruleUiRemoveFromTableCommand();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiRemoveFromTableCommandRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiRemoveFromTableCommand1454); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiRemoveFromTableCommand"
// $ANTLR start "ruleUiRemoveFromTableCommand"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:714:1: ruleUiRemoveFromTableCommand : ( ( rule__UiRemoveFromTableCommand__Group__0 ) ) ;
public final void ruleUiRemoveFromTableCommand() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:718:2: ( ( ( rule__UiRemoveFromTableCommand__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:719:1: ( ( rule__UiRemoveFromTableCommand__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:719:1: ( ( rule__UiRemoveFromTableCommand__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:720:1: ( rule__UiRemoveFromTableCommand__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiRemoveFromTableCommandAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:721:1: ( rule__UiRemoveFromTableCommand__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:721:2: rule__UiRemoveFromTableCommand__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiRemoveFromTableCommand__Group__0_in_ruleUiRemoveFromTableCommand1480);
rule__UiRemoveFromTableCommand__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiRemoveFromTableCommandAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiRemoveFromTableCommand"
// $ANTLR start "entryRuleUiSetNewInstanceCommand"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:733:1: entryRuleUiSetNewInstanceCommand : ruleUiSetNewInstanceCommand EOF ;
public final void entryRuleUiSetNewInstanceCommand() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:734:1: ( ruleUiSetNewInstanceCommand EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:735:1: ruleUiSetNewInstanceCommand EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiSetNewInstanceCommandRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiSetNewInstanceCommand_in_entryRuleUiSetNewInstanceCommand1507);
ruleUiSetNewInstanceCommand();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiSetNewInstanceCommandRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiSetNewInstanceCommand1514); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiSetNewInstanceCommand"
// $ANTLR start "ruleUiSetNewInstanceCommand"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:742:1: ruleUiSetNewInstanceCommand : ( ( rule__UiSetNewInstanceCommand__Group__0 ) ) ;
public final void ruleUiSetNewInstanceCommand() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:746:2: ( ( ( rule__UiSetNewInstanceCommand__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:747:1: ( ( rule__UiSetNewInstanceCommand__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:747:1: ( ( rule__UiSetNewInstanceCommand__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:748:1: ( rule__UiSetNewInstanceCommand__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiSetNewInstanceCommandAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:749:1: ( rule__UiSetNewInstanceCommand__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:749:2: rule__UiSetNewInstanceCommand__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiSetNewInstanceCommand__Group__0_in_ruleUiSetNewInstanceCommand1540);
rule__UiSetNewInstanceCommand__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiSetNewInstanceCommandAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiSetNewInstanceCommand"
// $ANTLR start "entryRuleUiSendEventCommand"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:761:1: entryRuleUiSendEventCommand : ruleUiSendEventCommand EOF ;
public final void entryRuleUiSendEventCommand() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:762:1: ( ruleUiSendEventCommand EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:763:1: ruleUiSendEventCommand EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiSendEventCommandRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiSendEventCommand_in_entryRuleUiSendEventCommand1567);
ruleUiSendEventCommand();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiSendEventCommandRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiSendEventCommand1574); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiSendEventCommand"
// $ANTLR start "ruleUiSendEventCommand"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:770:1: ruleUiSendEventCommand : ( ( rule__UiSendEventCommand__Group__0 ) ) ;
public final void ruleUiSendEventCommand() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:774:2: ( ( ( rule__UiSendEventCommand__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:775:1: ( ( rule__UiSendEventCommand__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:775:1: ( ( rule__UiSendEventCommand__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:776:1: ( rule__UiSendEventCommand__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiSendEventCommandAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:777:1: ( rule__UiSendEventCommand__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:777:2: rule__UiSendEventCommand__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiSendEventCommand__Group__0_in_ruleUiSendEventCommand1600);
rule__UiSendEventCommand__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiSendEventCommandAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiSendEventCommand"
// $ANTLR start "entryRuleUiView"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:789:1: entryRuleUiView : ruleUiView EOF ;
public final void entryRuleUiView() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:790:1: ( ruleUiView EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:791:1: ruleUiView EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiViewRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiView_in_entryRuleUiView1627);
ruleUiView();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiViewRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiView1634); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiView"
// $ANTLR start "ruleUiView"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:798:1: ruleUiView : ( ruleUiIDEView ) ;
public final void ruleUiView() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:802:2: ( ( ruleUiIDEView ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:803:1: ( ruleUiIDEView )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:803:1: ( ruleUiIDEView )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:804:1: ruleUiIDEView
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiViewAccess().getUiIDEViewParserRuleCall());
}
pushFollow(FollowSets000.FOLLOW_ruleUiIDEView_in_ruleUiView1660);
ruleUiIDEView();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiViewAccess().getUiIDEViewParserRuleCall());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiView"
// $ANTLR start "entryRuleUiIDEView"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:817:1: entryRuleUiIDEView : ruleUiIDEView EOF ;
public final void entryRuleUiIDEView() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:818:1: ( ruleUiIDEView EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:819:1: ruleUiIDEView EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiIDEViewRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiIDEView_in_entryRuleUiIDEView1686);
ruleUiIDEView();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiIDEViewRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiIDEView1693); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiIDEView"
// $ANTLR start "ruleUiIDEView"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:826:1: ruleUiIDEView : ( ( rule__UiIDEView__Group__0 ) ) ;
public final void ruleUiIDEView() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:830:2: ( ( ( rule__UiIDEView__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:831:1: ( ( rule__UiIDEView__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:831:1: ( ( rule__UiIDEView__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:832:1: ( rule__UiIDEView__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiIDEViewAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:833:1: ( rule__UiIDEView__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:833:2: rule__UiIDEView__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiIDEView__Group__0_in_ruleUiIDEView1719);
rule__UiIDEView__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiIDEViewAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiIDEView"
// $ANTLR start "entryRuleUiExposedAction"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:845:1: entryRuleUiExposedAction : ruleUiExposedAction EOF ;
public final void entryRuleUiExposedAction() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:846:1: ( ruleUiExposedAction EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:847:1: ruleUiExposedAction EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiExposedActionRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiExposedAction_in_entryRuleUiExposedAction1746);
ruleUiExposedAction();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiExposedActionRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiExposedAction1753); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiExposedAction"
// $ANTLR start "ruleUiExposedAction"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:854:1: ruleUiExposedAction : ( ( rule__UiExposedAction__Group__0 ) ) ;
public final void ruleUiExposedAction() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:858:2: ( ( ( rule__UiExposedAction__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:859:1: ( ( rule__UiExposedAction__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:859:1: ( ( rule__UiExposedAction__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:860:1: ( rule__UiExposedAction__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiExposedActionAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:861:1: ( rule__UiExposedAction__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:861:2: rule__UiExposedAction__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiExposedAction__Group__0_in_ruleUiExposedAction1779);
rule__UiExposedAction__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiExposedActionAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiExposedAction"
// $ANTLR start "entryRuleUiMobileNavBarAction"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:873:1: entryRuleUiMobileNavBarAction : ruleUiMobileNavBarAction EOF ;
public final void entryRuleUiMobileNavBarAction() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:874:1: ( ruleUiMobileNavBarAction EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:875:1: ruleUiMobileNavBarAction EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMobileNavBarActionRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiMobileNavBarAction_in_entryRuleUiMobileNavBarAction1806);
ruleUiMobileNavBarAction();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMobileNavBarActionRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiMobileNavBarAction1813); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiMobileNavBarAction"
// $ANTLR start "ruleUiMobileNavBarAction"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:882:1: ruleUiMobileNavBarAction : ( ( rule__UiMobileNavBarAction__Group__0 ) ) ;
public final void ruleUiMobileNavBarAction() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:886:2: ( ( ( rule__UiMobileNavBarAction__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:887:1: ( ( rule__UiMobileNavBarAction__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:887:1: ( ( rule__UiMobileNavBarAction__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:888:1: ( rule__UiMobileNavBarAction__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMobileNavBarActionAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:889:1: ( rule__UiMobileNavBarAction__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:889:2: rule__UiMobileNavBarAction__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiMobileNavBarAction__Group__0_in_ruleUiMobileNavBarAction1839);
rule__UiMobileNavBarAction__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMobileNavBarActionAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiMobileNavBarAction"
// $ANTLR start "entryRuleUiMobileView"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:901:1: entryRuleUiMobileView : ruleUiMobileView EOF ;
public final void entryRuleUiMobileView() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:902:1: ( ruleUiMobileView EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:903:1: ruleUiMobileView EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMobileViewRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiMobileView_in_entryRuleUiMobileView1866);
ruleUiMobileView();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMobileViewRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiMobileView1873); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiMobileView"
// $ANTLR start "ruleUiMobileView"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:910:1: ruleUiMobileView : ( ( rule__UiMobileView__Group__0 ) ) ;
public final void ruleUiMobileView() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:914:2: ( ( ( rule__UiMobileView__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:915:1: ( ( rule__UiMobileView__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:915:1: ( ( rule__UiMobileView__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:916:1: ( rule__UiMobileView__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMobileViewAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:917:1: ( rule__UiMobileView__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:917:2: rule__UiMobileView__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiMobileView__Group__0_in_ruleUiMobileView1899);
rule__UiMobileView__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMobileViewAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiMobileView"
// $ANTLR start "entryRuleUiI18nInfo"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:929:1: entryRuleUiI18nInfo : ruleUiI18nInfo EOF ;
public final void entryRuleUiI18nInfo() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:930:1: ( ruleUiI18nInfo EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:931:1: ruleUiI18nInfo EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiI18nInfoRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiI18nInfo_in_entryRuleUiI18nInfo1926);
ruleUiI18nInfo();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiI18nInfoRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiI18nInfo1933); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiI18nInfo"
// $ANTLR start "ruleUiI18nInfo"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:938:1: ruleUiI18nInfo : ( ( rule__UiI18nInfo__Group__0 ) ) ;
public final void ruleUiI18nInfo() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:942:2: ( ( ( rule__UiI18nInfo__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:943:1: ( ( rule__UiI18nInfo__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:943:1: ( ( rule__UiI18nInfo__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:944:1: ( rule__UiI18nInfo__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiI18nInfoAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:945:1: ( rule__UiI18nInfo__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:945:2: rule__UiI18nInfo__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiI18nInfo__Group__0_in_ruleUiI18nInfo1959);
rule__UiI18nInfo__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiI18nInfoAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiI18nInfo"
// $ANTLR start "entryRuleUiGridLayout"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:957:1: entryRuleUiGridLayout : ruleUiGridLayout EOF ;
public final void entryRuleUiGridLayout() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:958:1: ( ruleUiGridLayout EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:959:1: ruleUiGridLayout EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiGridLayoutRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiGridLayout_in_entryRuleUiGridLayout1986);
ruleUiGridLayout();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiGridLayoutRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiGridLayout1993); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiGridLayout"
// $ANTLR start "ruleUiGridLayout"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:966:1: ruleUiGridLayout : ( ( rule__UiGridLayout__Group__0 ) ) ;
public final void ruleUiGridLayout() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:970:2: ( ( ( rule__UiGridLayout__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:971:1: ( ( rule__UiGridLayout__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:971:1: ( ( rule__UiGridLayout__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:972:1: ( rule__UiGridLayout__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiGridLayoutAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:973:1: ( rule__UiGridLayout__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:973:2: rule__UiGridLayout__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiGridLayout__Group__0_in_ruleUiGridLayout2019);
rule__UiGridLayout__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiGridLayoutAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiGridLayout"
// $ANTLR start "entryRuleUiVisibilityProcessorAssignment"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:985:1: entryRuleUiVisibilityProcessorAssignment : ruleUiVisibilityProcessorAssignment EOF ;
public final void entryRuleUiVisibilityProcessorAssignment() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:986:1: ( ruleUiVisibilityProcessorAssignment EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:987:1: ruleUiVisibilityProcessorAssignment EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiVisibilityProcessorAssignmentRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiVisibilityProcessorAssignment_in_entryRuleUiVisibilityProcessorAssignment2046);
ruleUiVisibilityProcessorAssignment();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiVisibilityProcessorAssignmentRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiVisibilityProcessorAssignment2053); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiVisibilityProcessorAssignment"
// $ANTLR start "ruleUiVisibilityProcessorAssignment"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:994:1: ruleUiVisibilityProcessorAssignment : ( ( rule__UiVisibilityProcessorAssignment__Group__0 ) ) ;
public final void ruleUiVisibilityProcessorAssignment() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:998:2: ( ( ( rule__UiVisibilityProcessorAssignment__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:999:1: ( ( rule__UiVisibilityProcessorAssignment__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:999:1: ( ( rule__UiVisibilityProcessorAssignment__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1000:1: ( rule__UiVisibilityProcessorAssignment__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiVisibilityProcessorAssignmentAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1001:1: ( rule__UiVisibilityProcessorAssignment__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1001:2: rule__UiVisibilityProcessorAssignment__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiVisibilityProcessorAssignment__Group__0_in_ruleUiVisibilityProcessorAssignment2079);
rule__UiVisibilityProcessorAssignment__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiVisibilityProcessorAssignmentAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiVisibilityProcessorAssignment"
// $ANTLR start "entryRuleUiGridLayoutAssigment"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1013:1: entryRuleUiGridLayoutAssigment : ruleUiGridLayoutAssigment EOF ;
public final void entryRuleUiGridLayoutAssigment() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1014:1: ( ruleUiGridLayoutAssigment EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1015:1: ruleUiGridLayoutAssigment EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiGridLayoutAssigmentRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiGridLayoutAssigment_in_entryRuleUiGridLayoutAssigment2106);
ruleUiGridLayoutAssigment();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiGridLayoutAssigmentRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiGridLayoutAssigment2113); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiGridLayoutAssigment"
// $ANTLR start "ruleUiGridLayoutAssigment"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1022:1: ruleUiGridLayoutAssigment : ( ( rule__UiGridLayoutAssigment__Group__0 ) ) ;
public final void ruleUiGridLayoutAssigment() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1026:2: ( ( ( rule__UiGridLayoutAssigment__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1027:1: ( ( rule__UiGridLayoutAssigment__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1027:1: ( ( rule__UiGridLayoutAssigment__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1028:1: ( rule__UiGridLayoutAssigment__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiGridLayoutAssigmentAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1029:1: ( rule__UiGridLayoutAssigment__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1029:2: rule__UiGridLayoutAssigment__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiGridLayoutAssigment__Group__0_in_ruleUiGridLayoutAssigment2139);
rule__UiGridLayoutAssigment__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiGridLayoutAssigmentAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiGridLayoutAssigment"
// $ANTLR start "entryRuleUiFormLayout"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1041:1: entryRuleUiFormLayout : ruleUiFormLayout EOF ;
public final void entryRuleUiFormLayout() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1042:1: ( ruleUiFormLayout EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1043:1: ruleUiFormLayout EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiFormLayoutRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiFormLayout_in_entryRuleUiFormLayout2166);
ruleUiFormLayout();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiFormLayoutRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiFormLayout2173); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiFormLayout"
// $ANTLR start "ruleUiFormLayout"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1050:1: ruleUiFormLayout : ( ( rule__UiFormLayout__Group__0 ) ) ;
public final void ruleUiFormLayout() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1054:2: ( ( ( rule__UiFormLayout__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1055:1: ( ( rule__UiFormLayout__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1055:1: ( ( rule__UiFormLayout__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1056:1: ( rule__UiFormLayout__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiFormLayoutAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1057:1: ( rule__UiFormLayout__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1057:2: rule__UiFormLayout__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiFormLayout__Group__0_in_ruleUiFormLayout2199);
rule__UiFormLayout__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiFormLayoutAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiFormLayout"
// $ANTLR start "entryRuleUiFormLayoutAssigment"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1069:1: entryRuleUiFormLayoutAssigment : ruleUiFormLayoutAssigment EOF ;
public final void entryRuleUiFormLayoutAssigment() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1070:1: ( ruleUiFormLayoutAssigment EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1071:1: ruleUiFormLayoutAssigment EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiFormLayoutAssigmentRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiFormLayoutAssigment_in_entryRuleUiFormLayoutAssigment2226);
ruleUiFormLayoutAssigment();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiFormLayoutAssigmentRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiFormLayoutAssigment2233); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiFormLayoutAssigment"
// $ANTLR start "ruleUiFormLayoutAssigment"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1078:1: ruleUiFormLayoutAssigment : ( ( rule__UiFormLayoutAssigment__ElementAssignment ) ) ;
public final void ruleUiFormLayoutAssigment() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1082:2: ( ( ( rule__UiFormLayoutAssigment__ElementAssignment ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1083:1: ( ( rule__UiFormLayoutAssigment__ElementAssignment ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1083:1: ( ( rule__UiFormLayoutAssigment__ElementAssignment ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1084:1: ( rule__UiFormLayoutAssigment__ElementAssignment )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiFormLayoutAssigmentAccess().getElementAssignment());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1085:1: ( rule__UiFormLayoutAssigment__ElementAssignment )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1085:2: rule__UiFormLayoutAssigment__ElementAssignment
{
pushFollow(FollowSets000.FOLLOW_rule__UiFormLayoutAssigment__ElementAssignment_in_ruleUiFormLayoutAssigment2259);
rule__UiFormLayoutAssigment__ElementAssignment();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiFormLayoutAssigmentAccess().getElementAssignment());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiFormLayoutAssigment"
// $ANTLR start "entryRuleUiVerticalLayout"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1097:1: entryRuleUiVerticalLayout : ruleUiVerticalLayout EOF ;
public final void entryRuleUiVerticalLayout() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1098:1: ( ruleUiVerticalLayout EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1099:1: ruleUiVerticalLayout EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiVerticalLayoutRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiVerticalLayout_in_entryRuleUiVerticalLayout2286);
ruleUiVerticalLayout();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiVerticalLayoutRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiVerticalLayout2293); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiVerticalLayout"
// $ANTLR start "ruleUiVerticalLayout"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1106:1: ruleUiVerticalLayout : ( ( rule__UiVerticalLayout__Group__0 ) ) ;
public final void ruleUiVerticalLayout() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1110:2: ( ( ( rule__UiVerticalLayout__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1111:1: ( ( rule__UiVerticalLayout__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1111:1: ( ( rule__UiVerticalLayout__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1112:1: ( rule__UiVerticalLayout__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiVerticalLayoutAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1113:1: ( rule__UiVerticalLayout__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1113:2: rule__UiVerticalLayout__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiVerticalLayout__Group__0_in_ruleUiVerticalLayout2319);
rule__UiVerticalLayout__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiVerticalLayoutAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiVerticalLayout"
// $ANTLR start "entryRuleUiVerticalLayoutAssigment"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1125:1: entryRuleUiVerticalLayoutAssigment : ruleUiVerticalLayoutAssigment EOF ;
public final void entryRuleUiVerticalLayoutAssigment() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1126:1: ( ruleUiVerticalLayoutAssigment EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1127:1: ruleUiVerticalLayoutAssigment EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiVerticalLayoutAssigmentRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiVerticalLayoutAssigment_in_entryRuleUiVerticalLayoutAssigment2346);
ruleUiVerticalLayoutAssigment();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiVerticalLayoutAssigmentRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiVerticalLayoutAssigment2353); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiVerticalLayoutAssigment"
// $ANTLR start "ruleUiVerticalLayoutAssigment"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1134:1: ruleUiVerticalLayoutAssigment : ( ( rule__UiVerticalLayoutAssigment__Group__0 ) ) ;
public final void ruleUiVerticalLayoutAssigment() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1138:2: ( ( ( rule__UiVerticalLayoutAssigment__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1139:1: ( ( rule__UiVerticalLayoutAssigment__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1139:1: ( ( rule__UiVerticalLayoutAssigment__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1140:1: ( rule__UiVerticalLayoutAssigment__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiVerticalLayoutAssigmentAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1141:1: ( rule__UiVerticalLayoutAssigment__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1141:2: rule__UiVerticalLayoutAssigment__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiVerticalLayoutAssigment__Group__0_in_ruleUiVerticalLayoutAssigment2379);
rule__UiVerticalLayoutAssigment__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiVerticalLayoutAssigmentAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiVerticalLayoutAssigment"
// $ANTLR start "entryRuleUiMobileVerticalLayout"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1153:1: entryRuleUiMobileVerticalLayout : ruleUiMobileVerticalLayout EOF ;
public final void entryRuleUiMobileVerticalLayout() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1154:1: ( ruleUiMobileVerticalLayout EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1155:1: ruleUiMobileVerticalLayout EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMobileVerticalLayoutRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiMobileVerticalLayout_in_entryRuleUiMobileVerticalLayout2406);
ruleUiMobileVerticalLayout();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMobileVerticalLayoutRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiMobileVerticalLayout2413); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiMobileVerticalLayout"
// $ANTLR start "ruleUiMobileVerticalLayout"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1162:1: ruleUiMobileVerticalLayout : ( ( rule__UiMobileVerticalLayout__Group__0 ) ) ;
public final void ruleUiMobileVerticalLayout() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1166:2: ( ( ( rule__UiMobileVerticalLayout__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1167:1: ( ( rule__UiMobileVerticalLayout__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1167:1: ( ( rule__UiMobileVerticalLayout__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1168:1: ( rule__UiMobileVerticalLayout__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMobileVerticalLayoutAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1169:1: ( rule__UiMobileVerticalLayout__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1169:2: rule__UiMobileVerticalLayout__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiMobileVerticalLayout__Group__0_in_ruleUiMobileVerticalLayout2439);
rule__UiMobileVerticalLayout__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMobileVerticalLayoutAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiMobileVerticalLayout"
// $ANTLR start "entryRuleUiMobileVerticalLayoutAssigment"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1181:1: entryRuleUiMobileVerticalLayoutAssigment : ruleUiMobileVerticalLayoutAssigment EOF ;
public final void entryRuleUiMobileVerticalLayoutAssigment() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1182:1: ( ruleUiMobileVerticalLayoutAssigment EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1183:1: ruleUiMobileVerticalLayoutAssigment EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMobileVerticalLayoutAssigmentRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiMobileVerticalLayoutAssigment_in_entryRuleUiMobileVerticalLayoutAssigment2466);
ruleUiMobileVerticalLayoutAssigment();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMobileVerticalLayoutAssigmentRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiMobileVerticalLayoutAssigment2473); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiMobileVerticalLayoutAssigment"
// $ANTLR start "ruleUiMobileVerticalLayoutAssigment"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1190:1: ruleUiMobileVerticalLayoutAssigment : ( ( rule__UiMobileVerticalLayoutAssigment__Group__0 ) ) ;
public final void ruleUiMobileVerticalLayoutAssigment() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1194:2: ( ( ( rule__UiMobileVerticalLayoutAssigment__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1195:1: ( ( rule__UiMobileVerticalLayoutAssigment__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1195:1: ( ( rule__UiMobileVerticalLayoutAssigment__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1196:1: ( rule__UiMobileVerticalLayoutAssigment__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMobileVerticalLayoutAssigmentAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1197:1: ( rule__UiMobileVerticalLayoutAssigment__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1197:2: rule__UiMobileVerticalLayoutAssigment__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiMobileVerticalLayoutAssigment__Group__0_in_ruleUiMobileVerticalLayoutAssigment2499);
rule__UiMobileVerticalLayoutAssigment__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMobileVerticalLayoutAssigmentAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiMobileVerticalLayoutAssigment"
// $ANTLR start "entryRuleUiMobileNavigationRoot"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1209:1: entryRuleUiMobileNavigationRoot : ruleUiMobileNavigationRoot EOF ;
public final void entryRuleUiMobileNavigationRoot() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1210:1: ( ruleUiMobileNavigationRoot EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1211:1: ruleUiMobileNavigationRoot EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMobileNavigationRootRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiMobileNavigationRoot_in_entryRuleUiMobileNavigationRoot2526);
ruleUiMobileNavigationRoot();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMobileNavigationRootRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiMobileNavigationRoot2533); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiMobileNavigationRoot"
// $ANTLR start "ruleUiMobileNavigationRoot"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1218:1: ruleUiMobileNavigationRoot : ( ( rule__UiMobileNavigationRoot__Group__0 ) ) ;
public final void ruleUiMobileNavigationRoot() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1222:2: ( ( ( rule__UiMobileNavigationRoot__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1223:1: ( ( rule__UiMobileNavigationRoot__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1223:1: ( ( rule__UiMobileNavigationRoot__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1224:1: ( rule__UiMobileNavigationRoot__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMobileNavigationRootAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1225:1: ( rule__UiMobileNavigationRoot__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1225:2: rule__UiMobileNavigationRoot__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiMobileNavigationRoot__Group__0_in_ruleUiMobileNavigationRoot2559);
rule__UiMobileNavigationRoot__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMobileNavigationRootAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiMobileNavigationRoot"
// $ANTLR start "entryRuleUiMobileNavigationRootAssigment"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1237:1: entryRuleUiMobileNavigationRootAssigment : ruleUiMobileNavigationRootAssigment EOF ;
public final void entryRuleUiMobileNavigationRootAssigment() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1238:1: ( ruleUiMobileNavigationRootAssigment EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1239:1: ruleUiMobileNavigationRootAssigment EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMobileNavigationRootAssigmentRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiMobileNavigationRootAssigment_in_entryRuleUiMobileNavigationRootAssigment2586);
ruleUiMobileNavigationRootAssigment();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMobileNavigationRootAssigmentRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiMobileNavigationRootAssigment2593); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiMobileNavigationRootAssigment"
// $ANTLR start "ruleUiMobileNavigationRootAssigment"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1246:1: ruleUiMobileNavigationRootAssigment : ( ( rule__UiMobileNavigationRootAssigment__ElementAssignment ) ) ;
public final void ruleUiMobileNavigationRootAssigment() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1250:2: ( ( ( rule__UiMobileNavigationRootAssigment__ElementAssignment ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1251:1: ( ( rule__UiMobileNavigationRootAssigment__ElementAssignment ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1251:1: ( ( rule__UiMobileNavigationRootAssigment__ElementAssignment ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1252:1: ( rule__UiMobileNavigationRootAssigment__ElementAssignment )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMobileNavigationRootAssigmentAccess().getElementAssignment());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1253:1: ( rule__UiMobileNavigationRootAssigment__ElementAssignment )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1253:2: rule__UiMobileNavigationRootAssigment__ElementAssignment
{
pushFollow(FollowSets000.FOLLOW_rule__UiMobileNavigationRootAssigment__ElementAssignment_in_ruleUiMobileNavigationRootAssigment2619);
rule__UiMobileNavigationRootAssigment__ElementAssignment();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMobileNavigationRootAssigmentAccess().getElementAssignment());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiMobileNavigationRootAssigment"
// $ANTLR start "entryRuleUiHorizontalLayout"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1265:1: entryRuleUiHorizontalLayout : ruleUiHorizontalLayout EOF ;
public final void entryRuleUiHorizontalLayout() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1266:1: ( ruleUiHorizontalLayout EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1267:1: ruleUiHorizontalLayout EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiHorizontalLayoutRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiHorizontalLayout_in_entryRuleUiHorizontalLayout2646);
ruleUiHorizontalLayout();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiHorizontalLayoutRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiHorizontalLayout2653); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiHorizontalLayout"
// $ANTLR start "ruleUiHorizontalLayout"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1274:1: ruleUiHorizontalLayout : ( ( rule__UiHorizontalLayout__Group__0 ) ) ;
public final void ruleUiHorizontalLayout() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1278:2: ( ( ( rule__UiHorizontalLayout__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1279:1: ( ( rule__UiHorizontalLayout__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1279:1: ( ( rule__UiHorizontalLayout__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1280:1: ( rule__UiHorizontalLayout__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiHorizontalLayoutAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1281:1: ( rule__UiHorizontalLayout__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1281:2: rule__UiHorizontalLayout__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiHorizontalLayout__Group__0_in_ruleUiHorizontalLayout2679);
rule__UiHorizontalLayout__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiHorizontalLayoutAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiHorizontalLayout"
// $ANTLR start "entryRuleUiHorizontalLayoutAssigment"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1293:1: entryRuleUiHorizontalLayoutAssigment : ruleUiHorizontalLayoutAssigment EOF ;
public final void entryRuleUiHorizontalLayoutAssigment() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1294:1: ( ruleUiHorizontalLayoutAssigment EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1295:1: ruleUiHorizontalLayoutAssigment EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiHorizontalLayoutAssigmentRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiHorizontalLayoutAssigment_in_entryRuleUiHorizontalLayoutAssigment2706);
ruleUiHorizontalLayoutAssigment();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiHorizontalLayoutAssigmentRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiHorizontalLayoutAssigment2713); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiHorizontalLayoutAssigment"
// $ANTLR start "ruleUiHorizontalLayoutAssigment"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1302:1: ruleUiHorizontalLayoutAssigment : ( ( rule__UiHorizontalLayoutAssigment__Group__0 ) ) ;
public final void ruleUiHorizontalLayoutAssigment() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1306:2: ( ( ( rule__UiHorizontalLayoutAssigment__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1307:1: ( ( rule__UiHorizontalLayoutAssigment__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1307:1: ( ( rule__UiHorizontalLayoutAssigment__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1308:1: ( rule__UiHorizontalLayoutAssigment__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiHorizontalLayoutAssigmentAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1309:1: ( rule__UiHorizontalLayoutAssigment__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1309:2: rule__UiHorizontalLayoutAssigment__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiHorizontalLayoutAssigment__Group__0_in_ruleUiHorizontalLayoutAssigment2739);
rule__UiHorizontalLayoutAssigment__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiHorizontalLayoutAssigmentAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiHorizontalLayoutAssigment"
// $ANTLR start "entryRuleUiMobileHorizontalLayout"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1321:1: entryRuleUiMobileHorizontalLayout : ruleUiMobileHorizontalLayout EOF ;
public final void entryRuleUiMobileHorizontalLayout() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1322:1: ( ruleUiMobileHorizontalLayout EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1323:1: ruleUiMobileHorizontalLayout EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMobileHorizontalLayoutRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiMobileHorizontalLayout_in_entryRuleUiMobileHorizontalLayout2766);
ruleUiMobileHorizontalLayout();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMobileHorizontalLayoutRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiMobileHorizontalLayout2773); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiMobileHorizontalLayout"
// $ANTLR start "ruleUiMobileHorizontalLayout"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1330:1: ruleUiMobileHorizontalLayout : ( ( rule__UiMobileHorizontalLayout__Group__0 ) ) ;
public final void ruleUiMobileHorizontalLayout() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1334:2: ( ( ( rule__UiMobileHorizontalLayout__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1335:1: ( ( rule__UiMobileHorizontalLayout__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1335:1: ( ( rule__UiMobileHorizontalLayout__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1336:1: ( rule__UiMobileHorizontalLayout__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMobileHorizontalLayoutAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1337:1: ( rule__UiMobileHorizontalLayout__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1337:2: rule__UiMobileHorizontalLayout__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiMobileHorizontalLayout__Group__0_in_ruleUiMobileHorizontalLayout2799);
rule__UiMobileHorizontalLayout__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMobileHorizontalLayoutAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiMobileHorizontalLayout"
// $ANTLR start "entryRuleUiMobileHorizontalLayoutAssigment"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1349:1: entryRuleUiMobileHorizontalLayoutAssigment : ruleUiMobileHorizontalLayoutAssigment EOF ;
public final void entryRuleUiMobileHorizontalLayoutAssigment() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1350:1: ( ruleUiMobileHorizontalLayoutAssigment EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1351:1: ruleUiMobileHorizontalLayoutAssigment EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMobileHorizontalLayoutAssigmentRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiMobileHorizontalLayoutAssigment_in_entryRuleUiMobileHorizontalLayoutAssigment2826);
ruleUiMobileHorizontalLayoutAssigment();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMobileHorizontalLayoutAssigmentRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiMobileHorizontalLayoutAssigment2833); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiMobileHorizontalLayoutAssigment"
// $ANTLR start "ruleUiMobileHorizontalLayoutAssigment"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1358:1: ruleUiMobileHorizontalLayoutAssigment : ( ( rule__UiMobileHorizontalLayoutAssigment__Group__0 ) ) ;
public final void ruleUiMobileHorizontalLayoutAssigment() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1362:2: ( ( ( rule__UiMobileHorizontalLayoutAssigment__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1363:1: ( ( rule__UiMobileHorizontalLayoutAssigment__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1363:1: ( ( rule__UiMobileHorizontalLayoutAssigment__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1364:1: ( rule__UiMobileHorizontalLayoutAssigment__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMobileHorizontalLayoutAssigmentAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1365:1: ( rule__UiMobileHorizontalLayoutAssigment__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1365:2: rule__UiMobileHorizontalLayoutAssigment__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiMobileHorizontalLayoutAssigment__Group__0_in_ruleUiMobileHorizontalLayoutAssigment2859);
rule__UiMobileHorizontalLayoutAssigment__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMobileHorizontalLayoutAssigmentAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiMobileHorizontalLayoutAssigment"
// $ANTLR start "entryRuleUiMobileHorizontalButtonGroup"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1377:1: entryRuleUiMobileHorizontalButtonGroup : ruleUiMobileHorizontalButtonGroup EOF ;
public final void entryRuleUiMobileHorizontalButtonGroup() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1378:1: ( ruleUiMobileHorizontalButtonGroup EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1379:1: ruleUiMobileHorizontalButtonGroup EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMobileHorizontalButtonGroupRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiMobileHorizontalButtonGroup_in_entryRuleUiMobileHorizontalButtonGroup2886);
ruleUiMobileHorizontalButtonGroup();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMobileHorizontalButtonGroupRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiMobileHorizontalButtonGroup2893); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiMobileHorizontalButtonGroup"
// $ANTLR start "ruleUiMobileHorizontalButtonGroup"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1386:1: ruleUiMobileHorizontalButtonGroup : ( ( rule__UiMobileHorizontalButtonGroup__Group__0 ) ) ;
public final void ruleUiMobileHorizontalButtonGroup() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1390:2: ( ( ( rule__UiMobileHorizontalButtonGroup__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1391:1: ( ( rule__UiMobileHorizontalButtonGroup__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1391:1: ( ( rule__UiMobileHorizontalButtonGroup__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1392:1: ( rule__UiMobileHorizontalButtonGroup__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMobileHorizontalButtonGroupAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1393:1: ( rule__UiMobileHorizontalButtonGroup__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1393:2: rule__UiMobileHorizontalButtonGroup__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiMobileHorizontalButtonGroup__Group__0_in_ruleUiMobileHorizontalButtonGroup2919);
rule__UiMobileHorizontalButtonGroup__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMobileHorizontalButtonGroupAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiMobileHorizontalButtonGroup"
// $ANTLR start "entryRuleUiMobileHorizontalButtonGroupAssigment"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1405:1: entryRuleUiMobileHorizontalButtonGroupAssigment : ruleUiMobileHorizontalButtonGroupAssigment EOF ;
public final void entryRuleUiMobileHorizontalButtonGroupAssigment() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1406:1: ( ruleUiMobileHorizontalButtonGroupAssigment EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1407:1: ruleUiMobileHorizontalButtonGroupAssigment EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMobileHorizontalButtonGroupAssigmentRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiMobileHorizontalButtonGroupAssigment_in_entryRuleUiMobileHorizontalButtonGroupAssigment2946);
ruleUiMobileHorizontalButtonGroupAssigment();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMobileHorizontalButtonGroupAssigmentRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiMobileHorizontalButtonGroupAssigment2953); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiMobileHorizontalButtonGroupAssigment"
// $ANTLR start "ruleUiMobileHorizontalButtonGroupAssigment"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1414:1: ruleUiMobileHorizontalButtonGroupAssigment : ( ( rule__UiMobileHorizontalButtonGroupAssigment__ElementAssignment ) ) ;
public final void ruleUiMobileHorizontalButtonGroupAssigment() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1418:2: ( ( ( rule__UiMobileHorizontalButtonGroupAssigment__ElementAssignment ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1419:1: ( ( rule__UiMobileHorizontalButtonGroupAssigment__ElementAssignment ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1419:1: ( ( rule__UiMobileHorizontalButtonGroupAssigment__ElementAssignment ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1420:1: ( rule__UiMobileHorizontalButtonGroupAssigment__ElementAssignment )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMobileHorizontalButtonGroupAssigmentAccess().getElementAssignment());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1421:1: ( rule__UiMobileHorizontalButtonGroupAssigment__ElementAssignment )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1421:2: rule__UiMobileHorizontalButtonGroupAssigment__ElementAssignment
{
pushFollow(FollowSets000.FOLLOW_rule__UiMobileHorizontalButtonGroupAssigment__ElementAssignment_in_ruleUiMobileHorizontalButtonGroupAssigment2979);
rule__UiMobileHorizontalButtonGroupAssigment__ElementAssignment();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMobileHorizontalButtonGroupAssigmentAccess().getElementAssignment());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiMobileHorizontalButtonGroupAssigment"
// $ANTLR start "entryRuleUiMobileVerticalComponentGroup"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1433:1: entryRuleUiMobileVerticalComponentGroup : ruleUiMobileVerticalComponentGroup EOF ;
public final void entryRuleUiMobileVerticalComponentGroup() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1434:1: ( ruleUiMobileVerticalComponentGroup EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1435:1: ruleUiMobileVerticalComponentGroup EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMobileVerticalComponentGroupRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiMobileVerticalComponentGroup_in_entryRuleUiMobileVerticalComponentGroup3006);
ruleUiMobileVerticalComponentGroup();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMobileVerticalComponentGroupRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiMobileVerticalComponentGroup3013); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiMobileVerticalComponentGroup"
// $ANTLR start "ruleUiMobileVerticalComponentGroup"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1442:1: ruleUiMobileVerticalComponentGroup : ( ( rule__UiMobileVerticalComponentGroup__Group__0 ) ) ;
public final void ruleUiMobileVerticalComponentGroup() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1446:2: ( ( ( rule__UiMobileVerticalComponentGroup__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1447:1: ( ( rule__UiMobileVerticalComponentGroup__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1447:1: ( ( rule__UiMobileVerticalComponentGroup__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1448:1: ( rule__UiMobileVerticalComponentGroup__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMobileVerticalComponentGroupAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1449:1: ( rule__UiMobileVerticalComponentGroup__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1449:2: rule__UiMobileVerticalComponentGroup__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiMobileVerticalComponentGroup__Group__0_in_ruleUiMobileVerticalComponentGroup3039);
rule__UiMobileVerticalComponentGroup__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMobileVerticalComponentGroupAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiMobileVerticalComponentGroup"
// $ANTLR start "entryRuleUiMobileVerticalComponentGroupAssigment"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1461:1: entryRuleUiMobileVerticalComponentGroupAssigment : ruleUiMobileVerticalComponentGroupAssigment EOF ;
public final void entryRuleUiMobileVerticalComponentGroupAssigment() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1462:1: ( ruleUiMobileVerticalComponentGroupAssigment EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1463:1: ruleUiMobileVerticalComponentGroupAssigment EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMobileVerticalComponentGroupAssigmentRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiMobileVerticalComponentGroupAssigment_in_entryRuleUiMobileVerticalComponentGroupAssigment3066);
ruleUiMobileVerticalComponentGroupAssigment();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMobileVerticalComponentGroupAssigmentRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiMobileVerticalComponentGroupAssigment3073); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiMobileVerticalComponentGroupAssigment"
// $ANTLR start "ruleUiMobileVerticalComponentGroupAssigment"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1470:1: ruleUiMobileVerticalComponentGroupAssigment : ( ( rule__UiMobileVerticalComponentGroupAssigment__ElementAssignment ) ) ;
public final void ruleUiMobileVerticalComponentGroupAssigment() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1474:2: ( ( ( rule__UiMobileVerticalComponentGroupAssigment__ElementAssignment ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1475:1: ( ( rule__UiMobileVerticalComponentGroupAssigment__ElementAssignment ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1475:1: ( ( rule__UiMobileVerticalComponentGroupAssigment__ElementAssignment ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1476:1: ( rule__UiMobileVerticalComponentGroupAssigment__ElementAssignment )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMobileVerticalComponentGroupAssigmentAccess().getElementAssignment());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1477:1: ( rule__UiMobileVerticalComponentGroupAssigment__ElementAssignment )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1477:2: rule__UiMobileVerticalComponentGroupAssigment__ElementAssignment
{
pushFollow(FollowSets000.FOLLOW_rule__UiMobileVerticalComponentGroupAssigment__ElementAssignment_in_ruleUiMobileVerticalComponentGroupAssigment3099);
rule__UiMobileVerticalComponentGroupAssigment__ElementAssignment();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMobileVerticalComponentGroupAssigmentAccess().getElementAssignment());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiMobileVerticalComponentGroupAssigment"
// $ANTLR start "entryRuleUiSearchPanel"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1489:1: entryRuleUiSearchPanel : ruleUiSearchPanel EOF ;
public final void entryRuleUiSearchPanel() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1490:1: ( ruleUiSearchPanel EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1491:1: ruleUiSearchPanel EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiSearchPanelRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiSearchPanel_in_entryRuleUiSearchPanel3126);
ruleUiSearchPanel();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiSearchPanelRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiSearchPanel3133); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiSearchPanel"
// $ANTLR start "ruleUiSearchPanel"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1498:1: ruleUiSearchPanel : ( ( rule__UiSearchPanel__Group__0 ) ) ;
public final void ruleUiSearchPanel() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1502:2: ( ( ( rule__UiSearchPanel__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1503:1: ( ( rule__UiSearchPanel__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1503:1: ( ( rule__UiSearchPanel__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1504:1: ( rule__UiSearchPanel__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiSearchPanelAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1505:1: ( rule__UiSearchPanel__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1505:2: rule__UiSearchPanel__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiSearchPanel__Group__0_in_ruleUiSearchPanel3159);
rule__UiSearchPanel__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiSearchPanelAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiSearchPanel"
// $ANTLR start "entryRuleUiMobileSearchPanel"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1517:1: entryRuleUiMobileSearchPanel : ruleUiMobileSearchPanel EOF ;
public final void entryRuleUiMobileSearchPanel() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1518:1: ( ruleUiMobileSearchPanel EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1519:1: ruleUiMobileSearchPanel EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMobileSearchPanelRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiMobileSearchPanel_in_entryRuleUiMobileSearchPanel3186);
ruleUiMobileSearchPanel();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMobileSearchPanelRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiMobileSearchPanel3193); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiMobileSearchPanel"
// $ANTLR start "ruleUiMobileSearchPanel"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1526:1: ruleUiMobileSearchPanel : ( ( rule__UiMobileSearchPanel__Group__0 ) ) ;
public final void ruleUiMobileSearchPanel() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1530:2: ( ( ( rule__UiMobileSearchPanel__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1531:1: ( ( rule__UiMobileSearchPanel__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1531:1: ( ( rule__UiMobileSearchPanel__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1532:1: ( rule__UiMobileSearchPanel__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMobileSearchPanelAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1533:1: ( rule__UiMobileSearchPanel__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1533:2: rule__UiMobileSearchPanel__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiMobileSearchPanel__Group__0_in_ruleUiMobileSearchPanel3219);
rule__UiMobileSearchPanel__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMobileSearchPanelAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiMobileSearchPanel"
// $ANTLR start "entryRuleUiMobileTabSheet"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1545:1: entryRuleUiMobileTabSheet : ruleUiMobileTabSheet EOF ;
public final void entryRuleUiMobileTabSheet() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1546:1: ( ruleUiMobileTabSheet EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1547:1: ruleUiMobileTabSheet EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMobileTabSheetRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiMobileTabSheet_in_entryRuleUiMobileTabSheet3246);
ruleUiMobileTabSheet();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMobileTabSheetRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiMobileTabSheet3253); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiMobileTabSheet"
// $ANTLR start "ruleUiMobileTabSheet"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1554:1: ruleUiMobileTabSheet : ( ( rule__UiMobileTabSheet__Group__0 ) ) ;
public final void ruleUiMobileTabSheet() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1558:2: ( ( ( rule__UiMobileTabSheet__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1559:1: ( ( rule__UiMobileTabSheet__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1559:1: ( ( rule__UiMobileTabSheet__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1560:1: ( rule__UiMobileTabSheet__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMobileTabSheetAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1561:1: ( rule__UiMobileTabSheet__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1561:2: rule__UiMobileTabSheet__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiMobileTabSheet__Group__0_in_ruleUiMobileTabSheet3279);
rule__UiMobileTabSheet__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMobileTabSheetAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiMobileTabSheet"
// $ANTLR start "entryRuleUiMobileTabAssignment"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1573:1: entryRuleUiMobileTabAssignment : ruleUiMobileTabAssignment EOF ;
public final void entryRuleUiMobileTabAssignment() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1574:1: ( ruleUiMobileTabAssignment EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1575:1: ruleUiMobileTabAssignment EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMobileTabAssignmentRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiMobileTabAssignment_in_entryRuleUiMobileTabAssignment3306);
ruleUiMobileTabAssignment();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMobileTabAssignmentRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiMobileTabAssignment3313); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiMobileTabAssignment"
// $ANTLR start "ruleUiMobileTabAssignment"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1582:1: ruleUiMobileTabAssignment : ( ( rule__UiMobileTabAssignment__Group__0 ) ) ;
public final void ruleUiMobileTabAssignment() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1586:2: ( ( ( rule__UiMobileTabAssignment__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1587:1: ( ( rule__UiMobileTabAssignment__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1587:1: ( ( rule__UiMobileTabAssignment__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1588:1: ( rule__UiMobileTabAssignment__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMobileTabAssignmentAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1589:1: ( rule__UiMobileTabAssignment__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1589:2: rule__UiMobileTabAssignment__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiMobileTabAssignment__Group__0_in_ruleUiMobileTabAssignment3339);
rule__UiMobileTabAssignment__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMobileTabAssignmentAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiMobileTabAssignment"
// $ANTLR start "entryRuleUiTabSheet"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1601:1: entryRuleUiTabSheet : ruleUiTabSheet EOF ;
public final void entryRuleUiTabSheet() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1602:1: ( ruleUiTabSheet EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1603:1: ruleUiTabSheet EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiTabSheetRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiTabSheet_in_entryRuleUiTabSheet3366);
ruleUiTabSheet();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiTabSheetRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiTabSheet3373); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiTabSheet"
// $ANTLR start "ruleUiTabSheet"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1610:1: ruleUiTabSheet : ( ( rule__UiTabSheet__Group__0 ) ) ;
public final void ruleUiTabSheet() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1614:2: ( ( ( rule__UiTabSheet__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1615:1: ( ( rule__UiTabSheet__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1615:1: ( ( rule__UiTabSheet__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1616:1: ( rule__UiTabSheet__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiTabSheetAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1617:1: ( rule__UiTabSheet__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1617:2: rule__UiTabSheet__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiTabSheet__Group__0_in_ruleUiTabSheet3399);
rule__UiTabSheet__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiTabSheetAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiTabSheet"
// $ANTLR start "entryRuleUiTabAssignment"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1629:1: entryRuleUiTabAssignment : ruleUiTabAssignment EOF ;
public final void entryRuleUiTabAssignment() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1630:1: ( ruleUiTabAssignment EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1631:1: ruleUiTabAssignment EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiTabAssignmentRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiTabAssignment_in_entryRuleUiTabAssignment3426);
ruleUiTabAssignment();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiTabAssignmentRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiTabAssignment3433); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiTabAssignment"
// $ANTLR start "ruleUiTabAssignment"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1638:1: ruleUiTabAssignment : ( ( rule__UiTabAssignment__Group__0 ) ) ;
public final void ruleUiTabAssignment() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1642:2: ( ( ( rule__UiTabAssignment__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1643:1: ( ( rule__UiTabAssignment__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1643:1: ( ( rule__UiTabAssignment__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1644:1: ( rule__UiTabAssignment__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiTabAssignmentAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1645:1: ( rule__UiTabAssignment__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1645:2: rule__UiTabAssignment__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiTabAssignment__Group__0_in_ruleUiTabAssignment3459);
rule__UiTabAssignment__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiTabAssignmentAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiTabAssignment"
// $ANTLR start "entryRuleUiSplitpanel"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1657:1: entryRuleUiSplitpanel : ruleUiSplitpanel EOF ;
public final void entryRuleUiSplitpanel() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1658:1: ( ruleUiSplitpanel EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1659:1: ruleUiSplitpanel EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiSplitpanelRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiSplitpanel_in_entryRuleUiSplitpanel3486);
ruleUiSplitpanel();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiSplitpanelRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiSplitpanel3493); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiSplitpanel"
// $ANTLR start "ruleUiSplitpanel"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1666:1: ruleUiSplitpanel : ( ( rule__UiSplitpanel__Group__0 ) ) ;
public final void ruleUiSplitpanel() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1670:2: ( ( ( rule__UiSplitpanel__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1671:1: ( ( rule__UiSplitpanel__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1671:1: ( ( rule__UiSplitpanel__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1672:1: ( rule__UiSplitpanel__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiSplitpanelAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1673:1: ( rule__UiSplitpanel__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1673:2: rule__UiSplitpanel__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiSplitpanel__Group__0_in_ruleUiSplitpanel3519);
rule__UiSplitpanel__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiSplitpanelAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiSplitpanel"
// $ANTLR start "entryRuleUiSplitpanelAssigment"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1685:1: entryRuleUiSplitpanelAssigment : ruleUiSplitpanelAssigment EOF ;
public final void entryRuleUiSplitpanelAssigment() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1686:1: ( ruleUiSplitpanelAssigment EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1687:1: ruleUiSplitpanelAssigment EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiSplitpanelAssigmentRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiSplitpanelAssigment_in_entryRuleUiSplitpanelAssigment3546);
ruleUiSplitpanelAssigment();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiSplitpanelAssigmentRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiSplitpanelAssigment3553); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiSplitpanelAssigment"
// $ANTLR start "ruleUiSplitpanelAssigment"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1694:1: ruleUiSplitpanelAssigment : ( ( rule__UiSplitpanelAssigment__ElementAssignment ) ) ;
public final void ruleUiSplitpanelAssigment() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1698:2: ( ( ( rule__UiSplitpanelAssigment__ElementAssignment ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1699:1: ( ( rule__UiSplitpanelAssigment__ElementAssignment ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1699:1: ( ( rule__UiSplitpanelAssigment__ElementAssignment ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1700:1: ( rule__UiSplitpanelAssigment__ElementAssignment )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiSplitpanelAssigmentAccess().getElementAssignment());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1701:1: ( rule__UiSplitpanelAssigment__ElementAssignment )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1701:2: rule__UiSplitpanelAssigment__ElementAssignment
{
pushFollow(FollowSets000.FOLLOW_rule__UiSplitpanelAssigment__ElementAssignment_in_ruleUiSplitpanelAssigment3579);
rule__UiSplitpanelAssigment__ElementAssignment();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiSplitpanelAssigmentAccess().getElementAssignment());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiSplitpanelAssigment"
// $ANTLR start "entryRuleUiPanel"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1713:1: entryRuleUiPanel : ruleUiPanel EOF ;
public final void entryRuleUiPanel() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1714:1: ( ruleUiPanel EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1715:1: ruleUiPanel EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiPanelRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiPanel_in_entryRuleUiPanel3606);
ruleUiPanel();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiPanelRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiPanel3613); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiPanel"
// $ANTLR start "ruleUiPanel"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1722:1: ruleUiPanel : ( ( rule__UiPanel__Group__0 ) ) ;
public final void ruleUiPanel() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1726:2: ( ( ( rule__UiPanel__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1727:1: ( ( rule__UiPanel__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1727:1: ( ( rule__UiPanel__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1728:1: ( rule__UiPanel__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiPanelAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1729:1: ( rule__UiPanel__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1729:2: rule__UiPanel__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiPanel__Group__0_in_ruleUiPanel3639);
rule__UiPanel__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiPanelAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiPanel"
// $ANTLR start "entryRuleUiDialog"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1741:1: entryRuleUiDialog : ruleUiDialog EOF ;
public final void entryRuleUiDialog() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1742:1: ( ruleUiDialog EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1743:1: ruleUiDialog EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiDialogRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiDialog_in_entryRuleUiDialog3666);
ruleUiDialog();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiDialogRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiDialog3673); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiDialog"
// $ANTLR start "ruleUiDialog"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1750:1: ruleUiDialog : ( ( rule__UiDialog__Group__0 ) ) ;
public final void ruleUiDialog() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1754:2: ( ( ( rule__UiDialog__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1755:1: ( ( rule__UiDialog__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1755:1: ( ( rule__UiDialog__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1756:1: ( rule__UiDialog__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiDialogAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1757:1: ( rule__UiDialog__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1757:2: rule__UiDialog__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiDialog__Group__0_in_ruleUiDialog3699);
rule__UiDialog__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiDialogAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiDialog"
// $ANTLR start "entryRuleUiDialogAssignment"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1769:1: entryRuleUiDialogAssignment : ruleUiDialogAssignment EOF ;
public final void entryRuleUiDialogAssignment() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1770:1: ( ruleUiDialogAssignment EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1771:1: ruleUiDialogAssignment EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiDialogAssignmentRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiDialogAssignment_in_entryRuleUiDialogAssignment3726);
ruleUiDialogAssignment();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiDialogAssignmentRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiDialogAssignment3733); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiDialogAssignment"
// $ANTLR start "ruleUiDialogAssignment"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1778:1: ruleUiDialogAssignment : ( ( rule__UiDialogAssignment__ElementAssignment ) ) ;
public final void ruleUiDialogAssignment() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1782:2: ( ( ( rule__UiDialogAssignment__ElementAssignment ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1783:1: ( ( rule__UiDialogAssignment__ElementAssignment ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1783:1: ( ( rule__UiDialogAssignment__ElementAssignment ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1784:1: ( rule__UiDialogAssignment__ElementAssignment )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiDialogAssignmentAccess().getElementAssignment());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1785:1: ( rule__UiDialogAssignment__ElementAssignment )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1785:2: rule__UiDialogAssignment__ElementAssignment
{
pushFollow(FollowSets000.FOLLOW_rule__UiDialogAssignment__ElementAssignment_in_ruleUiDialogAssignment3759);
rule__UiDialogAssignment__ElementAssignment();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiDialogAssignmentAccess().getElementAssignment());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiDialogAssignment"
// $ANTLR start "entryRuleUiSearchDialog"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1797:1: entryRuleUiSearchDialog : ruleUiSearchDialog EOF ;
public final void entryRuleUiSearchDialog() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1798:1: ( ruleUiSearchDialog EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1799:1: ruleUiSearchDialog EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiSearchDialogRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiSearchDialog_in_entryRuleUiSearchDialog3786);
ruleUiSearchDialog();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiSearchDialogRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiSearchDialog3793); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiSearchDialog"
// $ANTLR start "ruleUiSearchDialog"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1806:1: ruleUiSearchDialog : ( ( rule__UiSearchDialog__Group__0 ) ) ;
public final void ruleUiSearchDialog() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1810:2: ( ( ( rule__UiSearchDialog__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1811:1: ( ( rule__UiSearchDialog__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1811:1: ( ( rule__UiSearchDialog__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1812:1: ( rule__UiSearchDialog__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiSearchDialogAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1813:1: ( rule__UiSearchDialog__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1813:2: rule__UiSearchDialog__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiSearchDialog__Group__0_in_ruleUiSearchDialog3819);
rule__UiSearchDialog__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiSearchDialogAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiSearchDialog"
// $ANTLR start "entryRuleUiDialogSearchFieldAssignment"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1825:1: entryRuleUiDialogSearchFieldAssignment : ruleUiDialogSearchFieldAssignment EOF ;
public final void entryRuleUiDialogSearchFieldAssignment() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1826:1: ( ruleUiDialogSearchFieldAssignment EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1827:1: ruleUiDialogSearchFieldAssignment EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiDialogSearchFieldAssignmentRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiDialogSearchFieldAssignment_in_entryRuleUiDialogSearchFieldAssignment3846);
ruleUiDialogSearchFieldAssignment();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiDialogSearchFieldAssignmentRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiDialogSearchFieldAssignment3853); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiDialogSearchFieldAssignment"
// $ANTLR start "ruleUiDialogSearchFieldAssignment"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1834:1: ruleUiDialogSearchFieldAssignment : ( ( rule__UiDialogSearchFieldAssignment__ElementAssignment ) ) ;
public final void ruleUiDialogSearchFieldAssignment() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1838:2: ( ( ( rule__UiDialogSearchFieldAssignment__ElementAssignment ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1839:1: ( ( rule__UiDialogSearchFieldAssignment__ElementAssignment ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1839:1: ( ( rule__UiDialogSearchFieldAssignment__ElementAssignment ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1840:1: ( rule__UiDialogSearchFieldAssignment__ElementAssignment )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiDialogSearchFieldAssignmentAccess().getElementAssignment());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1841:1: ( rule__UiDialogSearchFieldAssignment__ElementAssignment )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1841:2: rule__UiDialogSearchFieldAssignment__ElementAssignment
{
pushFollow(FollowSets000.FOLLOW_rule__UiDialogSearchFieldAssignment__ElementAssignment_in_ruleUiDialogSearchFieldAssignment3879);
rule__UiDialogSearchFieldAssignment__ElementAssignment();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiDialogSearchFieldAssignmentAccess().getElementAssignment());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiDialogSearchFieldAssignment"
// $ANTLR start "entryRuleUiMobileNavigationPage"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1853:1: entryRuleUiMobileNavigationPage : ruleUiMobileNavigationPage EOF ;
public final void entryRuleUiMobileNavigationPage() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1854:1: ( ruleUiMobileNavigationPage EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1855:1: ruleUiMobileNavigationPage EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMobileNavigationPageRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiMobileNavigationPage_in_entryRuleUiMobileNavigationPage3906);
ruleUiMobileNavigationPage();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMobileNavigationPageRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiMobileNavigationPage3913); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiMobileNavigationPage"
// $ANTLR start "ruleUiMobileNavigationPage"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1862:1: ruleUiMobileNavigationPage : ( ( rule__UiMobileNavigationPage__Group__0 ) ) ;
public final void ruleUiMobileNavigationPage() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1866:2: ( ( ( rule__UiMobileNavigationPage__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1867:1: ( ( rule__UiMobileNavigationPage__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1867:1: ( ( rule__UiMobileNavigationPage__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1868:1: ( rule__UiMobileNavigationPage__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMobileNavigationPageAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1869:1: ( rule__UiMobileNavigationPage__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1869:2: rule__UiMobileNavigationPage__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiMobileNavigationPage__Group__0_in_ruleUiMobileNavigationPage3939);
rule__UiMobileNavigationPage__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMobileNavigationPageAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiMobileNavigationPage"
// $ANTLR start "entryRuleUiMobileNavigationPageAssignment"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1881:1: entryRuleUiMobileNavigationPageAssignment : ruleUiMobileNavigationPageAssignment EOF ;
public final void entryRuleUiMobileNavigationPageAssignment() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1882:1: ( ruleUiMobileNavigationPageAssignment EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1883:1: ruleUiMobileNavigationPageAssignment EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMobileNavigationPageAssignmentRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiMobileNavigationPageAssignment_in_entryRuleUiMobileNavigationPageAssignment3966);
ruleUiMobileNavigationPageAssignment();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMobileNavigationPageAssignmentRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiMobileNavigationPageAssignment3973); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiMobileNavigationPageAssignment"
// $ANTLR start "ruleUiMobileNavigationPageAssignment"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1890:1: ruleUiMobileNavigationPageAssignment : ( ( rule__UiMobileNavigationPageAssignment__Group__0 ) ) ;
public final void ruleUiMobileNavigationPageAssignment() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1894:2: ( ( ( rule__UiMobileNavigationPageAssignment__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1895:1: ( ( rule__UiMobileNavigationPageAssignment__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1895:1: ( ( rule__UiMobileNavigationPageAssignment__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1896:1: ( rule__UiMobileNavigationPageAssignment__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMobileNavigationPageAssignmentAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1897:1: ( rule__UiMobileNavigationPageAssignment__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1897:2: rule__UiMobileNavigationPageAssignment__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiMobileNavigationPageAssignment__Group__0_in_ruleUiMobileNavigationPageAssignment3999);
rule__UiMobileNavigationPageAssignment__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMobileNavigationPageAssignmentAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiMobileNavigationPageAssignment"
// $ANTLR start "entryRuleUiTextField"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1911:1: entryRuleUiTextField : ruleUiTextField EOF ;
public final void entryRuleUiTextField() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1912:1: ( ruleUiTextField EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1913:1: ruleUiTextField EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiTextFieldRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiTextField_in_entryRuleUiTextField4028);
ruleUiTextField();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiTextFieldRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiTextField4035); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiTextField"
// $ANTLR start "ruleUiTextField"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1920:1: ruleUiTextField : ( ( rule__UiTextField__Group__0 ) ) ;
public final void ruleUiTextField() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1924:2: ( ( ( rule__UiTextField__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1925:1: ( ( rule__UiTextField__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1925:1: ( ( rule__UiTextField__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1926:1: ( rule__UiTextField__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiTextFieldAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1927:1: ( rule__UiTextField__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1927:2: rule__UiTextField__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiTextField__Group__0_in_ruleUiTextField4061);
rule__UiTextField__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiTextFieldAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiTextField"
// $ANTLR start "entryRuleUiPasswordField"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1939:1: entryRuleUiPasswordField : ruleUiPasswordField EOF ;
public final void entryRuleUiPasswordField() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1940:1: ( ruleUiPasswordField EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1941:1: ruleUiPasswordField EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiPasswordFieldRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiPasswordField_in_entryRuleUiPasswordField4088);
ruleUiPasswordField();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiPasswordFieldRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiPasswordField4095); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiPasswordField"
// $ANTLR start "ruleUiPasswordField"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1948:1: ruleUiPasswordField : ( ( rule__UiPasswordField__Group__0 ) ) ;
public final void ruleUiPasswordField() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1952:2: ( ( ( rule__UiPasswordField__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1953:1: ( ( rule__UiPasswordField__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1953:1: ( ( rule__UiPasswordField__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1954:1: ( rule__UiPasswordField__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiPasswordFieldAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1955:1: ( rule__UiPasswordField__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1955:2: rule__UiPasswordField__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiPasswordField__Group__0_in_ruleUiPasswordField4121);
rule__UiPasswordField__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiPasswordFieldAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiPasswordField"
// $ANTLR start "entryRuleUiMaskedTextField"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1967:1: entryRuleUiMaskedTextField : ruleUiMaskedTextField EOF ;
public final void entryRuleUiMaskedTextField() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1968:1: ( ruleUiMaskedTextField EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1969:1: ruleUiMaskedTextField EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMaskedTextFieldRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiMaskedTextField_in_entryRuleUiMaskedTextField4148);
ruleUiMaskedTextField();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMaskedTextFieldRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiMaskedTextField4155); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiMaskedTextField"
// $ANTLR start "ruleUiMaskedTextField"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1976:1: ruleUiMaskedTextField : ( ( rule__UiMaskedTextField__Group__0 ) ) ;
public final void ruleUiMaskedTextField() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1980:2: ( ( ( rule__UiMaskedTextField__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1981:1: ( ( rule__UiMaskedTextField__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1981:1: ( ( rule__UiMaskedTextField__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1982:1: ( rule__UiMaskedTextField__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMaskedTextFieldAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1983:1: ( rule__UiMaskedTextField__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1983:2: rule__UiMaskedTextField__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiMaskedTextField__Group__0_in_ruleUiMaskedTextField4181);
rule__UiMaskedTextField__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMaskedTextFieldAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiMaskedTextField"
// $ANTLR start "entryRuleUiMaskedNumericField"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1995:1: entryRuleUiMaskedNumericField : ruleUiMaskedNumericField EOF ;
public final void entryRuleUiMaskedNumericField() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1996:1: ( ruleUiMaskedNumericField EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:1997:1: ruleUiMaskedNumericField EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMaskedNumericFieldRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiMaskedNumericField_in_entryRuleUiMaskedNumericField4208);
ruleUiMaskedNumericField();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMaskedNumericFieldRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiMaskedNumericField4215); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiMaskedNumericField"
// $ANTLR start "ruleUiMaskedNumericField"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2004:1: ruleUiMaskedNumericField : ( ( rule__UiMaskedNumericField__Group__0 ) ) ;
public final void ruleUiMaskedNumericField() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2008:2: ( ( ( rule__UiMaskedNumericField__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2009:1: ( ( rule__UiMaskedNumericField__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2009:1: ( ( rule__UiMaskedNumericField__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2010:1: ( rule__UiMaskedNumericField__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMaskedNumericFieldAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2011:1: ( rule__UiMaskedNumericField__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2011:2: rule__UiMaskedNumericField__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiMaskedNumericField__Group__0_in_ruleUiMaskedNumericField4241);
rule__UiMaskedNumericField__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMaskedNumericFieldAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiMaskedNumericField"
// $ANTLR start "entryRuleUiMaskedDecimalField"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2023:1: entryRuleUiMaskedDecimalField : ruleUiMaskedDecimalField EOF ;
public final void entryRuleUiMaskedDecimalField() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2024:1: ( ruleUiMaskedDecimalField EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2025:1: ruleUiMaskedDecimalField EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMaskedDecimalFieldRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiMaskedDecimalField_in_entryRuleUiMaskedDecimalField4268);
ruleUiMaskedDecimalField();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMaskedDecimalFieldRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiMaskedDecimalField4275); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiMaskedDecimalField"
// $ANTLR start "ruleUiMaskedDecimalField"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2032:1: ruleUiMaskedDecimalField : ( ( rule__UiMaskedDecimalField__Group__0 ) ) ;
public final void ruleUiMaskedDecimalField() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2036:2: ( ( ( rule__UiMaskedDecimalField__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2037:1: ( ( rule__UiMaskedDecimalField__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2037:1: ( ( rule__UiMaskedDecimalField__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2038:1: ( rule__UiMaskedDecimalField__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMaskedDecimalFieldAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2039:1: ( rule__UiMaskedDecimalField__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2039:2: rule__UiMaskedDecimalField__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiMaskedDecimalField__Group__0_in_ruleUiMaskedDecimalField4301);
rule__UiMaskedDecimalField__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMaskedDecimalFieldAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiMaskedDecimalField"
// $ANTLR start "entryRuleUiPrefixedMaskedTextField"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2051:1: entryRuleUiPrefixedMaskedTextField : ruleUiPrefixedMaskedTextField EOF ;
public final void entryRuleUiPrefixedMaskedTextField() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2052:1: ( ruleUiPrefixedMaskedTextField EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2053:1: ruleUiPrefixedMaskedTextField EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiPrefixedMaskedTextFieldRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiPrefixedMaskedTextField_in_entryRuleUiPrefixedMaskedTextField4328);
ruleUiPrefixedMaskedTextField();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiPrefixedMaskedTextFieldRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiPrefixedMaskedTextField4335); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiPrefixedMaskedTextField"
// $ANTLR start "ruleUiPrefixedMaskedTextField"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2060:1: ruleUiPrefixedMaskedTextField : ( ( rule__UiPrefixedMaskedTextField__Group__0 ) ) ;
public final void ruleUiPrefixedMaskedTextField() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2064:2: ( ( ( rule__UiPrefixedMaskedTextField__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2065:1: ( ( rule__UiPrefixedMaskedTextField__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2065:1: ( ( rule__UiPrefixedMaskedTextField__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2066:1: ( rule__UiPrefixedMaskedTextField__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiPrefixedMaskedTextFieldAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2067:1: ( rule__UiPrefixedMaskedTextField__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2067:2: rule__UiPrefixedMaskedTextField__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiPrefixedMaskedTextField__Group__0_in_ruleUiPrefixedMaskedTextField4361);
rule__UiPrefixedMaskedTextField__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiPrefixedMaskedTextFieldAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiPrefixedMaskedTextField"
// $ANTLR start "entryRuleUiPrefixToMaskMapEntry"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2079:1: entryRuleUiPrefixToMaskMapEntry : ruleUiPrefixToMaskMapEntry EOF ;
public final void entryRuleUiPrefixToMaskMapEntry() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2080:1: ( ruleUiPrefixToMaskMapEntry EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2081:1: ruleUiPrefixToMaskMapEntry EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiPrefixToMaskMapEntryRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiPrefixToMaskMapEntry_in_entryRuleUiPrefixToMaskMapEntry4388);
ruleUiPrefixToMaskMapEntry();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiPrefixToMaskMapEntryRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiPrefixToMaskMapEntry4395); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiPrefixToMaskMapEntry"
// $ANTLR start "ruleUiPrefixToMaskMapEntry"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2088:1: ruleUiPrefixToMaskMapEntry : ( ( rule__UiPrefixToMaskMapEntry__Group__0 ) ) ;
public final void ruleUiPrefixToMaskMapEntry() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2092:2: ( ( ( rule__UiPrefixToMaskMapEntry__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2093:1: ( ( rule__UiPrefixToMaskMapEntry__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2093:1: ( ( rule__UiPrefixToMaskMapEntry__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2094:1: ( rule__UiPrefixToMaskMapEntry__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiPrefixToMaskMapEntryAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2095:1: ( rule__UiPrefixToMaskMapEntry__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2095:2: rule__UiPrefixToMaskMapEntry__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiPrefixToMaskMapEntry__Group__0_in_ruleUiPrefixToMaskMapEntry4421);
rule__UiPrefixToMaskMapEntry__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiPrefixToMaskMapEntryAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiPrefixToMaskMapEntry"
// $ANTLR start "entryRuleUiRichTextArea"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2107:1: entryRuleUiRichTextArea : ruleUiRichTextArea EOF ;
public final void entryRuleUiRichTextArea() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2108:1: ( ruleUiRichTextArea EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2109:1: ruleUiRichTextArea EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiRichTextAreaRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiRichTextArea_in_entryRuleUiRichTextArea4448);
ruleUiRichTextArea();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiRichTextAreaRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiRichTextArea4455); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiRichTextArea"
// $ANTLR start "ruleUiRichTextArea"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2116:1: ruleUiRichTextArea : ( ( rule__UiRichTextArea__Group__0 ) ) ;
public final void ruleUiRichTextArea() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2120:2: ( ( ( rule__UiRichTextArea__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2121:1: ( ( rule__UiRichTextArea__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2121:1: ( ( rule__UiRichTextArea__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2122:1: ( rule__UiRichTextArea__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiRichTextAreaAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2123:1: ( rule__UiRichTextArea__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2123:2: rule__UiRichTextArea__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiRichTextArea__Group__0_in_ruleUiRichTextArea4481);
rule__UiRichTextArea__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiRichTextAreaAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiRichTextArea"
// $ANTLR start "entryRuleUiSuggestTextField"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2135:1: entryRuleUiSuggestTextField : ruleUiSuggestTextField EOF ;
public final void entryRuleUiSuggestTextField() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2136:1: ( ruleUiSuggestTextField EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2137:1: ruleUiSuggestTextField EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiSuggestTextFieldRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiSuggestTextField_in_entryRuleUiSuggestTextField4508);
ruleUiSuggestTextField();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiSuggestTextFieldRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiSuggestTextField4515); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiSuggestTextField"
// $ANTLR start "ruleUiSuggestTextField"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2144:1: ruleUiSuggestTextField : ( ( rule__UiSuggestTextField__Group__0 ) ) ;
public final void ruleUiSuggestTextField() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2148:2: ( ( ( rule__UiSuggestTextField__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2149:1: ( ( rule__UiSuggestTextField__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2149:1: ( ( rule__UiSuggestTextField__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2150:1: ( rule__UiSuggestTextField__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiSuggestTextFieldAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2151:1: ( rule__UiSuggestTextField__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2151:2: rule__UiSuggestTextField__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiSuggestTextField__Group__0_in_ruleUiSuggestTextField4541);
rule__UiSuggestTextField__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiSuggestTextFieldAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiSuggestTextField"
// $ANTLR start "entryRuleUiBeanReferenceField"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2163:1: entryRuleUiBeanReferenceField : ruleUiBeanReferenceField EOF ;
public final void entryRuleUiBeanReferenceField() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2164:1: ( ruleUiBeanReferenceField EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2165:1: ruleUiBeanReferenceField EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiBeanReferenceFieldRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiBeanReferenceField_in_entryRuleUiBeanReferenceField4568);
ruleUiBeanReferenceField();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiBeanReferenceFieldRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiBeanReferenceField4575); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiBeanReferenceField"
// $ANTLR start "ruleUiBeanReferenceField"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2172:1: ruleUiBeanReferenceField : ( ( rule__UiBeanReferenceField__Group__0 ) ) ;
public final void ruleUiBeanReferenceField() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2176:2: ( ( ( rule__UiBeanReferenceField__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2177:1: ( ( rule__UiBeanReferenceField__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2177:1: ( ( rule__UiBeanReferenceField__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2178:1: ( rule__UiBeanReferenceField__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiBeanReferenceFieldAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2179:1: ( rule__UiBeanReferenceField__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2179:2: rule__UiBeanReferenceField__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiBeanReferenceField__Group__0_in_ruleUiBeanReferenceField4601);
rule__UiBeanReferenceField__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiBeanReferenceFieldAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiBeanReferenceField"
// $ANTLR start "entryRuleUiSearchField"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2191:1: entryRuleUiSearchField : ruleUiSearchField EOF ;
public final void entryRuleUiSearchField() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2192:1: ( ruleUiSearchField EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2193:1: ruleUiSearchField EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiSearchFieldRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiSearchField_in_entryRuleUiSearchField4628);
ruleUiSearchField();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiSearchFieldRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiSearchField4635); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiSearchField"
// $ANTLR start "ruleUiSearchField"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2200:1: ruleUiSearchField : ( ( rule__UiSearchField__Group__0 ) ) ;
public final void ruleUiSearchField() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2204:2: ( ( ( rule__UiSearchField__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2205:1: ( ( rule__UiSearchField__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2205:1: ( ( rule__UiSearchField__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2206:1: ( rule__UiSearchField__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiSearchFieldAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2207:1: ( rule__UiSearchField__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2207:2: rule__UiSearchField__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiSearchField__Group__0_in_ruleUiSearchField4661);
rule__UiSearchField__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiSearchFieldAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiSearchField"
// $ANTLR start "entryRuleUiTextArea"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2219:1: entryRuleUiTextArea : ruleUiTextArea EOF ;
public final void entryRuleUiTextArea() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2220:1: ( ruleUiTextArea EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2221:1: ruleUiTextArea EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiTextAreaRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiTextArea_in_entryRuleUiTextArea4688);
ruleUiTextArea();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiTextAreaRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiTextArea4695); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiTextArea"
// $ANTLR start "ruleUiTextArea"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2228:1: ruleUiTextArea : ( ( rule__UiTextArea__Group__0 ) ) ;
public final void ruleUiTextArea() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2232:2: ( ( ( rule__UiTextArea__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2233:1: ( ( rule__UiTextArea__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2233:1: ( ( rule__UiTextArea__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2234:1: ( rule__UiTextArea__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiTextAreaAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2235:1: ( rule__UiTextArea__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2235:2: rule__UiTextArea__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiTextArea__Group__0_in_ruleUiTextArea4721);
rule__UiTextArea__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiTextAreaAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiTextArea"
// $ANTLR start "entryRuleUiDateField"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2247:1: entryRuleUiDateField : ruleUiDateField EOF ;
public final void entryRuleUiDateField() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2248:1: ( ruleUiDateField EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2249:1: ruleUiDateField EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiDateFieldRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiDateField_in_entryRuleUiDateField4748);
ruleUiDateField();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiDateFieldRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiDateField4755); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiDateField"
// $ANTLR start "ruleUiDateField"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2256:1: ruleUiDateField : ( ( rule__UiDateField__Group__0 ) ) ;
public final void ruleUiDateField() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2260:2: ( ( ( rule__UiDateField__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2261:1: ( ( rule__UiDateField__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2261:1: ( ( rule__UiDateField__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2262:1: ( rule__UiDateField__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiDateFieldAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2263:1: ( rule__UiDateField__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2263:2: rule__UiDateField__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiDateField__Group__0_in_ruleUiDateField4781);
rule__UiDateField__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiDateFieldAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiDateField"
// $ANTLR start "entryRuleUiBrowser"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2275:1: entryRuleUiBrowser : ruleUiBrowser EOF ;
public final void entryRuleUiBrowser() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2276:1: ( ruleUiBrowser EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2277:1: ruleUiBrowser EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiBrowserRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiBrowser_in_entryRuleUiBrowser4808);
ruleUiBrowser();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiBrowserRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiBrowser4815); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiBrowser"
// $ANTLR start "ruleUiBrowser"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2284:1: ruleUiBrowser : ( ( rule__UiBrowser__Group__0 ) ) ;
public final void ruleUiBrowser() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2288:2: ( ( ( rule__UiBrowser__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2289:1: ( ( rule__UiBrowser__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2289:1: ( ( rule__UiBrowser__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2290:1: ( rule__UiBrowser__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiBrowserAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2291:1: ( rule__UiBrowser__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2291:2: rule__UiBrowser__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiBrowser__Group__0_in_ruleUiBrowser4841);
rule__UiBrowser__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiBrowserAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiBrowser"
// $ANTLR start "entryRuleUiProgressBar"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2303:1: entryRuleUiProgressBar : ruleUiProgressBar EOF ;
public final void entryRuleUiProgressBar() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2304:1: ( ruleUiProgressBar EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2305:1: ruleUiProgressBar EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiProgressBarRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiProgressBar_in_entryRuleUiProgressBar4868);
ruleUiProgressBar();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiProgressBarRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiProgressBar4875); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiProgressBar"
// $ANTLR start "ruleUiProgressBar"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2312:1: ruleUiProgressBar : ( ( rule__UiProgressBar__Group__0 ) ) ;
public final void ruleUiProgressBar() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2316:2: ( ( ( rule__UiProgressBar__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2317:1: ( ( rule__UiProgressBar__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2317:1: ( ( rule__UiProgressBar__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2318:1: ( rule__UiProgressBar__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiProgressBarAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2319:1: ( rule__UiProgressBar__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2319:2: rule__UiProgressBar__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiProgressBar__Group__0_in_ruleUiProgressBar4901);
rule__UiProgressBar__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiProgressBarAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiProgressBar"
// $ANTLR start "entryRuleUiImage"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2331:1: entryRuleUiImage : ruleUiImage EOF ;
public final void entryRuleUiImage() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2332:1: ( ruleUiImage EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2333:1: ruleUiImage EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiImageRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiImage_in_entryRuleUiImage4928);
ruleUiImage();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiImageRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiImage4935); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiImage"
// $ANTLR start "ruleUiImage"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2340:1: ruleUiImage : ( ( rule__UiImage__Group__0 ) ) ;
public final void ruleUiImage() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2344:2: ( ( ( rule__UiImage__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2345:1: ( ( rule__UiImage__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2345:1: ( ( rule__UiImage__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2346:1: ( rule__UiImage__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiImageAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2347:1: ( rule__UiImage__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2347:2: rule__UiImage__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiImage__Group__0_in_ruleUiImage4961);
rule__UiImage__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiImageAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiImage"
// $ANTLR start "entryRuleUiTable"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2359:1: entryRuleUiTable : ruleUiTable EOF ;
public final void entryRuleUiTable() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2360:1: ( ruleUiTable EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2361:1: ruleUiTable EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiTableRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiTable_in_entryRuleUiTable4988);
ruleUiTable();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiTableRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiTable4995); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiTable"
// $ANTLR start "ruleUiTable"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2368:1: ruleUiTable : ( ( rule__UiTable__Group__0 ) ) ;
public final void ruleUiTable() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2372:2: ( ( ( rule__UiTable__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2373:1: ( ( rule__UiTable__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2373:1: ( ( rule__UiTable__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2374:1: ( rule__UiTable__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiTableAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2375:1: ( rule__UiTable__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2375:2: rule__UiTable__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiTable__Group__0_in_ruleUiTable5021);
rule__UiTable__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiTableAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiTable"
// $ANTLR start "entryRuleUiComboBox"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2387:1: entryRuleUiComboBox : ruleUiComboBox EOF ;
public final void entryRuleUiComboBox() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2388:1: ( ruleUiComboBox EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2389:1: ruleUiComboBox EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiComboBoxRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiComboBox_in_entryRuleUiComboBox5048);
ruleUiComboBox();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiComboBoxRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiComboBox5055); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiComboBox"
// $ANTLR start "ruleUiComboBox"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2396:1: ruleUiComboBox : ( ( rule__UiComboBox__Group__0 ) ) ;
public final void ruleUiComboBox() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2400:2: ( ( ( rule__UiComboBox__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2401:1: ( ( rule__UiComboBox__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2401:1: ( ( rule__UiComboBox__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2402:1: ( rule__UiComboBox__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiComboBoxAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2403:1: ( rule__UiComboBox__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2403:2: rule__UiComboBox__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiComboBox__Group__0_in_ruleUiComboBox5081);
rule__UiComboBox__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiComboBoxAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiComboBox"
// $ANTLR start "entryRuleUiButton"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2415:1: entryRuleUiButton : ruleUiButton EOF ;
public final void entryRuleUiButton() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2416:1: ( ruleUiButton EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2417:1: ruleUiButton EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiButtonRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiButton_in_entryRuleUiButton5108);
ruleUiButton();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiButtonRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiButton5115); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiButton"
// $ANTLR start "ruleUiButton"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2424:1: ruleUiButton : ( ( rule__UiButton__Group__0 ) ) ;
public final void ruleUiButton() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2428:2: ( ( ( rule__UiButton__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2429:1: ( ( rule__UiButton__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2429:1: ( ( rule__UiButton__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2430:1: ( rule__UiButton__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiButtonAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2431:1: ( rule__UiButton__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2431:2: rule__UiButton__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiButton__Group__0_in_ruleUiButton5141);
rule__UiButton__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiButtonAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiButton"
// $ANTLR start "entryRuleUiMobileNavigationButton"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2443:1: entryRuleUiMobileNavigationButton : ruleUiMobileNavigationButton EOF ;
public final void entryRuleUiMobileNavigationButton() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2444:1: ( ruleUiMobileNavigationButton EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2445:1: ruleUiMobileNavigationButton EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMobileNavigationButtonRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiMobileNavigationButton_in_entryRuleUiMobileNavigationButton5168);
ruleUiMobileNavigationButton();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMobileNavigationButtonRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiMobileNavigationButton5175); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiMobileNavigationButton"
// $ANTLR start "ruleUiMobileNavigationButton"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2452:1: ruleUiMobileNavigationButton : ( ( rule__UiMobileNavigationButton__Group__0 ) ) ;
public final void ruleUiMobileNavigationButton() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2456:2: ( ( ( rule__UiMobileNavigationButton__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2457:1: ( ( rule__UiMobileNavigationButton__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2457:1: ( ( rule__UiMobileNavigationButton__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2458:1: ( rule__UiMobileNavigationButton__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMobileNavigationButtonAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2459:1: ( rule__UiMobileNavigationButton__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2459:2: rule__UiMobileNavigationButton__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiMobileNavigationButton__Group__0_in_ruleUiMobileNavigationButton5201);
rule__UiMobileNavigationButton__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMobileNavigationButtonAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiMobileNavigationButton"
// $ANTLR start "entryRuleUiMobileSwitch"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2471:1: entryRuleUiMobileSwitch : ruleUiMobileSwitch EOF ;
public final void entryRuleUiMobileSwitch() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2472:1: ( ruleUiMobileSwitch EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2473:1: ruleUiMobileSwitch EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMobileSwitchRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiMobileSwitch_in_entryRuleUiMobileSwitch5228);
ruleUiMobileSwitch();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMobileSwitchRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiMobileSwitch5235); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiMobileSwitch"
// $ANTLR start "ruleUiMobileSwitch"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2480:1: ruleUiMobileSwitch : ( ( rule__UiMobileSwitch__Group__0 ) ) ;
public final void ruleUiMobileSwitch() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2484:2: ( ( ( rule__UiMobileSwitch__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2485:1: ( ( rule__UiMobileSwitch__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2485:1: ( ( rule__UiMobileSwitch__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2486:1: ( rule__UiMobileSwitch__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMobileSwitchAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2487:1: ( rule__UiMobileSwitch__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2487:2: rule__UiMobileSwitch__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiMobileSwitch__Group__0_in_ruleUiMobileSwitch5261);
rule__UiMobileSwitch__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMobileSwitchAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiMobileSwitch"
// $ANTLR start "entryRuleUiLabel"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2499:1: entryRuleUiLabel : ruleUiLabel EOF ;
public final void entryRuleUiLabel() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2500:1: ( ruleUiLabel EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2501:1: ruleUiLabel EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiLabelRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiLabel_in_entryRuleUiLabel5288);
ruleUiLabel();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiLabelRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiLabel5295); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiLabel"
// $ANTLR start "ruleUiLabel"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2508:1: ruleUiLabel : ( ( rule__UiLabel__Group__0 ) ) ;
public final void ruleUiLabel() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2512:2: ( ( ( rule__UiLabel__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2513:1: ( ( rule__UiLabel__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2513:1: ( ( rule__UiLabel__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2514:1: ( rule__UiLabel__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiLabelAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2515:1: ( rule__UiLabel__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2515:2: rule__UiLabel__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiLabel__Group__0_in_ruleUiLabel5321);
rule__UiLabel__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiLabelAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiLabel"
// $ANTLR start "entryRuleUiDecimalField"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2527:1: entryRuleUiDecimalField : ruleUiDecimalField EOF ;
public final void entryRuleUiDecimalField() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2528:1: ( ruleUiDecimalField EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2529:1: ruleUiDecimalField EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiDecimalFieldRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiDecimalField_in_entryRuleUiDecimalField5348);
ruleUiDecimalField();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiDecimalFieldRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiDecimalField5355); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiDecimalField"
// $ANTLR start "ruleUiDecimalField"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2536:1: ruleUiDecimalField : ( ( rule__UiDecimalField__Group__0 ) ) ;
public final void ruleUiDecimalField() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2540:2: ( ( ( rule__UiDecimalField__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2541:1: ( ( rule__UiDecimalField__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2541:1: ( ( rule__UiDecimalField__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2542:1: ( rule__UiDecimalField__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiDecimalFieldAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2543:1: ( rule__UiDecimalField__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2543:2: rule__UiDecimalField__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiDecimalField__Group__0_in_ruleUiDecimalField5381);
rule__UiDecimalField__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiDecimalFieldAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiDecimalField"
// $ANTLR start "entryRuleUiOptionsGroup"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2555:1: entryRuleUiOptionsGroup : ruleUiOptionsGroup EOF ;
public final void entryRuleUiOptionsGroup() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2556:1: ( ruleUiOptionsGroup EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2557:1: ruleUiOptionsGroup EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiOptionsGroupRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiOptionsGroup_in_entryRuleUiOptionsGroup5408);
ruleUiOptionsGroup();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiOptionsGroupRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiOptionsGroup5415); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiOptionsGroup"
// $ANTLR start "ruleUiOptionsGroup"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2564:1: ruleUiOptionsGroup : ( ( rule__UiOptionsGroup__Group__0 ) ) ;
public final void ruleUiOptionsGroup() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2568:2: ( ( ( rule__UiOptionsGroup__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2569:1: ( ( rule__UiOptionsGroup__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2569:1: ( ( rule__UiOptionsGroup__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2570:1: ( rule__UiOptionsGroup__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiOptionsGroupAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2571:1: ( rule__UiOptionsGroup__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2571:2: rule__UiOptionsGroup__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiOptionsGroup__Group__0_in_ruleUiOptionsGroup5441);
rule__UiOptionsGroup__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiOptionsGroupAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiOptionsGroup"
// $ANTLR start "entryRuleUiList"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2583:1: entryRuleUiList : ruleUiList EOF ;
public final void entryRuleUiList() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2584:1: ( ruleUiList EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2585:1: ruleUiList EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiListRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiList_in_entryRuleUiList5468);
ruleUiList();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiListRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiList5475); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiList"
// $ANTLR start "ruleUiList"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2592:1: ruleUiList : ( ( rule__UiList__Group__0 ) ) ;
public final void ruleUiList() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2596:2: ( ( ( rule__UiList__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2597:1: ( ( rule__UiList__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2597:1: ( ( rule__UiList__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2598:1: ( rule__UiList__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiListAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2599:1: ( rule__UiList__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2599:2: rule__UiList__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiList__Group__0_in_ruleUiList5501);
rule__UiList__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiListAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiList"
// $ANTLR start "entryRuleUiColumnsAssignment"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2611:1: entryRuleUiColumnsAssignment : ruleUiColumnsAssignment EOF ;
public final void entryRuleUiColumnsAssignment() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2612:1: ( ruleUiColumnsAssignment EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2613:1: ruleUiColumnsAssignment EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiColumnsAssignmentRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiColumnsAssignment_in_entryRuleUiColumnsAssignment5528);
ruleUiColumnsAssignment();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiColumnsAssignmentRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiColumnsAssignment5535); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiColumnsAssignment"
// $ANTLR start "ruleUiColumnsAssignment"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2620:1: ruleUiColumnsAssignment : ( ( rule__UiColumnsAssignment__Group__0 ) ) ;
public final void ruleUiColumnsAssignment() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2624:2: ( ( ( rule__UiColumnsAssignment__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2625:1: ( ( rule__UiColumnsAssignment__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2625:1: ( ( rule__UiColumnsAssignment__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2626:1: ( rule__UiColumnsAssignment__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiColumnsAssignmentAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2627:1: ( rule__UiColumnsAssignment__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2627:2: rule__UiColumnsAssignment__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiColumnsAssignment__Group__0_in_ruleUiColumnsAssignment5561);
rule__UiColumnsAssignment__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiColumnsAssignmentAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiColumnsAssignment"
// $ANTLR start "entryRuleUiSortOrderAssignment"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2639:1: entryRuleUiSortOrderAssignment : ruleUiSortOrderAssignment EOF ;
public final void entryRuleUiSortOrderAssignment() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2640:1: ( ruleUiSortOrderAssignment EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2641:1: ruleUiSortOrderAssignment EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiSortOrderAssignmentRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiSortOrderAssignment_in_entryRuleUiSortOrderAssignment5588);
ruleUiSortOrderAssignment();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiSortOrderAssignmentRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiSortOrderAssignment5595); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiSortOrderAssignment"
// $ANTLR start "ruleUiSortOrderAssignment"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2648:1: ruleUiSortOrderAssignment : ( ( rule__UiSortOrderAssignment__Group__0 ) ) ;
public final void ruleUiSortOrderAssignment() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2652:2: ( ( ( rule__UiSortOrderAssignment__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2653:1: ( ( rule__UiSortOrderAssignment__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2653:1: ( ( rule__UiSortOrderAssignment__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2654:1: ( rule__UiSortOrderAssignment__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiSortOrderAssignmentAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2655:1: ( rule__UiSortOrderAssignment__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2655:2: rule__UiSortOrderAssignment__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiSortOrderAssignment__Group__0_in_ruleUiSortOrderAssignment5621);
rule__UiSortOrderAssignment__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiSortOrderAssignmentAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiSortOrderAssignment"
// $ANTLR start "entryRuleUiSortOrder"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2667:1: entryRuleUiSortOrder : ruleUiSortOrder EOF ;
public final void entryRuleUiSortOrder() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2668:1: ( ruleUiSortOrder EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2669:1: ruleUiSortOrder EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiSortOrderRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiSortOrder_in_entryRuleUiSortOrder5648);
ruleUiSortOrder();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiSortOrderRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiSortOrder5655); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiSortOrder"
// $ANTLR start "ruleUiSortOrder"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2676:1: ruleUiSortOrder : ( ( rule__UiSortOrder__Group__0 ) ) ;
public final void ruleUiSortOrder() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2680:2: ( ( ( rule__UiSortOrder__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2681:1: ( ( rule__UiSortOrder__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2681:1: ( ( rule__UiSortOrder__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2682:1: ( rule__UiSortOrder__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiSortOrderAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2683:1: ( rule__UiSortOrder__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2683:2: rule__UiSortOrder__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiSortOrder__Group__0_in_ruleUiSortOrder5681);
rule__UiSortOrder__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiSortOrderAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiSortOrder"
// $ANTLR start "entryRuleUiColumn"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2695:1: entryRuleUiColumn : ruleUiColumn EOF ;
public final void entryRuleUiColumn() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2696:1: ( ruleUiColumn EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2697:1: ruleUiColumn EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiColumnRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiColumn_in_entryRuleUiColumn5708);
ruleUiColumn();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiColumnRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiColumn5715); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiColumn"
// $ANTLR start "ruleUiColumn"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2704:1: ruleUiColumn : ( ( rule__UiColumn__Group__0 ) ) ;
public final void ruleUiColumn() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2708:2: ( ( ( rule__UiColumn__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2709:1: ( ( rule__UiColumn__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2709:1: ( ( rule__UiColumn__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2710:1: ( rule__UiColumn__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiColumnAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2711:1: ( rule__UiColumn__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2711:2: rule__UiColumn__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiColumn__Group__0_in_ruleUiColumn5741);
rule__UiColumn__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiColumnAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiColumn"
// $ANTLR start "entryRuleUiEmbeddable"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2723:1: entryRuleUiEmbeddable : ruleUiEmbeddable EOF ;
public final void entryRuleUiEmbeddable() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2724:1: ( ruleUiEmbeddable EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2725:1: ruleUiEmbeddable EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiEmbeddableRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiEmbeddable_in_entryRuleUiEmbeddable5768);
ruleUiEmbeddable();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiEmbeddableRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiEmbeddable5775); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiEmbeddable"
// $ANTLR start "ruleUiEmbeddable"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2732:1: ruleUiEmbeddable : ( ( rule__UiEmbeddable__Alternatives ) ) ;
public final void ruleUiEmbeddable() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2736:2: ( ( ( rule__UiEmbeddable__Alternatives ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2737:1: ( ( rule__UiEmbeddable__Alternatives ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2737:1: ( ( rule__UiEmbeddable__Alternatives ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2738:1: ( rule__UiEmbeddable__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiEmbeddableAccess().getAlternatives());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2739:1: ( rule__UiEmbeddable__Alternatives )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2739:2: rule__UiEmbeddable__Alternatives
{
pushFollow(FollowSets000.FOLLOW_rule__UiEmbeddable__Alternatives_in_ruleUiEmbeddable5801);
rule__UiEmbeddable__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiEmbeddableAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiEmbeddable"
// $ANTLR start "entryRuleUiMobileEmbeddable"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2751:1: entryRuleUiMobileEmbeddable : ruleUiMobileEmbeddable EOF ;
public final void entryRuleUiMobileEmbeddable() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2752:1: ( ruleUiMobileEmbeddable EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2753:1: ruleUiMobileEmbeddable EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMobileEmbeddableRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiMobileEmbeddable_in_entryRuleUiMobileEmbeddable5828);
ruleUiMobileEmbeddable();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMobileEmbeddableRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiMobileEmbeddable5835); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiMobileEmbeddable"
// $ANTLR start "ruleUiMobileEmbeddable"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2760:1: ruleUiMobileEmbeddable : ( ( rule__UiMobileEmbeddable__Alternatives ) ) ;
public final void ruleUiMobileEmbeddable() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2764:2: ( ( ( rule__UiMobileEmbeddable__Alternatives ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2765:1: ( ( rule__UiMobileEmbeddable__Alternatives ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2765:1: ( ( rule__UiMobileEmbeddable__Alternatives ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2766:1: ( rule__UiMobileEmbeddable__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMobileEmbeddableAccess().getAlternatives());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2767:1: ( rule__UiMobileEmbeddable__Alternatives )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2767:2: rule__UiMobileEmbeddable__Alternatives
{
pushFollow(FollowSets000.FOLLOW_rule__UiMobileEmbeddable__Alternatives_in_ruleUiMobileEmbeddable5861);
rule__UiMobileEmbeddable__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMobileEmbeddableAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiMobileEmbeddable"
// $ANTLR start "entryRuleUiMobileLayout"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2779:1: entryRuleUiMobileLayout : ruleUiMobileLayout EOF ;
public final void entryRuleUiMobileLayout() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2780:1: ( ruleUiMobileLayout EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2781:1: ruleUiMobileLayout EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMobileLayoutRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiMobileLayout_in_entryRuleUiMobileLayout5888);
ruleUiMobileLayout();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMobileLayoutRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiMobileLayout5895); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiMobileLayout"
// $ANTLR start "ruleUiMobileLayout"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2788:1: ruleUiMobileLayout : ( ( rule__UiMobileLayout__Alternatives ) ) ;
public final void ruleUiMobileLayout() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2792:2: ( ( ( rule__UiMobileLayout__Alternatives ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2793:1: ( ( rule__UiMobileLayout__Alternatives ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2793:1: ( ( rule__UiMobileLayout__Alternatives ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2794:1: ( rule__UiMobileLayout__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMobileLayoutAccess().getAlternatives());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2795:1: ( rule__UiMobileLayout__Alternatives )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2795:2: rule__UiMobileLayout__Alternatives
{
pushFollow(FollowSets000.FOLLOW_rule__UiMobileLayout__Alternatives_in_ruleUiMobileLayout5921);
rule__UiMobileLayout__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMobileLayoutAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiMobileLayout"
// $ANTLR start "entryRuleUiMobileField"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2807:1: entryRuleUiMobileField : ruleUiMobileField EOF ;
public final void entryRuleUiMobileField() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2808:1: ( ruleUiMobileField EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2809:1: ruleUiMobileField EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMobileFieldRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiMobileField_in_entryRuleUiMobileField5948);
ruleUiMobileField();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMobileFieldRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiMobileField5955); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiMobileField"
// $ANTLR start "ruleUiMobileField"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2816:1: ruleUiMobileField : ( ( rule__UiMobileField__Alternatives ) ) ;
public final void ruleUiMobileField() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2820:2: ( ( ( rule__UiMobileField__Alternatives ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2821:1: ( ( rule__UiMobileField__Alternatives ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2821:1: ( ( rule__UiMobileField__Alternatives ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2822:1: ( rule__UiMobileField__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMobileFieldAccess().getAlternatives());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2823:1: ( rule__UiMobileField__Alternatives )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2823:2: rule__UiMobileField__Alternatives
{
pushFollow(FollowSets000.FOLLOW_rule__UiMobileField__Alternatives_in_ruleUiMobileField5981);
rule__UiMobileField__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMobileFieldAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiMobileField"
// $ANTLR start "entryRuleUiLayout"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2835:1: entryRuleUiLayout : ruleUiLayout EOF ;
public final void entryRuleUiLayout() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2836:1: ( ruleUiLayout EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2837:1: ruleUiLayout EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiLayoutRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiLayout_in_entryRuleUiLayout6008);
ruleUiLayout();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiLayoutRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiLayout6015); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiLayout"
// $ANTLR start "ruleUiLayout"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2844:1: ruleUiLayout : ( ( rule__UiLayout__Alternatives ) ) ;
public final void ruleUiLayout() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2848:2: ( ( ( rule__UiLayout__Alternatives ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2849:1: ( ( rule__UiLayout__Alternatives ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2849:1: ( ( rule__UiLayout__Alternatives ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2850:1: ( rule__UiLayout__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiLayoutAccess().getAlternatives());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2851:1: ( rule__UiLayout__Alternatives )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2851:2: rule__UiLayout__Alternatives
{
pushFollow(FollowSets000.FOLLOW_rule__UiLayout__Alternatives_in_ruleUiLayout6041);
rule__UiLayout__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiLayoutAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiLayout"
// $ANTLR start "entryRuleUiField"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2863:1: entryRuleUiField : ruleUiField EOF ;
public final void entryRuleUiField() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2864:1: ( ruleUiField EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2865:1: ruleUiField EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiFieldRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiField_in_entryRuleUiField6068);
ruleUiField();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiFieldRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiField6075); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiField"
// $ANTLR start "ruleUiField"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2872:1: ruleUiField : ( ( rule__UiField__Alternatives ) ) ;
public final void ruleUiField() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2876:2: ( ( ( rule__UiField__Alternatives ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2877:1: ( ( rule__UiField__Alternatives ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2877:1: ( ( rule__UiField__Alternatives ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2878:1: ( rule__UiField__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiFieldAccess().getAlternatives());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2879:1: ( rule__UiField__Alternatives )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2879:2: rule__UiField__Alternatives
{
pushFollow(FollowSets000.FOLLOW_rule__UiField__Alternatives_in_ruleUiField6101);
rule__UiField__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiFieldAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiField"
// $ANTLR start "entryRuleUiAction"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2891:1: entryRuleUiAction : ruleUiAction EOF ;
public final void entryRuleUiAction() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2892:1: ( ruleUiAction EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2893:1: ruleUiAction EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiActionRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiAction_in_entryRuleUiAction6128);
ruleUiAction();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiActionRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiAction6135); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiAction"
// $ANTLR start "ruleUiAction"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2900:1: ruleUiAction : ( ruleUiButton ) ;
public final void ruleUiAction() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2904:2: ( ( ruleUiButton ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2905:1: ( ruleUiButton )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2905:1: ( ruleUiButton )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2906:1: ruleUiButton
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiActionAccess().getUiButtonParserRuleCall());
}
pushFollow(FollowSets000.FOLLOW_ruleUiButton_in_ruleUiAction6161);
ruleUiButton();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiActionAccess().getUiButtonParserRuleCall());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiAction"
// $ANTLR start "entryRuleUiMobileAction"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2919:1: entryRuleUiMobileAction : ruleUiMobileAction EOF ;
public final void entryRuleUiMobileAction() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2920:1: ( ruleUiMobileAction EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2921:1: ruleUiMobileAction EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMobileActionRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiMobileAction_in_entryRuleUiMobileAction6187);
ruleUiMobileAction();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMobileActionRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiMobileAction6194); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiMobileAction"
// $ANTLR start "ruleUiMobileAction"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2928:1: ruleUiMobileAction : ( ( rule__UiMobileAction__Alternatives ) ) ;
public final void ruleUiMobileAction() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2932:2: ( ( ( rule__UiMobileAction__Alternatives ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2933:1: ( ( rule__UiMobileAction__Alternatives ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2933:1: ( ( rule__UiMobileAction__Alternatives ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2934:1: ( rule__UiMobileAction__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMobileActionAccess().getAlternatives());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2935:1: ( rule__UiMobileAction__Alternatives )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2935:2: rule__UiMobileAction__Alternatives
{
pushFollow(FollowSets000.FOLLOW_rule__UiMobileAction__Alternatives_in_ruleUiMobileAction6220);
rule__UiMobileAction__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMobileActionAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiMobileAction"
// $ANTLR start "entryRuleUiNumericField"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2947:1: entryRuleUiNumericField : ruleUiNumericField EOF ;
public final void entryRuleUiNumericField() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2948:1: ( ruleUiNumericField EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2949:1: ruleUiNumericField EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiNumericFieldRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiNumericField_in_entryRuleUiNumericField6247);
ruleUiNumericField();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiNumericFieldRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiNumericField6254); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiNumericField"
// $ANTLR start "ruleUiNumericField"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2956:1: ruleUiNumericField : ( ( rule__UiNumericField__Group__0 ) ) ;
public final void ruleUiNumericField() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2960:2: ( ( ( rule__UiNumericField__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2961:1: ( ( rule__UiNumericField__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2961:1: ( ( rule__UiNumericField__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2962:1: ( rule__UiNumericField__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiNumericFieldAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2963:1: ( rule__UiNumericField__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2963:2: rule__UiNumericField__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiNumericField__Group__0_in_ruleUiNumericField6280);
rule__UiNumericField__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiNumericFieldAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiNumericField"
// $ANTLR start "entryRuleUiCheckBox"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2975:1: entryRuleUiCheckBox : ruleUiCheckBox EOF ;
public final void entryRuleUiCheckBox() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2976:1: ( ruleUiCheckBox EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2977:1: ruleUiCheckBox EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiCheckBoxRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiCheckBox_in_entryRuleUiCheckBox6307);
ruleUiCheckBox();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiCheckBoxRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiCheckBox6314); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiCheckBox"
// $ANTLR start "ruleUiCheckBox"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2984:1: ruleUiCheckBox : ( ( rule__UiCheckBox__Group__0 ) ) ;
public final void ruleUiCheckBox() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2988:2: ( ( ( rule__UiCheckBox__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2989:1: ( ( rule__UiCheckBox__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2989:1: ( ( rule__UiCheckBox__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2990:1: ( rule__UiCheckBox__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiCheckBoxAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2991:1: ( rule__UiCheckBox__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:2991:2: rule__UiCheckBox__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiCheckBox__Group__0_in_ruleUiCheckBox6340);
rule__UiCheckBox__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiCheckBoxAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiCheckBox"
// $ANTLR start "entryRuleUiValidator"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3003:1: entryRuleUiValidator : ruleUiValidator EOF ;
public final void entryRuleUiValidator() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3004:1: ( ruleUiValidator EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3005:1: ruleUiValidator EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiValidatorRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiValidator_in_entryRuleUiValidator6367);
ruleUiValidator();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiValidatorRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiValidator6374); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiValidator"
// $ANTLR start "ruleUiValidator"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3012:1: ruleUiValidator : ( ( rule__UiValidator__Alternatives ) ) ;
public final void ruleUiValidator() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3016:2: ( ( ( rule__UiValidator__Alternatives ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3017:1: ( ( rule__UiValidator__Alternatives ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3017:1: ( ( rule__UiValidator__Alternatives ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3018:1: ( rule__UiValidator__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiValidatorAccess().getAlternatives());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3019:1: ( rule__UiValidator__Alternatives )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3019:2: rule__UiValidator__Alternatives
{
pushFollow(FollowSets000.FOLLOW_rule__UiValidator__Alternatives_in_ruleUiValidator6400);
rule__UiValidator__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiValidatorAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiValidator"
// $ANTLR start "entryRuleUiMaxLengthValidator"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3031:1: entryRuleUiMaxLengthValidator : ruleUiMaxLengthValidator EOF ;
public final void entryRuleUiMaxLengthValidator() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3032:1: ( ruleUiMaxLengthValidator EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3033:1: ruleUiMaxLengthValidator EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMaxLengthValidatorRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiMaxLengthValidator_in_entryRuleUiMaxLengthValidator6427);
ruleUiMaxLengthValidator();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMaxLengthValidatorRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiMaxLengthValidator6434); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiMaxLengthValidator"
// $ANTLR start "ruleUiMaxLengthValidator"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3040:1: ruleUiMaxLengthValidator : ( ( rule__UiMaxLengthValidator__Group__0 ) ) ;
public final void ruleUiMaxLengthValidator() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3044:2: ( ( ( rule__UiMaxLengthValidator__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3045:1: ( ( rule__UiMaxLengthValidator__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3045:1: ( ( rule__UiMaxLengthValidator__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3046:1: ( rule__UiMaxLengthValidator__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMaxLengthValidatorAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3047:1: ( rule__UiMaxLengthValidator__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3047:2: rule__UiMaxLengthValidator__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiMaxLengthValidator__Group__0_in_ruleUiMaxLengthValidator6460);
rule__UiMaxLengthValidator__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMaxLengthValidatorAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiMaxLengthValidator"
// $ANTLR start "entryRuleUiMinLengthValidator"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3059:1: entryRuleUiMinLengthValidator : ruleUiMinLengthValidator EOF ;
public final void entryRuleUiMinLengthValidator() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3060:1: ( ruleUiMinLengthValidator EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3061:1: ruleUiMinLengthValidator EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMinLengthValidatorRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiMinLengthValidator_in_entryRuleUiMinLengthValidator6487);
ruleUiMinLengthValidator();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMinLengthValidatorRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiMinLengthValidator6494); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiMinLengthValidator"
// $ANTLR start "ruleUiMinLengthValidator"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3068:1: ruleUiMinLengthValidator : ( ( rule__UiMinLengthValidator__Group__0 ) ) ;
public final void ruleUiMinLengthValidator() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3072:2: ( ( ( rule__UiMinLengthValidator__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3073:1: ( ( rule__UiMinLengthValidator__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3073:1: ( ( rule__UiMinLengthValidator__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3074:1: ( rule__UiMinLengthValidator__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiMinLengthValidatorAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3075:1: ( rule__UiMinLengthValidator__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3075:2: rule__UiMinLengthValidator__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiMinLengthValidator__Group__0_in_ruleUiMinLengthValidator6520);
rule__UiMinLengthValidator__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiMinLengthValidatorAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiMinLengthValidator"
// $ANTLR start "entryRuleUiRegexpValidator"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3087:1: entryRuleUiRegexpValidator : ruleUiRegexpValidator EOF ;
public final void entryRuleUiRegexpValidator() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3088:1: ( ruleUiRegexpValidator EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3089:1: ruleUiRegexpValidator EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiRegexpValidatorRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiRegexpValidator_in_entryRuleUiRegexpValidator6547);
ruleUiRegexpValidator();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiRegexpValidatorRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiRegexpValidator6554); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiRegexpValidator"
// $ANTLR start "ruleUiRegexpValidator"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3096:1: ruleUiRegexpValidator : ( ( rule__UiRegexpValidator__Group__0 ) ) ;
public final void ruleUiRegexpValidator() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3100:2: ( ( ( rule__UiRegexpValidator__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3101:1: ( ( rule__UiRegexpValidator__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3101:1: ( ( rule__UiRegexpValidator__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3102:1: ( rule__UiRegexpValidator__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiRegexpValidatorAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3103:1: ( rule__UiRegexpValidator__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3103:2: rule__UiRegexpValidator__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiRegexpValidator__Group__0_in_ruleUiRegexpValidator6580);
rule__UiRegexpValidator__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiRegexpValidatorAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiRegexpValidator"
// $ANTLR start "entryRuleUiXbaseValidator"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3115:1: entryRuleUiXbaseValidator : ruleUiXbaseValidator EOF ;
public final void entryRuleUiXbaseValidator() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3116:1: ( ruleUiXbaseValidator EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3117:1: ruleUiXbaseValidator EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiXbaseValidatorRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiXbaseValidator_in_entryRuleUiXbaseValidator6607);
ruleUiXbaseValidator();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiXbaseValidatorRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiXbaseValidator6614); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiXbaseValidator"
// $ANTLR start "ruleUiXbaseValidator"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3124:1: ruleUiXbaseValidator : ( ( rule__UiXbaseValidator__Group__0 ) ) ;
public final void ruleUiXbaseValidator() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3128:2: ( ( ( rule__UiXbaseValidator__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3129:1: ( ( rule__UiXbaseValidator__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3129:1: ( ( rule__UiXbaseValidator__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3130:1: ( rule__UiXbaseValidator__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiXbaseValidatorAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3131:1: ( rule__UiXbaseValidator__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3131:2: rule__UiXbaseValidator__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiXbaseValidator__Group__0_in_ruleUiXbaseValidator6640);
rule__UiXbaseValidator__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiXbaseValidatorAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiXbaseValidator"
// $ANTLR start "entryRuleUiBeanValidationValidator"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3143:1: entryRuleUiBeanValidationValidator : ruleUiBeanValidationValidator EOF ;
public final void entryRuleUiBeanValidationValidator() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3144:1: ( ruleUiBeanValidationValidator EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3145:1: ruleUiBeanValidationValidator EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiBeanValidationValidatorRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiBeanValidationValidator_in_entryRuleUiBeanValidationValidator6667);
ruleUiBeanValidationValidator();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiBeanValidationValidatorRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiBeanValidationValidator6674); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiBeanValidationValidator"
// $ANTLR start "ruleUiBeanValidationValidator"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3152:1: ruleUiBeanValidationValidator : ( ( rule__UiBeanValidationValidator__Group__0 ) ) ;
public final void ruleUiBeanValidationValidator() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3156:2: ( ( ( rule__UiBeanValidationValidator__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3157:1: ( ( rule__UiBeanValidationValidator__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3157:1: ( ( rule__UiBeanValidationValidator__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3158:1: ( rule__UiBeanValidationValidator__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiBeanValidationValidatorAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3159:1: ( rule__UiBeanValidationValidator__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3159:2: rule__UiBeanValidationValidator__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiBeanValidationValidator__Group__0_in_ruleUiBeanValidationValidator6700);
rule__UiBeanValidationValidator__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiBeanValidationValidatorAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiBeanValidationValidator"
// $ANTLR start "entryRuleUiErrorCode"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3171:1: entryRuleUiErrorCode : ruleUiErrorCode EOF ;
public final void entryRuleUiErrorCode() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3172:1: ( ruleUiErrorCode EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3173:1: ruleUiErrorCode EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiErrorCodeRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiErrorCode_in_entryRuleUiErrorCode6727);
ruleUiErrorCode();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiErrorCodeRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiErrorCode6734); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiErrorCode"
// $ANTLR start "ruleUiErrorCode"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3180:1: ruleUiErrorCode : ( ( rule__UiErrorCode__Group__0 ) ) ;
public final void ruleUiErrorCode() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3184:2: ( ( ( rule__UiErrorCode__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3185:1: ( ( rule__UiErrorCode__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3185:1: ( ( rule__UiErrorCode__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3186:1: ( rule__UiErrorCode__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiErrorCodeAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3187:1: ( rule__UiErrorCode__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3187:2: rule__UiErrorCode__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiErrorCode__Group__0_in_ruleUiErrorCode6760);
rule__UiErrorCode__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiErrorCodeAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiErrorCode"
// $ANTLR start "entryRuleUiVisibilityProcessor"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3199:1: entryRuleUiVisibilityProcessor : ruleUiVisibilityProcessor EOF ;
public final void entryRuleUiVisibilityProcessor() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3200:1: ( ruleUiVisibilityProcessor EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3201:1: ruleUiVisibilityProcessor EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiVisibilityProcessorRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiVisibilityProcessor_in_entryRuleUiVisibilityProcessor6787);
ruleUiVisibilityProcessor();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiVisibilityProcessorRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiVisibilityProcessor6794); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiVisibilityProcessor"
// $ANTLR start "ruleUiVisibilityProcessor"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3208:1: ruleUiVisibilityProcessor : ( ( rule__UiVisibilityProcessor__Group__0 ) ) ;
public final void ruleUiVisibilityProcessor() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3212:2: ( ( ( rule__UiVisibilityProcessor__Group__0 ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3213:1: ( ( rule__UiVisibilityProcessor__Group__0 ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3213:1: ( ( rule__UiVisibilityProcessor__Group__0 ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3214:1: ( rule__UiVisibilityProcessor__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiVisibilityProcessorAccess().getGroup());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3215:1: ( rule__UiVisibilityProcessor__Group__0 )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3215:2: rule__UiVisibilityProcessor__Group__0
{
pushFollow(FollowSets000.FOLLOW_rule__UiVisibilityProcessor__Group__0_in_ruleUiVisibilityProcessor6820);
rule__UiVisibilityProcessor__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiVisibilityProcessorAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiVisibilityProcessor"
// $ANTLR start "entryRuleUiXbaseVisibilityRule"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3227:1: entryRuleUiXbaseVisibilityRule : ruleUiXbaseVisibilityRule EOF ;
public final void entryRuleUiXbaseVisibilityRule() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3228:1: ( ruleUiXbaseVisibilityRule EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3229:1: ruleUiXbaseVisibilityRule EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiXbaseVisibilityRuleRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiXbaseVisibilityRule_in_entryRuleUiXbaseVisibilityRule6847);
ruleUiXbaseVisibilityRule();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiXbaseVisibilityRuleRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiXbaseVisibilityRule6854); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleUiXbaseVisibilityRule"
// $ANTLR start "ruleUiXbaseVisibilityRule"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3236:1: ruleUiXbaseVisibilityRule : ( ( rule__UiXbaseVisibilityRule__ExpressionAssignment ) ) ;
public final void ruleUiXbaseVisibilityRule() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3240:2: ( ( ( rule__UiXbaseVisibilityRule__ExpressionAssignment ) ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3241:1: ( ( rule__UiXbaseVisibilityRule__ExpressionAssignment ) )
{
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3241:1: ( ( rule__UiXbaseVisibilityRule__ExpressionAssignment ) )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3242:1: ( rule__UiXbaseVisibilityRule__ExpressionAssignment )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiXbaseVisibilityRuleAccess().getExpressionAssignment());
}
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3243:1: ( rule__UiXbaseVisibilityRule__ExpressionAssignment )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3243:2: rule__UiXbaseVisibilityRule__ExpressionAssignment
{
pushFollow(FollowSets000.FOLLOW_rule__UiXbaseVisibilityRule__ExpressionAssignment_in_ruleUiXbaseVisibilityRule6880);
rule__UiXbaseVisibilityRule__ExpressionAssignment();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getUiXbaseVisibilityRuleAccess().getExpressionAssignment());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleUiXbaseVisibilityRule"
// $ANTLR start "entryRuleUiChangeTrigger"
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3255:1: entryRuleUiChangeTrigger : ruleUiChangeTrigger EOF ;
public final void entryRuleUiChangeTrigger() throws RecognitionException {
try {
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3256:1: ( ruleUiChangeTrigger EOF )
// ../org.eclipse.osbp.ecview.dsl.ui/src-gen/org/eclipse/osbp/ecview/dsl/ui/contentassist/antlr/internal/InternalUIGrammar.g:3257:1: ruleUiChangeTrigger EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getUiChangeTriggerRule());
}
pushFollow(FollowSets000.FOLLOW_ruleUiChangeTrigger_in_entryRuleUiChangeTrigger6907);
ruleUiChangeTrigger();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getUiChangeTriggerRule());
}
match(input,EOF,FollowSets000.FOLLOW_EOF_in_entryRuleUiChangeTrigger6914); if (state.failed) return ;
}
}
catch (RecognitionException re) {