blob: 4806c84eb8e2a6f52a0b67be41eef59312703b8e [file] [log] [blame]
/**
*
* Copyright (c) 2011, 2016 - Loetz GmbH&Co.KG (69115 Heidelberg, Germany)
*
* 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:
* Christophe Loetz (Loetz GmbH&Co.KG) - initial implementation
*
*/
package org.eclipse.osbp.xtext.chart.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.xtext.chart.services.ChartDSLGrammarAccess;
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 InternalChartDSLParser extends AbstractInternalContentAssistParser {
public static final String[] tokenNames = new String[] {
"<invalid>", "<EOR>", "<DOWN>", "<UP>", "RULE_STRING", "RULE_ID", "RULE_HEX", "RULE_INT", "RULE_DECIMAL", "RULE_ML_COMMENT", "RULE_SL_COMMENT", "RULE_WS", "RULE_ANY_OTHER", "'='", "'||'", "'&&'", "'+='", "'-='", "'*='", "'/='", "'%='", "'=='", "'!='", "'==='", "'!=='", "'>='", "'>'", "'<'", "'->'", "'..<'", "'..'", "'=>'", "'<>'", "'?:'", "'+'", "'-'", "'*'", "'**'", "'/'", "'%'", "'!'", "'++'", "'--'", "'.'", "'val'", "'extends'", "'static'", "'import'", "'extension'", "'super'", "'false'", "'inside'", "'inside-grid'", "'outside'", "'outside-grid'", "'normal'", "'slow'", "'fast'", "'north'", "'north-east'", "'east'", "'south-east'", "'south'", "'south-west'", "'west'", "'north-west'", "'category'", "'linear'", "'date'", "'logarithmic'", "'pyramid'", "'package'", "'{'", "'}'", "'chart'", "'as'", "'using'", "'bar'", "'line'", "'pie'", "'donut'", "'bubble'", "'gauge'", "'minimum'", "'maximum'", "'tree'", "'up to'", "'datamart'", "'legend'", "'tooltip'", "'axis'", "'renders'", "'tickangle'", "'segmentcolor'", "'@'", "'('", "')'", "','", "']'", "'#'", "'['", "'instanceof'", "';'", "'if'", "'else'", "'switch'", "':'", "'default'", "'case'", "'for'", "'while'", "'do'", "'new'", "'null'", "'typeof'", "'throw'", "'return'", "'try'", "'finally'", "'synchronized'", "'catch'", "'?'", "'&'", "'described by'", "'polling'", "'shaded'", "'animated'", "'swapped'", "'stacked'", "'showMarker'", "'trendLine'", "'cursor'", "'zoom'", "'fillZero'", "'filled'", "'empty'", "'multiplier'", "'gradient'", "'transparent'", "'label'", "'hasTicks'", "'intervals'", "'map'", "'collapsible'", "'toggle'", "'replot'", "'always'", "'shortLabel'", "'::'", "'?.'", "'|'", "'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 RULE_HEX=6;
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=5;
public static final int T__131=131;
public static final int T__130=130;
public static final int RULE_INT=7;
public static final int T__66=66;
public static final int RULE_ML_COMMENT=9;
public static final int T__67=67;
public static final int T__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__37=37;
public static final int T__38=38;
public static final int T__39=39;
public static final int T__33=33;
public static final int T__34=34;
public static final int T__35=35;
public static final int T__36=36;
public static final int T__30=30;
public static final int T__31=31;
public static final int T__32=32;
public static final int T__151=151;
public static final int T__150=150;
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__91=91;
public static final int T__100=100;
public static final int T__92=92;
public static final int T__93=93;
public static final int T__102=102;
public static final int T__94=94;
public static final int T__101=101;
public static final int T__90=90;
public static final int T__19=19;
public static final int T__15=15;
public static final int T__16=16;
public static final int T__17=17;
public static final int T__18=18;
public static final int T__99=99;
public static final int T__13=13;
public static final int T__14=14;
public static final int T__95=95;
public static final int T__96=96;
public static final int T__97=97;
public static final int T__98=98;
public static final int RULE_DECIMAL=8;
public static final int T__26=26;
public static final int T__27=27;
public static final int T__28=28;
public static final int T__29=29;
public static final int T__22=22;
public static final int T__23=23;
public static final int T__24=24;
public static final int T__25=25;
public static final int T__20=20;
public static final int T__21=21;
public static final int T__122=122;
public static final int T__70=70;
public static final int T__121=121;
public static final int T__71=71;
public static final int T__124=124;
public static final int T__72=72;
public static final int T__123=123;
public static final int T__120=120;
public static final int RULE_STRING=4;
public static final int RULE_SL_COMMENT=10;
public static final int T__77=77;
public static final int T__119=119;
public static final int T__78=78;
public static final int T__118=118;
public static final int T__79=79;
public static final int T__73=73;
public static final int T__115=115;
public static final int EOF=-1;
public static final int T__74=74;
public static final int T__114=114;
public static final int T__75=75;
public static final int T__117=117;
public static final int T__76=76;
public static final int T__116=116;
public static final int T__80=80;
public static final int T__111=111;
public static final int T__81=81;
public static final int T__110=110;
public static final int T__82=82;
public static final int T__113=113;
public static final int T__83=83;
public static final int T__112=112;
public static final int RULE_WS=11;
public static final int RULE_ANY_OTHER=12;
public static final int T__88=88;
public static final int T__108=108;
public static final int T__89=89;
public static final int T__107=107;
public static final int T__109=109;
public static final int T__84=84;
public static final int T__104=104;
public static final int T__85=85;
public static final int T__103=103;
public static final int T__86=86;
public static final int T__106=106;
public static final int T__87=87;
public static final int T__105=105;
// delegates
// delegators
public InternalChartDSLParser(TokenStream input) {
this(input, new RecognizerSharedState());
}
public InternalChartDSLParser(TokenStream input, RecognizerSharedState state) {
super(input, state);
}
public String[] getTokenNames() { return InternalChartDSLParser.tokenNames; }
public String getGrammarFileName() { return "../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g"; }
private ChartDSLGrammarAccess grammarAccess;
public void setGrammarAccess(ChartDSLGrammarAccess grammarAccess) {
this.grammarAccess = grammarAccess;
}
@Override
protected Grammar getGrammar() {
return grammarAccess.getGrammar();
}
@Override
protected String getValueForTokenName(String tokenName) {
return tokenName;
}
// $ANTLR start "entryRuleChartModel"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:61:1: entryRuleChartModel : ruleChartModel EOF ;
public final void entryRuleChartModel() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:62:1: ( ruleChartModel EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:63:1: ruleChartModel EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartModelRule());
}
pushFollow(FOLLOW_ruleChartModel_in_entryRuleChartModel67);
ruleChartModel();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getChartModelRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleChartModel74); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleChartModel"
// $ANTLR start "ruleChartModel"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:70:1: ruleChartModel : ( ( rule__ChartModel__PackagesAssignment )* ) ;
public final void ruleChartModel() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:74:2: ( ( ( rule__ChartModel__PackagesAssignment )* ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:75:1: ( ( rule__ChartModel__PackagesAssignment )* )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:75:1: ( ( rule__ChartModel__PackagesAssignment )* )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:76:1: ( rule__ChartModel__PackagesAssignment )*
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartModelAccess().getPackagesAssignment());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:77:1: ( rule__ChartModel__PackagesAssignment )*
loop1:
do {
int alt1=2;
int LA1_0 = input.LA(1);
if ( (LA1_0==71) ) {
alt1=1;
}
switch (alt1) {
case 1 :
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:77:2: rule__ChartModel__PackagesAssignment
{
pushFollow(FOLLOW_rule__ChartModel__PackagesAssignment_in_ruleChartModel100);
rule__ChartModel__PackagesAssignment();
state._fsp--;
if (state.failed) return ;
}
break;
default :
break loop1;
}
} while (true);
if ( state.backtracking==0 ) {
after(grammarAccess.getChartModelAccess().getPackagesAssignment());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleChartModel"
// $ANTLR start "entryRuleChartPackage"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:89:1: entryRuleChartPackage : ruleChartPackage EOF ;
public final void entryRuleChartPackage() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:90:1: ( ruleChartPackage EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:91:1: ruleChartPackage EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartPackageRule());
}
pushFollow(FOLLOW_ruleChartPackage_in_entryRuleChartPackage128);
ruleChartPackage();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getChartPackageRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleChartPackage135); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleChartPackage"
// $ANTLR start "ruleChartPackage"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:98:1: ruleChartPackage : ( ( rule__ChartPackage__Group__0 ) ) ;
public final void ruleChartPackage() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:102:2: ( ( ( rule__ChartPackage__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:103:1: ( ( rule__ChartPackage__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:103:1: ( ( rule__ChartPackage__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:104:1: ( rule__ChartPackage__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartPackageAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:105:1: ( rule__ChartPackage__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:105:2: rule__ChartPackage__Group__0
{
pushFollow(FOLLOW_rule__ChartPackage__Group__0_in_ruleChartPackage161);
rule__ChartPackage__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getChartPackageAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleChartPackage"
// $ANTLR start "entryRuleChart"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:117:1: entryRuleChart : ruleChart EOF ;
public final void entryRuleChart() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:118:1: ( ruleChart EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:119:1: ruleChart EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartRule());
}
pushFollow(FOLLOW_ruleChart_in_entryRuleChart188);
ruleChart();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getChartRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleChart195); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleChart"
// $ANTLR start "ruleChart"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:126:1: ruleChart : ( ( rule__Chart__Group__0 ) ) ;
public final void ruleChart() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:130:2: ( ( ( rule__Chart__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:131:1: ( ( rule__Chart__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:131:1: ( ( rule__Chart__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:132:1: ( rule__Chart__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:133:1: ( rule__Chart__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:133:2: rule__Chart__Group__0
{
pushFollow(FOLLOW_rule__Chart__Group__0_in_ruleChart221);
rule__Chart__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getChartAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleChart"
// $ANTLR start "entryRuleChartOption"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:145:1: entryRuleChartOption : ruleChartOption EOF ;
public final void entryRuleChartOption() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:146:1: ( ruleChartOption EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:147:1: ruleChartOption EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartOptionRule());
}
pushFollow(FOLLOW_ruleChartOption_in_entryRuleChartOption248);
ruleChartOption();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getChartOptionRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleChartOption255); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleChartOption"
// $ANTLR start "ruleChartOption"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:154:1: ruleChartOption : ( ( rule__ChartOption__Alternatives ) ) ;
public final void ruleChartOption() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:158:2: ( ( ( rule__ChartOption__Alternatives ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:159:1: ( ( rule__ChartOption__Alternatives ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:159:1: ( ( rule__ChartOption__Alternatives ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:160:1: ( rule__ChartOption__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartOptionAccess().getAlternatives());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:161:1: ( rule__ChartOption__Alternatives )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:161:2: rule__ChartOption__Alternatives
{
pushFollow(FOLLOW_rule__ChartOption__Alternatives_in_ruleChartOption281);
rule__ChartOption__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getChartOptionAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleChartOption"
// $ANTLR start "entryRuleChartBar"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:173:1: entryRuleChartBar : ruleChartBar EOF ;
public final void entryRuleChartBar() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:174:1: ( ruleChartBar EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:175:1: ruleChartBar EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartBarRule());
}
pushFollow(FOLLOW_ruleChartBar_in_entryRuleChartBar308);
ruleChartBar();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getChartBarRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleChartBar315); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleChartBar"
// $ANTLR start "ruleChartBar"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:182:1: ruleChartBar : ( ( rule__ChartBar__Group__0 ) ) ;
public final void ruleChartBar() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:186:2: ( ( ( rule__ChartBar__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:187:1: ( ( rule__ChartBar__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:187:1: ( ( rule__ChartBar__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:188:1: ( rule__ChartBar__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartBarAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:189:1: ( rule__ChartBar__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:189:2: rule__ChartBar__Group__0
{
pushFollow(FOLLOW_rule__ChartBar__Group__0_in_ruleChartBar341);
rule__ChartBar__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getChartBarAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleChartBar"
// $ANTLR start "entryRuleChartLine"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:201:1: entryRuleChartLine : ruleChartLine EOF ;
public final void entryRuleChartLine() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:202:1: ( ruleChartLine EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:203:1: ruleChartLine EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartLineRule());
}
pushFollow(FOLLOW_ruleChartLine_in_entryRuleChartLine368);
ruleChartLine();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getChartLineRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleChartLine375); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleChartLine"
// $ANTLR start "ruleChartLine"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:210:1: ruleChartLine : ( ( rule__ChartLine__Group__0 ) ) ;
public final void ruleChartLine() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:214:2: ( ( ( rule__ChartLine__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:215:1: ( ( rule__ChartLine__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:215:1: ( ( rule__ChartLine__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:216:1: ( rule__ChartLine__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartLineAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:217:1: ( rule__ChartLine__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:217:2: rule__ChartLine__Group__0
{
pushFollow(FOLLOW_rule__ChartLine__Group__0_in_ruleChartLine401);
rule__ChartLine__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getChartLineAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleChartLine"
// $ANTLR start "entryRuleChartPie"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:229:1: entryRuleChartPie : ruleChartPie EOF ;
public final void entryRuleChartPie() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:230:1: ( ruleChartPie EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:231:1: ruleChartPie EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartPieRule());
}
pushFollow(FOLLOW_ruleChartPie_in_entryRuleChartPie428);
ruleChartPie();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getChartPieRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleChartPie435); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleChartPie"
// $ANTLR start "ruleChartPie"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:238:1: ruleChartPie : ( ( rule__ChartPie__Group__0 ) ) ;
public final void ruleChartPie() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:242:2: ( ( ( rule__ChartPie__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:243:1: ( ( rule__ChartPie__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:243:1: ( ( rule__ChartPie__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:244:1: ( rule__ChartPie__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartPieAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:245:1: ( rule__ChartPie__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:245:2: rule__ChartPie__Group__0
{
pushFollow(FOLLOW_rule__ChartPie__Group__0_in_ruleChartPie461);
rule__ChartPie__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getChartPieAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleChartPie"
// $ANTLR start "entryRuleChartDonut"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:257:1: entryRuleChartDonut : ruleChartDonut EOF ;
public final void entryRuleChartDonut() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:258:1: ( ruleChartDonut EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:259:1: ruleChartDonut EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartDonutRule());
}
pushFollow(FOLLOW_ruleChartDonut_in_entryRuleChartDonut488);
ruleChartDonut();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getChartDonutRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleChartDonut495); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleChartDonut"
// $ANTLR start "ruleChartDonut"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:266:1: ruleChartDonut : ( ( rule__ChartDonut__Group__0 ) ) ;
public final void ruleChartDonut() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:270:2: ( ( ( rule__ChartDonut__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:271:1: ( ( rule__ChartDonut__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:271:1: ( ( rule__ChartDonut__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:272:1: ( rule__ChartDonut__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartDonutAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:273:1: ( rule__ChartDonut__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:273:2: rule__ChartDonut__Group__0
{
pushFollow(FOLLOW_rule__ChartDonut__Group__0_in_ruleChartDonut521);
rule__ChartDonut__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getChartDonutAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleChartDonut"
// $ANTLR start "entryRuleChartBubble"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:285:1: entryRuleChartBubble : ruleChartBubble EOF ;
public final void entryRuleChartBubble() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:286:1: ( ruleChartBubble EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:287:1: ruleChartBubble EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartBubbleRule());
}
pushFollow(FOLLOW_ruleChartBubble_in_entryRuleChartBubble548);
ruleChartBubble();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getChartBubbleRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleChartBubble555); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleChartBubble"
// $ANTLR start "ruleChartBubble"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:294:1: ruleChartBubble : ( ( rule__ChartBubble__Group__0 ) ) ;
public final void ruleChartBubble() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:298:2: ( ( ( rule__ChartBubble__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:299:1: ( ( rule__ChartBubble__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:299:1: ( ( rule__ChartBubble__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:300:1: ( rule__ChartBubble__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartBubbleAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:301:1: ( rule__ChartBubble__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:301:2: rule__ChartBubble__Group__0
{
pushFollow(FOLLOW_rule__ChartBubble__Group__0_in_ruleChartBubble581);
rule__ChartBubble__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getChartBubbleAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleChartBubble"
// $ANTLR start "entryRuleChartGauge"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:313:1: entryRuleChartGauge : ruleChartGauge EOF ;
public final void entryRuleChartGauge() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:314:1: ( ruleChartGauge EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:315:1: ruleChartGauge EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartGaugeRule());
}
pushFollow(FOLLOW_ruleChartGauge_in_entryRuleChartGauge608);
ruleChartGauge();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getChartGaugeRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleChartGauge615); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleChartGauge"
// $ANTLR start "ruleChartGauge"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:322:1: ruleChartGauge : ( ( rule__ChartGauge__Group__0 ) ) ;
public final void ruleChartGauge() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:326:2: ( ( ( rule__ChartGauge__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:327:1: ( ( rule__ChartGauge__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:327:1: ( ( rule__ChartGauge__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:328:1: ( rule__ChartGauge__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartGaugeAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:329:1: ( rule__ChartGauge__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:329:2: rule__ChartGauge__Group__0
{
pushFollow(FOLLOW_rule__ChartGauge__Group__0_in_ruleChartGauge641);
rule__ChartGauge__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getChartGaugeAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleChartGauge"
// $ANTLR start "entryRuleChartTree"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:341:1: entryRuleChartTree : ruleChartTree EOF ;
public final void entryRuleChartTree() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:342:1: ( ruleChartTree EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:343:1: ruleChartTree EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartTreeRule());
}
pushFollow(FOLLOW_ruleChartTree_in_entryRuleChartTree668);
ruleChartTree();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getChartTreeRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleChartTree675); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleChartTree"
// $ANTLR start "ruleChartTree"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:350:1: ruleChartTree : ( ( rule__ChartTree__Group__0 ) ) ;
public final void ruleChartTree() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:354:2: ( ( ( rule__ChartTree__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:355:1: ( ( rule__ChartTree__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:355:1: ( ( rule__ChartTree__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:356:1: ( rule__ChartTree__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartTreeAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:357:1: ( rule__ChartTree__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:357:2: rule__ChartTree__Group__0
{
pushFollow(FOLLOW_rule__ChartTree__Group__0_in_ruleChartTree701);
rule__ChartTree__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getChartTreeAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleChartTree"
// $ANTLR start "entryRuleChartInterval"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:369:1: entryRuleChartInterval : ruleChartInterval EOF ;
public final void entryRuleChartInterval() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:370:1: ( ruleChartInterval EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:371:1: ruleChartInterval EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartIntervalRule());
}
pushFollow(FOLLOW_ruleChartInterval_in_entryRuleChartInterval728);
ruleChartInterval();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getChartIntervalRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleChartInterval735); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleChartInterval"
// $ANTLR start "ruleChartInterval"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:378:1: ruleChartInterval : ( ruleChartNumberInterval ) ;
public final void ruleChartInterval() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:382:2: ( ( ruleChartNumberInterval ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:383:1: ( ruleChartNumberInterval )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:383:1: ( ruleChartNumberInterval )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:384:1: ruleChartNumberInterval
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartIntervalAccess().getChartNumberIntervalParserRuleCall());
}
pushFollow(FOLLOW_ruleChartNumberInterval_in_ruleChartInterval761);
ruleChartNumberInterval();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getChartIntervalAccess().getChartNumberIntervalParserRuleCall());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleChartInterval"
// $ANTLR start "entryRuleChartNumberInterval"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:397:1: entryRuleChartNumberInterval : ruleChartNumberInterval EOF ;
public final void entryRuleChartNumberInterval() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:398:1: ( ruleChartNumberInterval EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:399:1: ruleChartNumberInterval EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartNumberIntervalRule());
}
pushFollow(FOLLOW_ruleChartNumberInterval_in_entryRuleChartNumberInterval787);
ruleChartNumberInterval();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getChartNumberIntervalRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleChartNumberInterval794); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleChartNumberInterval"
// $ANTLR start "ruleChartNumberInterval"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:406:1: ruleChartNumberInterval : ( ( rule__ChartNumberInterval__Group__0 ) ) ;
public final void ruleChartNumberInterval() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:410:2: ( ( ( rule__ChartNumberInterval__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:411:1: ( ( rule__ChartNumberInterval__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:411:1: ( ( rule__ChartNumberInterval__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:412:1: ( rule__ChartNumberInterval__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartNumberIntervalAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:413:1: ( rule__ChartNumberInterval__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:413:2: rule__ChartNumberInterval__Group__0
{
pushFollow(FOLLOW_rule__ChartNumberInterval__Group__0_in_ruleChartNumberInterval820);
rule__ChartNumberInterval__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getChartNumberIntervalAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleChartNumberInterval"
// $ANTLR start "entryRuleChartDatamart"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:425:1: entryRuleChartDatamart : ruleChartDatamart EOF ;
public final void entryRuleChartDatamart() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:426:1: ( ruleChartDatamart EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:427:1: ruleChartDatamart EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartDatamartRule());
}
pushFollow(FOLLOW_ruleChartDatamart_in_entryRuleChartDatamart847);
ruleChartDatamart();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getChartDatamartRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleChartDatamart854); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleChartDatamart"
// $ANTLR start "ruleChartDatamart"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:434:1: ruleChartDatamart : ( ( rule__ChartDatamart__Group__0 ) ) ;
public final void ruleChartDatamart() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:438:2: ( ( ( rule__ChartDatamart__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:439:1: ( ( rule__ChartDatamart__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:439:1: ( ( rule__ChartDatamart__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:440:1: ( rule__ChartDatamart__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartDatamartAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:441:1: ( rule__ChartDatamart__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:441:2: rule__ChartDatamart__Group__0
{
pushFollow(FOLLOW_rule__ChartDatamart__Group__0_in_ruleChartDatamart880);
rule__ChartDatamart__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getChartDatamartAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleChartDatamart"
// $ANTLR start "entryRuleChartElement"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:453:1: entryRuleChartElement : ruleChartElement EOF ;
public final void entryRuleChartElement() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:454:1: ( ruleChartElement EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:455:1: ruleChartElement EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartElementRule());
}
pushFollow(FOLLOW_ruleChartElement_in_entryRuleChartElement907);
ruleChartElement();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getChartElementRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleChartElement914); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleChartElement"
// $ANTLR start "ruleChartElement"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:462:1: ruleChartElement : ( ( rule__ChartElement__Alternatives ) ) ;
public final void ruleChartElement() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:466:2: ( ( ( rule__ChartElement__Alternatives ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:467:1: ( ( rule__ChartElement__Alternatives ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:467:1: ( ( rule__ChartElement__Alternatives ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:468:1: ( rule__ChartElement__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartElementAccess().getAlternatives());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:469:1: ( rule__ChartElement__Alternatives )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:469:2: rule__ChartElement__Alternatives
{
pushFollow(FOLLOW_rule__ChartElement__Alternatives_in_ruleChartElement940);
rule__ChartElement__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getChartElementAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleChartElement"
// $ANTLR start "entryRuleChartLegend"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:481:1: entryRuleChartLegend : ruleChartLegend EOF ;
public final void entryRuleChartLegend() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:482:1: ( ruleChartLegend EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:483:1: ruleChartLegend EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartLegendRule());
}
pushFollow(FOLLOW_ruleChartLegend_in_entryRuleChartLegend967);
ruleChartLegend();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getChartLegendRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleChartLegend974); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleChartLegend"
// $ANTLR start "ruleChartLegend"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:490:1: ruleChartLegend : ( ( rule__ChartLegend__Group__0 ) ) ;
public final void ruleChartLegend() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:494:2: ( ( ( rule__ChartLegend__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:495:1: ( ( rule__ChartLegend__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:495:1: ( ( rule__ChartLegend__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:496:1: ( rule__ChartLegend__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartLegendAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:497:1: ( rule__ChartLegend__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:497:2: rule__ChartLegend__Group__0
{
pushFollow(FOLLOW_rule__ChartLegend__Group__0_in_ruleChartLegend1000);
rule__ChartLegend__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getChartLegendAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleChartLegend"
// $ANTLR start "entryRuleChartHighlighter"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:509:1: entryRuleChartHighlighter : ruleChartHighlighter EOF ;
public final void entryRuleChartHighlighter() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:510:1: ( ruleChartHighlighter EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:511:1: ruleChartHighlighter EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartHighlighterRule());
}
pushFollow(FOLLOW_ruleChartHighlighter_in_entryRuleChartHighlighter1027);
ruleChartHighlighter();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getChartHighlighterRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleChartHighlighter1034); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleChartHighlighter"
// $ANTLR start "ruleChartHighlighter"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:518:1: ruleChartHighlighter : ( ( rule__ChartHighlighter__Group__0 ) ) ;
public final void ruleChartHighlighter() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:522:2: ( ( ( rule__ChartHighlighter__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:523:1: ( ( rule__ChartHighlighter__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:523:1: ( ( rule__ChartHighlighter__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:524:1: ( rule__ChartHighlighter__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartHighlighterAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:525:1: ( rule__ChartHighlighter__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:525:2: rule__ChartHighlighter__Group__0
{
pushFollow(FOLLOW_rule__ChartHighlighter__Group__0_in_ruleChartHighlighter1060);
rule__ChartHighlighter__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getChartHighlighterAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleChartHighlighter"
// $ANTLR start "entryRuleChartAxis"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:537:1: entryRuleChartAxis : ruleChartAxis EOF ;
public final void entryRuleChartAxis() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:538:1: ( ruleChartAxis EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:539:1: ruleChartAxis EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartAxisRule());
}
pushFollow(FOLLOW_ruleChartAxis_in_entryRuleChartAxis1087);
ruleChartAxis();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getChartAxisRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleChartAxis1094); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleChartAxis"
// $ANTLR start "ruleChartAxis"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:546:1: ruleChartAxis : ( ( rule__ChartAxis__Group__0 ) ) ;
public final void ruleChartAxis() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:550:2: ( ( ( rule__ChartAxis__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:551:1: ( ( rule__ChartAxis__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:551:1: ( ( rule__ChartAxis__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:552:1: ( rule__ChartAxis__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartAxisAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:553:1: ( rule__ChartAxis__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:553:2: rule__ChartAxis__Group__0
{
pushFollow(FOLLOW_rule__ChartAxis__Group__0_in_ruleChartAxis1120);
rule__ChartAxis__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getChartAxisAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleChartAxis"
// $ANTLR start "entryRuleChartRangeElement"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:565:1: entryRuleChartRangeElement : ruleChartRangeElement EOF ;
public final void entryRuleChartRangeElement() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:566:1: ( ruleChartRangeElement EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:567:1: ruleChartRangeElement EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartRangeElementRule());
}
pushFollow(FOLLOW_ruleChartRangeElement_in_entryRuleChartRangeElement1147);
ruleChartRangeElement();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getChartRangeElementRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleChartRangeElement1154); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleChartRangeElement"
// $ANTLR start "ruleChartRangeElement"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:574:1: ruleChartRangeElement : ( ruleChartSegmentColor ) ;
public final void ruleChartRangeElement() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:578:2: ( ( ruleChartSegmentColor ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:579:1: ( ruleChartSegmentColor )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:579:1: ( ruleChartSegmentColor )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:580:1: ruleChartSegmentColor
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartRangeElementAccess().getChartSegmentColorParserRuleCall());
}
pushFollow(FOLLOW_ruleChartSegmentColor_in_ruleChartRangeElement1180);
ruleChartSegmentColor();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getChartRangeElementAccess().getChartSegmentColorParserRuleCall());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleChartRangeElement"
// $ANTLR start "entryRuleChartSegmentColor"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:593:1: entryRuleChartSegmentColor : ruleChartSegmentColor EOF ;
public final void entryRuleChartSegmentColor() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:594:1: ( ruleChartSegmentColor EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:595:1: ruleChartSegmentColor EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartSegmentColorRule());
}
pushFollow(FOLLOW_ruleChartSegmentColor_in_entryRuleChartSegmentColor1206);
ruleChartSegmentColor();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getChartSegmentColorRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleChartSegmentColor1213); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleChartSegmentColor"
// $ANTLR start "ruleChartSegmentColor"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:602:1: ruleChartSegmentColor : ( ( rule__ChartSegmentColor__Group__0 ) ) ;
public final void ruleChartSegmentColor() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:606:2: ( ( ( rule__ChartSegmentColor__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:607:1: ( ( rule__ChartSegmentColor__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:607:1: ( ( rule__ChartSegmentColor__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:608:1: ( rule__ChartSegmentColor__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartSegmentColorAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:609:1: ( rule__ChartSegmentColor__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:609:2: rule__ChartSegmentColor__Group__0
{
pushFollow(FOLLOW_rule__ChartSegmentColor__Group__0_in_ruleChartSegmentColor1239);
rule__ChartSegmentColor__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getChartSegmentColorAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleChartSegmentColor"
// $ANTLR start "entryRuleChartImport"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:621:1: entryRuleChartImport : ruleChartImport EOF ;
public final void entryRuleChartImport() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:622:1: ( ruleChartImport EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:623:1: ruleChartImport EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartImportRule());
}
pushFollow(FOLLOW_ruleChartImport_in_entryRuleChartImport1266);
ruleChartImport();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getChartImportRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleChartImport1273); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleChartImport"
// $ANTLR start "ruleChartImport"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:630:1: ruleChartImport : ( ( rule__ChartImport__Group__0 ) ) ;
public final void ruleChartImport() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:634:2: ( ( ( rule__ChartImport__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:635:1: ( ( rule__ChartImport__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:635:1: ( ( rule__ChartImport__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:636:1: ( rule__ChartImport__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartImportAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:637:1: ( rule__ChartImport__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:637:2: rule__ChartImport__Group__0
{
pushFollow(FOLLOW_rule__ChartImport__Group__0_in_ruleChartImport1299);
rule__ChartImport__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getChartImportAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleChartImport"
// $ANTLR start "entryRuleSignedNumber"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:649:1: entryRuleSignedNumber : ruleSignedNumber EOF ;
public final void entryRuleSignedNumber() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:650:1: ( ruleSignedNumber EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:651:1: ruleSignedNumber EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getSignedNumberRule());
}
pushFollow(FOLLOW_ruleSignedNumber_in_entryRuleSignedNumber1326);
ruleSignedNumber();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getSignedNumberRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleSignedNumber1333); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleSignedNumber"
// $ANTLR start "ruleSignedNumber"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:658:1: ruleSignedNumber : ( ( rule__SignedNumber__Group__0 )? ) ;
public final void ruleSignedNumber() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:662:2: ( ( ( rule__SignedNumber__Group__0 )? ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:663:1: ( ( rule__SignedNumber__Group__0 )? )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:663:1: ( ( rule__SignedNumber__Group__0 )? )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:664:1: ( rule__SignedNumber__Group__0 )?
{
if ( state.backtracking==0 ) {
before(grammarAccess.getSignedNumberAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:665:1: ( rule__SignedNumber__Group__0 )?
int alt2=2;
int LA2_0 = input.LA(1);
if ( (LA2_0==RULE_INT||LA2_0==35) ) {
alt2=1;
}
switch (alt2) {
case 1 :
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:665:2: rule__SignedNumber__Group__0
{
pushFollow(FOLLOW_rule__SignedNumber__Group__0_in_ruleSignedNumber1359);
rule__SignedNumber__Group__0();
state._fsp--;
if (state.failed) return ;
}
break;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getSignedNumberAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleSignedNumber"
// $ANTLR start "entryRuleChartQualifiedNameWithWildCard"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:677:1: entryRuleChartQualifiedNameWithWildCard : ruleChartQualifiedNameWithWildCard EOF ;
public final void entryRuleChartQualifiedNameWithWildCard() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:678:1: ( ruleChartQualifiedNameWithWildCard EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:679:1: ruleChartQualifiedNameWithWildCard EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartQualifiedNameWithWildCardRule());
}
pushFollow(FOLLOW_ruleChartQualifiedNameWithWildCard_in_entryRuleChartQualifiedNameWithWildCard1387);
ruleChartQualifiedNameWithWildCard();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getChartQualifiedNameWithWildCardRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleChartQualifiedNameWithWildCard1394); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleChartQualifiedNameWithWildCard"
// $ANTLR start "ruleChartQualifiedNameWithWildCard"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:686:1: ruleChartQualifiedNameWithWildCard : ( ( rule__ChartQualifiedNameWithWildCard__Group__0 ) ) ;
public final void ruleChartQualifiedNameWithWildCard() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:690:2: ( ( ( rule__ChartQualifiedNameWithWildCard__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:691:1: ( ( rule__ChartQualifiedNameWithWildCard__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:691:1: ( ( rule__ChartQualifiedNameWithWildCard__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:692:1: ( rule__ChartQualifiedNameWithWildCard__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartQualifiedNameWithWildCardAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:693:1: ( rule__ChartQualifiedNameWithWildCard__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:693:2: rule__ChartQualifiedNameWithWildCard__Group__0
{
pushFollow(FOLLOW_rule__ChartQualifiedNameWithWildCard__Group__0_in_ruleChartQualifiedNameWithWildCard1420);
rule__ChartQualifiedNameWithWildCard__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getChartQualifiedNameWithWildCardAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleChartQualifiedNameWithWildCard"
// $ANTLR start "entryRuleTRANSLATABLESTRING"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:705:1: entryRuleTRANSLATABLESTRING : ruleTRANSLATABLESTRING EOF ;
public final void entryRuleTRANSLATABLESTRING() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:706:1: ( ruleTRANSLATABLESTRING EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:707:1: ruleTRANSLATABLESTRING EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getTRANSLATABLESTRINGRule());
}
pushFollow(FOLLOW_ruleTRANSLATABLESTRING_in_entryRuleTRANSLATABLESTRING1447);
ruleTRANSLATABLESTRING();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getTRANSLATABLESTRINGRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleTRANSLATABLESTRING1454); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleTRANSLATABLESTRING"
// $ANTLR start "ruleTRANSLATABLESTRING"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:714:1: ruleTRANSLATABLESTRING : ( RULE_STRING ) ;
public final void ruleTRANSLATABLESTRING() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:718:2: ( ( RULE_STRING ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:719:1: ( RULE_STRING )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:719:1: ( RULE_STRING )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:720:1: RULE_STRING
{
if ( state.backtracking==0 ) {
before(grammarAccess.getTRANSLATABLESTRINGAccess().getSTRINGTerminalRuleCall());
}
match(input,RULE_STRING,FOLLOW_RULE_STRING_in_ruleTRANSLATABLESTRING1480); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getTRANSLATABLESTRINGAccess().getSTRINGTerminalRuleCall());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleTRANSLATABLESTRING"
// $ANTLR start "entryRuleTRANSLATABLEID"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:733:1: entryRuleTRANSLATABLEID : ruleTRANSLATABLEID EOF ;
public final void entryRuleTRANSLATABLEID() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:734:1: ( ruleTRANSLATABLEID EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:735:1: ruleTRANSLATABLEID EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getTRANSLATABLEIDRule());
}
pushFollow(FOLLOW_ruleTRANSLATABLEID_in_entryRuleTRANSLATABLEID1506);
ruleTRANSLATABLEID();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getTRANSLATABLEIDRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleTRANSLATABLEID1513); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleTRANSLATABLEID"
// $ANTLR start "ruleTRANSLATABLEID"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:742:1: ruleTRANSLATABLEID : ( RULE_ID ) ;
public final void ruleTRANSLATABLEID() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:746:2: ( ( RULE_ID ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:747:1: ( RULE_ID )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:747:1: ( RULE_ID )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:748:1: RULE_ID
{
if ( state.backtracking==0 ) {
before(grammarAccess.getTRANSLATABLEIDAccess().getIDTerminalRuleCall());
}
match(input,RULE_ID,FOLLOW_RULE_ID_in_ruleTRANSLATABLEID1539); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getTRANSLATABLEIDAccess().getIDTerminalRuleCall());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleTRANSLATABLEID"
// $ANTLR start "entryRuleXAnnotation"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:761:1: entryRuleXAnnotation : ruleXAnnotation EOF ;
public final void entryRuleXAnnotation() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:762:1: ( ruleXAnnotation EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:763:1: ruleXAnnotation EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXAnnotationRule());
}
pushFollow(FOLLOW_ruleXAnnotation_in_entryRuleXAnnotation1565);
ruleXAnnotation();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXAnnotationRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXAnnotation1572); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXAnnotation"
// $ANTLR start "ruleXAnnotation"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:770:1: ruleXAnnotation : ( ( rule__XAnnotation__Group__0 ) ) ;
public final void ruleXAnnotation() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:774:2: ( ( ( rule__XAnnotation__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:775:1: ( ( rule__XAnnotation__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:775:1: ( ( rule__XAnnotation__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:776:1: ( rule__XAnnotation__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXAnnotationAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:777:1: ( rule__XAnnotation__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:777:2: rule__XAnnotation__Group__0
{
pushFollow(FOLLOW_rule__XAnnotation__Group__0_in_ruleXAnnotation1598);
rule__XAnnotation__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXAnnotationAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXAnnotation"
// $ANTLR start "entryRuleXAnnotationElementValuePair"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:789:1: entryRuleXAnnotationElementValuePair : ruleXAnnotationElementValuePair EOF ;
public final void entryRuleXAnnotationElementValuePair() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:790:1: ( ruleXAnnotationElementValuePair EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:791:1: ruleXAnnotationElementValuePair EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXAnnotationElementValuePairRule());
}
pushFollow(FOLLOW_ruleXAnnotationElementValuePair_in_entryRuleXAnnotationElementValuePair1625);
ruleXAnnotationElementValuePair();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXAnnotationElementValuePairRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXAnnotationElementValuePair1632); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXAnnotationElementValuePair"
// $ANTLR start "ruleXAnnotationElementValuePair"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:798:1: ruleXAnnotationElementValuePair : ( ( rule__XAnnotationElementValuePair__Group__0 ) ) ;
public final void ruleXAnnotationElementValuePair() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:802:2: ( ( ( rule__XAnnotationElementValuePair__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:803:1: ( ( rule__XAnnotationElementValuePair__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:803:1: ( ( rule__XAnnotationElementValuePair__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:804:1: ( rule__XAnnotationElementValuePair__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXAnnotationElementValuePairAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:805:1: ( rule__XAnnotationElementValuePair__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:805:2: rule__XAnnotationElementValuePair__Group__0
{
pushFollow(FOLLOW_rule__XAnnotationElementValuePair__Group__0_in_ruleXAnnotationElementValuePair1658);
rule__XAnnotationElementValuePair__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXAnnotationElementValuePairAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXAnnotationElementValuePair"
// $ANTLR start "entryRuleXAnnotationElementValueOrCommaList"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:817:1: entryRuleXAnnotationElementValueOrCommaList : ruleXAnnotationElementValueOrCommaList EOF ;
public final void entryRuleXAnnotationElementValueOrCommaList() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:818:1: ( ruleXAnnotationElementValueOrCommaList EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:819:1: ruleXAnnotationElementValueOrCommaList EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXAnnotationElementValueOrCommaListRule());
}
pushFollow(FOLLOW_ruleXAnnotationElementValueOrCommaList_in_entryRuleXAnnotationElementValueOrCommaList1685);
ruleXAnnotationElementValueOrCommaList();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXAnnotationElementValueOrCommaListRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXAnnotationElementValueOrCommaList1692); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXAnnotationElementValueOrCommaList"
// $ANTLR start "ruleXAnnotationElementValueOrCommaList"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:826:1: ruleXAnnotationElementValueOrCommaList : ( ( rule__XAnnotationElementValueOrCommaList__Alternatives ) ) ;
public final void ruleXAnnotationElementValueOrCommaList() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:830:2: ( ( ( rule__XAnnotationElementValueOrCommaList__Alternatives ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:831:1: ( ( rule__XAnnotationElementValueOrCommaList__Alternatives ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:831:1: ( ( rule__XAnnotationElementValueOrCommaList__Alternatives ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:832:1: ( rule__XAnnotationElementValueOrCommaList__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getAlternatives());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:833:1: ( rule__XAnnotationElementValueOrCommaList__Alternatives )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:833:2: rule__XAnnotationElementValueOrCommaList__Alternatives
{
pushFollow(FOLLOW_rule__XAnnotationElementValueOrCommaList__Alternatives_in_ruleXAnnotationElementValueOrCommaList1718);
rule__XAnnotationElementValueOrCommaList__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXAnnotationElementValueOrCommaListAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXAnnotationElementValueOrCommaList"
// $ANTLR start "entryRuleXAnnotationElementValue"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:845:1: entryRuleXAnnotationElementValue : ruleXAnnotationElementValue EOF ;
public final void entryRuleXAnnotationElementValue() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:846:1: ( ruleXAnnotationElementValue EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:847:1: ruleXAnnotationElementValue EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXAnnotationElementValueRule());
}
pushFollow(FOLLOW_ruleXAnnotationElementValue_in_entryRuleXAnnotationElementValue1745);
ruleXAnnotationElementValue();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXAnnotationElementValueRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXAnnotationElementValue1752); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXAnnotationElementValue"
// $ANTLR start "ruleXAnnotationElementValue"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:854:1: ruleXAnnotationElementValue : ( ( rule__XAnnotationElementValue__Alternatives ) ) ;
public final void ruleXAnnotationElementValue() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:858:2: ( ( ( rule__XAnnotationElementValue__Alternatives ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:859:1: ( ( rule__XAnnotationElementValue__Alternatives ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:859:1: ( ( rule__XAnnotationElementValue__Alternatives ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:860:1: ( rule__XAnnotationElementValue__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXAnnotationElementValueAccess().getAlternatives());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:861:1: ( rule__XAnnotationElementValue__Alternatives )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:861:2: rule__XAnnotationElementValue__Alternatives
{
pushFollow(FOLLOW_rule__XAnnotationElementValue__Alternatives_in_ruleXAnnotationElementValue1778);
rule__XAnnotationElementValue__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXAnnotationElementValueAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXAnnotationElementValue"
// $ANTLR start "entryRuleXAnnotationOrExpression"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:873:1: entryRuleXAnnotationOrExpression : ruleXAnnotationOrExpression EOF ;
public final void entryRuleXAnnotationOrExpression() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:874:1: ( ruleXAnnotationOrExpression EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:875:1: ruleXAnnotationOrExpression EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXAnnotationOrExpressionRule());
}
pushFollow(FOLLOW_ruleXAnnotationOrExpression_in_entryRuleXAnnotationOrExpression1805);
ruleXAnnotationOrExpression();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXAnnotationOrExpressionRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXAnnotationOrExpression1812); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXAnnotationOrExpression"
// $ANTLR start "ruleXAnnotationOrExpression"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:882:1: ruleXAnnotationOrExpression : ( ( rule__XAnnotationOrExpression__Alternatives ) ) ;
public final void ruleXAnnotationOrExpression() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:886:2: ( ( ( rule__XAnnotationOrExpression__Alternatives ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:887:1: ( ( rule__XAnnotationOrExpression__Alternatives ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:887:1: ( ( rule__XAnnotationOrExpression__Alternatives ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:888:1: ( rule__XAnnotationOrExpression__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXAnnotationOrExpressionAccess().getAlternatives());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:889:1: ( rule__XAnnotationOrExpression__Alternatives )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:889:2: rule__XAnnotationOrExpression__Alternatives
{
pushFollow(FOLLOW_rule__XAnnotationOrExpression__Alternatives_in_ruleXAnnotationOrExpression1838);
rule__XAnnotationOrExpression__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXAnnotationOrExpressionAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXAnnotationOrExpression"
// $ANTLR start "entryRuleXExpression"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:901:1: entryRuleXExpression : ruleXExpression EOF ;
public final void entryRuleXExpression() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:902:1: ( ruleXExpression EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:903:1: ruleXExpression EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXExpressionRule());
}
pushFollow(FOLLOW_ruleXExpression_in_entryRuleXExpression1865);
ruleXExpression();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXExpressionRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXExpression1872); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXExpression"
// $ANTLR start "ruleXExpression"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:910:1: ruleXExpression : ( ruleXAssignment ) ;
public final void ruleXExpression() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:914:2: ( ( ruleXAssignment ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:915:1: ( ruleXAssignment )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:915:1: ( ruleXAssignment )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:916:1: ruleXAssignment
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXExpressionAccess().getXAssignmentParserRuleCall());
}
pushFollow(FOLLOW_ruleXAssignment_in_ruleXExpression1898);
ruleXAssignment();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXExpressionAccess().getXAssignmentParserRuleCall());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXExpression"
// $ANTLR start "entryRuleXAssignment"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:929:1: entryRuleXAssignment : ruleXAssignment EOF ;
public final void entryRuleXAssignment() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:930:1: ( ruleXAssignment EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:931:1: ruleXAssignment EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXAssignmentRule());
}
pushFollow(FOLLOW_ruleXAssignment_in_entryRuleXAssignment1924);
ruleXAssignment();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXAssignmentRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXAssignment1931); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXAssignment"
// $ANTLR start "ruleXAssignment"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:938:1: ruleXAssignment : ( ( rule__XAssignment__Alternatives ) ) ;
public final void ruleXAssignment() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:942:2: ( ( ( rule__XAssignment__Alternatives ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:943:1: ( ( rule__XAssignment__Alternatives ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:943:1: ( ( rule__XAssignment__Alternatives ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:944:1: ( rule__XAssignment__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXAssignmentAccess().getAlternatives());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:945:1: ( rule__XAssignment__Alternatives )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:945:2: rule__XAssignment__Alternatives
{
pushFollow(FOLLOW_rule__XAssignment__Alternatives_in_ruleXAssignment1957);
rule__XAssignment__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXAssignmentAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXAssignment"
// $ANTLR start "entryRuleOpSingleAssign"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:957:1: entryRuleOpSingleAssign : ruleOpSingleAssign EOF ;
public final void entryRuleOpSingleAssign() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:958:1: ( ruleOpSingleAssign EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:959:1: ruleOpSingleAssign EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpSingleAssignRule());
}
pushFollow(FOLLOW_ruleOpSingleAssign_in_entryRuleOpSingleAssign1984);
ruleOpSingleAssign();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpSingleAssignRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleOpSingleAssign1991); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleOpSingleAssign"
// $ANTLR start "ruleOpSingleAssign"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:966:1: ruleOpSingleAssign : ( '=' ) ;
public final void ruleOpSingleAssign() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:970:2: ( ( '=' ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:971:1: ( '=' )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:971:1: ( '=' )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:972:1: '='
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpSingleAssignAccess().getEqualsSignKeyword());
}
match(input,13,FOLLOW_13_in_ruleOpSingleAssign2018); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpSingleAssignAccess().getEqualsSignKeyword());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleOpSingleAssign"
// $ANTLR start "entryRuleOpMultiAssign"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:987:1: entryRuleOpMultiAssign : ruleOpMultiAssign EOF ;
public final void entryRuleOpMultiAssign() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:988:1: ( ruleOpMultiAssign EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:989:1: ruleOpMultiAssign EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpMultiAssignRule());
}
pushFollow(FOLLOW_ruleOpMultiAssign_in_entryRuleOpMultiAssign2046);
ruleOpMultiAssign();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpMultiAssignRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleOpMultiAssign2053); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleOpMultiAssign"
// $ANTLR start "ruleOpMultiAssign"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:996:1: ruleOpMultiAssign : ( ( rule__OpMultiAssign__Alternatives ) ) ;
public final void ruleOpMultiAssign() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1000:2: ( ( ( rule__OpMultiAssign__Alternatives ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1001:1: ( ( rule__OpMultiAssign__Alternatives ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1001:1: ( ( rule__OpMultiAssign__Alternatives ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1002:1: ( rule__OpMultiAssign__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpMultiAssignAccess().getAlternatives());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1003:1: ( rule__OpMultiAssign__Alternatives )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1003:2: rule__OpMultiAssign__Alternatives
{
pushFollow(FOLLOW_rule__OpMultiAssign__Alternatives_in_ruleOpMultiAssign2079);
rule__OpMultiAssign__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getOpMultiAssignAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleOpMultiAssign"
// $ANTLR start "entryRuleXOrExpression"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1015:1: entryRuleXOrExpression : ruleXOrExpression EOF ;
public final void entryRuleXOrExpression() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1016:1: ( ruleXOrExpression EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1017:1: ruleXOrExpression EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXOrExpressionRule());
}
pushFollow(FOLLOW_ruleXOrExpression_in_entryRuleXOrExpression2106);
ruleXOrExpression();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXOrExpressionRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXOrExpression2113); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXOrExpression"
// $ANTLR start "ruleXOrExpression"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1024:1: ruleXOrExpression : ( ( rule__XOrExpression__Group__0 ) ) ;
public final void ruleXOrExpression() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1028:2: ( ( ( rule__XOrExpression__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1029:1: ( ( rule__XOrExpression__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1029:1: ( ( rule__XOrExpression__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1030:1: ( rule__XOrExpression__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXOrExpressionAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1031:1: ( rule__XOrExpression__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1031:2: rule__XOrExpression__Group__0
{
pushFollow(FOLLOW_rule__XOrExpression__Group__0_in_ruleXOrExpression2139);
rule__XOrExpression__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXOrExpressionAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXOrExpression"
// $ANTLR start "entryRuleOpOr"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1043:1: entryRuleOpOr : ruleOpOr EOF ;
public final void entryRuleOpOr() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1044:1: ( ruleOpOr EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1045:1: ruleOpOr EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpOrRule());
}
pushFollow(FOLLOW_ruleOpOr_in_entryRuleOpOr2166);
ruleOpOr();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpOrRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleOpOr2173); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleOpOr"
// $ANTLR start "ruleOpOr"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1052:1: ruleOpOr : ( '||' ) ;
public final void ruleOpOr() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1056:2: ( ( '||' ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1057:1: ( '||' )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1057:1: ( '||' )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1058:1: '||'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpOrAccess().getVerticalLineVerticalLineKeyword());
}
match(input,14,FOLLOW_14_in_ruleOpOr2200); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpOrAccess().getVerticalLineVerticalLineKeyword());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleOpOr"
// $ANTLR start "entryRuleXAndExpression"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1073:1: entryRuleXAndExpression : ruleXAndExpression EOF ;
public final void entryRuleXAndExpression() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1074:1: ( ruleXAndExpression EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1075:1: ruleXAndExpression EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXAndExpressionRule());
}
pushFollow(FOLLOW_ruleXAndExpression_in_entryRuleXAndExpression2228);
ruleXAndExpression();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXAndExpressionRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXAndExpression2235); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXAndExpression"
// $ANTLR start "ruleXAndExpression"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1082:1: ruleXAndExpression : ( ( rule__XAndExpression__Group__0 ) ) ;
public final void ruleXAndExpression() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1086:2: ( ( ( rule__XAndExpression__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1087:1: ( ( rule__XAndExpression__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1087:1: ( ( rule__XAndExpression__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1088:1: ( rule__XAndExpression__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXAndExpressionAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1089:1: ( rule__XAndExpression__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1089:2: rule__XAndExpression__Group__0
{
pushFollow(FOLLOW_rule__XAndExpression__Group__0_in_ruleXAndExpression2261);
rule__XAndExpression__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXAndExpressionAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXAndExpression"
// $ANTLR start "entryRuleOpAnd"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1101:1: entryRuleOpAnd : ruleOpAnd EOF ;
public final void entryRuleOpAnd() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1102:1: ( ruleOpAnd EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1103:1: ruleOpAnd EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpAndRule());
}
pushFollow(FOLLOW_ruleOpAnd_in_entryRuleOpAnd2288);
ruleOpAnd();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpAndRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleOpAnd2295); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleOpAnd"
// $ANTLR start "ruleOpAnd"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1110:1: ruleOpAnd : ( '&&' ) ;
public final void ruleOpAnd() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1114:2: ( ( '&&' ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1115:1: ( '&&' )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1115:1: ( '&&' )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1116:1: '&&'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpAndAccess().getAmpersandAmpersandKeyword());
}
match(input,15,FOLLOW_15_in_ruleOpAnd2322); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpAndAccess().getAmpersandAmpersandKeyword());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleOpAnd"
// $ANTLR start "entryRuleXEqualityExpression"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1131:1: entryRuleXEqualityExpression : ruleXEqualityExpression EOF ;
public final void entryRuleXEqualityExpression() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1132:1: ( ruleXEqualityExpression EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1133:1: ruleXEqualityExpression EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXEqualityExpressionRule());
}
pushFollow(FOLLOW_ruleXEqualityExpression_in_entryRuleXEqualityExpression2350);
ruleXEqualityExpression();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXEqualityExpressionRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXEqualityExpression2357); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXEqualityExpression"
// $ANTLR start "ruleXEqualityExpression"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1140:1: ruleXEqualityExpression : ( ( rule__XEqualityExpression__Group__0 ) ) ;
public final void ruleXEqualityExpression() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1144:2: ( ( ( rule__XEqualityExpression__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1145:1: ( ( rule__XEqualityExpression__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1145:1: ( ( rule__XEqualityExpression__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1146:1: ( rule__XEqualityExpression__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXEqualityExpressionAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1147:1: ( rule__XEqualityExpression__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1147:2: rule__XEqualityExpression__Group__0
{
pushFollow(FOLLOW_rule__XEqualityExpression__Group__0_in_ruleXEqualityExpression2383);
rule__XEqualityExpression__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXEqualityExpressionAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXEqualityExpression"
// $ANTLR start "entryRuleOpEquality"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1159:1: entryRuleOpEquality : ruleOpEquality EOF ;
public final void entryRuleOpEquality() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1160:1: ( ruleOpEquality EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1161:1: ruleOpEquality EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpEqualityRule());
}
pushFollow(FOLLOW_ruleOpEquality_in_entryRuleOpEquality2410);
ruleOpEquality();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpEqualityRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleOpEquality2417); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleOpEquality"
// $ANTLR start "ruleOpEquality"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1168:1: ruleOpEquality : ( ( rule__OpEquality__Alternatives ) ) ;
public final void ruleOpEquality() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1172:2: ( ( ( rule__OpEquality__Alternatives ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1173:1: ( ( rule__OpEquality__Alternatives ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1173:1: ( ( rule__OpEquality__Alternatives ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1174:1: ( rule__OpEquality__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpEqualityAccess().getAlternatives());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1175:1: ( rule__OpEquality__Alternatives )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1175:2: rule__OpEquality__Alternatives
{
pushFollow(FOLLOW_rule__OpEquality__Alternatives_in_ruleOpEquality2443);
rule__OpEquality__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getOpEqualityAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleOpEquality"
// $ANTLR start "entryRuleXRelationalExpression"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1187:1: entryRuleXRelationalExpression : ruleXRelationalExpression EOF ;
public final void entryRuleXRelationalExpression() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1188:1: ( ruleXRelationalExpression EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1189:1: ruleXRelationalExpression EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXRelationalExpressionRule());
}
pushFollow(FOLLOW_ruleXRelationalExpression_in_entryRuleXRelationalExpression2470);
ruleXRelationalExpression();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXRelationalExpressionRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXRelationalExpression2477); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXRelationalExpression"
// $ANTLR start "ruleXRelationalExpression"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1196:1: ruleXRelationalExpression : ( ( rule__XRelationalExpression__Group__0 ) ) ;
public final void ruleXRelationalExpression() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1200:2: ( ( ( rule__XRelationalExpression__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1201:1: ( ( rule__XRelationalExpression__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1201:1: ( ( rule__XRelationalExpression__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1202:1: ( rule__XRelationalExpression__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXRelationalExpressionAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1203:1: ( rule__XRelationalExpression__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1203:2: rule__XRelationalExpression__Group__0
{
pushFollow(FOLLOW_rule__XRelationalExpression__Group__0_in_ruleXRelationalExpression2503);
rule__XRelationalExpression__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXRelationalExpressionAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXRelationalExpression"
// $ANTLR start "entryRuleOpCompare"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1215:1: entryRuleOpCompare : ruleOpCompare EOF ;
public final void entryRuleOpCompare() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1216:1: ( ruleOpCompare EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1217:1: ruleOpCompare EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpCompareRule());
}
pushFollow(FOLLOW_ruleOpCompare_in_entryRuleOpCompare2530);
ruleOpCompare();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpCompareRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleOpCompare2537); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleOpCompare"
// $ANTLR start "ruleOpCompare"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1224:1: ruleOpCompare : ( ( rule__OpCompare__Alternatives ) ) ;
public final void ruleOpCompare() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1228:2: ( ( ( rule__OpCompare__Alternatives ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1229:1: ( ( rule__OpCompare__Alternatives ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1229:1: ( ( rule__OpCompare__Alternatives ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1230:1: ( rule__OpCompare__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpCompareAccess().getAlternatives());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1231:1: ( rule__OpCompare__Alternatives )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1231:2: rule__OpCompare__Alternatives
{
pushFollow(FOLLOW_rule__OpCompare__Alternatives_in_ruleOpCompare2563);
rule__OpCompare__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getOpCompareAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleOpCompare"
// $ANTLR start "entryRuleXOtherOperatorExpression"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1243:1: entryRuleXOtherOperatorExpression : ruleXOtherOperatorExpression EOF ;
public final void entryRuleXOtherOperatorExpression() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1244:1: ( ruleXOtherOperatorExpression EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1245:1: ruleXOtherOperatorExpression EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXOtherOperatorExpressionRule());
}
pushFollow(FOLLOW_ruleXOtherOperatorExpression_in_entryRuleXOtherOperatorExpression2590);
ruleXOtherOperatorExpression();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXOtherOperatorExpressionRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXOtherOperatorExpression2597); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXOtherOperatorExpression"
// $ANTLR start "ruleXOtherOperatorExpression"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1252:1: ruleXOtherOperatorExpression : ( ( rule__XOtherOperatorExpression__Group__0 ) ) ;
public final void ruleXOtherOperatorExpression() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1256:2: ( ( ( rule__XOtherOperatorExpression__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1257:1: ( ( rule__XOtherOperatorExpression__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1257:1: ( ( rule__XOtherOperatorExpression__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1258:1: ( rule__XOtherOperatorExpression__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXOtherOperatorExpressionAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1259:1: ( rule__XOtherOperatorExpression__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1259:2: rule__XOtherOperatorExpression__Group__0
{
pushFollow(FOLLOW_rule__XOtherOperatorExpression__Group__0_in_ruleXOtherOperatorExpression2623);
rule__XOtherOperatorExpression__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXOtherOperatorExpressionAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXOtherOperatorExpression"
// $ANTLR start "entryRuleOpOther"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1271:1: entryRuleOpOther : ruleOpOther EOF ;
public final void entryRuleOpOther() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1272:1: ( ruleOpOther EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1273:1: ruleOpOther EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpOtherRule());
}
pushFollow(FOLLOW_ruleOpOther_in_entryRuleOpOther2650);
ruleOpOther();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpOtherRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleOpOther2657); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleOpOther"
// $ANTLR start "ruleOpOther"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1280:1: ruleOpOther : ( ( rule__OpOther__Alternatives ) ) ;
public final void ruleOpOther() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1284:2: ( ( ( rule__OpOther__Alternatives ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1285:1: ( ( rule__OpOther__Alternatives ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1285:1: ( ( rule__OpOther__Alternatives ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1286:1: ( rule__OpOther__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpOtherAccess().getAlternatives());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1287:1: ( rule__OpOther__Alternatives )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1287:2: rule__OpOther__Alternatives
{
pushFollow(FOLLOW_rule__OpOther__Alternatives_in_ruleOpOther2683);
rule__OpOther__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getOpOtherAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleOpOther"
// $ANTLR start "entryRuleXAdditiveExpression"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1299:1: entryRuleXAdditiveExpression : ruleXAdditiveExpression EOF ;
public final void entryRuleXAdditiveExpression() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1300:1: ( ruleXAdditiveExpression EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1301:1: ruleXAdditiveExpression EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXAdditiveExpressionRule());
}
pushFollow(FOLLOW_ruleXAdditiveExpression_in_entryRuleXAdditiveExpression2710);
ruleXAdditiveExpression();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXAdditiveExpressionRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXAdditiveExpression2717); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXAdditiveExpression"
// $ANTLR start "ruleXAdditiveExpression"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1308:1: ruleXAdditiveExpression : ( ( rule__XAdditiveExpression__Group__0 ) ) ;
public final void ruleXAdditiveExpression() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1312:2: ( ( ( rule__XAdditiveExpression__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1313:1: ( ( rule__XAdditiveExpression__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1313:1: ( ( rule__XAdditiveExpression__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1314:1: ( rule__XAdditiveExpression__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXAdditiveExpressionAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1315:1: ( rule__XAdditiveExpression__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1315:2: rule__XAdditiveExpression__Group__0
{
pushFollow(FOLLOW_rule__XAdditiveExpression__Group__0_in_ruleXAdditiveExpression2743);
rule__XAdditiveExpression__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXAdditiveExpressionAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXAdditiveExpression"
// $ANTLR start "entryRuleOpAdd"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1327:1: entryRuleOpAdd : ruleOpAdd EOF ;
public final void entryRuleOpAdd() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1328:1: ( ruleOpAdd EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1329:1: ruleOpAdd EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpAddRule());
}
pushFollow(FOLLOW_ruleOpAdd_in_entryRuleOpAdd2770);
ruleOpAdd();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpAddRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleOpAdd2777); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleOpAdd"
// $ANTLR start "ruleOpAdd"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1336:1: ruleOpAdd : ( ( rule__OpAdd__Alternatives ) ) ;
public final void ruleOpAdd() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1340:2: ( ( ( rule__OpAdd__Alternatives ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1341:1: ( ( rule__OpAdd__Alternatives ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1341:1: ( ( rule__OpAdd__Alternatives ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1342:1: ( rule__OpAdd__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpAddAccess().getAlternatives());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1343:1: ( rule__OpAdd__Alternatives )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1343:2: rule__OpAdd__Alternatives
{
pushFollow(FOLLOW_rule__OpAdd__Alternatives_in_ruleOpAdd2803);
rule__OpAdd__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getOpAddAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleOpAdd"
// $ANTLR start "entryRuleXMultiplicativeExpression"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1355:1: entryRuleXMultiplicativeExpression : ruleXMultiplicativeExpression EOF ;
public final void entryRuleXMultiplicativeExpression() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1356:1: ( ruleXMultiplicativeExpression EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1357:1: ruleXMultiplicativeExpression EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXMultiplicativeExpressionRule());
}
pushFollow(FOLLOW_ruleXMultiplicativeExpression_in_entryRuleXMultiplicativeExpression2830);
ruleXMultiplicativeExpression();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXMultiplicativeExpressionRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXMultiplicativeExpression2837); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXMultiplicativeExpression"
// $ANTLR start "ruleXMultiplicativeExpression"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1364:1: ruleXMultiplicativeExpression : ( ( rule__XMultiplicativeExpression__Group__0 ) ) ;
public final void ruleXMultiplicativeExpression() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1368:2: ( ( ( rule__XMultiplicativeExpression__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1369:1: ( ( rule__XMultiplicativeExpression__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1369:1: ( ( rule__XMultiplicativeExpression__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1370:1: ( rule__XMultiplicativeExpression__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXMultiplicativeExpressionAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1371:1: ( rule__XMultiplicativeExpression__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1371:2: rule__XMultiplicativeExpression__Group__0
{
pushFollow(FOLLOW_rule__XMultiplicativeExpression__Group__0_in_ruleXMultiplicativeExpression2863);
rule__XMultiplicativeExpression__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXMultiplicativeExpressionAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXMultiplicativeExpression"
// $ANTLR start "entryRuleOpMulti"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1383:1: entryRuleOpMulti : ruleOpMulti EOF ;
public final void entryRuleOpMulti() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1384:1: ( ruleOpMulti EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1385:1: ruleOpMulti EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpMultiRule());
}
pushFollow(FOLLOW_ruleOpMulti_in_entryRuleOpMulti2890);
ruleOpMulti();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpMultiRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleOpMulti2897); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleOpMulti"
// $ANTLR start "ruleOpMulti"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1392:1: ruleOpMulti : ( ( rule__OpMulti__Alternatives ) ) ;
public final void ruleOpMulti() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1396:2: ( ( ( rule__OpMulti__Alternatives ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1397:1: ( ( rule__OpMulti__Alternatives ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1397:1: ( ( rule__OpMulti__Alternatives ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1398:1: ( rule__OpMulti__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpMultiAccess().getAlternatives());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1399:1: ( rule__OpMulti__Alternatives )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1399:2: rule__OpMulti__Alternatives
{
pushFollow(FOLLOW_rule__OpMulti__Alternatives_in_ruleOpMulti2923);
rule__OpMulti__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getOpMultiAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleOpMulti"
// $ANTLR start "entryRuleXUnaryOperation"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1411:1: entryRuleXUnaryOperation : ruleXUnaryOperation EOF ;
public final void entryRuleXUnaryOperation() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1412:1: ( ruleXUnaryOperation EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1413:1: ruleXUnaryOperation EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXUnaryOperationRule());
}
pushFollow(FOLLOW_ruleXUnaryOperation_in_entryRuleXUnaryOperation2950);
ruleXUnaryOperation();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXUnaryOperationRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXUnaryOperation2957); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXUnaryOperation"
// $ANTLR start "ruleXUnaryOperation"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1420:1: ruleXUnaryOperation : ( ( rule__XUnaryOperation__Alternatives ) ) ;
public final void ruleXUnaryOperation() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1424:2: ( ( ( rule__XUnaryOperation__Alternatives ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1425:1: ( ( rule__XUnaryOperation__Alternatives ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1425:1: ( ( rule__XUnaryOperation__Alternatives ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1426:1: ( rule__XUnaryOperation__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXUnaryOperationAccess().getAlternatives());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1427:1: ( rule__XUnaryOperation__Alternatives )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1427:2: rule__XUnaryOperation__Alternatives
{
pushFollow(FOLLOW_rule__XUnaryOperation__Alternatives_in_ruleXUnaryOperation2983);
rule__XUnaryOperation__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXUnaryOperationAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXUnaryOperation"
// $ANTLR start "entryRuleOpUnary"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1439:1: entryRuleOpUnary : ruleOpUnary EOF ;
public final void entryRuleOpUnary() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1440:1: ( ruleOpUnary EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1441:1: ruleOpUnary EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpUnaryRule());
}
pushFollow(FOLLOW_ruleOpUnary_in_entryRuleOpUnary3010);
ruleOpUnary();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpUnaryRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleOpUnary3017); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleOpUnary"
// $ANTLR start "ruleOpUnary"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1448:1: ruleOpUnary : ( ( rule__OpUnary__Alternatives ) ) ;
public final void ruleOpUnary() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1452:2: ( ( ( rule__OpUnary__Alternatives ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1453:1: ( ( rule__OpUnary__Alternatives ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1453:1: ( ( rule__OpUnary__Alternatives ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1454:1: ( rule__OpUnary__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpUnaryAccess().getAlternatives());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1455:1: ( rule__OpUnary__Alternatives )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1455:2: rule__OpUnary__Alternatives
{
pushFollow(FOLLOW_rule__OpUnary__Alternatives_in_ruleOpUnary3043);
rule__OpUnary__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getOpUnaryAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleOpUnary"
// $ANTLR start "entryRuleXCastedExpression"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1467:1: entryRuleXCastedExpression : ruleXCastedExpression EOF ;
public final void entryRuleXCastedExpression() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1468:1: ( ruleXCastedExpression EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1469:1: ruleXCastedExpression EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXCastedExpressionRule());
}
pushFollow(FOLLOW_ruleXCastedExpression_in_entryRuleXCastedExpression3070);
ruleXCastedExpression();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXCastedExpressionRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXCastedExpression3077); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXCastedExpression"
// $ANTLR start "ruleXCastedExpression"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1476:1: ruleXCastedExpression : ( ( rule__XCastedExpression__Group__0 ) ) ;
public final void ruleXCastedExpression() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1480:2: ( ( ( rule__XCastedExpression__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1481:1: ( ( rule__XCastedExpression__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1481:1: ( ( rule__XCastedExpression__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1482:1: ( rule__XCastedExpression__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXCastedExpressionAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1483:1: ( rule__XCastedExpression__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1483:2: rule__XCastedExpression__Group__0
{
pushFollow(FOLLOW_rule__XCastedExpression__Group__0_in_ruleXCastedExpression3103);
rule__XCastedExpression__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXCastedExpressionAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXCastedExpression"
// $ANTLR start "entryRuleXPostfixOperation"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1495:1: entryRuleXPostfixOperation : ruleXPostfixOperation EOF ;
public final void entryRuleXPostfixOperation() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1496:1: ( ruleXPostfixOperation EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1497:1: ruleXPostfixOperation EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXPostfixOperationRule());
}
pushFollow(FOLLOW_ruleXPostfixOperation_in_entryRuleXPostfixOperation3130);
ruleXPostfixOperation();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXPostfixOperationRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXPostfixOperation3137); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXPostfixOperation"
// $ANTLR start "ruleXPostfixOperation"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1504:1: ruleXPostfixOperation : ( ( rule__XPostfixOperation__Group__0 ) ) ;
public final void ruleXPostfixOperation() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1508:2: ( ( ( rule__XPostfixOperation__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1509:1: ( ( rule__XPostfixOperation__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1509:1: ( ( rule__XPostfixOperation__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1510:1: ( rule__XPostfixOperation__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXPostfixOperationAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1511:1: ( rule__XPostfixOperation__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1511:2: rule__XPostfixOperation__Group__0
{
pushFollow(FOLLOW_rule__XPostfixOperation__Group__0_in_ruleXPostfixOperation3163);
rule__XPostfixOperation__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXPostfixOperationAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXPostfixOperation"
// $ANTLR start "entryRuleOpPostfix"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1523:1: entryRuleOpPostfix : ruleOpPostfix EOF ;
public final void entryRuleOpPostfix() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1524:1: ( ruleOpPostfix EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1525:1: ruleOpPostfix EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpPostfixRule());
}
pushFollow(FOLLOW_ruleOpPostfix_in_entryRuleOpPostfix3190);
ruleOpPostfix();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getOpPostfixRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleOpPostfix3197); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleOpPostfix"
// $ANTLR start "ruleOpPostfix"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1532:1: ruleOpPostfix : ( ( rule__OpPostfix__Alternatives ) ) ;
public final void ruleOpPostfix() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1536:2: ( ( ( rule__OpPostfix__Alternatives ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1537:1: ( ( rule__OpPostfix__Alternatives ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1537:1: ( ( rule__OpPostfix__Alternatives ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1538:1: ( rule__OpPostfix__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getOpPostfixAccess().getAlternatives());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1539:1: ( rule__OpPostfix__Alternatives )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1539:2: rule__OpPostfix__Alternatives
{
pushFollow(FOLLOW_rule__OpPostfix__Alternatives_in_ruleOpPostfix3223);
rule__OpPostfix__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getOpPostfixAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleOpPostfix"
// $ANTLR start "entryRuleXMemberFeatureCall"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1551:1: entryRuleXMemberFeatureCall : ruleXMemberFeatureCall EOF ;
public final void entryRuleXMemberFeatureCall() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1552:1: ( ruleXMemberFeatureCall EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1553:1: ruleXMemberFeatureCall EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXMemberFeatureCallRule());
}
pushFollow(FOLLOW_ruleXMemberFeatureCall_in_entryRuleXMemberFeatureCall3250);
ruleXMemberFeatureCall();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXMemberFeatureCallRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXMemberFeatureCall3257); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXMemberFeatureCall"
// $ANTLR start "ruleXMemberFeatureCall"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1560:1: ruleXMemberFeatureCall : ( ( rule__XMemberFeatureCall__Group__0 ) ) ;
public final void ruleXMemberFeatureCall() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1564:2: ( ( ( rule__XMemberFeatureCall__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1565:1: ( ( rule__XMemberFeatureCall__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1565:1: ( ( rule__XMemberFeatureCall__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1566:1: ( rule__XMemberFeatureCall__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXMemberFeatureCallAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1567:1: ( rule__XMemberFeatureCall__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1567:2: rule__XMemberFeatureCall__Group__0
{
pushFollow(FOLLOW_rule__XMemberFeatureCall__Group__0_in_ruleXMemberFeatureCall3283);
rule__XMemberFeatureCall__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXMemberFeatureCallAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXMemberFeatureCall"
// $ANTLR start "entryRuleXPrimaryExpression"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1579:1: entryRuleXPrimaryExpression : ruleXPrimaryExpression EOF ;
public final void entryRuleXPrimaryExpression() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1580:1: ( ruleXPrimaryExpression EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1581:1: ruleXPrimaryExpression EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXPrimaryExpressionRule());
}
pushFollow(FOLLOW_ruleXPrimaryExpression_in_entryRuleXPrimaryExpression3310);
ruleXPrimaryExpression();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXPrimaryExpressionRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXPrimaryExpression3317); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXPrimaryExpression"
// $ANTLR start "ruleXPrimaryExpression"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1588:1: ruleXPrimaryExpression : ( ( rule__XPrimaryExpression__Alternatives ) ) ;
public final void ruleXPrimaryExpression() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1592:2: ( ( ( rule__XPrimaryExpression__Alternatives ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1593:1: ( ( rule__XPrimaryExpression__Alternatives ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1593:1: ( ( rule__XPrimaryExpression__Alternatives ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1594:1: ( rule__XPrimaryExpression__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXPrimaryExpressionAccess().getAlternatives());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1595:1: ( rule__XPrimaryExpression__Alternatives )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1595:2: rule__XPrimaryExpression__Alternatives
{
pushFollow(FOLLOW_rule__XPrimaryExpression__Alternatives_in_ruleXPrimaryExpression3343);
rule__XPrimaryExpression__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXPrimaryExpressionAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXPrimaryExpression"
// $ANTLR start "entryRuleXLiteral"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1607:1: entryRuleXLiteral : ruleXLiteral EOF ;
public final void entryRuleXLiteral() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1608:1: ( ruleXLiteral EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1609:1: ruleXLiteral EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXLiteralRule());
}
pushFollow(FOLLOW_ruleXLiteral_in_entryRuleXLiteral3370);
ruleXLiteral();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXLiteralRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXLiteral3377); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXLiteral"
// $ANTLR start "ruleXLiteral"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1616:1: ruleXLiteral : ( ( rule__XLiteral__Alternatives ) ) ;
public final void ruleXLiteral() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1620:2: ( ( ( rule__XLiteral__Alternatives ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1621:1: ( ( rule__XLiteral__Alternatives ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1621:1: ( ( rule__XLiteral__Alternatives ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1622:1: ( rule__XLiteral__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXLiteralAccess().getAlternatives());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1623:1: ( rule__XLiteral__Alternatives )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1623:2: rule__XLiteral__Alternatives
{
pushFollow(FOLLOW_rule__XLiteral__Alternatives_in_ruleXLiteral3403);
rule__XLiteral__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXLiteralAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXLiteral"
// $ANTLR start "entryRuleXCollectionLiteral"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1635:1: entryRuleXCollectionLiteral : ruleXCollectionLiteral EOF ;
public final void entryRuleXCollectionLiteral() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1636:1: ( ruleXCollectionLiteral EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1637:1: ruleXCollectionLiteral EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXCollectionLiteralRule());
}
pushFollow(FOLLOW_ruleXCollectionLiteral_in_entryRuleXCollectionLiteral3430);
ruleXCollectionLiteral();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXCollectionLiteralRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXCollectionLiteral3437); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXCollectionLiteral"
// $ANTLR start "ruleXCollectionLiteral"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1644:1: ruleXCollectionLiteral : ( ( rule__XCollectionLiteral__Alternatives ) ) ;
public final void ruleXCollectionLiteral() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1648:2: ( ( ( rule__XCollectionLiteral__Alternatives ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1649:1: ( ( rule__XCollectionLiteral__Alternatives ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1649:1: ( ( rule__XCollectionLiteral__Alternatives ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1650:1: ( rule__XCollectionLiteral__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXCollectionLiteralAccess().getAlternatives());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1651:1: ( rule__XCollectionLiteral__Alternatives )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1651:2: rule__XCollectionLiteral__Alternatives
{
pushFollow(FOLLOW_rule__XCollectionLiteral__Alternatives_in_ruleXCollectionLiteral3463);
rule__XCollectionLiteral__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXCollectionLiteralAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXCollectionLiteral"
// $ANTLR start "entryRuleXSetLiteral"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1663:1: entryRuleXSetLiteral : ruleXSetLiteral EOF ;
public final void entryRuleXSetLiteral() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1664:1: ( ruleXSetLiteral EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1665:1: ruleXSetLiteral EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXSetLiteralRule());
}
pushFollow(FOLLOW_ruleXSetLiteral_in_entryRuleXSetLiteral3490);
ruleXSetLiteral();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXSetLiteralRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXSetLiteral3497); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXSetLiteral"
// $ANTLR start "ruleXSetLiteral"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1672:1: ruleXSetLiteral : ( ( rule__XSetLiteral__Group__0 ) ) ;
public final void ruleXSetLiteral() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1676:2: ( ( ( rule__XSetLiteral__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1677:1: ( ( rule__XSetLiteral__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1677:1: ( ( rule__XSetLiteral__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1678:1: ( rule__XSetLiteral__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXSetLiteralAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1679:1: ( rule__XSetLiteral__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1679:2: rule__XSetLiteral__Group__0
{
pushFollow(FOLLOW_rule__XSetLiteral__Group__0_in_ruleXSetLiteral3523);
rule__XSetLiteral__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXSetLiteralAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXSetLiteral"
// $ANTLR start "entryRuleXListLiteral"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1691:1: entryRuleXListLiteral : ruleXListLiteral EOF ;
public final void entryRuleXListLiteral() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1692:1: ( ruleXListLiteral EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1693:1: ruleXListLiteral EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXListLiteralRule());
}
pushFollow(FOLLOW_ruleXListLiteral_in_entryRuleXListLiteral3550);
ruleXListLiteral();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXListLiteralRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXListLiteral3557); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXListLiteral"
// $ANTLR start "ruleXListLiteral"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1700:1: ruleXListLiteral : ( ( rule__XListLiteral__Group__0 ) ) ;
public final void ruleXListLiteral() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1704:2: ( ( ( rule__XListLiteral__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1705:1: ( ( rule__XListLiteral__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1705:1: ( ( rule__XListLiteral__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1706:1: ( rule__XListLiteral__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXListLiteralAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1707:1: ( rule__XListLiteral__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1707:2: rule__XListLiteral__Group__0
{
pushFollow(FOLLOW_rule__XListLiteral__Group__0_in_ruleXListLiteral3583);
rule__XListLiteral__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXListLiteralAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXListLiteral"
// $ANTLR start "entryRuleXClosure"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1719:1: entryRuleXClosure : ruleXClosure EOF ;
public final void entryRuleXClosure() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1720:1: ( ruleXClosure EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1721:1: ruleXClosure EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXClosureRule());
}
pushFollow(FOLLOW_ruleXClosure_in_entryRuleXClosure3610);
ruleXClosure();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXClosureRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXClosure3617); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXClosure"
// $ANTLR start "ruleXClosure"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1728:1: ruleXClosure : ( ( rule__XClosure__Group__0 ) ) ;
public final void ruleXClosure() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1732:2: ( ( ( rule__XClosure__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1733:1: ( ( rule__XClosure__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1733:1: ( ( rule__XClosure__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1734:1: ( rule__XClosure__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXClosureAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1735:1: ( rule__XClosure__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1735:2: rule__XClosure__Group__0
{
pushFollow(FOLLOW_rule__XClosure__Group__0_in_ruleXClosure3643);
rule__XClosure__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXClosureAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXClosure"
// $ANTLR start "entryRuleXExpressionInClosure"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1747:1: entryRuleXExpressionInClosure : ruleXExpressionInClosure EOF ;
public final void entryRuleXExpressionInClosure() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1748:1: ( ruleXExpressionInClosure EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1749:1: ruleXExpressionInClosure EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXExpressionInClosureRule());
}
pushFollow(FOLLOW_ruleXExpressionInClosure_in_entryRuleXExpressionInClosure3670);
ruleXExpressionInClosure();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXExpressionInClosureRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXExpressionInClosure3677); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXExpressionInClosure"
// $ANTLR start "ruleXExpressionInClosure"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1756:1: ruleXExpressionInClosure : ( ( rule__XExpressionInClosure__Group__0 ) ) ;
public final void ruleXExpressionInClosure() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1760:2: ( ( ( rule__XExpressionInClosure__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1761:1: ( ( rule__XExpressionInClosure__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1761:1: ( ( rule__XExpressionInClosure__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1762:1: ( rule__XExpressionInClosure__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXExpressionInClosureAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1763:1: ( rule__XExpressionInClosure__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1763:2: rule__XExpressionInClosure__Group__0
{
pushFollow(FOLLOW_rule__XExpressionInClosure__Group__0_in_ruleXExpressionInClosure3703);
rule__XExpressionInClosure__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXExpressionInClosureAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXExpressionInClosure"
// $ANTLR start "entryRuleXShortClosure"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1775:1: entryRuleXShortClosure : ruleXShortClosure EOF ;
public final void entryRuleXShortClosure() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1776:1: ( ruleXShortClosure EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1777:1: ruleXShortClosure EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXShortClosureRule());
}
pushFollow(FOLLOW_ruleXShortClosure_in_entryRuleXShortClosure3730);
ruleXShortClosure();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXShortClosureRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXShortClosure3737); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXShortClosure"
// $ANTLR start "ruleXShortClosure"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1784:1: ruleXShortClosure : ( ( rule__XShortClosure__Group__0 ) ) ;
public final void ruleXShortClosure() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1788:2: ( ( ( rule__XShortClosure__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1789:1: ( ( rule__XShortClosure__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1789:1: ( ( rule__XShortClosure__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1790:1: ( rule__XShortClosure__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXShortClosureAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1791:1: ( rule__XShortClosure__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1791:2: rule__XShortClosure__Group__0
{
pushFollow(FOLLOW_rule__XShortClosure__Group__0_in_ruleXShortClosure3763);
rule__XShortClosure__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXShortClosureAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXShortClosure"
// $ANTLR start "entryRuleXParenthesizedExpression"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1803:1: entryRuleXParenthesizedExpression : ruleXParenthesizedExpression EOF ;
public final void entryRuleXParenthesizedExpression() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1804:1: ( ruleXParenthesizedExpression EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1805:1: ruleXParenthesizedExpression EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXParenthesizedExpressionRule());
}
pushFollow(FOLLOW_ruleXParenthesizedExpression_in_entryRuleXParenthesizedExpression3790);
ruleXParenthesizedExpression();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXParenthesizedExpressionRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXParenthesizedExpression3797); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXParenthesizedExpression"
// $ANTLR start "ruleXParenthesizedExpression"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1812:1: ruleXParenthesizedExpression : ( ( rule__XParenthesizedExpression__Group__0 ) ) ;
public final void ruleXParenthesizedExpression() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1816:2: ( ( ( rule__XParenthesizedExpression__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1817:1: ( ( rule__XParenthesizedExpression__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1817:1: ( ( rule__XParenthesizedExpression__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1818:1: ( rule__XParenthesizedExpression__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXParenthesizedExpressionAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1819:1: ( rule__XParenthesizedExpression__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1819:2: rule__XParenthesizedExpression__Group__0
{
pushFollow(FOLLOW_rule__XParenthesizedExpression__Group__0_in_ruleXParenthesizedExpression3823);
rule__XParenthesizedExpression__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXParenthesizedExpressionAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXParenthesizedExpression"
// $ANTLR start "entryRuleXIfExpression"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1831:1: entryRuleXIfExpression : ruleXIfExpression EOF ;
public final void entryRuleXIfExpression() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1832:1: ( ruleXIfExpression EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1833:1: ruleXIfExpression EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXIfExpressionRule());
}
pushFollow(FOLLOW_ruleXIfExpression_in_entryRuleXIfExpression3850);
ruleXIfExpression();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXIfExpressionRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXIfExpression3857); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXIfExpression"
// $ANTLR start "ruleXIfExpression"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1840:1: ruleXIfExpression : ( ( rule__XIfExpression__Group__0 ) ) ;
public final void ruleXIfExpression() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1844:2: ( ( ( rule__XIfExpression__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1845:1: ( ( rule__XIfExpression__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1845:1: ( ( rule__XIfExpression__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1846:1: ( rule__XIfExpression__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXIfExpressionAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1847:1: ( rule__XIfExpression__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1847:2: rule__XIfExpression__Group__0
{
pushFollow(FOLLOW_rule__XIfExpression__Group__0_in_ruleXIfExpression3883);
rule__XIfExpression__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXIfExpressionAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXIfExpression"
// $ANTLR start "entryRuleXSwitchExpression"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1859:1: entryRuleXSwitchExpression : ruleXSwitchExpression EOF ;
public final void entryRuleXSwitchExpression() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1860:1: ( ruleXSwitchExpression EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1861:1: ruleXSwitchExpression EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXSwitchExpressionRule());
}
pushFollow(FOLLOW_ruleXSwitchExpression_in_entryRuleXSwitchExpression3910);
ruleXSwitchExpression();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXSwitchExpressionRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXSwitchExpression3917); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXSwitchExpression"
// $ANTLR start "ruleXSwitchExpression"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1868:1: ruleXSwitchExpression : ( ( rule__XSwitchExpression__Group__0 ) ) ;
public final void ruleXSwitchExpression() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1872:2: ( ( ( rule__XSwitchExpression__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1873:1: ( ( rule__XSwitchExpression__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1873:1: ( ( rule__XSwitchExpression__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1874:1: ( rule__XSwitchExpression__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXSwitchExpressionAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1875:1: ( rule__XSwitchExpression__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1875:2: rule__XSwitchExpression__Group__0
{
pushFollow(FOLLOW_rule__XSwitchExpression__Group__0_in_ruleXSwitchExpression3943);
rule__XSwitchExpression__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXSwitchExpressionAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXSwitchExpression"
// $ANTLR start "entryRuleXCasePart"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1887:1: entryRuleXCasePart : ruleXCasePart EOF ;
public final void entryRuleXCasePart() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1888:1: ( ruleXCasePart EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1889:1: ruleXCasePart EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXCasePartRule());
}
pushFollow(FOLLOW_ruleXCasePart_in_entryRuleXCasePart3970);
ruleXCasePart();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXCasePartRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXCasePart3977); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXCasePart"
// $ANTLR start "ruleXCasePart"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1896:1: ruleXCasePart : ( ( rule__XCasePart__Group__0 ) ) ;
public final void ruleXCasePart() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1900:2: ( ( ( rule__XCasePart__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1901:1: ( ( rule__XCasePart__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1901:1: ( ( rule__XCasePart__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1902:1: ( rule__XCasePart__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXCasePartAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1903:1: ( rule__XCasePart__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1903:2: rule__XCasePart__Group__0
{
pushFollow(FOLLOW_rule__XCasePart__Group__0_in_ruleXCasePart4003);
rule__XCasePart__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXCasePartAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXCasePart"
// $ANTLR start "entryRuleXForLoopExpression"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1915:1: entryRuleXForLoopExpression : ruleXForLoopExpression EOF ;
public final void entryRuleXForLoopExpression() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1916:1: ( ruleXForLoopExpression EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1917:1: ruleXForLoopExpression EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXForLoopExpressionRule());
}
pushFollow(FOLLOW_ruleXForLoopExpression_in_entryRuleXForLoopExpression4030);
ruleXForLoopExpression();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXForLoopExpressionRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXForLoopExpression4037); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXForLoopExpression"
// $ANTLR start "ruleXForLoopExpression"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1924:1: ruleXForLoopExpression : ( ( rule__XForLoopExpression__Group__0 ) ) ;
public final void ruleXForLoopExpression() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1928:2: ( ( ( rule__XForLoopExpression__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1929:1: ( ( rule__XForLoopExpression__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1929:1: ( ( rule__XForLoopExpression__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1930:1: ( rule__XForLoopExpression__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXForLoopExpressionAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1931:1: ( rule__XForLoopExpression__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1931:2: rule__XForLoopExpression__Group__0
{
pushFollow(FOLLOW_rule__XForLoopExpression__Group__0_in_ruleXForLoopExpression4063);
rule__XForLoopExpression__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXForLoopExpressionAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXForLoopExpression"
// $ANTLR start "entryRuleXBasicForLoopExpression"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1943:1: entryRuleXBasicForLoopExpression : ruleXBasicForLoopExpression EOF ;
public final void entryRuleXBasicForLoopExpression() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1944:1: ( ruleXBasicForLoopExpression EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1945:1: ruleXBasicForLoopExpression EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXBasicForLoopExpressionRule());
}
pushFollow(FOLLOW_ruleXBasicForLoopExpression_in_entryRuleXBasicForLoopExpression4090);
ruleXBasicForLoopExpression();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXBasicForLoopExpressionRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXBasicForLoopExpression4097); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXBasicForLoopExpression"
// $ANTLR start "ruleXBasicForLoopExpression"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1952:1: ruleXBasicForLoopExpression : ( ( rule__XBasicForLoopExpression__Group__0 ) ) ;
public final void ruleXBasicForLoopExpression() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1956:2: ( ( ( rule__XBasicForLoopExpression__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1957:1: ( ( rule__XBasicForLoopExpression__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1957:1: ( ( rule__XBasicForLoopExpression__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1958:1: ( rule__XBasicForLoopExpression__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXBasicForLoopExpressionAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1959:1: ( rule__XBasicForLoopExpression__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1959:2: rule__XBasicForLoopExpression__Group__0
{
pushFollow(FOLLOW_rule__XBasicForLoopExpression__Group__0_in_ruleXBasicForLoopExpression4123);
rule__XBasicForLoopExpression__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXBasicForLoopExpressionAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXBasicForLoopExpression"
// $ANTLR start "entryRuleXWhileExpression"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1971:1: entryRuleXWhileExpression : ruleXWhileExpression EOF ;
public final void entryRuleXWhileExpression() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1972:1: ( ruleXWhileExpression EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1973:1: ruleXWhileExpression EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXWhileExpressionRule());
}
pushFollow(FOLLOW_ruleXWhileExpression_in_entryRuleXWhileExpression4150);
ruleXWhileExpression();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXWhileExpressionRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXWhileExpression4157); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXWhileExpression"
// $ANTLR start "ruleXWhileExpression"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1980:1: ruleXWhileExpression : ( ( rule__XWhileExpression__Group__0 ) ) ;
public final void ruleXWhileExpression() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1984:2: ( ( ( rule__XWhileExpression__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1985:1: ( ( rule__XWhileExpression__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1985:1: ( ( rule__XWhileExpression__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1986:1: ( rule__XWhileExpression__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXWhileExpressionAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1987:1: ( rule__XWhileExpression__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1987:2: rule__XWhileExpression__Group__0
{
pushFollow(FOLLOW_rule__XWhileExpression__Group__0_in_ruleXWhileExpression4183);
rule__XWhileExpression__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXWhileExpressionAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXWhileExpression"
// $ANTLR start "entryRuleXDoWhileExpression"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:1999:1: entryRuleXDoWhileExpression : ruleXDoWhileExpression EOF ;
public final void entryRuleXDoWhileExpression() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2000:1: ( ruleXDoWhileExpression EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2001:1: ruleXDoWhileExpression EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXDoWhileExpressionRule());
}
pushFollow(FOLLOW_ruleXDoWhileExpression_in_entryRuleXDoWhileExpression4210);
ruleXDoWhileExpression();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXDoWhileExpressionRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXDoWhileExpression4217); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXDoWhileExpression"
// $ANTLR start "ruleXDoWhileExpression"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2008:1: ruleXDoWhileExpression : ( ( rule__XDoWhileExpression__Group__0 ) ) ;
public final void ruleXDoWhileExpression() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2012:2: ( ( ( rule__XDoWhileExpression__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2013:1: ( ( rule__XDoWhileExpression__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2013:1: ( ( rule__XDoWhileExpression__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2014:1: ( rule__XDoWhileExpression__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXDoWhileExpressionAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2015:1: ( rule__XDoWhileExpression__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2015:2: rule__XDoWhileExpression__Group__0
{
pushFollow(FOLLOW_rule__XDoWhileExpression__Group__0_in_ruleXDoWhileExpression4243);
rule__XDoWhileExpression__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXDoWhileExpressionAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXDoWhileExpression"
// $ANTLR start "entryRuleXBlockExpression"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2027:1: entryRuleXBlockExpression : ruleXBlockExpression EOF ;
public final void entryRuleXBlockExpression() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2028:1: ( ruleXBlockExpression EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2029:1: ruleXBlockExpression EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXBlockExpressionRule());
}
pushFollow(FOLLOW_ruleXBlockExpression_in_entryRuleXBlockExpression4270);
ruleXBlockExpression();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXBlockExpressionRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXBlockExpression4277); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXBlockExpression"
// $ANTLR start "ruleXBlockExpression"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2036:1: ruleXBlockExpression : ( ( rule__XBlockExpression__Group__0 ) ) ;
public final void ruleXBlockExpression() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2040:2: ( ( ( rule__XBlockExpression__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2041:1: ( ( rule__XBlockExpression__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2041:1: ( ( rule__XBlockExpression__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2042:1: ( rule__XBlockExpression__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXBlockExpressionAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2043:1: ( rule__XBlockExpression__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2043:2: rule__XBlockExpression__Group__0
{
pushFollow(FOLLOW_rule__XBlockExpression__Group__0_in_ruleXBlockExpression4303);
rule__XBlockExpression__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXBlockExpressionAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXBlockExpression"
// $ANTLR start "entryRuleXExpressionOrVarDeclaration"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2055:1: entryRuleXExpressionOrVarDeclaration : ruleXExpressionOrVarDeclaration EOF ;
public final void entryRuleXExpressionOrVarDeclaration() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2056:1: ( ruleXExpressionOrVarDeclaration EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2057:1: ruleXExpressionOrVarDeclaration EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXExpressionOrVarDeclarationRule());
}
pushFollow(FOLLOW_ruleXExpressionOrVarDeclaration_in_entryRuleXExpressionOrVarDeclaration4330);
ruleXExpressionOrVarDeclaration();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXExpressionOrVarDeclarationRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXExpressionOrVarDeclaration4337); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXExpressionOrVarDeclaration"
// $ANTLR start "ruleXExpressionOrVarDeclaration"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2064:1: ruleXExpressionOrVarDeclaration : ( ( rule__XExpressionOrVarDeclaration__Alternatives ) ) ;
public final void ruleXExpressionOrVarDeclaration() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2068:2: ( ( ( rule__XExpressionOrVarDeclaration__Alternatives ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2069:1: ( ( rule__XExpressionOrVarDeclaration__Alternatives ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2069:1: ( ( rule__XExpressionOrVarDeclaration__Alternatives ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2070:1: ( rule__XExpressionOrVarDeclaration__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXExpressionOrVarDeclarationAccess().getAlternatives());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2071:1: ( rule__XExpressionOrVarDeclaration__Alternatives )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2071:2: rule__XExpressionOrVarDeclaration__Alternatives
{
pushFollow(FOLLOW_rule__XExpressionOrVarDeclaration__Alternatives_in_ruleXExpressionOrVarDeclaration4363);
rule__XExpressionOrVarDeclaration__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXExpressionOrVarDeclarationAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXExpressionOrVarDeclaration"
// $ANTLR start "entryRuleXVariableDeclaration"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2083:1: entryRuleXVariableDeclaration : ruleXVariableDeclaration EOF ;
public final void entryRuleXVariableDeclaration() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2084:1: ( ruleXVariableDeclaration EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2085:1: ruleXVariableDeclaration EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXVariableDeclarationRule());
}
pushFollow(FOLLOW_ruleXVariableDeclaration_in_entryRuleXVariableDeclaration4390);
ruleXVariableDeclaration();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXVariableDeclarationRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXVariableDeclaration4397); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXVariableDeclaration"
// $ANTLR start "ruleXVariableDeclaration"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2092:1: ruleXVariableDeclaration : ( ( rule__XVariableDeclaration__Group__0 ) ) ;
public final void ruleXVariableDeclaration() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2096:2: ( ( ( rule__XVariableDeclaration__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2097:1: ( ( rule__XVariableDeclaration__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2097:1: ( ( rule__XVariableDeclaration__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2098:1: ( rule__XVariableDeclaration__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXVariableDeclarationAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2099:1: ( rule__XVariableDeclaration__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2099:2: rule__XVariableDeclaration__Group__0
{
pushFollow(FOLLOW_rule__XVariableDeclaration__Group__0_in_ruleXVariableDeclaration4423);
rule__XVariableDeclaration__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXVariableDeclarationAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXVariableDeclaration"
// $ANTLR start "entryRuleJvmFormalParameter"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2111:1: entryRuleJvmFormalParameter : ruleJvmFormalParameter EOF ;
public final void entryRuleJvmFormalParameter() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2112:1: ( ruleJvmFormalParameter EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2113:1: ruleJvmFormalParameter EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJvmFormalParameterRule());
}
pushFollow(FOLLOW_ruleJvmFormalParameter_in_entryRuleJvmFormalParameter4450);
ruleJvmFormalParameter();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getJvmFormalParameterRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleJvmFormalParameter4457); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleJvmFormalParameter"
// $ANTLR start "ruleJvmFormalParameter"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2120:1: ruleJvmFormalParameter : ( ( rule__JvmFormalParameter__Group__0 ) ) ;
public final void ruleJvmFormalParameter() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2124:2: ( ( ( rule__JvmFormalParameter__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2125:1: ( ( rule__JvmFormalParameter__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2125:1: ( ( rule__JvmFormalParameter__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2126:1: ( rule__JvmFormalParameter__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJvmFormalParameterAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2127:1: ( rule__JvmFormalParameter__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2127:2: rule__JvmFormalParameter__Group__0
{
pushFollow(FOLLOW_rule__JvmFormalParameter__Group__0_in_ruleJvmFormalParameter4483);
rule__JvmFormalParameter__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getJvmFormalParameterAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleJvmFormalParameter"
// $ANTLR start "entryRuleFullJvmFormalParameter"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2139:1: entryRuleFullJvmFormalParameter : ruleFullJvmFormalParameter EOF ;
public final void entryRuleFullJvmFormalParameter() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2140:1: ( ruleFullJvmFormalParameter EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2141:1: ruleFullJvmFormalParameter EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getFullJvmFormalParameterRule());
}
pushFollow(FOLLOW_ruleFullJvmFormalParameter_in_entryRuleFullJvmFormalParameter4510);
ruleFullJvmFormalParameter();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getFullJvmFormalParameterRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleFullJvmFormalParameter4517); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleFullJvmFormalParameter"
// $ANTLR start "ruleFullJvmFormalParameter"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2148:1: ruleFullJvmFormalParameter : ( ( rule__FullJvmFormalParameter__Group__0 ) ) ;
public final void ruleFullJvmFormalParameter() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2152:2: ( ( ( rule__FullJvmFormalParameter__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2153:1: ( ( rule__FullJvmFormalParameter__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2153:1: ( ( rule__FullJvmFormalParameter__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2154:1: ( rule__FullJvmFormalParameter__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getFullJvmFormalParameterAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2155:1: ( rule__FullJvmFormalParameter__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2155:2: rule__FullJvmFormalParameter__Group__0
{
pushFollow(FOLLOW_rule__FullJvmFormalParameter__Group__0_in_ruleFullJvmFormalParameter4543);
rule__FullJvmFormalParameter__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getFullJvmFormalParameterAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleFullJvmFormalParameter"
// $ANTLR start "entryRuleXFeatureCall"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2167:1: entryRuleXFeatureCall : ruleXFeatureCall EOF ;
public final void entryRuleXFeatureCall() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2168:1: ( ruleXFeatureCall EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2169:1: ruleXFeatureCall EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXFeatureCallRule());
}
pushFollow(FOLLOW_ruleXFeatureCall_in_entryRuleXFeatureCall4570);
ruleXFeatureCall();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXFeatureCallRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXFeatureCall4577); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXFeatureCall"
// $ANTLR start "ruleXFeatureCall"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2176:1: ruleXFeatureCall : ( ( rule__XFeatureCall__Group__0 ) ) ;
public final void ruleXFeatureCall() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2180:2: ( ( ( rule__XFeatureCall__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2181:1: ( ( rule__XFeatureCall__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2181:1: ( ( rule__XFeatureCall__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2182:1: ( rule__XFeatureCall__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXFeatureCallAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2183:1: ( rule__XFeatureCall__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2183:2: rule__XFeatureCall__Group__0
{
pushFollow(FOLLOW_rule__XFeatureCall__Group__0_in_ruleXFeatureCall4603);
rule__XFeatureCall__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXFeatureCallAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXFeatureCall"
// $ANTLR start "entryRuleFeatureCallID"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2195:1: entryRuleFeatureCallID : ruleFeatureCallID EOF ;
public final void entryRuleFeatureCallID() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2196:1: ( ruleFeatureCallID EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2197:1: ruleFeatureCallID EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getFeatureCallIDRule());
}
pushFollow(FOLLOW_ruleFeatureCallID_in_entryRuleFeatureCallID4630);
ruleFeatureCallID();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getFeatureCallIDRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleFeatureCallID4637); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleFeatureCallID"
// $ANTLR start "ruleFeatureCallID"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2204:1: ruleFeatureCallID : ( ( rule__FeatureCallID__Alternatives ) ) ;
public final void ruleFeatureCallID() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2208:2: ( ( ( rule__FeatureCallID__Alternatives ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2209:1: ( ( rule__FeatureCallID__Alternatives ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2209:1: ( ( rule__FeatureCallID__Alternatives ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2210:1: ( rule__FeatureCallID__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getFeatureCallIDAccess().getAlternatives());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2211:1: ( rule__FeatureCallID__Alternatives )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2211:2: rule__FeatureCallID__Alternatives
{
pushFollow(FOLLOW_rule__FeatureCallID__Alternatives_in_ruleFeatureCallID4663);
rule__FeatureCallID__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getFeatureCallIDAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleFeatureCallID"
// $ANTLR start "entryRuleIdOrSuper"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2223:1: entryRuleIdOrSuper : ruleIdOrSuper EOF ;
public final void entryRuleIdOrSuper() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2224:1: ( ruleIdOrSuper EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2225:1: ruleIdOrSuper EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getIdOrSuperRule());
}
pushFollow(FOLLOW_ruleIdOrSuper_in_entryRuleIdOrSuper4690);
ruleIdOrSuper();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getIdOrSuperRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleIdOrSuper4697); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleIdOrSuper"
// $ANTLR start "ruleIdOrSuper"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2232:1: ruleIdOrSuper : ( ( rule__IdOrSuper__Alternatives ) ) ;
public final void ruleIdOrSuper() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2236:2: ( ( ( rule__IdOrSuper__Alternatives ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2237:1: ( ( rule__IdOrSuper__Alternatives ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2237:1: ( ( rule__IdOrSuper__Alternatives ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2238:1: ( rule__IdOrSuper__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getIdOrSuperAccess().getAlternatives());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2239:1: ( rule__IdOrSuper__Alternatives )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2239:2: rule__IdOrSuper__Alternatives
{
pushFollow(FOLLOW_rule__IdOrSuper__Alternatives_in_ruleIdOrSuper4723);
rule__IdOrSuper__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getIdOrSuperAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleIdOrSuper"
// $ANTLR start "entryRuleXConstructorCall"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2251:1: entryRuleXConstructorCall : ruleXConstructorCall EOF ;
public final void entryRuleXConstructorCall() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2252:1: ( ruleXConstructorCall EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2253:1: ruleXConstructorCall EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXConstructorCallRule());
}
pushFollow(FOLLOW_ruleXConstructorCall_in_entryRuleXConstructorCall4750);
ruleXConstructorCall();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXConstructorCallRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXConstructorCall4757); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXConstructorCall"
// $ANTLR start "ruleXConstructorCall"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2260:1: ruleXConstructorCall : ( ( rule__XConstructorCall__Group__0 ) ) ;
public final void ruleXConstructorCall() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2264:2: ( ( ( rule__XConstructorCall__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2265:1: ( ( rule__XConstructorCall__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2265:1: ( ( rule__XConstructorCall__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2266:1: ( rule__XConstructorCall__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXConstructorCallAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2267:1: ( rule__XConstructorCall__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2267:2: rule__XConstructorCall__Group__0
{
pushFollow(FOLLOW_rule__XConstructorCall__Group__0_in_ruleXConstructorCall4783);
rule__XConstructorCall__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXConstructorCallAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXConstructorCall"
// $ANTLR start "entryRuleXBooleanLiteral"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2279:1: entryRuleXBooleanLiteral : ruleXBooleanLiteral EOF ;
public final void entryRuleXBooleanLiteral() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2280:1: ( ruleXBooleanLiteral EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2281:1: ruleXBooleanLiteral EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXBooleanLiteralRule());
}
pushFollow(FOLLOW_ruleXBooleanLiteral_in_entryRuleXBooleanLiteral4810);
ruleXBooleanLiteral();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXBooleanLiteralRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXBooleanLiteral4817); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXBooleanLiteral"
// $ANTLR start "ruleXBooleanLiteral"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2288:1: ruleXBooleanLiteral : ( ( rule__XBooleanLiteral__Group__0 ) ) ;
public final void ruleXBooleanLiteral() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2292:2: ( ( ( rule__XBooleanLiteral__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2293:1: ( ( rule__XBooleanLiteral__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2293:1: ( ( rule__XBooleanLiteral__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2294:1: ( rule__XBooleanLiteral__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXBooleanLiteralAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2295:1: ( rule__XBooleanLiteral__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2295:2: rule__XBooleanLiteral__Group__0
{
pushFollow(FOLLOW_rule__XBooleanLiteral__Group__0_in_ruleXBooleanLiteral4843);
rule__XBooleanLiteral__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXBooleanLiteralAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXBooleanLiteral"
// $ANTLR start "entryRuleXNullLiteral"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2307:1: entryRuleXNullLiteral : ruleXNullLiteral EOF ;
public final void entryRuleXNullLiteral() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2308:1: ( ruleXNullLiteral EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2309:1: ruleXNullLiteral EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXNullLiteralRule());
}
pushFollow(FOLLOW_ruleXNullLiteral_in_entryRuleXNullLiteral4870);
ruleXNullLiteral();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXNullLiteralRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXNullLiteral4877); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXNullLiteral"
// $ANTLR start "ruleXNullLiteral"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2316:1: ruleXNullLiteral : ( ( rule__XNullLiteral__Group__0 ) ) ;
public final void ruleXNullLiteral() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2320:2: ( ( ( rule__XNullLiteral__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2321:1: ( ( rule__XNullLiteral__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2321:1: ( ( rule__XNullLiteral__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2322:1: ( rule__XNullLiteral__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXNullLiteralAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2323:1: ( rule__XNullLiteral__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2323:2: rule__XNullLiteral__Group__0
{
pushFollow(FOLLOW_rule__XNullLiteral__Group__0_in_ruleXNullLiteral4903);
rule__XNullLiteral__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXNullLiteralAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXNullLiteral"
// $ANTLR start "entryRuleXNumberLiteral"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2335:1: entryRuleXNumberLiteral : ruleXNumberLiteral EOF ;
public final void entryRuleXNumberLiteral() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2336:1: ( ruleXNumberLiteral EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2337:1: ruleXNumberLiteral EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXNumberLiteralRule());
}
pushFollow(FOLLOW_ruleXNumberLiteral_in_entryRuleXNumberLiteral4930);
ruleXNumberLiteral();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXNumberLiteralRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXNumberLiteral4937); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXNumberLiteral"
// $ANTLR start "ruleXNumberLiteral"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2344:1: ruleXNumberLiteral : ( ( rule__XNumberLiteral__Group__0 ) ) ;
public final void ruleXNumberLiteral() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2348:2: ( ( ( rule__XNumberLiteral__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2349:1: ( ( rule__XNumberLiteral__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2349:1: ( ( rule__XNumberLiteral__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2350:1: ( rule__XNumberLiteral__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXNumberLiteralAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2351:1: ( rule__XNumberLiteral__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2351:2: rule__XNumberLiteral__Group__0
{
pushFollow(FOLLOW_rule__XNumberLiteral__Group__0_in_ruleXNumberLiteral4963);
rule__XNumberLiteral__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXNumberLiteralAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXNumberLiteral"
// $ANTLR start "entryRuleXStringLiteral"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2363:1: entryRuleXStringLiteral : ruleXStringLiteral EOF ;
public final void entryRuleXStringLiteral() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2364:1: ( ruleXStringLiteral EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2365:1: ruleXStringLiteral EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXStringLiteralRule());
}
pushFollow(FOLLOW_ruleXStringLiteral_in_entryRuleXStringLiteral4990);
ruleXStringLiteral();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXStringLiteralRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXStringLiteral4997); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXStringLiteral"
// $ANTLR start "ruleXStringLiteral"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2372:1: ruleXStringLiteral : ( ( rule__XStringLiteral__Group__0 ) ) ;
public final void ruleXStringLiteral() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2376:2: ( ( ( rule__XStringLiteral__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2377:1: ( ( rule__XStringLiteral__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2377:1: ( ( rule__XStringLiteral__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2378:1: ( rule__XStringLiteral__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXStringLiteralAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2379:1: ( rule__XStringLiteral__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2379:2: rule__XStringLiteral__Group__0
{
pushFollow(FOLLOW_rule__XStringLiteral__Group__0_in_ruleXStringLiteral5023);
rule__XStringLiteral__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXStringLiteralAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXStringLiteral"
// $ANTLR start "entryRuleXTypeLiteral"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2391:1: entryRuleXTypeLiteral : ruleXTypeLiteral EOF ;
public final void entryRuleXTypeLiteral() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2392:1: ( ruleXTypeLiteral EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2393:1: ruleXTypeLiteral EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXTypeLiteralRule());
}
pushFollow(FOLLOW_ruleXTypeLiteral_in_entryRuleXTypeLiteral5050);
ruleXTypeLiteral();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXTypeLiteralRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXTypeLiteral5057); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXTypeLiteral"
// $ANTLR start "ruleXTypeLiteral"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2400:1: ruleXTypeLiteral : ( ( rule__XTypeLiteral__Group__0 ) ) ;
public final void ruleXTypeLiteral() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2404:2: ( ( ( rule__XTypeLiteral__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2405:1: ( ( rule__XTypeLiteral__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2405:1: ( ( rule__XTypeLiteral__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2406:1: ( rule__XTypeLiteral__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXTypeLiteralAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2407:1: ( rule__XTypeLiteral__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2407:2: rule__XTypeLiteral__Group__0
{
pushFollow(FOLLOW_rule__XTypeLiteral__Group__0_in_ruleXTypeLiteral5083);
rule__XTypeLiteral__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXTypeLiteralAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXTypeLiteral"
// $ANTLR start "entryRuleXThrowExpression"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2419:1: entryRuleXThrowExpression : ruleXThrowExpression EOF ;
public final void entryRuleXThrowExpression() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2420:1: ( ruleXThrowExpression EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2421:1: ruleXThrowExpression EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXThrowExpressionRule());
}
pushFollow(FOLLOW_ruleXThrowExpression_in_entryRuleXThrowExpression5110);
ruleXThrowExpression();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXThrowExpressionRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXThrowExpression5117); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXThrowExpression"
// $ANTLR start "ruleXThrowExpression"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2428:1: ruleXThrowExpression : ( ( rule__XThrowExpression__Group__0 ) ) ;
public final void ruleXThrowExpression() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2432:2: ( ( ( rule__XThrowExpression__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2433:1: ( ( rule__XThrowExpression__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2433:1: ( ( rule__XThrowExpression__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2434:1: ( rule__XThrowExpression__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXThrowExpressionAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2435:1: ( rule__XThrowExpression__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2435:2: rule__XThrowExpression__Group__0
{
pushFollow(FOLLOW_rule__XThrowExpression__Group__0_in_ruleXThrowExpression5143);
rule__XThrowExpression__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXThrowExpressionAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXThrowExpression"
// $ANTLR start "entryRuleXReturnExpression"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2447:1: entryRuleXReturnExpression : ruleXReturnExpression EOF ;
public final void entryRuleXReturnExpression() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2448:1: ( ruleXReturnExpression EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2449:1: ruleXReturnExpression EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXReturnExpressionRule());
}
pushFollow(FOLLOW_ruleXReturnExpression_in_entryRuleXReturnExpression5170);
ruleXReturnExpression();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXReturnExpressionRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXReturnExpression5177); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXReturnExpression"
// $ANTLR start "ruleXReturnExpression"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2456:1: ruleXReturnExpression : ( ( rule__XReturnExpression__Group__0 ) ) ;
public final void ruleXReturnExpression() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2460:2: ( ( ( rule__XReturnExpression__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2461:1: ( ( rule__XReturnExpression__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2461:1: ( ( rule__XReturnExpression__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2462:1: ( rule__XReturnExpression__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXReturnExpressionAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2463:1: ( rule__XReturnExpression__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2463:2: rule__XReturnExpression__Group__0
{
pushFollow(FOLLOW_rule__XReturnExpression__Group__0_in_ruleXReturnExpression5203);
rule__XReturnExpression__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXReturnExpressionAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXReturnExpression"
// $ANTLR start "entryRuleXTryCatchFinallyExpression"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2475:1: entryRuleXTryCatchFinallyExpression : ruleXTryCatchFinallyExpression EOF ;
public final void entryRuleXTryCatchFinallyExpression() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2476:1: ( ruleXTryCatchFinallyExpression EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2477:1: ruleXTryCatchFinallyExpression EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXTryCatchFinallyExpressionRule());
}
pushFollow(FOLLOW_ruleXTryCatchFinallyExpression_in_entryRuleXTryCatchFinallyExpression5230);
ruleXTryCatchFinallyExpression();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXTryCatchFinallyExpressionRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXTryCatchFinallyExpression5237); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXTryCatchFinallyExpression"
// $ANTLR start "ruleXTryCatchFinallyExpression"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2484:1: ruleXTryCatchFinallyExpression : ( ( rule__XTryCatchFinallyExpression__Group__0 ) ) ;
public final void ruleXTryCatchFinallyExpression() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2488:2: ( ( ( rule__XTryCatchFinallyExpression__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2489:1: ( ( rule__XTryCatchFinallyExpression__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2489:1: ( ( rule__XTryCatchFinallyExpression__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2490:1: ( rule__XTryCatchFinallyExpression__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXTryCatchFinallyExpressionAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2491:1: ( rule__XTryCatchFinallyExpression__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2491:2: rule__XTryCatchFinallyExpression__Group__0
{
pushFollow(FOLLOW_rule__XTryCatchFinallyExpression__Group__0_in_ruleXTryCatchFinallyExpression5263);
rule__XTryCatchFinallyExpression__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXTryCatchFinallyExpressionAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXTryCatchFinallyExpression"
// $ANTLR start "entryRuleXSynchronizedExpression"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2503:1: entryRuleXSynchronizedExpression : ruleXSynchronizedExpression EOF ;
public final void entryRuleXSynchronizedExpression() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2504:1: ( ruleXSynchronizedExpression EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2505:1: ruleXSynchronizedExpression EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXSynchronizedExpressionRule());
}
pushFollow(FOLLOW_ruleXSynchronizedExpression_in_entryRuleXSynchronizedExpression5290);
ruleXSynchronizedExpression();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXSynchronizedExpressionRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXSynchronizedExpression5297); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXSynchronizedExpression"
// $ANTLR start "ruleXSynchronizedExpression"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2512:1: ruleXSynchronizedExpression : ( ( rule__XSynchronizedExpression__Group__0 ) ) ;
public final void ruleXSynchronizedExpression() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2516:2: ( ( ( rule__XSynchronizedExpression__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2517:1: ( ( rule__XSynchronizedExpression__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2517:1: ( ( rule__XSynchronizedExpression__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2518:1: ( rule__XSynchronizedExpression__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXSynchronizedExpressionAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2519:1: ( rule__XSynchronizedExpression__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2519:2: rule__XSynchronizedExpression__Group__0
{
pushFollow(FOLLOW_rule__XSynchronizedExpression__Group__0_in_ruleXSynchronizedExpression5323);
rule__XSynchronizedExpression__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXSynchronizedExpressionAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXSynchronizedExpression"
// $ANTLR start "entryRuleXCatchClause"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2531:1: entryRuleXCatchClause : ruleXCatchClause EOF ;
public final void entryRuleXCatchClause() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2532:1: ( ruleXCatchClause EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2533:1: ruleXCatchClause EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXCatchClauseRule());
}
pushFollow(FOLLOW_ruleXCatchClause_in_entryRuleXCatchClause5350);
ruleXCatchClause();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXCatchClauseRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXCatchClause5357); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXCatchClause"
// $ANTLR start "ruleXCatchClause"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2540:1: ruleXCatchClause : ( ( rule__XCatchClause__Group__0 ) ) ;
public final void ruleXCatchClause() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2544:2: ( ( ( rule__XCatchClause__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2545:1: ( ( rule__XCatchClause__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2545:1: ( ( rule__XCatchClause__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2546:1: ( rule__XCatchClause__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXCatchClauseAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2547:1: ( rule__XCatchClause__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2547:2: rule__XCatchClause__Group__0
{
pushFollow(FOLLOW_rule__XCatchClause__Group__0_in_ruleXCatchClause5383);
rule__XCatchClause__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXCatchClauseAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXCatchClause"
// $ANTLR start "entryRuleQualifiedName"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2559:1: entryRuleQualifiedName : ruleQualifiedName EOF ;
public final void entryRuleQualifiedName() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2560:1: ( ruleQualifiedName EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2561:1: ruleQualifiedName EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getQualifiedNameRule());
}
pushFollow(FOLLOW_ruleQualifiedName_in_entryRuleQualifiedName5410);
ruleQualifiedName();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getQualifiedNameRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleQualifiedName5417); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleQualifiedName"
// $ANTLR start "ruleQualifiedName"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2568:1: ruleQualifiedName : ( ( rule__QualifiedName__Group__0 ) ) ;
public final void ruleQualifiedName() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2572:2: ( ( ( rule__QualifiedName__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2573:1: ( ( rule__QualifiedName__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2573:1: ( ( rule__QualifiedName__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2574:1: ( rule__QualifiedName__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getQualifiedNameAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2575:1: ( rule__QualifiedName__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2575:2: rule__QualifiedName__Group__0
{
pushFollow(FOLLOW_rule__QualifiedName__Group__0_in_ruleQualifiedName5443);
rule__QualifiedName__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getQualifiedNameAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleQualifiedName"
// $ANTLR start "entryRuleNumber"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2587:1: entryRuleNumber : ruleNumber EOF ;
public final void entryRuleNumber() throws RecognitionException {
HiddenTokens myHiddenTokenState = ((XtextTokenStream)input).setHiddenTokens();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2591:1: ( ruleNumber EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2592:1: ruleNumber EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getNumberRule());
}
pushFollow(FOLLOW_ruleNumber_in_entryRuleNumber5475);
ruleNumber();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getNumberRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleNumber5482); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
myHiddenTokenState.restore();
}
return ;
}
// $ANTLR end "entryRuleNumber"
// $ANTLR start "ruleNumber"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2602:1: ruleNumber : ( ( rule__Number__Alternatives ) ) ;
public final void ruleNumber() throws RecognitionException {
HiddenTokens myHiddenTokenState = ((XtextTokenStream)input).setHiddenTokens();
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2607:2: ( ( ( rule__Number__Alternatives ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2608:1: ( ( rule__Number__Alternatives ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2608:1: ( ( rule__Number__Alternatives ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2609:1: ( rule__Number__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getNumberAccess().getAlternatives());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2610:1: ( rule__Number__Alternatives )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2610:2: rule__Number__Alternatives
{
pushFollow(FOLLOW_rule__Number__Alternatives_in_ruleNumber5512);
rule__Number__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getNumberAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
myHiddenTokenState.restore();
}
return ;
}
// $ANTLR end "ruleNumber"
// $ANTLR start "entryRuleJvmTypeReference"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2625:1: entryRuleJvmTypeReference : ruleJvmTypeReference EOF ;
public final void entryRuleJvmTypeReference() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2626:1: ( ruleJvmTypeReference EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2627:1: ruleJvmTypeReference EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJvmTypeReferenceRule());
}
pushFollow(FOLLOW_ruleJvmTypeReference_in_entryRuleJvmTypeReference5541);
ruleJvmTypeReference();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getJvmTypeReferenceRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleJvmTypeReference5548); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleJvmTypeReference"
// $ANTLR start "ruleJvmTypeReference"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2634:1: ruleJvmTypeReference : ( ( rule__JvmTypeReference__Alternatives ) ) ;
public final void ruleJvmTypeReference() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2638:2: ( ( ( rule__JvmTypeReference__Alternatives ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2639:1: ( ( rule__JvmTypeReference__Alternatives ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2639:1: ( ( rule__JvmTypeReference__Alternatives ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2640:1: ( rule__JvmTypeReference__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJvmTypeReferenceAccess().getAlternatives());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2641:1: ( rule__JvmTypeReference__Alternatives )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2641:2: rule__JvmTypeReference__Alternatives
{
pushFollow(FOLLOW_rule__JvmTypeReference__Alternatives_in_ruleJvmTypeReference5574);
rule__JvmTypeReference__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getJvmTypeReferenceAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleJvmTypeReference"
// $ANTLR start "entryRuleArrayBrackets"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2653:1: entryRuleArrayBrackets : ruleArrayBrackets EOF ;
public final void entryRuleArrayBrackets() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2654:1: ( ruleArrayBrackets EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2655:1: ruleArrayBrackets EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getArrayBracketsRule());
}
pushFollow(FOLLOW_ruleArrayBrackets_in_entryRuleArrayBrackets5601);
ruleArrayBrackets();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getArrayBracketsRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleArrayBrackets5608); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleArrayBrackets"
// $ANTLR start "ruleArrayBrackets"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2662:1: ruleArrayBrackets : ( ( rule__ArrayBrackets__Group__0 ) ) ;
public final void ruleArrayBrackets() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2666:2: ( ( ( rule__ArrayBrackets__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2667:1: ( ( rule__ArrayBrackets__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2667:1: ( ( rule__ArrayBrackets__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2668:1: ( rule__ArrayBrackets__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getArrayBracketsAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2669:1: ( rule__ArrayBrackets__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2669:2: rule__ArrayBrackets__Group__0
{
pushFollow(FOLLOW_rule__ArrayBrackets__Group__0_in_ruleArrayBrackets5634);
rule__ArrayBrackets__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getArrayBracketsAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleArrayBrackets"
// $ANTLR start "entryRuleXFunctionTypeRef"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2681:1: entryRuleXFunctionTypeRef : ruleXFunctionTypeRef EOF ;
public final void entryRuleXFunctionTypeRef() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2682:1: ( ruleXFunctionTypeRef EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2683:1: ruleXFunctionTypeRef EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXFunctionTypeRefRule());
}
pushFollow(FOLLOW_ruleXFunctionTypeRef_in_entryRuleXFunctionTypeRef5661);
ruleXFunctionTypeRef();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXFunctionTypeRefRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXFunctionTypeRef5668); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXFunctionTypeRef"
// $ANTLR start "ruleXFunctionTypeRef"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2690:1: ruleXFunctionTypeRef : ( ( rule__XFunctionTypeRef__Group__0 ) ) ;
public final void ruleXFunctionTypeRef() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2694:2: ( ( ( rule__XFunctionTypeRef__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2695:1: ( ( rule__XFunctionTypeRef__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2695:1: ( ( rule__XFunctionTypeRef__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2696:1: ( rule__XFunctionTypeRef__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXFunctionTypeRefAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2697:1: ( rule__XFunctionTypeRef__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2697:2: rule__XFunctionTypeRef__Group__0
{
pushFollow(FOLLOW_rule__XFunctionTypeRef__Group__0_in_ruleXFunctionTypeRef5694);
rule__XFunctionTypeRef__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXFunctionTypeRefAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXFunctionTypeRef"
// $ANTLR start "entryRuleJvmParameterizedTypeReference"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2709:1: entryRuleJvmParameterizedTypeReference : ruleJvmParameterizedTypeReference EOF ;
public final void entryRuleJvmParameterizedTypeReference() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2710:1: ( ruleJvmParameterizedTypeReference EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2711:1: ruleJvmParameterizedTypeReference EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJvmParameterizedTypeReferenceRule());
}
pushFollow(FOLLOW_ruleJvmParameterizedTypeReference_in_entryRuleJvmParameterizedTypeReference5721);
ruleJvmParameterizedTypeReference();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getJvmParameterizedTypeReferenceRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleJvmParameterizedTypeReference5728); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleJvmParameterizedTypeReference"
// $ANTLR start "ruleJvmParameterizedTypeReference"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2718:1: ruleJvmParameterizedTypeReference : ( ( rule__JvmParameterizedTypeReference__Group__0 ) ) ;
public final void ruleJvmParameterizedTypeReference() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2722:2: ( ( ( rule__JvmParameterizedTypeReference__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2723:1: ( ( rule__JvmParameterizedTypeReference__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2723:1: ( ( rule__JvmParameterizedTypeReference__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2724:1: ( rule__JvmParameterizedTypeReference__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJvmParameterizedTypeReferenceAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2725:1: ( rule__JvmParameterizedTypeReference__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2725:2: rule__JvmParameterizedTypeReference__Group__0
{
pushFollow(FOLLOW_rule__JvmParameterizedTypeReference__Group__0_in_ruleJvmParameterizedTypeReference5754);
rule__JvmParameterizedTypeReference__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getJvmParameterizedTypeReferenceAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleJvmParameterizedTypeReference"
// $ANTLR start "entryRuleJvmArgumentTypeReference"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2737:1: entryRuleJvmArgumentTypeReference : ruleJvmArgumentTypeReference EOF ;
public final void entryRuleJvmArgumentTypeReference() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2738:1: ( ruleJvmArgumentTypeReference EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2739:1: ruleJvmArgumentTypeReference EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJvmArgumentTypeReferenceRule());
}
pushFollow(FOLLOW_ruleJvmArgumentTypeReference_in_entryRuleJvmArgumentTypeReference5781);
ruleJvmArgumentTypeReference();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getJvmArgumentTypeReferenceRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleJvmArgumentTypeReference5788); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleJvmArgumentTypeReference"
// $ANTLR start "ruleJvmArgumentTypeReference"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2746:1: ruleJvmArgumentTypeReference : ( ( rule__JvmArgumentTypeReference__Alternatives ) ) ;
public final void ruleJvmArgumentTypeReference() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2750:2: ( ( ( rule__JvmArgumentTypeReference__Alternatives ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2751:1: ( ( rule__JvmArgumentTypeReference__Alternatives ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2751:1: ( ( rule__JvmArgumentTypeReference__Alternatives ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2752:1: ( rule__JvmArgumentTypeReference__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJvmArgumentTypeReferenceAccess().getAlternatives());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2753:1: ( rule__JvmArgumentTypeReference__Alternatives )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2753:2: rule__JvmArgumentTypeReference__Alternatives
{
pushFollow(FOLLOW_rule__JvmArgumentTypeReference__Alternatives_in_ruleJvmArgumentTypeReference5814);
rule__JvmArgumentTypeReference__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getJvmArgumentTypeReferenceAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleJvmArgumentTypeReference"
// $ANTLR start "entryRuleJvmWildcardTypeReference"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2765:1: entryRuleJvmWildcardTypeReference : ruleJvmWildcardTypeReference EOF ;
public final void entryRuleJvmWildcardTypeReference() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2766:1: ( ruleJvmWildcardTypeReference EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2767:1: ruleJvmWildcardTypeReference EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJvmWildcardTypeReferenceRule());
}
pushFollow(FOLLOW_ruleJvmWildcardTypeReference_in_entryRuleJvmWildcardTypeReference5841);
ruleJvmWildcardTypeReference();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getJvmWildcardTypeReferenceRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleJvmWildcardTypeReference5848); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleJvmWildcardTypeReference"
// $ANTLR start "ruleJvmWildcardTypeReference"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2774:1: ruleJvmWildcardTypeReference : ( ( rule__JvmWildcardTypeReference__Group__0 ) ) ;
public final void ruleJvmWildcardTypeReference() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2778:2: ( ( ( rule__JvmWildcardTypeReference__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2779:1: ( ( rule__JvmWildcardTypeReference__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2779:1: ( ( rule__JvmWildcardTypeReference__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2780:1: ( rule__JvmWildcardTypeReference__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJvmWildcardTypeReferenceAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2781:1: ( rule__JvmWildcardTypeReference__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2781:2: rule__JvmWildcardTypeReference__Group__0
{
pushFollow(FOLLOW_rule__JvmWildcardTypeReference__Group__0_in_ruleJvmWildcardTypeReference5874);
rule__JvmWildcardTypeReference__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getJvmWildcardTypeReferenceAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleJvmWildcardTypeReference"
// $ANTLR start "entryRuleJvmUpperBound"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2793:1: entryRuleJvmUpperBound : ruleJvmUpperBound EOF ;
public final void entryRuleJvmUpperBound() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2794:1: ( ruleJvmUpperBound EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2795:1: ruleJvmUpperBound EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJvmUpperBoundRule());
}
pushFollow(FOLLOW_ruleJvmUpperBound_in_entryRuleJvmUpperBound5901);
ruleJvmUpperBound();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getJvmUpperBoundRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleJvmUpperBound5908); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleJvmUpperBound"
// $ANTLR start "ruleJvmUpperBound"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2802:1: ruleJvmUpperBound : ( ( rule__JvmUpperBound__Group__0 ) ) ;
public final void ruleJvmUpperBound() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2806:2: ( ( ( rule__JvmUpperBound__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2807:1: ( ( rule__JvmUpperBound__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2807:1: ( ( rule__JvmUpperBound__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2808:1: ( rule__JvmUpperBound__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJvmUpperBoundAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2809:1: ( rule__JvmUpperBound__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2809:2: rule__JvmUpperBound__Group__0
{
pushFollow(FOLLOW_rule__JvmUpperBound__Group__0_in_ruleJvmUpperBound5934);
rule__JvmUpperBound__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getJvmUpperBoundAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleJvmUpperBound"
// $ANTLR start "entryRuleJvmUpperBoundAnded"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2821:1: entryRuleJvmUpperBoundAnded : ruleJvmUpperBoundAnded EOF ;
public final void entryRuleJvmUpperBoundAnded() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2822:1: ( ruleJvmUpperBoundAnded EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2823:1: ruleJvmUpperBoundAnded EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJvmUpperBoundAndedRule());
}
pushFollow(FOLLOW_ruleJvmUpperBoundAnded_in_entryRuleJvmUpperBoundAnded5961);
ruleJvmUpperBoundAnded();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getJvmUpperBoundAndedRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleJvmUpperBoundAnded5968); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleJvmUpperBoundAnded"
// $ANTLR start "ruleJvmUpperBoundAnded"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2830:1: ruleJvmUpperBoundAnded : ( ( rule__JvmUpperBoundAnded__Group__0 ) ) ;
public final void ruleJvmUpperBoundAnded() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2834:2: ( ( ( rule__JvmUpperBoundAnded__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2835:1: ( ( rule__JvmUpperBoundAnded__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2835:1: ( ( rule__JvmUpperBoundAnded__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2836:1: ( rule__JvmUpperBoundAnded__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJvmUpperBoundAndedAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2837:1: ( rule__JvmUpperBoundAnded__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2837:2: rule__JvmUpperBoundAnded__Group__0
{
pushFollow(FOLLOW_rule__JvmUpperBoundAnded__Group__0_in_ruleJvmUpperBoundAnded5994);
rule__JvmUpperBoundAnded__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getJvmUpperBoundAndedAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleJvmUpperBoundAnded"
// $ANTLR start "entryRuleJvmLowerBound"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2849:1: entryRuleJvmLowerBound : ruleJvmLowerBound EOF ;
public final void entryRuleJvmLowerBound() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2850:1: ( ruleJvmLowerBound EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2851:1: ruleJvmLowerBound EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJvmLowerBoundRule());
}
pushFollow(FOLLOW_ruleJvmLowerBound_in_entryRuleJvmLowerBound6021);
ruleJvmLowerBound();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getJvmLowerBoundRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleJvmLowerBound6028); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleJvmLowerBound"
// $ANTLR start "ruleJvmLowerBound"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2858:1: ruleJvmLowerBound : ( ( rule__JvmLowerBound__Group__0 ) ) ;
public final void ruleJvmLowerBound() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2862:2: ( ( ( rule__JvmLowerBound__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2863:1: ( ( rule__JvmLowerBound__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2863:1: ( ( rule__JvmLowerBound__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2864:1: ( rule__JvmLowerBound__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJvmLowerBoundAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2865:1: ( rule__JvmLowerBound__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2865:2: rule__JvmLowerBound__Group__0
{
pushFollow(FOLLOW_rule__JvmLowerBound__Group__0_in_ruleJvmLowerBound6054);
rule__JvmLowerBound__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getJvmLowerBoundAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleJvmLowerBound"
// $ANTLR start "entryRuleJvmLowerBoundAnded"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2877:1: entryRuleJvmLowerBoundAnded : ruleJvmLowerBoundAnded EOF ;
public final void entryRuleJvmLowerBoundAnded() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2878:1: ( ruleJvmLowerBoundAnded EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2879:1: ruleJvmLowerBoundAnded EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJvmLowerBoundAndedRule());
}
pushFollow(FOLLOW_ruleJvmLowerBoundAnded_in_entryRuleJvmLowerBoundAnded6081);
ruleJvmLowerBoundAnded();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getJvmLowerBoundAndedRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleJvmLowerBoundAnded6088); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleJvmLowerBoundAnded"
// $ANTLR start "ruleJvmLowerBoundAnded"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2886:1: ruleJvmLowerBoundAnded : ( ( rule__JvmLowerBoundAnded__Group__0 ) ) ;
public final void ruleJvmLowerBoundAnded() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2890:2: ( ( ( rule__JvmLowerBoundAnded__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2891:1: ( ( rule__JvmLowerBoundAnded__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2891:1: ( ( rule__JvmLowerBoundAnded__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2892:1: ( rule__JvmLowerBoundAnded__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJvmLowerBoundAndedAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2893:1: ( rule__JvmLowerBoundAnded__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2893:2: rule__JvmLowerBoundAnded__Group__0
{
pushFollow(FOLLOW_rule__JvmLowerBoundAnded__Group__0_in_ruleJvmLowerBoundAnded6114);
rule__JvmLowerBoundAnded__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getJvmLowerBoundAndedAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleJvmLowerBoundAnded"
// $ANTLR start "entryRuleQualifiedNameWithWildcard"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2907:1: entryRuleQualifiedNameWithWildcard : ruleQualifiedNameWithWildcard EOF ;
public final void entryRuleQualifiedNameWithWildcard() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2908:1: ( ruleQualifiedNameWithWildcard EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2909:1: ruleQualifiedNameWithWildcard EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getQualifiedNameWithWildcardRule());
}
pushFollow(FOLLOW_ruleQualifiedNameWithWildcard_in_entryRuleQualifiedNameWithWildcard6143);
ruleQualifiedNameWithWildcard();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getQualifiedNameWithWildcardRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleQualifiedNameWithWildcard6150); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleQualifiedNameWithWildcard"
// $ANTLR start "ruleQualifiedNameWithWildcard"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2916:1: ruleQualifiedNameWithWildcard : ( ( rule__QualifiedNameWithWildcard__Group__0 ) ) ;
public final void ruleQualifiedNameWithWildcard() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2920:2: ( ( ( rule__QualifiedNameWithWildcard__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2921:1: ( ( rule__QualifiedNameWithWildcard__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2921:1: ( ( rule__QualifiedNameWithWildcard__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2922:1: ( rule__QualifiedNameWithWildcard__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getQualifiedNameWithWildcardAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2923:1: ( rule__QualifiedNameWithWildcard__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2923:2: rule__QualifiedNameWithWildcard__Group__0
{
pushFollow(FOLLOW_rule__QualifiedNameWithWildcard__Group__0_in_ruleQualifiedNameWithWildcard6176);
rule__QualifiedNameWithWildcard__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getQualifiedNameWithWildcardAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleQualifiedNameWithWildcard"
// $ANTLR start "entryRuleValidID"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2935:1: entryRuleValidID : ruleValidID EOF ;
public final void entryRuleValidID() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2936:1: ( ruleValidID EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2937:1: ruleValidID EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getValidIDRule());
}
pushFollow(FOLLOW_ruleValidID_in_entryRuleValidID6203);
ruleValidID();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getValidIDRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleValidID6210); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleValidID"
// $ANTLR start "ruleValidID"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2944:1: ruleValidID : ( RULE_ID ) ;
public final void ruleValidID() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2948:2: ( ( RULE_ID ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2949:1: ( RULE_ID )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2949:1: ( RULE_ID )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2950:1: RULE_ID
{
if ( state.backtracking==0 ) {
before(grammarAccess.getValidIDAccess().getIDTerminalRuleCall());
}
match(input,RULE_ID,FOLLOW_RULE_ID_in_ruleValidID6236); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getValidIDAccess().getIDTerminalRuleCall());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleValidID"
// $ANTLR start "entryRuleXImportDeclaration"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2965:1: entryRuleXImportDeclaration : ruleXImportDeclaration EOF ;
public final void entryRuleXImportDeclaration() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2966:1: ( ruleXImportDeclaration EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2967:1: ruleXImportDeclaration EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXImportDeclarationRule());
}
pushFollow(FOLLOW_ruleXImportDeclaration_in_entryRuleXImportDeclaration6264);
ruleXImportDeclaration();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getXImportDeclarationRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleXImportDeclaration6271); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleXImportDeclaration"
// $ANTLR start "ruleXImportDeclaration"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2974:1: ruleXImportDeclaration : ( ( rule__XImportDeclaration__Group__0 ) ) ;
public final void ruleXImportDeclaration() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2978:2: ( ( ( rule__XImportDeclaration__Group__0 ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2979:1: ( ( rule__XImportDeclaration__Group__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2979:1: ( ( rule__XImportDeclaration__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2980:1: ( rule__XImportDeclaration__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXImportDeclarationAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2981:1: ( rule__XImportDeclaration__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2981:2: rule__XImportDeclaration__Group__0
{
pushFollow(FOLLOW_rule__XImportDeclaration__Group__0_in_ruleXImportDeclaration6297);
rule__XImportDeclaration__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXImportDeclarationAccess().getGroup());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleXImportDeclaration"
// $ANTLR start "entryRuleQualifiedNameInStaticImport"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2993:1: entryRuleQualifiedNameInStaticImport : ruleQualifiedNameInStaticImport EOF ;
public final void entryRuleQualifiedNameInStaticImport() throws RecognitionException {
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2994:1: ( ruleQualifiedNameInStaticImport EOF )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:2995:1: ruleQualifiedNameInStaticImport EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getQualifiedNameInStaticImportRule());
}
pushFollow(FOLLOW_ruleQualifiedNameInStaticImport_in_entryRuleQualifiedNameInStaticImport6324);
ruleQualifiedNameInStaticImport();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getQualifiedNameInStaticImportRule());
}
match(input,EOF,FOLLOW_EOF_in_entryRuleQualifiedNameInStaticImport6331); if (state.failed) return ;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
}
return ;
}
// $ANTLR end "entryRuleQualifiedNameInStaticImport"
// $ANTLR start "ruleQualifiedNameInStaticImport"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3002:1: ruleQualifiedNameInStaticImport : ( ( ( rule__QualifiedNameInStaticImport__Group__0 ) ) ( ( rule__QualifiedNameInStaticImport__Group__0 )* ) ) ;
public final void ruleQualifiedNameInStaticImport() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3006:2: ( ( ( ( rule__QualifiedNameInStaticImport__Group__0 ) ) ( ( rule__QualifiedNameInStaticImport__Group__0 )* ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3007:1: ( ( ( rule__QualifiedNameInStaticImport__Group__0 ) ) ( ( rule__QualifiedNameInStaticImport__Group__0 )* ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3007:1: ( ( ( rule__QualifiedNameInStaticImport__Group__0 ) ) ( ( rule__QualifiedNameInStaticImport__Group__0 )* ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3008:1: ( ( rule__QualifiedNameInStaticImport__Group__0 ) ) ( ( rule__QualifiedNameInStaticImport__Group__0 )* )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3008:1: ( ( rule__QualifiedNameInStaticImport__Group__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3009:1: ( rule__QualifiedNameInStaticImport__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getQualifiedNameInStaticImportAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3010:1: ( rule__QualifiedNameInStaticImport__Group__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3010:2: rule__QualifiedNameInStaticImport__Group__0
{
pushFollow(FOLLOW_rule__QualifiedNameInStaticImport__Group__0_in_ruleQualifiedNameInStaticImport6359);
rule__QualifiedNameInStaticImport__Group__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getQualifiedNameInStaticImportAccess().getGroup());
}
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3013:1: ( ( rule__QualifiedNameInStaticImport__Group__0 )* )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3014:1: ( rule__QualifiedNameInStaticImport__Group__0 )*
{
if ( state.backtracking==0 ) {
before(grammarAccess.getQualifiedNameInStaticImportAccess().getGroup());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3015:1: ( rule__QualifiedNameInStaticImport__Group__0 )*
loop3:
do {
int alt3=2;
int LA3_0 = input.LA(1);
if ( (LA3_0==RULE_ID) ) {
int LA3_2 = input.LA(2);
if ( (LA3_2==43) ) {
alt3=1;
}
}
switch (alt3) {
case 1 :
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3015:2: rule__QualifiedNameInStaticImport__Group__0
{
pushFollow(FOLLOW_rule__QualifiedNameInStaticImport__Group__0_in_ruleQualifiedNameInStaticImport6371);
rule__QualifiedNameInStaticImport__Group__0();
state._fsp--;
if (state.failed) return ;
}
break;
default :
break loop3;
}
} while (true);
if ( state.backtracking==0 ) {
after(grammarAccess.getQualifiedNameInStaticImportAccess().getGroup());
}
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleQualifiedNameInStaticImport"
// $ANTLR start "ruleLegendPlacementEnum"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3029:1: ruleLegendPlacementEnum : ( ( rule__LegendPlacementEnum__Alternatives ) ) ;
public final void ruleLegendPlacementEnum() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3033:1: ( ( ( rule__LegendPlacementEnum__Alternatives ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3034:1: ( ( rule__LegendPlacementEnum__Alternatives ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3034:1: ( ( rule__LegendPlacementEnum__Alternatives ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3035:1: ( rule__LegendPlacementEnum__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getLegendPlacementEnumAccess().getAlternatives());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3036:1: ( rule__LegendPlacementEnum__Alternatives )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3036:2: rule__LegendPlacementEnum__Alternatives
{
pushFollow(FOLLOW_rule__LegendPlacementEnum__Alternatives_in_ruleLegendPlacementEnum6411);
rule__LegendPlacementEnum__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getLegendPlacementEnumAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleLegendPlacementEnum"
// $ANTLR start "ruleToggleTypeEnum"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3048:1: ruleToggleTypeEnum : ( ( rule__ToggleTypeEnum__Alternatives ) ) ;
public final void ruleToggleTypeEnum() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3052:1: ( ( ( rule__ToggleTypeEnum__Alternatives ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3053:1: ( ( rule__ToggleTypeEnum__Alternatives ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3053:1: ( ( rule__ToggleTypeEnum__Alternatives ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3054:1: ( rule__ToggleTypeEnum__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getToggleTypeEnumAccess().getAlternatives());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3055:1: ( rule__ToggleTypeEnum__Alternatives )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3055:2: rule__ToggleTypeEnum__Alternatives
{
pushFollow(FOLLOW_rule__ToggleTypeEnum__Alternatives_in_ruleToggleTypeEnum6447);
rule__ToggleTypeEnum__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getToggleTypeEnumAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleToggleTypeEnum"
// $ANTLR start "ruleTooltipLocationEnum"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3067:1: ruleTooltipLocationEnum : ( ( rule__TooltipLocationEnum__Alternatives ) ) ;
public final void ruleTooltipLocationEnum() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3071:1: ( ( ( rule__TooltipLocationEnum__Alternatives ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3072:1: ( ( rule__TooltipLocationEnum__Alternatives ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3072:1: ( ( rule__TooltipLocationEnum__Alternatives ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3073:1: ( rule__TooltipLocationEnum__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getTooltipLocationEnumAccess().getAlternatives());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3074:1: ( rule__TooltipLocationEnum__Alternatives )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3074:2: rule__TooltipLocationEnum__Alternatives
{
pushFollow(FOLLOW_rule__TooltipLocationEnum__Alternatives_in_ruleTooltipLocationEnum6483);
rule__TooltipLocationEnum__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getTooltipLocationEnumAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleTooltipLocationEnum"
// $ANTLR start "ruleRenderTypeEnum"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3086:1: ruleRenderTypeEnum : ( ( rule__RenderTypeEnum__Alternatives ) ) ;
public final void ruleRenderTypeEnum() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3090:1: ( ( ( rule__RenderTypeEnum__Alternatives ) ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3091:1: ( ( rule__RenderTypeEnum__Alternatives ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3091:1: ( ( rule__RenderTypeEnum__Alternatives ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3092:1: ( rule__RenderTypeEnum__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getRenderTypeEnumAccess().getAlternatives());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3093:1: ( rule__RenderTypeEnum__Alternatives )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3093:2: rule__RenderTypeEnum__Alternatives
{
pushFollow(FOLLOW_rule__RenderTypeEnum__Alternatives_in_ruleRenderTypeEnum6519);
rule__RenderTypeEnum__Alternatives();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getRenderTypeEnumAccess().getAlternatives());
}
}
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "ruleRenderTypeEnum"
// $ANTLR start "rule__ChartOption__Alternatives"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3104:1: rule__ChartOption__Alternatives : ( ( ruleChartBar ) | ( ruleChartLine ) | ( ruleChartPie ) | ( ruleChartDonut ) | ( ruleChartBubble ) | ( ruleChartGauge ) | ( ruleChartTree ) );
public final void rule__ChartOption__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3108:1: ( ( ruleChartBar ) | ( ruleChartLine ) | ( ruleChartPie ) | ( ruleChartDonut ) | ( ruleChartBubble ) | ( ruleChartGauge ) | ( ruleChartTree ) )
int alt4=7;
switch ( input.LA(1) ) {
case 77:
{
alt4=1;
}
break;
case 78:
{
alt4=2;
}
break;
case 79:
{
alt4=3;
}
break;
case 80:
{
alt4=4;
}
break;
case 81:
{
alt4=5;
}
break;
case 82:
{
alt4=6;
}
break;
case 85:
{
alt4=7;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 4, 0, input);
throw nvae;
}
switch (alt4) {
case 1 :
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3109:1: ( ruleChartBar )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3109:1: ( ruleChartBar )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3110:1: ruleChartBar
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartOptionAccess().getChartBarParserRuleCall_0());
}
pushFollow(FOLLOW_ruleChartBar_in_rule__ChartOption__Alternatives6554);
ruleChartBar();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getChartOptionAccess().getChartBarParserRuleCall_0());
}
}
}
break;
case 2 :
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3115:6: ( ruleChartLine )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3115:6: ( ruleChartLine )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3116:1: ruleChartLine
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartOptionAccess().getChartLineParserRuleCall_1());
}
pushFollow(FOLLOW_ruleChartLine_in_rule__ChartOption__Alternatives6571);
ruleChartLine();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getChartOptionAccess().getChartLineParserRuleCall_1());
}
}
}
break;
case 3 :
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3121:6: ( ruleChartPie )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3121:6: ( ruleChartPie )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3122:1: ruleChartPie
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartOptionAccess().getChartPieParserRuleCall_2());
}
pushFollow(FOLLOW_ruleChartPie_in_rule__ChartOption__Alternatives6588);
ruleChartPie();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getChartOptionAccess().getChartPieParserRuleCall_2());
}
}
}
break;
case 4 :
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3127:6: ( ruleChartDonut )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3127:6: ( ruleChartDonut )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3128:1: ruleChartDonut
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartOptionAccess().getChartDonutParserRuleCall_3());
}
pushFollow(FOLLOW_ruleChartDonut_in_rule__ChartOption__Alternatives6605);
ruleChartDonut();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getChartOptionAccess().getChartDonutParserRuleCall_3());
}
}
}
break;
case 5 :
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3133:6: ( ruleChartBubble )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3133:6: ( ruleChartBubble )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3134:1: ruleChartBubble
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartOptionAccess().getChartBubbleParserRuleCall_4());
}
pushFollow(FOLLOW_ruleChartBubble_in_rule__ChartOption__Alternatives6622);
ruleChartBubble();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getChartOptionAccess().getChartBubbleParserRuleCall_4());
}
}
}
break;
case 6 :
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3139:6: ( ruleChartGauge )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3139:6: ( ruleChartGauge )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3140:1: ruleChartGauge
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartOptionAccess().getChartGaugeParserRuleCall_5());
}
pushFollow(FOLLOW_ruleChartGauge_in_rule__ChartOption__Alternatives6639);
ruleChartGauge();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getChartOptionAccess().getChartGaugeParserRuleCall_5());
}
}
}
break;
case 7 :
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3145:6: ( ruleChartTree )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3145:6: ( ruleChartTree )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3146:1: ruleChartTree
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartOptionAccess().getChartTreeParserRuleCall_6());
}
pushFollow(FOLLOW_ruleChartTree_in_rule__ChartOption__Alternatives6656);
ruleChartTree();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getChartOptionAccess().getChartTreeParserRuleCall_6());
}
}
}
break;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__ChartOption__Alternatives"
// $ANTLR start "rule__ChartBubble__Alternatives_2_1"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3156:1: rule__ChartBubble__Alternatives_2_1 : ( ( ( rule__ChartBubble__GradientAssignment_2_1_0 ) ) | ( ( rule__ChartBubble__TransparentAssignment_2_1_1 ) ) );
public final void rule__ChartBubble__Alternatives_2_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3160:1: ( ( ( rule__ChartBubble__GradientAssignment_2_1_0 ) ) | ( ( rule__ChartBubble__TransparentAssignment_2_1_1 ) ) )
int alt5=2;
int LA5_0 = input.LA(1);
if ( (LA5_0==137) ) {
alt5=1;
}
else if ( (LA5_0==138) ) {
alt5=2;
}
else {
if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 5, 0, input);
throw nvae;
}
switch (alt5) {
case 1 :
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3161:1: ( ( rule__ChartBubble__GradientAssignment_2_1_0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3161:1: ( ( rule__ChartBubble__GradientAssignment_2_1_0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3162:1: ( rule__ChartBubble__GradientAssignment_2_1_0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartBubbleAccess().getGradientAssignment_2_1_0());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3163:1: ( rule__ChartBubble__GradientAssignment_2_1_0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3163:2: rule__ChartBubble__GradientAssignment_2_1_0
{
pushFollow(FOLLOW_rule__ChartBubble__GradientAssignment_2_1_0_in_rule__ChartBubble__Alternatives_2_16688);
rule__ChartBubble__GradientAssignment_2_1_0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getChartBubbleAccess().getGradientAssignment_2_1_0());
}
}
}
break;
case 2 :
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3167:6: ( ( rule__ChartBubble__TransparentAssignment_2_1_1 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3167:6: ( ( rule__ChartBubble__TransparentAssignment_2_1_1 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3168:1: ( rule__ChartBubble__TransparentAssignment_2_1_1 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartBubbleAccess().getTransparentAssignment_2_1_1());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3169:1: ( rule__ChartBubble__TransparentAssignment_2_1_1 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3169:2: rule__ChartBubble__TransparentAssignment_2_1_1
{
pushFollow(FOLLOW_rule__ChartBubble__TransparentAssignment_2_1_1_in_rule__ChartBubble__Alternatives_2_16706);
rule__ChartBubble__TransparentAssignment_2_1_1();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getChartBubbleAccess().getTransparentAssignment_2_1_1());
}
}
}
break;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__ChartBubble__Alternatives_2_1"
// $ANTLR start "rule__ChartTree__Alternatives_2"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3178:1: rule__ChartTree__Alternatives_2 : ( ( ( rule__ChartTree__MapAssignment_2_0 ) ) | ( ( rule__ChartTree__CollapsibleAssignment_2_1 ) ) );
public final void rule__ChartTree__Alternatives_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3182:1: ( ( ( rule__ChartTree__MapAssignment_2_0 ) ) | ( ( rule__ChartTree__CollapsibleAssignment_2_1 ) ) )
int alt6=2;
int LA6_0 = input.LA(1);
if ( (LA6_0==142) ) {
alt6=1;
}
else if ( (LA6_0==143) ) {
alt6=2;
}
else {
if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 6, 0, input);
throw nvae;
}
switch (alt6) {
case 1 :
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3183:1: ( ( rule__ChartTree__MapAssignment_2_0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3183:1: ( ( rule__ChartTree__MapAssignment_2_0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3184:1: ( rule__ChartTree__MapAssignment_2_0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartTreeAccess().getMapAssignment_2_0());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3185:1: ( rule__ChartTree__MapAssignment_2_0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3185:2: rule__ChartTree__MapAssignment_2_0
{
pushFollow(FOLLOW_rule__ChartTree__MapAssignment_2_0_in_rule__ChartTree__Alternatives_26739);
rule__ChartTree__MapAssignment_2_0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getChartTreeAccess().getMapAssignment_2_0());
}
}
}
break;
case 2 :
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3189:6: ( ( rule__ChartTree__CollapsibleAssignment_2_1 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3189:6: ( ( rule__ChartTree__CollapsibleAssignment_2_1 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3190:1: ( rule__ChartTree__CollapsibleAssignment_2_1 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartTreeAccess().getCollapsibleAssignment_2_1());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3191:1: ( rule__ChartTree__CollapsibleAssignment_2_1 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3191:2: rule__ChartTree__CollapsibleAssignment_2_1
{
pushFollow(FOLLOW_rule__ChartTree__CollapsibleAssignment_2_1_in_rule__ChartTree__Alternatives_26757);
rule__ChartTree__CollapsibleAssignment_2_1();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getChartTreeAccess().getCollapsibleAssignment_2_1());
}
}
}
break;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__ChartTree__Alternatives_2"
// $ANTLR start "rule__ChartElement__Alternatives"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3200:1: rule__ChartElement__Alternatives : ( ( ruleChartAxis ) | ( ruleChartLegend ) | ( ruleChartHighlighter ) );
public final void rule__ChartElement__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3204:1: ( ( ruleChartAxis ) | ( ruleChartLegend ) | ( ruleChartHighlighter ) )
int alt7=3;
switch ( input.LA(1) ) {
case 90:
{
alt7=1;
}
break;
case 88:
{
alt7=2;
}
break;
case 89:
{
alt7=3;
}
break;
default:
if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 7, 0, input);
throw nvae;
}
switch (alt7) {
case 1 :
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3205:1: ( ruleChartAxis )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3205:1: ( ruleChartAxis )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3206:1: ruleChartAxis
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartElementAccess().getChartAxisParserRuleCall_0());
}
pushFollow(FOLLOW_ruleChartAxis_in_rule__ChartElement__Alternatives6790);
ruleChartAxis();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getChartElementAccess().getChartAxisParserRuleCall_0());
}
}
}
break;
case 2 :
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3211:6: ( ruleChartLegend )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3211:6: ( ruleChartLegend )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3212:1: ruleChartLegend
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartElementAccess().getChartLegendParserRuleCall_1());
}
pushFollow(FOLLOW_ruleChartLegend_in_rule__ChartElement__Alternatives6807);
ruleChartLegend();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getChartElementAccess().getChartLegendParserRuleCall_1());
}
}
}
break;
case 3 :
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3217:6: ( ruleChartHighlighter )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3217:6: ( ruleChartHighlighter )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3218:1: ruleChartHighlighter
{
if ( state.backtracking==0 ) {
before(grammarAccess.getChartElementAccess().getChartHighlighterParserRuleCall_2());
}
pushFollow(FOLLOW_ruleChartHighlighter_in_rule__ChartElement__Alternatives6824);
ruleChartHighlighter();
state._fsp--;
if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getChartElementAccess().getChartHighlighterParserRuleCall_2());
}
}
}
break;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__ChartElement__Alternatives"
// $ANTLR start "rule__XAnnotation__Alternatives_3_1"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3228:1: rule__XAnnotation__Alternatives_3_1 : ( ( ( rule__XAnnotation__Group_3_1_0__0 ) ) | ( ( rule__XAnnotation__ValueAssignment_3_1_1 ) ) );
public final void rule__XAnnotation__Alternatives_3_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3232:1: ( ( ( rule__XAnnotation__Group_3_1_0__0 ) ) | ( ( rule__XAnnotation__ValueAssignment_3_1_1 ) ) )
int alt8=2;
alt8 = dfa8.predict(input);
switch (alt8) {
case 1 :
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3233:1: ( ( rule__XAnnotation__Group_3_1_0__0 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3233:1: ( ( rule__XAnnotation__Group_3_1_0__0 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3234:1: ( rule__XAnnotation__Group_3_1_0__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXAnnotationAccess().getGroup_3_1_0());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3235:1: ( rule__XAnnotation__Group_3_1_0__0 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3235:2: rule__XAnnotation__Group_3_1_0__0
{
pushFollow(FOLLOW_rule__XAnnotation__Group_3_1_0__0_in_rule__XAnnotation__Alternatives_3_16856);
rule__XAnnotation__Group_3_1_0__0();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXAnnotationAccess().getGroup_3_1_0());
}
}
}
break;
case 2 :
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3239:6: ( ( rule__XAnnotation__ValueAssignment_3_1_1 ) )
{
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3239:6: ( ( rule__XAnnotation__ValueAssignment_3_1_1 ) )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3240:1: ( rule__XAnnotation__ValueAssignment_3_1_1 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getXAnnotationAccess().getValueAssignment_3_1_1());
}
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3241:1: ( rule__XAnnotation__ValueAssignment_3_1_1 )
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3241:2: rule__XAnnotation__ValueAssignment_3_1_1
{
pushFollow(FOLLOW_rule__XAnnotation__ValueAssignment_3_1_1_in_rule__XAnnotation__Alternatives_3_16874);
rule__XAnnotation__ValueAssignment_3_1_1();
state._fsp--;
if (state.failed) return ;
}
if ( state.backtracking==0 ) {
after(grammarAccess.getXAnnotationAccess().getValueAssignment_3_1_1());
}
}
}
break;
}
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
restoreStackSize(stackSize);
}
return ;
}
// $ANTLR end "rule__XAnnotation__Alternatives_3_1"
// $ANTLR start "rule__XAnnotationElementValueOrCommaList__Alternatives"
// ../org.eclipse.osbp.xtext.chart.ui/src-gen/org/eclipse/osbp/xtext/chart/ui/contentassist/antlr/internal/InternalChartDSL.g:3250:1: rule__XAnnotationElementValueOrCommaList__Alternatives : ( ( ( rule__XAnnotationElementValueOrCommaList__Group_0__0 ) ) | ( ( rule__XAnnotationElementValueOrCommaList__Group_1__0 ) ) );
public final void rule__XAnnotationElementValueOrCommaList__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {