Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/code/org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDefParser.java')
-rw-r--r--bundles/code/org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDefParser.java8907
1 files changed, 4864 insertions, 4043 deletions
diff --git a/bundles/code/org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDefParser.java b/bundles/code/org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDefParser.java
index 7bae7c95b..d91407b05 100644
--- a/bundles/code/org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDefParser.java
+++ b/bundles/code/org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDefParser.java
@@ -23,8 +23,9 @@ import java.util.HashMap;
@SuppressWarnings("all")
public class InternalLDefParser extends AbstractInternalContentAssistParser {
public static final String[] tokenNames = new String[] {
- "<invalid>", "<EOR>", "<DOWN>", "<UP>", "RULE_ID", "RULE_STRING", "RULE_INT", "RULE_ML_COMMENT", "RULE_SL_COMMENT", "RULE_WS", "RULE_ANY_OTHER", "'('", "'['", "')'", "']'", "'package'", "'.'", "'*'", "'import'", "'{'", "'}'", "'integration'", "'javafx'", "'java'", "'e4'", "':'", "'partitioning'", "'partition'", "'script'", "'rule'", "'single_line'", "'col'", "'=>'", "'escaped'", "'by'", "'multi_line'", "'lexical_highlighting'", "'keywords'", "','", "'since'", "'pattern'", "'containing'", "'character'", "'eq'", "'in'", "'whitespace'", "'default'", "'javawhitespace'"
+ "<invalid>", "<EOR>", "<DOWN>", "<UP>", "RULE_ID", "RULE_STRING", "RULE_INT", "RULE_ML_COMMENT", "RULE_SL_COMMENT", "RULE_WS", "RULE_ANY_OTHER", "'('", "'['", "')'", "']'", "'package'", "'.'", "'*'", "'import'", "'{'", "'}'", "'integration'", "'javafx'", "'java'", "'e4'", "':'", "'partitioning'", "'partition'", "'script'", "'rule'", "'single_line'", "'col'", "'=>'", "'escaped'", "'by'", "'multi_line'", "'lexical_highlighting'", "'token_def'", "';'", "'keywords'", "','", "'since'", "'pattern'", "'containing'", "'character'", "'eq'", "'in'", "'whitespace'", "'bold'", "'italic'", "'default'", "'javawhitespace'"
};
+ public static final int T__50=50;
public static final int T__19=19;
public static final int T__15=15;
public static final int T__16=16;
@@ -34,6 +35,7 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
public static final int T__12=12;
public static final int T__13=13;
public static final int T__14=14;
+ public static final int T__51=51;
public static final int RULE_ID=4;
public static final int T__26=26;
public static final int T__27=27;
@@ -62,6 +64,8 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
public static final int T__32=32;
public static final int RULE_WS=9;
public static final int RULE_ANY_OTHER=10;
+ 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;
@@ -85,7 +89,7 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
public String[] getTokenNames() { return InternalLDefParser.tokenNames; }
- public String getGrammarFileName() { return "../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g"; }
+ public String getGrammarFileName() { return "InternalLDef.g"; }
@@ -109,16 +113,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleRoot"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:61:1: entryRuleRoot : ruleRoot EOF ;
+ // InternalLDef.g:61:1: entryRuleRoot : ruleRoot EOF ;
public final void entryRuleRoot() throws RecognitionException {
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:62:1: ( ruleRoot EOF )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:63:1: ruleRoot EOF
+ // InternalLDef.g:62:1: ( ruleRoot EOF )
+ // InternalLDef.g:63:1: ruleRoot EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getRootRule());
}
- pushFollow(FOLLOW_ruleRoot_in_entryRuleRoot67);
+ pushFollow(FOLLOW_1);
ruleRoot();
state._fsp--;
@@ -126,7 +130,7 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
if ( state.backtracking==0 ) {
after(grammarAccess.getRootRule());
}
- match(input,EOF,FOLLOW_EOF_in_entryRuleRoot74); if (state.failed) return ;
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
}
@@ -143,25 +147,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleRoot"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:70:1: ruleRoot : ( ( rule__Root__Group__0 ) ) ;
+ // InternalLDef.g:70:1: ruleRoot : ( ( rule__Root__Group__0 ) ) ;
public final void ruleRoot() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:74:2: ( ( ( rule__Root__Group__0 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:75:1: ( ( rule__Root__Group__0 ) )
+ // InternalLDef.g:74:2: ( ( ( rule__Root__Group__0 ) ) )
+ // InternalLDef.g:75:1: ( ( rule__Root__Group__0 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:75:1: ( ( rule__Root__Group__0 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:76:1: ( rule__Root__Group__0 )
+ // InternalLDef.g:75:1: ( ( rule__Root__Group__0 ) )
+ // InternalLDef.g:76:1: ( rule__Root__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getRootAccess().getGroup());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:77:1: ( rule__Root__Group__0 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:77:2: rule__Root__Group__0
+ // InternalLDef.g:77:1: ( rule__Root__Group__0 )
+ // InternalLDef.g:77:2: rule__Root__Group__0
{
- pushFollow(FOLLOW_rule__Root__Group__0_in_ruleRoot100);
+ pushFollow(FOLLOW_2);
rule__Root__Group__0();
state._fsp--;
@@ -194,16 +198,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleValidID"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:89:1: entryRuleValidID : ruleValidID EOF ;
+ // InternalLDef.g:89:1: entryRuleValidID : ruleValidID EOF ;
public final void entryRuleValidID() throws RecognitionException {
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:90:1: ( ruleValidID EOF )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:91:1: ruleValidID EOF
+ // InternalLDef.g:90:1: ( ruleValidID EOF )
+ // InternalLDef.g:91:1: ruleValidID EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getValidIDRule());
}
- pushFollow(FOLLOW_ruleValidID_in_entryRuleValidID127);
+ pushFollow(FOLLOW_1);
ruleValidID();
state._fsp--;
@@ -211,7 +215,7 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
if ( state.backtracking==0 ) {
after(grammarAccess.getValidIDRule());
}
- match(input,EOF,FOLLOW_EOF_in_entryRuleValidID134); if (state.failed) return ;
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
}
@@ -228,22 +232,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleValidID"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:98:1: ruleValidID : ( RULE_ID ) ;
+ // InternalLDef.g:98:1: ruleValidID : ( RULE_ID ) ;
public final void ruleValidID() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:102:2: ( ( RULE_ID ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:103:1: ( RULE_ID )
+ // InternalLDef.g:102:2: ( ( RULE_ID ) )
+ // InternalLDef.g:103:1: ( RULE_ID )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:103:1: ( RULE_ID )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:104:1: RULE_ID
+ // InternalLDef.g:103:1: ( RULE_ID )
+ // InternalLDef.g:104:1: RULE_ID
{
if ( state.backtracking==0 ) {
before(grammarAccess.getValidIDAccess().getIDTerminalRuleCall());
}
- match(input,RULE_ID,FOLLOW_RULE_ID_in_ruleValidID160); if (state.failed) return ;
+ match(input,RULE_ID,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getValidIDAccess().getIDTerminalRuleCall());
}
@@ -269,16 +273,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleQualifiedName"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:117:1: entryRuleQualifiedName : ruleQualifiedName EOF ;
+ // InternalLDef.g:117:1: entryRuleQualifiedName : ruleQualifiedName EOF ;
public final void entryRuleQualifiedName() throws RecognitionException {
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:118:1: ( ruleQualifiedName EOF )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:119:1: ruleQualifiedName EOF
+ // InternalLDef.g:118:1: ( ruleQualifiedName EOF )
+ // InternalLDef.g:119:1: ruleQualifiedName EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getQualifiedNameRule());
}
- pushFollow(FOLLOW_ruleQualifiedName_in_entryRuleQualifiedName186);
+ pushFollow(FOLLOW_1);
ruleQualifiedName();
state._fsp--;
@@ -286,7 +290,7 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
if ( state.backtracking==0 ) {
after(grammarAccess.getQualifiedNameRule());
}
- match(input,EOF,FOLLOW_EOF_in_entryRuleQualifiedName193); if (state.failed) return ;
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
}
@@ -303,25 +307,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleQualifiedName"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:126:1: ruleQualifiedName : ( ( rule__QualifiedName__Group__0 ) ) ;
+ // InternalLDef.g:126:1: ruleQualifiedName : ( ( rule__QualifiedName__Group__0 ) ) ;
public final void ruleQualifiedName() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:130:2: ( ( ( rule__QualifiedName__Group__0 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:131:1: ( ( rule__QualifiedName__Group__0 ) )
+ // InternalLDef.g:130:2: ( ( ( rule__QualifiedName__Group__0 ) ) )
+ // InternalLDef.g:131:1: ( ( rule__QualifiedName__Group__0 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:131:1: ( ( rule__QualifiedName__Group__0 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:132:1: ( rule__QualifiedName__Group__0 )
+ // InternalLDef.g:131:1: ( ( rule__QualifiedName__Group__0 ) )
+ // InternalLDef.g:132:1: ( rule__QualifiedName__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getQualifiedNameAccess().getGroup());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:133:1: ( rule__QualifiedName__Group__0 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:133:2: rule__QualifiedName__Group__0
+ // InternalLDef.g:133:1: ( rule__QualifiedName__Group__0 )
+ // InternalLDef.g:133:2: rule__QualifiedName__Group__0
{
- pushFollow(FOLLOW_rule__QualifiedName__Group__0_in_ruleQualifiedName219);
+ pushFollow(FOLLOW_2);
rule__QualifiedName__Group__0();
state._fsp--;
@@ -354,16 +358,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleQualifiedNameWithWildCard"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:145:1: entryRuleQualifiedNameWithWildCard : ruleQualifiedNameWithWildCard EOF ;
+ // InternalLDef.g:145:1: entryRuleQualifiedNameWithWildCard : ruleQualifiedNameWithWildCard EOF ;
public final void entryRuleQualifiedNameWithWildCard() throws RecognitionException {
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:146:1: ( ruleQualifiedNameWithWildCard EOF )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:147:1: ruleQualifiedNameWithWildCard EOF
+ // InternalLDef.g:146:1: ( ruleQualifiedNameWithWildCard EOF )
+ // InternalLDef.g:147:1: ruleQualifiedNameWithWildCard EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getQualifiedNameWithWildCardRule());
}
- pushFollow(FOLLOW_ruleQualifiedNameWithWildCard_in_entryRuleQualifiedNameWithWildCard246);
+ pushFollow(FOLLOW_1);
ruleQualifiedNameWithWildCard();
state._fsp--;
@@ -371,7 +375,7 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
if ( state.backtracking==0 ) {
after(grammarAccess.getQualifiedNameWithWildCardRule());
}
- match(input,EOF,FOLLOW_EOF_in_entryRuleQualifiedNameWithWildCard253); if (state.failed) return ;
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
}
@@ -388,25 +392,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleQualifiedNameWithWildCard"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:154:1: ruleQualifiedNameWithWildCard : ( ( rule__QualifiedNameWithWildCard__Group__0 ) ) ;
+ // InternalLDef.g:154:1: ruleQualifiedNameWithWildCard : ( ( rule__QualifiedNameWithWildCard__Group__0 ) ) ;
public final void ruleQualifiedNameWithWildCard() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:158:2: ( ( ( rule__QualifiedNameWithWildCard__Group__0 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:159:1: ( ( rule__QualifiedNameWithWildCard__Group__0 ) )
+ // InternalLDef.g:158:2: ( ( ( rule__QualifiedNameWithWildCard__Group__0 ) ) )
+ // InternalLDef.g:159:1: ( ( rule__QualifiedNameWithWildCard__Group__0 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:159:1: ( ( rule__QualifiedNameWithWildCard__Group__0 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:160:1: ( rule__QualifiedNameWithWildCard__Group__0 )
+ // InternalLDef.g:159:1: ( ( rule__QualifiedNameWithWildCard__Group__0 ) )
+ // InternalLDef.g:160:1: ( rule__QualifiedNameWithWildCard__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getQualifiedNameWithWildCardAccess().getGroup());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:161:1: ( rule__QualifiedNameWithWildCard__Group__0 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:161:2: rule__QualifiedNameWithWildCard__Group__0
+ // InternalLDef.g:161:1: ( rule__QualifiedNameWithWildCard__Group__0 )
+ // InternalLDef.g:161:2: rule__QualifiedNameWithWildCard__Group__0
{
- pushFollow(FOLLOW_rule__QualifiedNameWithWildCard__Group__0_in_ruleQualifiedNameWithWildCard279);
+ pushFollow(FOLLOW_2);
rule__QualifiedNameWithWildCard__Group__0();
state._fsp--;
@@ -439,16 +443,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleImport"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:173:1: entryRuleImport : ruleImport EOF ;
+ // InternalLDef.g:173:1: entryRuleImport : ruleImport EOF ;
public final void entryRuleImport() throws RecognitionException {
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:174:1: ( ruleImport EOF )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:175:1: ruleImport EOF
+ // InternalLDef.g:174:1: ( ruleImport EOF )
+ // InternalLDef.g:175:1: ruleImport EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getImportRule());
}
- pushFollow(FOLLOW_ruleImport_in_entryRuleImport306);
+ pushFollow(FOLLOW_1);
ruleImport();
state._fsp--;
@@ -456,7 +460,7 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
if ( state.backtracking==0 ) {
after(grammarAccess.getImportRule());
}
- match(input,EOF,FOLLOW_EOF_in_entryRuleImport313); if (state.failed) return ;
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
}
@@ -473,25 +477,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleImport"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:182:1: ruleImport : ( ( rule__Import__Group__0 ) ) ;
+ // InternalLDef.g:182:1: ruleImport : ( ( rule__Import__Group__0 ) ) ;
public final void ruleImport() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:186:2: ( ( ( rule__Import__Group__0 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:187:1: ( ( rule__Import__Group__0 ) )
+ // InternalLDef.g:186:2: ( ( ( rule__Import__Group__0 ) ) )
+ // InternalLDef.g:187:1: ( ( rule__Import__Group__0 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:187:1: ( ( rule__Import__Group__0 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:188:1: ( rule__Import__Group__0 )
+ // InternalLDef.g:187:1: ( ( rule__Import__Group__0 ) )
+ // InternalLDef.g:188:1: ( rule__Import__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getImportAccess().getGroup());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:189:1: ( rule__Import__Group__0 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:189:2: rule__Import__Group__0
+ // InternalLDef.g:189:1: ( rule__Import__Group__0 )
+ // InternalLDef.g:189:2: rule__Import__Group__0
{
- pushFollow(FOLLOW_rule__Import__Group__0_in_ruleImport339);
+ pushFollow(FOLLOW_2);
rule__Import__Group__0();
state._fsp--;
@@ -524,16 +528,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleLanguageDef"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:201:1: entryRuleLanguageDef : ruleLanguageDef EOF ;
+ // InternalLDef.g:201:1: entryRuleLanguageDef : ruleLanguageDef EOF ;
public final void entryRuleLanguageDef() throws RecognitionException {
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:202:1: ( ruleLanguageDef EOF )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:203:1: ruleLanguageDef EOF
+ // InternalLDef.g:202:1: ( ruleLanguageDef EOF )
+ // InternalLDef.g:203:1: ruleLanguageDef EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getLanguageDefRule());
}
- pushFollow(FOLLOW_ruleLanguageDef_in_entryRuleLanguageDef366);
+ pushFollow(FOLLOW_1);
ruleLanguageDef();
state._fsp--;
@@ -541,7 +545,7 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
if ( state.backtracking==0 ) {
after(grammarAccess.getLanguageDefRule());
}
- match(input,EOF,FOLLOW_EOF_in_entryRuleLanguageDef373); if (state.failed) return ;
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
}
@@ -558,25 +562,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleLanguageDef"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:210:1: ruleLanguageDef : ( ( rule__LanguageDef__Group__0 ) ) ;
+ // InternalLDef.g:210:1: ruleLanguageDef : ( ( rule__LanguageDef__Group__0 ) ) ;
public final void ruleLanguageDef() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:214:2: ( ( ( rule__LanguageDef__Group__0 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:215:1: ( ( rule__LanguageDef__Group__0 ) )
+ // InternalLDef.g:214:2: ( ( ( rule__LanguageDef__Group__0 ) ) )
+ // InternalLDef.g:215:1: ( ( rule__LanguageDef__Group__0 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:215:1: ( ( rule__LanguageDef__Group__0 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:216:1: ( rule__LanguageDef__Group__0 )
+ // InternalLDef.g:215:1: ( ( rule__LanguageDef__Group__0 ) )
+ // InternalLDef.g:216:1: ( rule__LanguageDef__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getLanguageDefAccess().getGroup());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:217:1: ( rule__LanguageDef__Group__0 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:217:2: rule__LanguageDef__Group__0
+ // InternalLDef.g:217:1: ( rule__LanguageDef__Group__0 )
+ // InternalLDef.g:217:2: rule__LanguageDef__Group__0
{
- pushFollow(FOLLOW_rule__LanguageDef__Group__0_in_ruleLanguageDef399);
+ pushFollow(FOLLOW_2);
rule__LanguageDef__Group__0();
state._fsp--;
@@ -609,16 +613,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleIntegration"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:229:1: entryRuleIntegration : ruleIntegration EOF ;
+ // InternalLDef.g:229:1: entryRuleIntegration : ruleIntegration EOF ;
public final void entryRuleIntegration() throws RecognitionException {
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:230:1: ( ruleIntegration EOF )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:231:1: ruleIntegration EOF
+ // InternalLDef.g:230:1: ( ruleIntegration EOF )
+ // InternalLDef.g:231:1: ruleIntegration EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getIntegrationRule());
}
- pushFollow(FOLLOW_ruleIntegration_in_entryRuleIntegration426);
+ pushFollow(FOLLOW_1);
ruleIntegration();
state._fsp--;
@@ -626,7 +630,7 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
if ( state.backtracking==0 ) {
after(grammarAccess.getIntegrationRule());
}
- match(input,EOF,FOLLOW_EOF_in_entryRuleIntegration433); if (state.failed) return ;
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
}
@@ -643,25 +647,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleIntegration"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:238:1: ruleIntegration : ( ( rule__Integration__Group__0 ) ) ;
+ // InternalLDef.g:238:1: ruleIntegration : ( ( rule__Integration__Group__0 ) ) ;
public final void ruleIntegration() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:242:2: ( ( ( rule__Integration__Group__0 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:243:1: ( ( rule__Integration__Group__0 ) )
+ // InternalLDef.g:242:2: ( ( ( rule__Integration__Group__0 ) ) )
+ // InternalLDef.g:243:1: ( ( rule__Integration__Group__0 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:243:1: ( ( rule__Integration__Group__0 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:244:1: ( rule__Integration__Group__0 )
+ // InternalLDef.g:243:1: ( ( rule__Integration__Group__0 ) )
+ // InternalLDef.g:244:1: ( rule__Integration__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getIntegrationAccess().getGroup());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:245:1: ( rule__Integration__Group__0 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:245:2: rule__Integration__Group__0
+ // InternalLDef.g:245:1: ( rule__Integration__Group__0 )
+ // InternalLDef.g:245:2: rule__Integration__Group__0
{
- pushFollow(FOLLOW_rule__Integration__Group__0_in_ruleIntegration459);
+ pushFollow(FOLLOW_2);
rule__Integration__Group__0();
state._fsp--;
@@ -694,16 +698,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleCodeIntegration"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:257:1: entryRuleCodeIntegration : ruleCodeIntegration EOF ;
+ // InternalLDef.g:257:1: entryRuleCodeIntegration : ruleCodeIntegration EOF ;
public final void entryRuleCodeIntegration() throws RecognitionException {
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:258:1: ( ruleCodeIntegration EOF )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:259:1: ruleCodeIntegration EOF
+ // InternalLDef.g:258:1: ( ruleCodeIntegration EOF )
+ // InternalLDef.g:259:1: ruleCodeIntegration EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getCodeIntegrationRule());
}
- pushFollow(FOLLOW_ruleCodeIntegration_in_entryRuleCodeIntegration486);
+ pushFollow(FOLLOW_1);
ruleCodeIntegration();
state._fsp--;
@@ -711,7 +715,7 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
if ( state.backtracking==0 ) {
after(grammarAccess.getCodeIntegrationRule());
}
- match(input,EOF,FOLLOW_EOF_in_entryRuleCodeIntegration493); if (state.failed) return ;
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
}
@@ -728,22 +732,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleCodeIntegration"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:266:1: ruleCodeIntegration : ( ruleJavaFXIntegration ) ;
+ // InternalLDef.g:266:1: ruleCodeIntegration : ( ruleJavaFXIntegration ) ;
public final void ruleCodeIntegration() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:270:2: ( ( ruleJavaFXIntegration ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:271:1: ( ruleJavaFXIntegration )
+ // InternalLDef.g:270:2: ( ( ruleJavaFXIntegration ) )
+ // InternalLDef.g:271:1: ( ruleJavaFXIntegration )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:271:1: ( ruleJavaFXIntegration )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:272:1: ruleJavaFXIntegration
+ // InternalLDef.g:271:1: ( ruleJavaFXIntegration )
+ // InternalLDef.g:272:1: ruleJavaFXIntegration
{
if ( state.backtracking==0 ) {
before(grammarAccess.getCodeIntegrationAccess().getJavaFXIntegrationParserRuleCall());
}
- pushFollow(FOLLOW_ruleJavaFXIntegration_in_ruleCodeIntegration519);
+ pushFollow(FOLLOW_2);
ruleJavaFXIntegration();
state._fsp--;
@@ -773,16 +777,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleJavaFXIntegration"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:285:1: entryRuleJavaFXIntegration : ruleJavaFXIntegration EOF ;
+ // InternalLDef.g:285:1: entryRuleJavaFXIntegration : ruleJavaFXIntegration EOF ;
public final void entryRuleJavaFXIntegration() throws RecognitionException {
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:286:1: ( ruleJavaFXIntegration EOF )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:287:1: ruleJavaFXIntegration EOF
+ // InternalLDef.g:286:1: ( ruleJavaFXIntegration EOF )
+ // InternalLDef.g:287:1: ruleJavaFXIntegration EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJavaFXIntegrationRule());
}
- pushFollow(FOLLOW_ruleJavaFXIntegration_in_entryRuleJavaFXIntegration545);
+ pushFollow(FOLLOW_1);
ruleJavaFXIntegration();
state._fsp--;
@@ -790,7 +794,7 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
if ( state.backtracking==0 ) {
after(grammarAccess.getJavaFXIntegrationRule());
}
- match(input,EOF,FOLLOW_EOF_in_entryRuleJavaFXIntegration552); if (state.failed) return ;
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
}
@@ -807,25 +811,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleJavaFXIntegration"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:294:1: ruleJavaFXIntegration : ( ( rule__JavaFXIntegration__Group__0 ) ) ;
+ // InternalLDef.g:294:1: ruleJavaFXIntegration : ( ( rule__JavaFXIntegration__Group__0 ) ) ;
public final void ruleJavaFXIntegration() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:298:2: ( ( ( rule__JavaFXIntegration__Group__0 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:299:1: ( ( rule__JavaFXIntegration__Group__0 ) )
+ // InternalLDef.g:298:2: ( ( ( rule__JavaFXIntegration__Group__0 ) ) )
+ // InternalLDef.g:299:1: ( ( rule__JavaFXIntegration__Group__0 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:299:1: ( ( rule__JavaFXIntegration__Group__0 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:300:1: ( rule__JavaFXIntegration__Group__0 )
+ // InternalLDef.g:299:1: ( ( rule__JavaFXIntegration__Group__0 ) )
+ // InternalLDef.g:300:1: ( rule__JavaFXIntegration__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJavaFXIntegrationAccess().getGroup());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:301:1: ( rule__JavaFXIntegration__Group__0 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:301:2: rule__JavaFXIntegration__Group__0
+ // InternalLDef.g:301:1: ( rule__JavaFXIntegration__Group__0 )
+ // InternalLDef.g:301:2: rule__JavaFXIntegration__Group__0
{
- pushFollow(FOLLOW_rule__JavaFXIntegration__Group__0_in_ruleJavaFXIntegration578);
+ pushFollow(FOLLOW_2);
rule__JavaFXIntegration__Group__0();
state._fsp--;
@@ -858,16 +862,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleCodegeneration"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:313:1: entryRuleCodegeneration : ruleCodegeneration EOF ;
+ // InternalLDef.g:313:1: entryRuleCodegeneration : ruleCodegeneration EOF ;
public final void entryRuleCodegeneration() throws RecognitionException {
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:314:1: ( ruleCodegeneration EOF )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:315:1: ruleCodegeneration EOF
+ // InternalLDef.g:314:1: ( ruleCodegeneration EOF )
+ // InternalLDef.g:315:1: ruleCodegeneration EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getCodegenerationRule());
}
- pushFollow(FOLLOW_ruleCodegeneration_in_entryRuleCodegeneration605);
+ pushFollow(FOLLOW_1);
ruleCodegeneration();
state._fsp--;
@@ -875,7 +879,7 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
if ( state.backtracking==0 ) {
after(grammarAccess.getCodegenerationRule());
}
- match(input,EOF,FOLLOW_EOF_in_entryRuleCodegeneration612); if (state.failed) return ;
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
}
@@ -892,25 +896,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleCodegeneration"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:322:1: ruleCodegeneration : ( ( rule__Codegeneration__Alternatives ) ) ;
+ // InternalLDef.g:322:1: ruleCodegeneration : ( ( rule__Codegeneration__Alternatives ) ) ;
public final void ruleCodegeneration() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:326:2: ( ( ( rule__Codegeneration__Alternatives ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:327:1: ( ( rule__Codegeneration__Alternatives ) )
+ // InternalLDef.g:326:2: ( ( ( rule__Codegeneration__Alternatives ) ) )
+ // InternalLDef.g:327:1: ( ( rule__Codegeneration__Alternatives ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:327:1: ( ( rule__Codegeneration__Alternatives ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:328:1: ( rule__Codegeneration__Alternatives )
+ // InternalLDef.g:327:1: ( ( rule__Codegeneration__Alternatives ) )
+ // InternalLDef.g:328:1: ( rule__Codegeneration__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getCodegenerationAccess().getAlternatives());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:329:1: ( rule__Codegeneration__Alternatives )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:329:2: rule__Codegeneration__Alternatives
+ // InternalLDef.g:329:1: ( rule__Codegeneration__Alternatives )
+ // InternalLDef.g:329:2: rule__Codegeneration__Alternatives
{
- pushFollow(FOLLOW_rule__Codegeneration__Alternatives_in_ruleCodegeneration638);
+ pushFollow(FOLLOW_2);
rule__Codegeneration__Alternatives();
state._fsp--;
@@ -943,16 +947,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleJavaCodeGeneration"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:341:1: entryRuleJavaCodeGeneration : ruleJavaCodeGeneration EOF ;
+ // InternalLDef.g:341:1: entryRuleJavaCodeGeneration : ruleJavaCodeGeneration EOF ;
public final void entryRuleJavaCodeGeneration() throws RecognitionException {
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:342:1: ( ruleJavaCodeGeneration EOF )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:343:1: ruleJavaCodeGeneration EOF
+ // InternalLDef.g:342:1: ( ruleJavaCodeGeneration EOF )
+ // InternalLDef.g:343:1: ruleJavaCodeGeneration EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJavaCodeGenerationRule());
}
- pushFollow(FOLLOW_ruleJavaCodeGeneration_in_entryRuleJavaCodeGeneration665);
+ pushFollow(FOLLOW_1);
ruleJavaCodeGeneration();
state._fsp--;
@@ -960,7 +964,7 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
if ( state.backtracking==0 ) {
after(grammarAccess.getJavaCodeGenerationRule());
}
- match(input,EOF,FOLLOW_EOF_in_entryRuleJavaCodeGeneration672); if (state.failed) return ;
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
}
@@ -977,25 +981,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleJavaCodeGeneration"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:350:1: ruleJavaCodeGeneration : ( ( rule__JavaCodeGeneration__Group__0 ) ) ;
+ // InternalLDef.g:350:1: ruleJavaCodeGeneration : ( ( rule__JavaCodeGeneration__Group__0 ) ) ;
public final void ruleJavaCodeGeneration() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:354:2: ( ( ( rule__JavaCodeGeneration__Group__0 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:355:1: ( ( rule__JavaCodeGeneration__Group__0 ) )
+ // InternalLDef.g:354:2: ( ( ( rule__JavaCodeGeneration__Group__0 ) ) )
+ // InternalLDef.g:355:1: ( ( rule__JavaCodeGeneration__Group__0 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:355:1: ( ( rule__JavaCodeGeneration__Group__0 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:356:1: ( rule__JavaCodeGeneration__Group__0 )
+ // InternalLDef.g:355:1: ( ( rule__JavaCodeGeneration__Group__0 ) )
+ // InternalLDef.g:356:1: ( rule__JavaCodeGeneration__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJavaCodeGenerationAccess().getGroup());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:357:1: ( rule__JavaCodeGeneration__Group__0 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:357:2: rule__JavaCodeGeneration__Group__0
+ // InternalLDef.g:357:1: ( rule__JavaCodeGeneration__Group__0 )
+ // InternalLDef.g:357:2: rule__JavaCodeGeneration__Group__0
{
- pushFollow(FOLLOW_rule__JavaCodeGeneration__Group__0_in_ruleJavaCodeGeneration698);
+ pushFollow(FOLLOW_2);
rule__JavaCodeGeneration__Group__0();
state._fsp--;
@@ -1028,16 +1032,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleE4CodeGeneration"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:369:1: entryRuleE4CodeGeneration : ruleE4CodeGeneration EOF ;
+ // InternalLDef.g:369:1: entryRuleE4CodeGeneration : ruleE4CodeGeneration EOF ;
public final void entryRuleE4CodeGeneration() throws RecognitionException {
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:370:1: ( ruleE4CodeGeneration EOF )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:371:1: ruleE4CodeGeneration EOF
+ // InternalLDef.g:370:1: ( ruleE4CodeGeneration EOF )
+ // InternalLDef.g:371:1: ruleE4CodeGeneration EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getE4CodeGenerationRule());
}
- pushFollow(FOLLOW_ruleE4CodeGeneration_in_entryRuleE4CodeGeneration725);
+ pushFollow(FOLLOW_1);
ruleE4CodeGeneration();
state._fsp--;
@@ -1045,7 +1049,7 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
if ( state.backtracking==0 ) {
after(grammarAccess.getE4CodeGenerationRule());
}
- match(input,EOF,FOLLOW_EOF_in_entryRuleE4CodeGeneration732); if (state.failed) return ;
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
}
@@ -1062,25 +1066,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleE4CodeGeneration"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:378:1: ruleE4CodeGeneration : ( ( rule__E4CodeGeneration__Group__0 ) ) ;
+ // InternalLDef.g:378:1: ruleE4CodeGeneration : ( ( rule__E4CodeGeneration__Group__0 ) ) ;
public final void ruleE4CodeGeneration() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:382:2: ( ( ( rule__E4CodeGeneration__Group__0 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:383:1: ( ( rule__E4CodeGeneration__Group__0 ) )
+ // InternalLDef.g:382:2: ( ( ( rule__E4CodeGeneration__Group__0 ) ) )
+ // InternalLDef.g:383:1: ( ( rule__E4CodeGeneration__Group__0 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:383:1: ( ( rule__E4CodeGeneration__Group__0 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:384:1: ( rule__E4CodeGeneration__Group__0 )
+ // InternalLDef.g:383:1: ( ( rule__E4CodeGeneration__Group__0 ) )
+ // InternalLDef.g:384:1: ( rule__E4CodeGeneration__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getE4CodeGenerationAccess().getGroup());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:385:1: ( rule__E4CodeGeneration__Group__0 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:385:2: rule__E4CodeGeneration__Group__0
+ // InternalLDef.g:385:1: ( rule__E4CodeGeneration__Group__0 )
+ // InternalLDef.g:385:2: rule__E4CodeGeneration__Group__0
{
- pushFollow(FOLLOW_rule__E4CodeGeneration__Group__0_in_ruleE4CodeGeneration758);
+ pushFollow(FOLLOW_2);
rule__E4CodeGeneration__Group__0();
state._fsp--;
@@ -1113,16 +1117,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleConfigValue"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:397:1: entryRuleConfigValue : ruleConfigValue EOF ;
+ // InternalLDef.g:397:1: entryRuleConfigValue : ruleConfigValue EOF ;
public final void entryRuleConfigValue() throws RecognitionException {
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:398:1: ( ruleConfigValue EOF )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:399:1: ruleConfigValue EOF
+ // InternalLDef.g:398:1: ( ruleConfigValue EOF )
+ // InternalLDef.g:399:1: ruleConfigValue EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getConfigValueRule());
}
- pushFollow(FOLLOW_ruleConfigValue_in_entryRuleConfigValue785);
+ pushFollow(FOLLOW_1);
ruleConfigValue();
state._fsp--;
@@ -1130,7 +1134,7 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
if ( state.backtracking==0 ) {
after(grammarAccess.getConfigValueRule());
}
- match(input,EOF,FOLLOW_EOF_in_entryRuleConfigValue792); if (state.failed) return ;
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
}
@@ -1147,25 +1151,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleConfigValue"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:406:1: ruleConfigValue : ( ( rule__ConfigValue__Group__0 ) ) ;
+ // InternalLDef.g:406:1: ruleConfigValue : ( ( rule__ConfigValue__Group__0 ) ) ;
public final void ruleConfigValue() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:410:2: ( ( ( rule__ConfigValue__Group__0 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:411:1: ( ( rule__ConfigValue__Group__0 ) )
+ // InternalLDef.g:410:2: ( ( ( rule__ConfigValue__Group__0 ) ) )
+ // InternalLDef.g:411:1: ( ( rule__ConfigValue__Group__0 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:411:1: ( ( rule__ConfigValue__Group__0 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:412:1: ( rule__ConfigValue__Group__0 )
+ // InternalLDef.g:411:1: ( ( rule__ConfigValue__Group__0 ) )
+ // InternalLDef.g:412:1: ( rule__ConfigValue__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getConfigValueAccess().getGroup());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:413:1: ( rule__ConfigValue__Group__0 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:413:2: rule__ConfigValue__Group__0
+ // InternalLDef.g:413:1: ( rule__ConfigValue__Group__0 )
+ // InternalLDef.g:413:2: rule__ConfigValue__Group__0
{
- pushFollow(FOLLOW_rule__ConfigValue__Group__0_in_ruleConfigValue818);
+ pushFollow(FOLLOW_2);
rule__ConfigValue__Group__0();
state._fsp--;
@@ -1198,16 +1202,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleParitioning"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:425:1: entryRuleParitioning : ruleParitioning EOF ;
+ // InternalLDef.g:425:1: entryRuleParitioning : ruleParitioning EOF ;
public final void entryRuleParitioning() throws RecognitionException {
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:426:1: ( ruleParitioning EOF )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:427:1: ruleParitioning EOF
+ // InternalLDef.g:426:1: ( ruleParitioning EOF )
+ // InternalLDef.g:427:1: ruleParitioning EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getParitioningRule());
}
- pushFollow(FOLLOW_ruleParitioning_in_entryRuleParitioning845);
+ pushFollow(FOLLOW_1);
ruleParitioning();
state._fsp--;
@@ -1215,7 +1219,7 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
if ( state.backtracking==0 ) {
after(grammarAccess.getParitioningRule());
}
- match(input,EOF,FOLLOW_EOF_in_entryRuleParitioning852); if (state.failed) return ;
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
}
@@ -1232,25 +1236,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleParitioning"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:434:1: ruleParitioning : ( ( rule__Paritioning__Group__0 ) ) ;
+ // InternalLDef.g:434:1: ruleParitioning : ( ( rule__Paritioning__Group__0 ) ) ;
public final void ruleParitioning() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:438:2: ( ( ( rule__Paritioning__Group__0 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:439:1: ( ( rule__Paritioning__Group__0 ) )
+ // InternalLDef.g:438:2: ( ( ( rule__Paritioning__Group__0 ) ) )
+ // InternalLDef.g:439:1: ( ( rule__Paritioning__Group__0 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:439:1: ( ( rule__Paritioning__Group__0 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:440:1: ( rule__Paritioning__Group__0 )
+ // InternalLDef.g:439:1: ( ( rule__Paritioning__Group__0 ) )
+ // InternalLDef.g:440:1: ( rule__Paritioning__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getParitioningAccess().getGroup());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:441:1: ( rule__Paritioning__Group__0 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:441:2: rule__Paritioning__Group__0
+ // InternalLDef.g:441:1: ( rule__Paritioning__Group__0 )
+ // InternalLDef.g:441:2: rule__Paritioning__Group__0
{
- pushFollow(FOLLOW_rule__Paritioning__Group__0_in_ruleParitioning878);
+ pushFollow(FOLLOW_2);
rule__Paritioning__Group__0();
state._fsp--;
@@ -1283,16 +1287,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRulePartition"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:453:1: entryRulePartition : rulePartition EOF ;
+ // InternalLDef.g:453:1: entryRulePartition : rulePartition EOF ;
public final void entryRulePartition() throws RecognitionException {
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:454:1: ( rulePartition EOF )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:455:1: rulePartition EOF
+ // InternalLDef.g:454:1: ( rulePartition EOF )
+ // InternalLDef.g:455:1: rulePartition EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartitionRule());
}
- pushFollow(FOLLOW_rulePartition_in_entryRulePartition905);
+ pushFollow(FOLLOW_1);
rulePartition();
state._fsp--;
@@ -1300,7 +1304,7 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
if ( state.backtracking==0 ) {
after(grammarAccess.getPartitionRule());
}
- match(input,EOF,FOLLOW_EOF_in_entryRulePartition912); if (state.failed) return ;
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
}
@@ -1317,25 +1321,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rulePartition"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:462:1: rulePartition : ( ( rule__Partition__Group__0 ) ) ;
+ // InternalLDef.g:462:1: rulePartition : ( ( rule__Partition__Group__0 ) ) ;
public final void rulePartition() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:466:2: ( ( ( rule__Partition__Group__0 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:467:1: ( ( rule__Partition__Group__0 ) )
+ // InternalLDef.g:466:2: ( ( ( rule__Partition__Group__0 ) ) )
+ // InternalLDef.g:467:1: ( ( rule__Partition__Group__0 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:467:1: ( ( rule__Partition__Group__0 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:468:1: ( rule__Partition__Group__0 )
+ // InternalLDef.g:467:1: ( ( rule__Partition__Group__0 ) )
+ // InternalLDef.g:468:1: ( rule__Partition__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartitionAccess().getGroup());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:469:1: ( rule__Partition__Group__0 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:469:2: rule__Partition__Group__0
+ // InternalLDef.g:469:1: ( rule__Partition__Group__0 )
+ // InternalLDef.g:469:2: rule__Partition__Group__0
{
- pushFollow(FOLLOW_rule__Partition__Group__0_in_rulePartition938);
+ pushFollow(FOLLOW_2);
rule__Partition__Group__0();
state._fsp--;
@@ -1368,16 +1372,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRulePartitioner"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:481:1: entryRulePartitioner : rulePartitioner EOF ;
+ // InternalLDef.g:481:1: entryRulePartitioner : rulePartitioner EOF ;
public final void entryRulePartitioner() throws RecognitionException {
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:482:1: ( rulePartitioner EOF )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:483:1: rulePartitioner EOF
+ // InternalLDef.g:482:1: ( rulePartitioner EOF )
+ // InternalLDef.g:483:1: rulePartitioner EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartitionerRule());
}
- pushFollow(FOLLOW_rulePartitioner_in_entryRulePartitioner965);
+ pushFollow(FOLLOW_1);
rulePartitioner();
state._fsp--;
@@ -1385,7 +1389,7 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
if ( state.backtracking==0 ) {
after(grammarAccess.getPartitionerRule());
}
- match(input,EOF,FOLLOW_EOF_in_entryRulePartitioner972); if (state.failed) return ;
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
}
@@ -1402,25 +1406,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rulePartitioner"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:490:1: rulePartitioner : ( ( rule__Partitioner__Alternatives ) ) ;
+ // InternalLDef.g:490:1: rulePartitioner : ( ( rule__Partitioner__Alternatives ) ) ;
public final void rulePartitioner() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:494:2: ( ( ( rule__Partitioner__Alternatives ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:495:1: ( ( rule__Partitioner__Alternatives ) )
+ // InternalLDef.g:494:2: ( ( ( rule__Partitioner__Alternatives ) ) )
+ // InternalLDef.g:495:1: ( ( rule__Partitioner__Alternatives ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:495:1: ( ( rule__Partitioner__Alternatives ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:496:1: ( rule__Partitioner__Alternatives )
+ // InternalLDef.g:495:1: ( ( rule__Partitioner__Alternatives ) )
+ // InternalLDef.g:496:1: ( rule__Partitioner__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartitionerAccess().getAlternatives());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:497:1: ( rule__Partitioner__Alternatives )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:497:2: rule__Partitioner__Alternatives
+ // InternalLDef.g:497:1: ( rule__Partitioner__Alternatives )
+ // InternalLDef.g:497:2: rule__Partitioner__Alternatives
{
- pushFollow(FOLLOW_rule__Partitioner__Alternatives_in_rulePartitioner998);
+ pushFollow(FOLLOW_2);
rule__Partitioner__Alternatives();
state._fsp--;
@@ -1453,16 +1457,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleParitioner_JS"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:509:1: entryRuleParitioner_JS : ruleParitioner_JS EOF ;
+ // InternalLDef.g:509:1: entryRuleParitioner_JS : ruleParitioner_JS EOF ;
public final void entryRuleParitioner_JS() throws RecognitionException {
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:510:1: ( ruleParitioner_JS EOF )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:511:1: ruleParitioner_JS EOF
+ // InternalLDef.g:510:1: ( ruleParitioner_JS EOF )
+ // InternalLDef.g:511:1: ruleParitioner_JS EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getParitioner_JSRule());
}
- pushFollow(FOLLOW_ruleParitioner_JS_in_entryRuleParitioner_JS1025);
+ pushFollow(FOLLOW_1);
ruleParitioner_JS();
state._fsp--;
@@ -1470,7 +1474,7 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
if ( state.backtracking==0 ) {
after(grammarAccess.getParitioner_JSRule());
}
- match(input,EOF,FOLLOW_EOF_in_entryRuleParitioner_JS1032); if (state.failed) return ;
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
}
@@ -1487,25 +1491,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleParitioner_JS"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:518:1: ruleParitioner_JS : ( ( rule__Paritioner_JS__Group__0 ) ) ;
+ // InternalLDef.g:518:1: ruleParitioner_JS : ( ( rule__Paritioner_JS__Group__0 ) ) ;
public final void ruleParitioner_JS() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:522:2: ( ( ( rule__Paritioner_JS__Group__0 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:523:1: ( ( rule__Paritioner_JS__Group__0 ) )
+ // InternalLDef.g:522:2: ( ( ( rule__Paritioner_JS__Group__0 ) ) )
+ // InternalLDef.g:523:1: ( ( rule__Paritioner_JS__Group__0 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:523:1: ( ( rule__Paritioner_JS__Group__0 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:524:1: ( rule__Paritioner_JS__Group__0 )
+ // InternalLDef.g:523:1: ( ( rule__Paritioner_JS__Group__0 ) )
+ // InternalLDef.g:524:1: ( rule__Paritioner_JS__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getParitioner_JSAccess().getGroup());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:525:1: ( rule__Paritioner_JS__Group__0 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:525:2: rule__Paritioner_JS__Group__0
+ // InternalLDef.g:525:1: ( rule__Paritioner_JS__Group__0 )
+ // InternalLDef.g:525:2: rule__Paritioner_JS__Group__0
{
- pushFollow(FOLLOW_rule__Paritioner_JS__Group__0_in_ruleParitioner_JS1058);
+ pushFollow(FOLLOW_2);
rule__Paritioner_JS__Group__0();
state._fsp--;
@@ -1538,16 +1542,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRulePartitioner_Rule"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:537:1: entryRulePartitioner_Rule : rulePartitioner_Rule EOF ;
+ // InternalLDef.g:537:1: entryRulePartitioner_Rule : rulePartitioner_Rule EOF ;
public final void entryRulePartitioner_Rule() throws RecognitionException {
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:538:1: ( rulePartitioner_Rule EOF )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:539:1: rulePartitioner_Rule EOF
+ // InternalLDef.g:538:1: ( rulePartitioner_Rule EOF )
+ // InternalLDef.g:539:1: rulePartitioner_Rule EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartitioner_RuleRule());
}
- pushFollow(FOLLOW_rulePartitioner_Rule_in_entryRulePartitioner_Rule1085);
+ pushFollow(FOLLOW_1);
rulePartitioner_Rule();
state._fsp--;
@@ -1555,7 +1559,7 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
if ( state.backtracking==0 ) {
after(grammarAccess.getPartitioner_RuleRule());
}
- match(input,EOF,FOLLOW_EOF_in_entryRulePartitioner_Rule1092); if (state.failed) return ;
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
}
@@ -1572,25 +1576,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rulePartitioner_Rule"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:546:1: rulePartitioner_Rule : ( ( rule__Partitioner_Rule__Group__0 ) ) ;
+ // InternalLDef.g:546:1: rulePartitioner_Rule : ( ( rule__Partitioner_Rule__Group__0 ) ) ;
public final void rulePartitioner_Rule() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:550:2: ( ( ( rule__Partitioner_Rule__Group__0 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:551:1: ( ( rule__Partitioner_Rule__Group__0 ) )
+ // InternalLDef.g:550:2: ( ( ( rule__Partitioner_Rule__Group__0 ) ) )
+ // InternalLDef.g:551:1: ( ( rule__Partitioner_Rule__Group__0 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:551:1: ( ( rule__Partitioner_Rule__Group__0 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:552:1: ( rule__Partitioner_Rule__Group__0 )
+ // InternalLDef.g:551:1: ( ( rule__Partitioner_Rule__Group__0 ) )
+ // InternalLDef.g:552:1: ( rule__Partitioner_Rule__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartitioner_RuleAccess().getGroup());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:553:1: ( rule__Partitioner_Rule__Group__0 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:553:2: rule__Partitioner_Rule__Group__0
+ // InternalLDef.g:553:1: ( rule__Partitioner_Rule__Group__0 )
+ // InternalLDef.g:553:2: rule__Partitioner_Rule__Group__0
{
- pushFollow(FOLLOW_rule__Partitioner_Rule__Group__0_in_rulePartitioner_Rule1118);
+ pushFollow(FOLLOW_2);
rule__Partitioner_Rule__Group__0();
state._fsp--;
@@ -1623,16 +1627,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRulePartition_Rule"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:565:1: entryRulePartition_Rule : rulePartition_Rule EOF ;
+ // InternalLDef.g:565:1: entryRulePartition_Rule : rulePartition_Rule EOF ;
public final void entryRulePartition_Rule() throws RecognitionException {
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:566:1: ( rulePartition_Rule EOF )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:567:1: rulePartition_Rule EOF
+ // InternalLDef.g:566:1: ( rulePartition_Rule EOF )
+ // InternalLDef.g:567:1: rulePartition_Rule EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartition_RuleRule());
}
- pushFollow(FOLLOW_rulePartition_Rule_in_entryRulePartition_Rule1145);
+ pushFollow(FOLLOW_1);
rulePartition_Rule();
state._fsp--;
@@ -1640,7 +1644,7 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
if ( state.backtracking==0 ) {
after(grammarAccess.getPartition_RuleRule());
}
- match(input,EOF,FOLLOW_EOF_in_entryRulePartition_Rule1152); if (state.failed) return ;
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
}
@@ -1657,25 +1661,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rulePartition_Rule"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:574:1: rulePartition_Rule : ( ( rule__Partition_Rule__Alternatives ) ) ;
+ // InternalLDef.g:574:1: rulePartition_Rule : ( ( rule__Partition_Rule__Alternatives ) ) ;
public final void rulePartition_Rule() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:578:2: ( ( ( rule__Partition_Rule__Alternatives ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:579:1: ( ( rule__Partition_Rule__Alternatives ) )
+ // InternalLDef.g:578:2: ( ( ( rule__Partition_Rule__Alternatives ) ) )
+ // InternalLDef.g:579:1: ( ( rule__Partition_Rule__Alternatives ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:579:1: ( ( rule__Partition_Rule__Alternatives ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:580:1: ( rule__Partition_Rule__Alternatives )
+ // InternalLDef.g:579:1: ( ( rule__Partition_Rule__Alternatives ) )
+ // InternalLDef.g:580:1: ( rule__Partition_Rule__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartition_RuleAccess().getAlternatives());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:581:1: ( rule__Partition_Rule__Alternatives )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:581:2: rule__Partition_Rule__Alternatives
+ // InternalLDef.g:581:1: ( rule__Partition_Rule__Alternatives )
+ // InternalLDef.g:581:2: rule__Partition_Rule__Alternatives
{
- pushFollow(FOLLOW_rule__Partition_Rule__Alternatives_in_rulePartition_Rule1178);
+ pushFollow(FOLLOW_2);
rule__Partition_Rule__Alternatives();
state._fsp--;
@@ -1708,16 +1712,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRulePartition_SingleLineRule"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:593:1: entryRulePartition_SingleLineRule : rulePartition_SingleLineRule EOF ;
+ // InternalLDef.g:593:1: entryRulePartition_SingleLineRule : rulePartition_SingleLineRule EOF ;
public final void entryRulePartition_SingleLineRule() throws RecognitionException {
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:594:1: ( rulePartition_SingleLineRule EOF )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:595:1: rulePartition_SingleLineRule EOF
+ // InternalLDef.g:594:1: ( rulePartition_SingleLineRule EOF )
+ // InternalLDef.g:595:1: rulePartition_SingleLineRule EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartition_SingleLineRuleRule());
}
- pushFollow(FOLLOW_rulePartition_SingleLineRule_in_entryRulePartition_SingleLineRule1205);
+ pushFollow(FOLLOW_1);
rulePartition_SingleLineRule();
state._fsp--;
@@ -1725,7 +1729,7 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
if ( state.backtracking==0 ) {
after(grammarAccess.getPartition_SingleLineRuleRule());
}
- match(input,EOF,FOLLOW_EOF_in_entryRulePartition_SingleLineRule1212); if (state.failed) return ;
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
}
@@ -1742,25 +1746,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rulePartition_SingleLineRule"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:602:1: rulePartition_SingleLineRule : ( ( rule__Partition_SingleLineRule__Group__0 ) ) ;
+ // InternalLDef.g:602:1: rulePartition_SingleLineRule : ( ( rule__Partition_SingleLineRule__Group__0 ) ) ;
public final void rulePartition_SingleLineRule() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:606:2: ( ( ( rule__Partition_SingleLineRule__Group__0 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:607:1: ( ( rule__Partition_SingleLineRule__Group__0 ) )
+ // InternalLDef.g:606:2: ( ( ( rule__Partition_SingleLineRule__Group__0 ) ) )
+ // InternalLDef.g:607:1: ( ( rule__Partition_SingleLineRule__Group__0 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:607:1: ( ( rule__Partition_SingleLineRule__Group__0 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:608:1: ( rule__Partition_SingleLineRule__Group__0 )
+ // InternalLDef.g:607:1: ( ( rule__Partition_SingleLineRule__Group__0 ) )
+ // InternalLDef.g:608:1: ( rule__Partition_SingleLineRule__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartition_SingleLineRuleAccess().getGroup());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:609:1: ( rule__Partition_SingleLineRule__Group__0 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:609:2: rule__Partition_SingleLineRule__Group__0
+ // InternalLDef.g:609:1: ( rule__Partition_SingleLineRule__Group__0 )
+ // InternalLDef.g:609:2: rule__Partition_SingleLineRule__Group__0
{
- pushFollow(FOLLOW_rule__Partition_SingleLineRule__Group__0_in_rulePartition_SingleLineRule1238);
+ pushFollow(FOLLOW_2);
rule__Partition_SingleLineRule__Group__0();
state._fsp--;
@@ -1793,16 +1797,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRulePartition_MultiLineRule"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:621:1: entryRulePartition_MultiLineRule : rulePartition_MultiLineRule EOF ;
+ // InternalLDef.g:621:1: entryRulePartition_MultiLineRule : rulePartition_MultiLineRule EOF ;
public final void entryRulePartition_MultiLineRule() throws RecognitionException {
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:622:1: ( rulePartition_MultiLineRule EOF )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:623:1: rulePartition_MultiLineRule EOF
+ // InternalLDef.g:622:1: ( rulePartition_MultiLineRule EOF )
+ // InternalLDef.g:623:1: rulePartition_MultiLineRule EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartition_MultiLineRuleRule());
}
- pushFollow(FOLLOW_rulePartition_MultiLineRule_in_entryRulePartition_MultiLineRule1265);
+ pushFollow(FOLLOW_1);
rulePartition_MultiLineRule();
state._fsp--;
@@ -1810,7 +1814,7 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
if ( state.backtracking==0 ) {
after(grammarAccess.getPartition_MultiLineRuleRule());
}
- match(input,EOF,FOLLOW_EOF_in_entryRulePartition_MultiLineRule1272); if (state.failed) return ;
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
}
@@ -1827,25 +1831,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rulePartition_MultiLineRule"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:630:1: rulePartition_MultiLineRule : ( ( rule__Partition_MultiLineRule__Group__0 ) ) ;
+ // InternalLDef.g:630:1: rulePartition_MultiLineRule : ( ( rule__Partition_MultiLineRule__Group__0 ) ) ;
public final void rulePartition_MultiLineRule() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:634:2: ( ( ( rule__Partition_MultiLineRule__Group__0 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:635:1: ( ( rule__Partition_MultiLineRule__Group__0 ) )
+ // InternalLDef.g:634:2: ( ( ( rule__Partition_MultiLineRule__Group__0 ) ) )
+ // InternalLDef.g:635:1: ( ( rule__Partition_MultiLineRule__Group__0 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:635:1: ( ( rule__Partition_MultiLineRule__Group__0 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:636:1: ( rule__Partition_MultiLineRule__Group__0 )
+ // InternalLDef.g:635:1: ( ( rule__Partition_MultiLineRule__Group__0 ) )
+ // InternalLDef.g:636:1: ( rule__Partition_MultiLineRule__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartition_MultiLineRuleAccess().getGroup());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:637:1: ( rule__Partition_MultiLineRule__Group__0 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:637:2: rule__Partition_MultiLineRule__Group__0
+ // InternalLDef.g:637:1: ( rule__Partition_MultiLineRule__Group__0 )
+ // InternalLDef.g:637:2: rule__Partition_MultiLineRule__Group__0
{
- pushFollow(FOLLOW_rule__Partition_MultiLineRule__Group__0_in_rulePartition_MultiLineRule1298);
+ pushFollow(FOLLOW_2);
rule__Partition_MultiLineRule__Group__0();
state._fsp--;
@@ -1878,16 +1882,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleLexicalHighlighting"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:649:1: entryRuleLexicalHighlighting : ruleLexicalHighlighting EOF ;
+ // InternalLDef.g:649:1: entryRuleLexicalHighlighting : ruleLexicalHighlighting EOF ;
public final void entryRuleLexicalHighlighting() throws RecognitionException {
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:650:1: ( ruleLexicalHighlighting EOF )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:651:1: ruleLexicalHighlighting EOF
+ // InternalLDef.g:650:1: ( ruleLexicalHighlighting EOF )
+ // InternalLDef.g:651:1: ruleLexicalHighlighting EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getLexicalHighlightingRule());
}
- pushFollow(FOLLOW_ruleLexicalHighlighting_in_entryRuleLexicalHighlighting1325);
+ pushFollow(FOLLOW_1);
ruleLexicalHighlighting();
state._fsp--;
@@ -1895,7 +1899,7 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
if ( state.backtracking==0 ) {
after(grammarAccess.getLexicalHighlightingRule());
}
- match(input,EOF,FOLLOW_EOF_in_entryRuleLexicalHighlighting1332); if (state.failed) return ;
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
}
@@ -1912,25 +1916,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleLexicalHighlighting"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:658:1: ruleLexicalHighlighting : ( ( rule__LexicalHighlighting__Group__0 ) ) ;
+ // InternalLDef.g:658:1: ruleLexicalHighlighting : ( ( rule__LexicalHighlighting__Group__0 ) ) ;
public final void ruleLexicalHighlighting() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:662:2: ( ( ( rule__LexicalHighlighting__Group__0 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:663:1: ( ( rule__LexicalHighlighting__Group__0 ) )
+ // InternalLDef.g:662:2: ( ( ( rule__LexicalHighlighting__Group__0 ) ) )
+ // InternalLDef.g:663:1: ( ( rule__LexicalHighlighting__Group__0 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:663:1: ( ( rule__LexicalHighlighting__Group__0 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:664:1: ( rule__LexicalHighlighting__Group__0 )
+ // InternalLDef.g:663:1: ( ( rule__LexicalHighlighting__Group__0 ) )
+ // InternalLDef.g:664:1: ( rule__LexicalHighlighting__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getLexicalHighlightingAccess().getGroup());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:665:1: ( rule__LexicalHighlighting__Group__0 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:665:2: rule__LexicalHighlighting__Group__0
+ // InternalLDef.g:665:1: ( rule__LexicalHighlighting__Group__0 )
+ // InternalLDef.g:665:2: rule__LexicalHighlighting__Group__0
{
- pushFollow(FOLLOW_rule__LexicalHighlighting__Group__0_in_ruleLexicalHighlighting1358);
+ pushFollow(FOLLOW_2);
rule__LexicalHighlighting__Group__0();
state._fsp--;
@@ -1962,17 +1966,187 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR end "ruleLexicalHighlighting"
+ // $ANTLR start "entryRuleTokenVisuals"
+ // InternalLDef.g:677:1: entryRuleTokenVisuals : ruleTokenVisuals EOF ;
+ public final void entryRuleTokenVisuals() throws RecognitionException {
+ try {
+ // InternalLDef.g:678:1: ( ruleTokenVisuals EOF )
+ // InternalLDef.g:679:1: ruleTokenVisuals EOF
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getTokenVisualsRule());
+ }
+ pushFollow(FOLLOW_1);
+ ruleTokenVisuals();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getTokenVisualsRule());
+ }
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleTokenVisuals"
+
+
+ // $ANTLR start "ruleTokenVisuals"
+ // InternalLDef.g:686:1: ruleTokenVisuals : ( ( rule__TokenVisuals__Group__0 ) ) ;
+ public final void ruleTokenVisuals() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalLDef.g:690:2: ( ( ( rule__TokenVisuals__Group__0 ) ) )
+ // InternalLDef.g:691:1: ( ( rule__TokenVisuals__Group__0 ) )
+ {
+ // InternalLDef.g:691:1: ( ( rule__TokenVisuals__Group__0 ) )
+ // InternalLDef.g:692:1: ( rule__TokenVisuals__Group__0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getTokenVisualsAccess().getGroup());
+ }
+ // InternalLDef.g:693:1: ( rule__TokenVisuals__Group__0 )
+ // InternalLDef.g:693:2: rule__TokenVisuals__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__TokenVisuals__Group__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getTokenVisualsAccess().getGroup());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "ruleTokenVisuals"
+
+
+ // $ANTLR start "entryRuleTokenVisual"
+ // InternalLDef.g:705:1: entryRuleTokenVisual : ruleTokenVisual EOF ;
+ public final void entryRuleTokenVisual() throws RecognitionException {
+ try {
+ // InternalLDef.g:706:1: ( ruleTokenVisual EOF )
+ // InternalLDef.g:707:1: ruleTokenVisual EOF
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getTokenVisualRule());
+ }
+ pushFollow(FOLLOW_1);
+ ruleTokenVisual();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getTokenVisualRule());
+ }
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleTokenVisual"
+
+
+ // $ANTLR start "ruleTokenVisual"
+ // InternalLDef.g:714:1: ruleTokenVisual : ( ( rule__TokenVisual__Group__0 ) ) ;
+ public final void ruleTokenVisual() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalLDef.g:718:2: ( ( ( rule__TokenVisual__Group__0 ) ) )
+ // InternalLDef.g:719:1: ( ( rule__TokenVisual__Group__0 ) )
+ {
+ // InternalLDef.g:719:1: ( ( rule__TokenVisual__Group__0 ) )
+ // InternalLDef.g:720:1: ( rule__TokenVisual__Group__0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getTokenVisualAccess().getGroup());
+ }
+ // InternalLDef.g:721:1: ( rule__TokenVisual__Group__0 )
+ // InternalLDef.g:721:2: rule__TokenVisual__Group__0
+ {
+ pushFollow(FOLLOW_2);
+ rule__TokenVisual__Group__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getTokenVisualAccess().getGroup());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "ruleTokenVisual"
+
+
// $ANTLR start "entryRuleLexicalPartitionHighlighting"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:677:1: entryRuleLexicalPartitionHighlighting : ruleLexicalPartitionHighlighting EOF ;
+ // InternalLDef.g:733:1: entryRuleLexicalPartitionHighlighting : ruleLexicalPartitionHighlighting EOF ;
public final void entryRuleLexicalPartitionHighlighting() throws RecognitionException {
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:678:1: ( ruleLexicalPartitionHighlighting EOF )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:679:1: ruleLexicalPartitionHighlighting EOF
+ // InternalLDef.g:734:1: ( ruleLexicalPartitionHighlighting EOF )
+ // InternalLDef.g:735:1: ruleLexicalPartitionHighlighting EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getLexicalPartitionHighlightingRule());
}
- pushFollow(FOLLOW_ruleLexicalPartitionHighlighting_in_entryRuleLexicalPartitionHighlighting1385);
+ pushFollow(FOLLOW_1);
ruleLexicalPartitionHighlighting();
state._fsp--;
@@ -1980,7 +2154,7 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
if ( state.backtracking==0 ) {
after(grammarAccess.getLexicalPartitionHighlightingRule());
}
- match(input,EOF,FOLLOW_EOF_in_entryRuleLexicalPartitionHighlighting1392); if (state.failed) return ;
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
}
@@ -1997,25 +2171,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleLexicalPartitionHighlighting"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:686:1: ruleLexicalPartitionHighlighting : ( ( rule__LexicalPartitionHighlighting__Alternatives ) ) ;
+ // InternalLDef.g:742:1: ruleLexicalPartitionHighlighting : ( ( rule__LexicalPartitionHighlighting__Alternatives ) ) ;
public final void ruleLexicalPartitionHighlighting() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:690:2: ( ( ( rule__LexicalPartitionHighlighting__Alternatives ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:691:1: ( ( rule__LexicalPartitionHighlighting__Alternatives ) )
+ // InternalLDef.g:746:2: ( ( ( rule__LexicalPartitionHighlighting__Alternatives ) ) )
+ // InternalLDef.g:747:1: ( ( rule__LexicalPartitionHighlighting__Alternatives ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:691:1: ( ( rule__LexicalPartitionHighlighting__Alternatives ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:692:1: ( rule__LexicalPartitionHighlighting__Alternatives )
+ // InternalLDef.g:747:1: ( ( rule__LexicalPartitionHighlighting__Alternatives ) )
+ // InternalLDef.g:748:1: ( rule__LexicalPartitionHighlighting__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getLexicalPartitionHighlightingAccess().getAlternatives());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:693:1: ( rule__LexicalPartitionHighlighting__Alternatives )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:693:2: rule__LexicalPartitionHighlighting__Alternatives
+ // InternalLDef.g:749:1: ( rule__LexicalPartitionHighlighting__Alternatives )
+ // InternalLDef.g:749:2: rule__LexicalPartitionHighlighting__Alternatives
{
- pushFollow(FOLLOW_rule__LexicalPartitionHighlighting__Alternatives_in_ruleLexicalPartitionHighlighting1418);
+ pushFollow(FOLLOW_2);
rule__LexicalPartitionHighlighting__Alternatives();
state._fsp--;
@@ -2048,16 +2222,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleLexicalPartitionHighlighting_JS"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:705:1: entryRuleLexicalPartitionHighlighting_JS : ruleLexicalPartitionHighlighting_JS EOF ;
+ // InternalLDef.g:761:1: entryRuleLexicalPartitionHighlighting_JS : ruleLexicalPartitionHighlighting_JS EOF ;
public final void entryRuleLexicalPartitionHighlighting_JS() throws RecognitionException {
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:706:1: ( ruleLexicalPartitionHighlighting_JS EOF )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:707:1: ruleLexicalPartitionHighlighting_JS EOF
+ // InternalLDef.g:762:1: ( ruleLexicalPartitionHighlighting_JS EOF )
+ // InternalLDef.g:763:1: ruleLexicalPartitionHighlighting_JS EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getLexicalPartitionHighlighting_JSRule());
}
- pushFollow(FOLLOW_ruleLexicalPartitionHighlighting_JS_in_entryRuleLexicalPartitionHighlighting_JS1445);
+ pushFollow(FOLLOW_1);
ruleLexicalPartitionHighlighting_JS();
state._fsp--;
@@ -2065,7 +2239,7 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
if ( state.backtracking==0 ) {
after(grammarAccess.getLexicalPartitionHighlighting_JSRule());
}
- match(input,EOF,FOLLOW_EOF_in_entryRuleLexicalPartitionHighlighting_JS1452); if (state.failed) return ;
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
}
@@ -2082,25 +2256,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleLexicalPartitionHighlighting_JS"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:714:1: ruleLexicalPartitionHighlighting_JS : ( ( rule__LexicalPartitionHighlighting_JS__Group__0 ) ) ;
+ // InternalLDef.g:770:1: ruleLexicalPartitionHighlighting_JS : ( ( rule__LexicalPartitionHighlighting_JS__Group__0 ) ) ;
public final void ruleLexicalPartitionHighlighting_JS() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:718:2: ( ( ( rule__LexicalPartitionHighlighting_JS__Group__0 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:719:1: ( ( rule__LexicalPartitionHighlighting_JS__Group__0 ) )
+ // InternalLDef.g:774:2: ( ( ( rule__LexicalPartitionHighlighting_JS__Group__0 ) ) )
+ // InternalLDef.g:775:1: ( ( rule__LexicalPartitionHighlighting_JS__Group__0 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:719:1: ( ( rule__LexicalPartitionHighlighting_JS__Group__0 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:720:1: ( rule__LexicalPartitionHighlighting_JS__Group__0 )
+ // InternalLDef.g:775:1: ( ( rule__LexicalPartitionHighlighting_JS__Group__0 ) )
+ // InternalLDef.g:776:1: ( rule__LexicalPartitionHighlighting_JS__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getLexicalPartitionHighlighting_JSAccess().getGroup());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:721:1: ( rule__LexicalPartitionHighlighting_JS__Group__0 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:721:2: rule__LexicalPartitionHighlighting_JS__Group__0
+ // InternalLDef.g:777:1: ( rule__LexicalPartitionHighlighting_JS__Group__0 )
+ // InternalLDef.g:777:2: rule__LexicalPartitionHighlighting_JS__Group__0
{
- pushFollow(FOLLOW_rule__LexicalPartitionHighlighting_JS__Group__0_in_ruleLexicalPartitionHighlighting_JS1478);
+ pushFollow(FOLLOW_2);
rule__LexicalPartitionHighlighting_JS__Group__0();
state._fsp--;
@@ -2133,16 +2307,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleLexicalPartitionHighlighting_Rule"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:733:1: entryRuleLexicalPartitionHighlighting_Rule : ruleLexicalPartitionHighlighting_Rule EOF ;
+ // InternalLDef.g:789:1: entryRuleLexicalPartitionHighlighting_Rule : ruleLexicalPartitionHighlighting_Rule EOF ;
public final void entryRuleLexicalPartitionHighlighting_Rule() throws RecognitionException {
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:734:1: ( ruleLexicalPartitionHighlighting_Rule EOF )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:735:1: ruleLexicalPartitionHighlighting_Rule EOF
+ // InternalLDef.g:790:1: ( ruleLexicalPartitionHighlighting_Rule EOF )
+ // InternalLDef.g:791:1: ruleLexicalPartitionHighlighting_Rule EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getLexicalPartitionHighlighting_RuleRule());
}
- pushFollow(FOLLOW_ruleLexicalPartitionHighlighting_Rule_in_entryRuleLexicalPartitionHighlighting_Rule1505);
+ pushFollow(FOLLOW_1);
ruleLexicalPartitionHighlighting_Rule();
state._fsp--;
@@ -2150,7 +2324,7 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
if ( state.backtracking==0 ) {
after(grammarAccess.getLexicalPartitionHighlighting_RuleRule());
}
- match(input,EOF,FOLLOW_EOF_in_entryRuleLexicalPartitionHighlighting_Rule1512); if (state.failed) return ;
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
}
@@ -2167,25 +2341,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleLexicalPartitionHighlighting_Rule"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:742:1: ruleLexicalPartitionHighlighting_Rule : ( ( rule__LexicalPartitionHighlighting_Rule__Group__0 ) ) ;
+ // InternalLDef.g:798:1: ruleLexicalPartitionHighlighting_Rule : ( ( rule__LexicalPartitionHighlighting_Rule__Group__0 ) ) ;
public final void ruleLexicalPartitionHighlighting_Rule() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:746:2: ( ( ( rule__LexicalPartitionHighlighting_Rule__Group__0 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:747:1: ( ( rule__LexicalPartitionHighlighting_Rule__Group__0 ) )
+ // InternalLDef.g:802:2: ( ( ( rule__LexicalPartitionHighlighting_Rule__Group__0 ) ) )
+ // InternalLDef.g:803:1: ( ( rule__LexicalPartitionHighlighting_Rule__Group__0 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:747:1: ( ( rule__LexicalPartitionHighlighting_Rule__Group__0 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:748:1: ( rule__LexicalPartitionHighlighting_Rule__Group__0 )
+ // InternalLDef.g:803:1: ( ( rule__LexicalPartitionHighlighting_Rule__Group__0 ) )
+ // InternalLDef.g:804:1: ( rule__LexicalPartitionHighlighting_Rule__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getLexicalPartitionHighlighting_RuleAccess().getGroup());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:749:1: ( rule__LexicalPartitionHighlighting_Rule__Group__0 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:749:2: rule__LexicalPartitionHighlighting_Rule__Group__0
+ // InternalLDef.g:805:1: ( rule__LexicalPartitionHighlighting_Rule__Group__0 )
+ // InternalLDef.g:805:2: rule__LexicalPartitionHighlighting_Rule__Group__0
{
- pushFollow(FOLLOW_rule__LexicalPartitionHighlighting_Rule__Group__0_in_ruleLexicalPartitionHighlighting_Rule1538);
+ pushFollow(FOLLOW_2);
rule__LexicalPartitionHighlighting_Rule__Group__0();
state._fsp--;
@@ -2218,16 +2392,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleToken"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:761:1: entryRuleToken : ruleToken EOF ;
+ // InternalLDef.g:817:1: entryRuleToken : ruleToken EOF ;
public final void entryRuleToken() throws RecognitionException {
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:762:1: ( ruleToken EOF )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:763:1: ruleToken EOF
+ // InternalLDef.g:818:1: ( ruleToken EOF )
+ // InternalLDef.g:819:1: ruleToken EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getTokenRule());
}
- pushFollow(FOLLOW_ruleToken_in_entryRuleToken1565);
+ pushFollow(FOLLOW_1);
ruleToken();
state._fsp--;
@@ -2235,7 +2409,7 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
if ( state.backtracking==0 ) {
after(grammarAccess.getTokenRule());
}
- match(input,EOF,FOLLOW_EOF_in_entryRuleToken1572); if (state.failed) return ;
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
}
@@ -2252,25 +2426,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleToken"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:770:1: ruleToken : ( ( rule__Token__Group__0 ) ) ;
+ // InternalLDef.g:826:1: ruleToken : ( ( rule__Token__Group__0 ) ) ;
public final void ruleToken() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:774:2: ( ( ( rule__Token__Group__0 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:775:1: ( ( rule__Token__Group__0 ) )
+ // InternalLDef.g:830:2: ( ( ( rule__Token__Group__0 ) ) )
+ // InternalLDef.g:831:1: ( ( rule__Token__Group__0 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:775:1: ( ( rule__Token__Group__0 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:776:1: ( rule__Token__Group__0 )
+ // InternalLDef.g:831:1: ( ( rule__Token__Group__0 ) )
+ // InternalLDef.g:832:1: ( rule__Token__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getTokenAccess().getGroup());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:777:1: ( rule__Token__Group__0 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:777:2: rule__Token__Group__0
+ // InternalLDef.g:833:1: ( rule__Token__Group__0 )
+ // InternalLDef.g:833:2: rule__Token__Group__0
{
- pushFollow(FOLLOW_rule__Token__Group__0_in_ruleToken1598);
+ pushFollow(FOLLOW_2);
rule__Token__Group__0();
state._fsp--;
@@ -2303,16 +2477,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleScanner"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:789:1: entryRuleScanner : ruleScanner EOF ;
+ // InternalLDef.g:845:1: entryRuleScanner : ruleScanner EOF ;
public final void entryRuleScanner() throws RecognitionException {
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:790:1: ( ruleScanner EOF )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:791:1: ruleScanner EOF
+ // InternalLDef.g:846:1: ( ruleScanner EOF )
+ // InternalLDef.g:847:1: ruleScanner EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScannerRule());
}
- pushFollow(FOLLOW_ruleScanner_in_entryRuleScanner1625);
+ pushFollow(FOLLOW_1);
ruleScanner();
state._fsp--;
@@ -2320,7 +2494,7 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
if ( state.backtracking==0 ) {
after(grammarAccess.getScannerRule());
}
- match(input,EOF,FOLLOW_EOF_in_entryRuleScanner1632); if (state.failed) return ;
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
}
@@ -2337,25 +2511,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleScanner"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:798:1: ruleScanner : ( ( rule__Scanner__Alternatives ) ) ;
+ // InternalLDef.g:854:1: ruleScanner : ( ( rule__Scanner__Alternatives ) ) ;
public final void ruleScanner() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:802:2: ( ( ( rule__Scanner__Alternatives ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:803:1: ( ( rule__Scanner__Alternatives ) )
+ // InternalLDef.g:858:2: ( ( ( rule__Scanner__Alternatives ) ) )
+ // InternalLDef.g:859:1: ( ( rule__Scanner__Alternatives ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:803:1: ( ( rule__Scanner__Alternatives ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:804:1: ( rule__Scanner__Alternatives )
+ // InternalLDef.g:859:1: ( ( rule__Scanner__Alternatives ) )
+ // InternalLDef.g:860:1: ( rule__Scanner__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScannerAccess().getAlternatives());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:805:1: ( rule__Scanner__Alternatives )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:805:2: rule__Scanner__Alternatives
+ // InternalLDef.g:861:1: ( rule__Scanner__Alternatives )
+ // InternalLDef.g:861:2: rule__Scanner__Alternatives
{
- pushFollow(FOLLOW_rule__Scanner__Alternatives_in_ruleScanner1658);
+ pushFollow(FOLLOW_2);
rule__Scanner__Alternatives();
state._fsp--;
@@ -2388,16 +2562,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleScanner_Keyword"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:817:1: entryRuleScanner_Keyword : ruleScanner_Keyword EOF ;
+ // InternalLDef.g:873:1: entryRuleScanner_Keyword : ruleScanner_Keyword EOF ;
public final void entryRuleScanner_Keyword() throws RecognitionException {
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:818:1: ( ruleScanner_Keyword EOF )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:819:1: ruleScanner_Keyword EOF
+ // InternalLDef.g:874:1: ( ruleScanner_Keyword EOF )
+ // InternalLDef.g:875:1: ruleScanner_Keyword EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_KeywordRule());
}
- pushFollow(FOLLOW_ruleScanner_Keyword_in_entryRuleScanner_Keyword1685);
+ pushFollow(FOLLOW_1);
ruleScanner_Keyword();
state._fsp--;
@@ -2405,7 +2579,7 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
if ( state.backtracking==0 ) {
after(grammarAccess.getScanner_KeywordRule());
}
- match(input,EOF,FOLLOW_EOF_in_entryRuleScanner_Keyword1692); if (state.failed) return ;
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
}
@@ -2422,25 +2596,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleScanner_Keyword"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:826:1: ruleScanner_Keyword : ( ( rule__Scanner_Keyword__Group__0 ) ) ;
+ // InternalLDef.g:882:1: ruleScanner_Keyword : ( ( rule__Scanner_Keyword__Group__0 ) ) ;
public final void ruleScanner_Keyword() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:830:2: ( ( ( rule__Scanner_Keyword__Group__0 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:831:1: ( ( rule__Scanner_Keyword__Group__0 ) )
+ // InternalLDef.g:886:2: ( ( ( rule__Scanner_Keyword__Group__0 ) ) )
+ // InternalLDef.g:887:1: ( ( rule__Scanner_Keyword__Group__0 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:831:1: ( ( rule__Scanner_Keyword__Group__0 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:832:1: ( rule__Scanner_Keyword__Group__0 )
+ // InternalLDef.g:887:1: ( ( rule__Scanner_Keyword__Group__0 ) )
+ // InternalLDef.g:888:1: ( rule__Scanner_Keyword__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_KeywordAccess().getGroup());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:833:1: ( rule__Scanner_Keyword__Group__0 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:833:2: rule__Scanner_Keyword__Group__0
+ // InternalLDef.g:889:1: ( rule__Scanner_Keyword__Group__0 )
+ // InternalLDef.g:889:2: rule__Scanner_Keyword__Group__0
{
- pushFollow(FOLLOW_rule__Scanner_Keyword__Group__0_in_ruleScanner_Keyword1718);
+ pushFollow(FOLLOW_2);
rule__Scanner_Keyword__Group__0();
state._fsp--;
@@ -2473,16 +2647,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleKeyword"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:845:1: entryRuleKeyword : ruleKeyword EOF ;
+ // InternalLDef.g:901:1: entryRuleKeyword : ruleKeyword EOF ;
public final void entryRuleKeyword() throws RecognitionException {
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:846:1: ( ruleKeyword EOF )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:847:1: ruleKeyword EOF
+ // InternalLDef.g:902:1: ( ruleKeyword EOF )
+ // InternalLDef.g:903:1: ruleKeyword EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getKeywordRule());
}
- pushFollow(FOLLOW_ruleKeyword_in_entryRuleKeyword1745);
+ pushFollow(FOLLOW_1);
ruleKeyword();
state._fsp--;
@@ -2490,7 +2664,7 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
if ( state.backtracking==0 ) {
after(grammarAccess.getKeywordRule());
}
- match(input,EOF,FOLLOW_EOF_in_entryRuleKeyword1752); if (state.failed) return ;
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
}
@@ -2507,25 +2681,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleKeyword"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:854:1: ruleKeyword : ( ( rule__Keyword__Group__0 ) ) ;
+ // InternalLDef.g:910:1: ruleKeyword : ( ( rule__Keyword__Group__0 ) ) ;
public final void ruleKeyword() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:858:2: ( ( ( rule__Keyword__Group__0 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:859:1: ( ( rule__Keyword__Group__0 ) )
+ // InternalLDef.g:914:2: ( ( ( rule__Keyword__Group__0 ) ) )
+ // InternalLDef.g:915:1: ( ( rule__Keyword__Group__0 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:859:1: ( ( rule__Keyword__Group__0 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:860:1: ( rule__Keyword__Group__0 )
+ // InternalLDef.g:915:1: ( ( rule__Keyword__Group__0 ) )
+ // InternalLDef.g:916:1: ( rule__Keyword__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getKeywordAccess().getGroup());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:861:1: ( rule__Keyword__Group__0 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:861:2: rule__Keyword__Group__0
+ // InternalLDef.g:917:1: ( rule__Keyword__Group__0 )
+ // InternalLDef.g:917:2: rule__Keyword__Group__0
{
- pushFollow(FOLLOW_rule__Keyword__Group__0_in_ruleKeyword1778);
+ pushFollow(FOLLOW_2);
rule__Keyword__Group__0();
state._fsp--;
@@ -2558,16 +2732,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleScanner_Rule"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:873:1: entryRuleScanner_Rule : ruleScanner_Rule EOF ;
+ // InternalLDef.g:929:1: entryRuleScanner_Rule : ruleScanner_Rule EOF ;
public final void entryRuleScanner_Rule() throws RecognitionException {
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:874:1: ( ruleScanner_Rule EOF )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:875:1: ruleScanner_Rule EOF
+ // InternalLDef.g:930:1: ( ruleScanner_Rule EOF )
+ // InternalLDef.g:931:1: ruleScanner_Rule EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_RuleRule());
}
- pushFollow(FOLLOW_ruleScanner_Rule_in_entryRuleScanner_Rule1805);
+ pushFollow(FOLLOW_1);
ruleScanner_Rule();
state._fsp--;
@@ -2575,7 +2749,7 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
if ( state.backtracking==0 ) {
after(grammarAccess.getScanner_RuleRule());
}
- match(input,EOF,FOLLOW_EOF_in_entryRuleScanner_Rule1812); if (state.failed) return ;
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
}
@@ -2592,25 +2766,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleScanner_Rule"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:882:1: ruleScanner_Rule : ( ( rule__Scanner_Rule__Alternatives ) ) ;
+ // InternalLDef.g:938:1: ruleScanner_Rule : ( ( rule__Scanner_Rule__Alternatives ) ) ;
public final void ruleScanner_Rule() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:886:2: ( ( ( rule__Scanner_Rule__Alternatives ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:887:1: ( ( rule__Scanner_Rule__Alternatives ) )
+ // InternalLDef.g:942:2: ( ( ( rule__Scanner_Rule__Alternatives ) ) )
+ // InternalLDef.g:943:1: ( ( rule__Scanner_Rule__Alternatives ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:887:1: ( ( rule__Scanner_Rule__Alternatives ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:888:1: ( rule__Scanner_Rule__Alternatives )
+ // InternalLDef.g:943:1: ( ( rule__Scanner_Rule__Alternatives ) )
+ // InternalLDef.g:944:1: ( rule__Scanner_Rule__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_RuleAccess().getAlternatives());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:889:1: ( rule__Scanner_Rule__Alternatives )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:889:2: rule__Scanner_Rule__Alternatives
+ // InternalLDef.g:945:1: ( rule__Scanner_Rule__Alternatives )
+ // InternalLDef.g:945:2: rule__Scanner_Rule__Alternatives
{
- pushFollow(FOLLOW_rule__Scanner_Rule__Alternatives_in_ruleScanner_Rule1838);
+ pushFollow(FOLLOW_2);
rule__Scanner_Rule__Alternatives();
state._fsp--;
@@ -2643,16 +2817,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleScanner_SingleLineRule"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:901:1: entryRuleScanner_SingleLineRule : ruleScanner_SingleLineRule EOF ;
+ // InternalLDef.g:957:1: entryRuleScanner_SingleLineRule : ruleScanner_SingleLineRule EOF ;
public final void entryRuleScanner_SingleLineRule() throws RecognitionException {
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:902:1: ( ruleScanner_SingleLineRule EOF )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:903:1: ruleScanner_SingleLineRule EOF
+ // InternalLDef.g:958:1: ( ruleScanner_SingleLineRule EOF )
+ // InternalLDef.g:959:1: ruleScanner_SingleLineRule EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_SingleLineRuleRule());
}
- pushFollow(FOLLOW_ruleScanner_SingleLineRule_in_entryRuleScanner_SingleLineRule1865);
+ pushFollow(FOLLOW_1);
ruleScanner_SingleLineRule();
state._fsp--;
@@ -2660,7 +2834,7 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
if ( state.backtracking==0 ) {
after(grammarAccess.getScanner_SingleLineRuleRule());
}
- match(input,EOF,FOLLOW_EOF_in_entryRuleScanner_SingleLineRule1872); if (state.failed) return ;
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
}
@@ -2677,25 +2851,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleScanner_SingleLineRule"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:910:1: ruleScanner_SingleLineRule : ( ( rule__Scanner_SingleLineRule__Group__0 ) ) ;
+ // InternalLDef.g:966:1: ruleScanner_SingleLineRule : ( ( rule__Scanner_SingleLineRule__Group__0 ) ) ;
public final void ruleScanner_SingleLineRule() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:914:2: ( ( ( rule__Scanner_SingleLineRule__Group__0 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:915:1: ( ( rule__Scanner_SingleLineRule__Group__0 ) )
+ // InternalLDef.g:970:2: ( ( ( rule__Scanner_SingleLineRule__Group__0 ) ) )
+ // InternalLDef.g:971:1: ( ( rule__Scanner_SingleLineRule__Group__0 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:915:1: ( ( rule__Scanner_SingleLineRule__Group__0 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:916:1: ( rule__Scanner_SingleLineRule__Group__0 )
+ // InternalLDef.g:971:1: ( ( rule__Scanner_SingleLineRule__Group__0 ) )
+ // InternalLDef.g:972:1: ( rule__Scanner_SingleLineRule__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_SingleLineRuleAccess().getGroup());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:917:1: ( rule__Scanner_SingleLineRule__Group__0 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:917:2: rule__Scanner_SingleLineRule__Group__0
+ // InternalLDef.g:973:1: ( rule__Scanner_SingleLineRule__Group__0 )
+ // InternalLDef.g:973:2: rule__Scanner_SingleLineRule__Group__0
{
- pushFollow(FOLLOW_rule__Scanner_SingleLineRule__Group__0_in_ruleScanner_SingleLineRule1898);
+ pushFollow(FOLLOW_2);
rule__Scanner_SingleLineRule__Group__0();
state._fsp--;
@@ -2728,16 +2902,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleScanner_MultiLineRule"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:929:1: entryRuleScanner_MultiLineRule : ruleScanner_MultiLineRule EOF ;
+ // InternalLDef.g:985:1: entryRuleScanner_MultiLineRule : ruleScanner_MultiLineRule EOF ;
public final void entryRuleScanner_MultiLineRule() throws RecognitionException {
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:930:1: ( ruleScanner_MultiLineRule EOF )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:931:1: ruleScanner_MultiLineRule EOF
+ // InternalLDef.g:986:1: ( ruleScanner_MultiLineRule EOF )
+ // InternalLDef.g:987:1: ruleScanner_MultiLineRule EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_MultiLineRuleRule());
}
- pushFollow(FOLLOW_ruleScanner_MultiLineRule_in_entryRuleScanner_MultiLineRule1925);
+ pushFollow(FOLLOW_1);
ruleScanner_MultiLineRule();
state._fsp--;
@@ -2745,7 +2919,7 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
if ( state.backtracking==0 ) {
after(grammarAccess.getScanner_MultiLineRuleRule());
}
- match(input,EOF,FOLLOW_EOF_in_entryRuleScanner_MultiLineRule1932); if (state.failed) return ;
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
}
@@ -2762,25 +2936,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleScanner_MultiLineRule"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:938:1: ruleScanner_MultiLineRule : ( ( rule__Scanner_MultiLineRule__Group__0 ) ) ;
+ // InternalLDef.g:994:1: ruleScanner_MultiLineRule : ( ( rule__Scanner_MultiLineRule__Group__0 ) ) ;
public final void ruleScanner_MultiLineRule() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:942:2: ( ( ( rule__Scanner_MultiLineRule__Group__0 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:943:1: ( ( rule__Scanner_MultiLineRule__Group__0 ) )
+ // InternalLDef.g:998:2: ( ( ( rule__Scanner_MultiLineRule__Group__0 ) ) )
+ // InternalLDef.g:999:1: ( ( rule__Scanner_MultiLineRule__Group__0 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:943:1: ( ( rule__Scanner_MultiLineRule__Group__0 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:944:1: ( rule__Scanner_MultiLineRule__Group__0 )
+ // InternalLDef.g:999:1: ( ( rule__Scanner_MultiLineRule__Group__0 ) )
+ // InternalLDef.g:1000:1: ( rule__Scanner_MultiLineRule__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_MultiLineRuleAccess().getGroup());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:945:1: ( rule__Scanner_MultiLineRule__Group__0 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:945:2: rule__Scanner_MultiLineRule__Group__0
+ // InternalLDef.g:1001:1: ( rule__Scanner_MultiLineRule__Group__0 )
+ // InternalLDef.g:1001:2: rule__Scanner_MultiLineRule__Group__0
{
- pushFollow(FOLLOW_rule__Scanner_MultiLineRule__Group__0_in_ruleScanner_MultiLineRule1958);
+ pushFollow(FOLLOW_2);
rule__Scanner_MultiLineRule__Group__0();
state._fsp--;
@@ -2813,16 +2987,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleScanner_PatternRule"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:957:1: entryRuleScanner_PatternRule : ruleScanner_PatternRule EOF ;
+ // InternalLDef.g:1013:1: entryRuleScanner_PatternRule : ruleScanner_PatternRule EOF ;
public final void entryRuleScanner_PatternRule() throws RecognitionException {
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:958:1: ( ruleScanner_PatternRule EOF )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:959:1: ruleScanner_PatternRule EOF
+ // InternalLDef.g:1014:1: ( ruleScanner_PatternRule EOF )
+ // InternalLDef.g:1015:1: ruleScanner_PatternRule EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_PatternRuleRule());
}
- pushFollow(FOLLOW_ruleScanner_PatternRule_in_entryRuleScanner_PatternRule1985);
+ pushFollow(FOLLOW_1);
ruleScanner_PatternRule();
state._fsp--;
@@ -2830,7 +3004,7 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
if ( state.backtracking==0 ) {
after(grammarAccess.getScanner_PatternRuleRule());
}
- match(input,EOF,FOLLOW_EOF_in_entryRuleScanner_PatternRule1992); if (state.failed) return ;
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
}
@@ -2847,25 +3021,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleScanner_PatternRule"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:966:1: ruleScanner_PatternRule : ( ( rule__Scanner_PatternRule__Group__0 ) ) ;
+ // InternalLDef.g:1022:1: ruleScanner_PatternRule : ( ( rule__Scanner_PatternRule__Group__0 ) ) ;
public final void ruleScanner_PatternRule() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:970:2: ( ( ( rule__Scanner_PatternRule__Group__0 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:971:1: ( ( rule__Scanner_PatternRule__Group__0 ) )
+ // InternalLDef.g:1026:2: ( ( ( rule__Scanner_PatternRule__Group__0 ) ) )
+ // InternalLDef.g:1027:1: ( ( rule__Scanner_PatternRule__Group__0 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:971:1: ( ( rule__Scanner_PatternRule__Group__0 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:972:1: ( rule__Scanner_PatternRule__Group__0 )
+ // InternalLDef.g:1027:1: ( ( rule__Scanner_PatternRule__Group__0 ) )
+ // InternalLDef.g:1028:1: ( rule__Scanner_PatternRule__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_PatternRuleAccess().getGroup());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:973:1: ( rule__Scanner_PatternRule__Group__0 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:973:2: rule__Scanner_PatternRule__Group__0
+ // InternalLDef.g:1029:1: ( rule__Scanner_PatternRule__Group__0 )
+ // InternalLDef.g:1029:2: rule__Scanner_PatternRule__Group__0
{
- pushFollow(FOLLOW_rule__Scanner_PatternRule__Group__0_in_ruleScanner_PatternRule2018);
+ pushFollow(FOLLOW_2);
rule__Scanner_PatternRule__Group__0();
state._fsp--;
@@ -2898,16 +3072,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleScanner_CharacterRule"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:985:1: entryRuleScanner_CharacterRule : ruleScanner_CharacterRule EOF ;
+ // InternalLDef.g:1041:1: entryRuleScanner_CharacterRule : ruleScanner_CharacterRule EOF ;
public final void entryRuleScanner_CharacterRule() throws RecognitionException {
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:986:1: ( ruleScanner_CharacterRule EOF )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:987:1: ruleScanner_CharacterRule EOF
+ // InternalLDef.g:1042:1: ( ruleScanner_CharacterRule EOF )
+ // InternalLDef.g:1043:1: ruleScanner_CharacterRule EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_CharacterRuleRule());
}
- pushFollow(FOLLOW_ruleScanner_CharacterRule_in_entryRuleScanner_CharacterRule2045);
+ pushFollow(FOLLOW_1);
ruleScanner_CharacterRule();
state._fsp--;
@@ -2915,7 +3089,7 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
if ( state.backtracking==0 ) {
after(grammarAccess.getScanner_CharacterRuleRule());
}
- match(input,EOF,FOLLOW_EOF_in_entryRuleScanner_CharacterRule2052); if (state.failed) return ;
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
}
@@ -2932,25 +3106,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleScanner_CharacterRule"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:994:1: ruleScanner_CharacterRule : ( ( rule__Scanner_CharacterRule__Group__0 ) ) ;
+ // InternalLDef.g:1050:1: ruleScanner_CharacterRule : ( ( rule__Scanner_CharacterRule__Group__0 ) ) ;
public final void ruleScanner_CharacterRule() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:998:2: ( ( ( rule__Scanner_CharacterRule__Group__0 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:999:1: ( ( rule__Scanner_CharacterRule__Group__0 ) )
+ // InternalLDef.g:1054:2: ( ( ( rule__Scanner_CharacterRule__Group__0 ) ) )
+ // InternalLDef.g:1055:1: ( ( rule__Scanner_CharacterRule__Group__0 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:999:1: ( ( rule__Scanner_CharacterRule__Group__0 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1000:1: ( rule__Scanner_CharacterRule__Group__0 )
+ // InternalLDef.g:1055:1: ( ( rule__Scanner_CharacterRule__Group__0 ) )
+ // InternalLDef.g:1056:1: ( rule__Scanner_CharacterRule__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_CharacterRuleAccess().getGroup());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1001:1: ( rule__Scanner_CharacterRule__Group__0 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1001:2: rule__Scanner_CharacterRule__Group__0
+ // InternalLDef.g:1057:1: ( rule__Scanner_CharacterRule__Group__0 )
+ // InternalLDef.g:1057:2: rule__Scanner_CharacterRule__Group__0
{
- pushFollow(FOLLOW_rule__Scanner_CharacterRule__Group__0_in_ruleScanner_CharacterRule2078);
+ pushFollow(FOLLOW_2);
rule__Scanner_CharacterRule__Group__0();
state._fsp--;
@@ -2983,16 +3157,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleScanner_JSRule"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1013:1: entryRuleScanner_JSRule : ruleScanner_JSRule EOF ;
+ // InternalLDef.g:1069:1: entryRuleScanner_JSRule : ruleScanner_JSRule EOF ;
public final void entryRuleScanner_JSRule() throws RecognitionException {
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1014:1: ( ruleScanner_JSRule EOF )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1015:1: ruleScanner_JSRule EOF
+ // InternalLDef.g:1070:1: ( ruleScanner_JSRule EOF )
+ // InternalLDef.g:1071:1: ruleScanner_JSRule EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_JSRuleRule());
}
- pushFollow(FOLLOW_ruleScanner_JSRule_in_entryRuleScanner_JSRule2105);
+ pushFollow(FOLLOW_1);
ruleScanner_JSRule();
state._fsp--;
@@ -3000,7 +3174,7 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
if ( state.backtracking==0 ) {
after(grammarAccess.getScanner_JSRuleRule());
}
- match(input,EOF,FOLLOW_EOF_in_entryRuleScanner_JSRule2112); if (state.failed) return ;
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
}
@@ -3017,25 +3191,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleScanner_JSRule"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1022:1: ruleScanner_JSRule : ( ( rule__Scanner_JSRule__Group__0 ) ) ;
+ // InternalLDef.g:1078:1: ruleScanner_JSRule : ( ( rule__Scanner_JSRule__Group__0 ) ) ;
public final void ruleScanner_JSRule() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1026:2: ( ( ( rule__Scanner_JSRule__Group__0 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1027:1: ( ( rule__Scanner_JSRule__Group__0 ) )
+ // InternalLDef.g:1082:2: ( ( ( rule__Scanner_JSRule__Group__0 ) ) )
+ // InternalLDef.g:1083:1: ( ( rule__Scanner_JSRule__Group__0 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1027:1: ( ( rule__Scanner_JSRule__Group__0 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1028:1: ( rule__Scanner_JSRule__Group__0 )
+ // InternalLDef.g:1083:1: ( ( rule__Scanner_JSRule__Group__0 ) )
+ // InternalLDef.g:1084:1: ( rule__Scanner_JSRule__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_JSRuleAccess().getGroup());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1029:1: ( rule__Scanner_JSRule__Group__0 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1029:2: rule__Scanner_JSRule__Group__0
+ // InternalLDef.g:1085:1: ( rule__Scanner_JSRule__Group__0 )
+ // InternalLDef.g:1085:2: rule__Scanner_JSRule__Group__0
{
- pushFollow(FOLLOW_rule__Scanner_JSRule__Group__0_in_ruleScanner_JSRule2138);
+ pushFollow(FOLLOW_2);
rule__Scanner_JSRule__Group__0();
state._fsp--;
@@ -3068,16 +3242,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleCheck"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1041:1: entryRuleCheck : ruleCheck EOF ;
+ // InternalLDef.g:1097:1: entryRuleCheck : ruleCheck EOF ;
public final void entryRuleCheck() throws RecognitionException {
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1042:1: ( ruleCheck EOF )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1043:1: ruleCheck EOF
+ // InternalLDef.g:1098:1: ( ruleCheck EOF )
+ // InternalLDef.g:1099:1: ruleCheck EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getCheckRule());
}
- pushFollow(FOLLOW_ruleCheck_in_entryRuleCheck2165);
+ pushFollow(FOLLOW_1);
ruleCheck();
state._fsp--;
@@ -3085,7 +3259,7 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
if ( state.backtracking==0 ) {
after(grammarAccess.getCheckRule());
}
- match(input,EOF,FOLLOW_EOF_in_entryRuleCheck2172); if (state.failed) return ;
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
}
@@ -3102,25 +3276,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleCheck"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1050:1: ruleCheck : ( ( rule__Check__Alternatives ) ) ;
+ // InternalLDef.g:1106:1: ruleCheck : ( ( rule__Check__Alternatives ) ) ;
public final void ruleCheck() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1054:2: ( ( ( rule__Check__Alternatives ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1055:1: ( ( rule__Check__Alternatives ) )
+ // InternalLDef.g:1110:2: ( ( ( rule__Check__Alternatives ) ) )
+ // InternalLDef.g:1111:1: ( ( rule__Check__Alternatives ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1055:1: ( ( rule__Check__Alternatives ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1056:1: ( rule__Check__Alternatives )
+ // InternalLDef.g:1111:1: ( ( rule__Check__Alternatives ) )
+ // InternalLDef.g:1112:1: ( rule__Check__Alternatives )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getCheckAccess().getAlternatives());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1057:1: ( rule__Check__Alternatives )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1057:2: rule__Check__Alternatives
+ // InternalLDef.g:1113:1: ( rule__Check__Alternatives )
+ // InternalLDef.g:1113:2: rule__Check__Alternatives
{
- pushFollow(FOLLOW_rule__Check__Alternatives_in_ruleCheck2198);
+ pushFollow(FOLLOW_2);
rule__Check__Alternatives();
state._fsp--;
@@ -3153,16 +3327,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleEquals"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1069:1: entryRuleEquals : ruleEquals EOF ;
+ // InternalLDef.g:1125:1: entryRuleEquals : ruleEquals EOF ;
public final void entryRuleEquals() throws RecognitionException {
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1070:1: ( ruleEquals EOF )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1071:1: ruleEquals EOF
+ // InternalLDef.g:1126:1: ( ruleEquals EOF )
+ // InternalLDef.g:1127:1: ruleEquals EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getEqualsRule());
}
- pushFollow(FOLLOW_ruleEquals_in_entryRuleEquals2225);
+ pushFollow(FOLLOW_1);
ruleEquals();
state._fsp--;
@@ -3170,7 +3344,7 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
if ( state.backtracking==0 ) {
after(grammarAccess.getEqualsRule());
}
- match(input,EOF,FOLLOW_EOF_in_entryRuleEquals2232); if (state.failed) return ;
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
}
@@ -3187,25 +3361,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleEquals"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1078:1: ruleEquals : ( ( rule__Equals__Group__0 ) ) ;
+ // InternalLDef.g:1134:1: ruleEquals : ( ( rule__Equals__Group__0 ) ) ;
public final void ruleEquals() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1082:2: ( ( ( rule__Equals__Group__0 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1083:1: ( ( rule__Equals__Group__0 ) )
+ // InternalLDef.g:1138:2: ( ( ( rule__Equals__Group__0 ) ) )
+ // InternalLDef.g:1139:1: ( ( rule__Equals__Group__0 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1083:1: ( ( rule__Equals__Group__0 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1084:1: ( rule__Equals__Group__0 )
+ // InternalLDef.g:1139:1: ( ( rule__Equals__Group__0 ) )
+ // InternalLDef.g:1140:1: ( rule__Equals__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getEqualsAccess().getGroup());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1085:1: ( rule__Equals__Group__0 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1085:2: rule__Equals__Group__0
+ // InternalLDef.g:1141:1: ( rule__Equals__Group__0 )
+ // InternalLDef.g:1141:2: rule__Equals__Group__0
{
- pushFollow(FOLLOW_rule__Equals__Group__0_in_ruleEquals2258);
+ pushFollow(FOLLOW_2);
rule__Equals__Group__0();
state._fsp--;
@@ -3238,16 +3412,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleRange"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1097:1: entryRuleRange : ruleRange EOF ;
+ // InternalLDef.g:1153:1: entryRuleRange : ruleRange EOF ;
public final void entryRuleRange() throws RecognitionException {
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1098:1: ( ruleRange EOF )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1099:1: ruleRange EOF
+ // InternalLDef.g:1154:1: ( ruleRange EOF )
+ // InternalLDef.g:1155:1: ruleRange EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getRangeRule());
}
- pushFollow(FOLLOW_ruleRange_in_entryRuleRange2285);
+ pushFollow(FOLLOW_1);
ruleRange();
state._fsp--;
@@ -3255,7 +3429,7 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
if ( state.backtracking==0 ) {
after(grammarAccess.getRangeRule());
}
- match(input,EOF,FOLLOW_EOF_in_entryRuleRange2292); if (state.failed) return ;
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
}
@@ -3272,25 +3446,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleRange"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1106:1: ruleRange : ( ( rule__Range__Group__0 ) ) ;
+ // InternalLDef.g:1162:1: ruleRange : ( ( rule__Range__Group__0 ) ) ;
public final void ruleRange() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1110:2: ( ( ( rule__Range__Group__0 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1111:1: ( ( rule__Range__Group__0 ) )
+ // InternalLDef.g:1166:2: ( ( ( rule__Range__Group__0 ) ) )
+ // InternalLDef.g:1167:1: ( ( rule__Range__Group__0 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1111:1: ( ( rule__Range__Group__0 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1112:1: ( rule__Range__Group__0 )
+ // InternalLDef.g:1167:1: ( ( rule__Range__Group__0 ) )
+ // InternalLDef.g:1168:1: ( rule__Range__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getRangeAccess().getGroup());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1113:1: ( rule__Range__Group__0 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1113:2: rule__Range__Group__0
+ // InternalLDef.g:1169:1: ( rule__Range__Group__0 )
+ // InternalLDef.g:1169:2: rule__Range__Group__0
{
- pushFollow(FOLLOW_rule__Range__Group__0_in_ruleRange2318);
+ pushFollow(FOLLOW_2);
rule__Range__Group__0();
state._fsp--;
@@ -3323,16 +3497,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleWhitespaceRule"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1125:1: entryRuleWhitespaceRule : ruleWhitespaceRule EOF ;
+ // InternalLDef.g:1181:1: entryRuleWhitespaceRule : ruleWhitespaceRule EOF ;
public final void entryRuleWhitespaceRule() throws RecognitionException {
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1126:1: ( ruleWhitespaceRule EOF )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1127:1: ruleWhitespaceRule EOF
+ // InternalLDef.g:1182:1: ( ruleWhitespaceRule EOF )
+ // InternalLDef.g:1183:1: ruleWhitespaceRule EOF
{
if ( state.backtracking==0 ) {
before(grammarAccess.getWhitespaceRuleRule());
}
- pushFollow(FOLLOW_ruleWhitespaceRule_in_entryRuleWhitespaceRule2345);
+ pushFollow(FOLLOW_1);
ruleWhitespaceRule();
state._fsp--;
@@ -3340,7 +3514,7 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
if ( state.backtracking==0 ) {
after(grammarAccess.getWhitespaceRuleRule());
}
- match(input,EOF,FOLLOW_EOF_in_entryRuleWhitespaceRule2352); if (state.failed) return ;
+ match(input,EOF,FOLLOW_2); if (state.failed) return ;
}
@@ -3357,25 +3531,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleWhitespaceRule"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1134:1: ruleWhitespaceRule : ( ( rule__WhitespaceRule__Group__0 ) ) ;
+ // InternalLDef.g:1190:1: ruleWhitespaceRule : ( ( rule__WhitespaceRule__Group__0 ) ) ;
public final void ruleWhitespaceRule() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1138:2: ( ( ( rule__WhitespaceRule__Group__0 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1139:1: ( ( rule__WhitespaceRule__Group__0 ) )
+ // InternalLDef.g:1194:2: ( ( ( rule__WhitespaceRule__Group__0 ) ) )
+ // InternalLDef.g:1195:1: ( ( rule__WhitespaceRule__Group__0 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1139:1: ( ( rule__WhitespaceRule__Group__0 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1140:1: ( rule__WhitespaceRule__Group__0 )
+ // InternalLDef.g:1195:1: ( ( rule__WhitespaceRule__Group__0 ) )
+ // InternalLDef.g:1196:1: ( rule__WhitespaceRule__Group__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getWhitespaceRuleAccess().getGroup());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1141:1: ( rule__WhitespaceRule__Group__0 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1141:2: rule__WhitespaceRule__Group__0
+ // InternalLDef.g:1197:1: ( rule__WhitespaceRule__Group__0 )
+ // InternalLDef.g:1197:2: rule__WhitespaceRule__Group__0
{
- pushFollow(FOLLOW_rule__WhitespaceRule__Group__0_in_ruleWhitespaceRule2378);
+ pushFollow(FOLLOW_2);
rule__WhitespaceRule__Group__0();
state._fsp--;
@@ -3408,13 +3582,13 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Codegeneration__Alternatives"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1153:1: rule__Codegeneration__Alternatives : ( ( ruleJavaCodeGeneration ) | ( ruleE4CodeGeneration ) );
+ // InternalLDef.g:1209:1: rule__Codegeneration__Alternatives : ( ( ruleJavaCodeGeneration ) | ( ruleE4CodeGeneration ) );
public final void rule__Codegeneration__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1157:1: ( ( ruleJavaCodeGeneration ) | ( ruleE4CodeGeneration ) )
+ // InternalLDef.g:1213:1: ( ( ruleJavaCodeGeneration ) | ( ruleE4CodeGeneration ) )
int alt1=2;
int LA1_0 = input.LA(1);
@@ -3433,15 +3607,15 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
}
switch (alt1) {
case 1 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1158:1: ( ruleJavaCodeGeneration )
+ // InternalLDef.g:1214:1: ( ruleJavaCodeGeneration )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1158:1: ( ruleJavaCodeGeneration )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1159:1: ruleJavaCodeGeneration
+ // InternalLDef.g:1214:1: ( ruleJavaCodeGeneration )
+ // InternalLDef.g:1215:1: ruleJavaCodeGeneration
{
if ( state.backtracking==0 ) {
before(grammarAccess.getCodegenerationAccess().getJavaCodeGenerationParserRuleCall_0());
}
- pushFollow(FOLLOW_ruleJavaCodeGeneration_in_rule__Codegeneration__Alternatives2414);
+ pushFollow(FOLLOW_2);
ruleJavaCodeGeneration();
state._fsp--;
@@ -3456,15 +3630,15 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1164:6: ( ruleE4CodeGeneration )
+ // InternalLDef.g:1220:6: ( ruleE4CodeGeneration )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1164:6: ( ruleE4CodeGeneration )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1165:1: ruleE4CodeGeneration
+ // InternalLDef.g:1220:6: ( ruleE4CodeGeneration )
+ // InternalLDef.g:1221:1: ruleE4CodeGeneration
{
if ( state.backtracking==0 ) {
before(grammarAccess.getCodegenerationAccess().getE4CodeGenerationParserRuleCall_1());
}
- pushFollow(FOLLOW_ruleE4CodeGeneration_in_rule__Codegeneration__Alternatives2431);
+ pushFollow(FOLLOW_2);
ruleE4CodeGeneration();
state._fsp--;
@@ -3496,13 +3670,13 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ConfigValue__Alternatives_2"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1175:1: rule__ConfigValue__Alternatives_2 : ( ( ( rule__ConfigValue__SimpleValueAssignment_2_0 ) ) | ( ( rule__ConfigValue__Group_2_1__0 ) ) );
+ // InternalLDef.g:1231:1: rule__ConfigValue__Alternatives_2 : ( ( ( rule__ConfigValue__SimpleValueAssignment_2_0 ) ) | ( ( rule__ConfigValue__Group_2_1__0 ) ) );
public final void rule__ConfigValue__Alternatives_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1179:1: ( ( ( rule__ConfigValue__SimpleValueAssignment_2_0 ) ) | ( ( rule__ConfigValue__Group_2_1__0 ) ) )
+ // InternalLDef.g:1235:1: ( ( ( rule__ConfigValue__SimpleValueAssignment_2_0 ) ) | ( ( rule__ConfigValue__Group_2_1__0 ) ) )
int alt2=2;
int LA2_0 = input.LA(1);
@@ -3521,18 +3695,18 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
}
switch (alt2) {
case 1 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1180:1: ( ( rule__ConfigValue__SimpleValueAssignment_2_0 ) )
+ // InternalLDef.g:1236:1: ( ( rule__ConfigValue__SimpleValueAssignment_2_0 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1180:1: ( ( rule__ConfigValue__SimpleValueAssignment_2_0 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1181:1: ( rule__ConfigValue__SimpleValueAssignment_2_0 )
+ // InternalLDef.g:1236:1: ( ( rule__ConfigValue__SimpleValueAssignment_2_0 ) )
+ // InternalLDef.g:1237:1: ( rule__ConfigValue__SimpleValueAssignment_2_0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getConfigValueAccess().getSimpleValueAssignment_2_0());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1182:1: ( rule__ConfigValue__SimpleValueAssignment_2_0 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1182:2: rule__ConfigValue__SimpleValueAssignment_2_0
+ // InternalLDef.g:1238:1: ( rule__ConfigValue__SimpleValueAssignment_2_0 )
+ // InternalLDef.g:1238:2: rule__ConfigValue__SimpleValueAssignment_2_0
{
- pushFollow(FOLLOW_rule__ConfigValue__SimpleValueAssignment_2_0_in_rule__ConfigValue__Alternatives_22463);
+ pushFollow(FOLLOW_2);
rule__ConfigValue__SimpleValueAssignment_2_0();
state._fsp--;
@@ -3550,18 +3724,18 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1186:6: ( ( rule__ConfigValue__Group_2_1__0 ) )
+ // InternalLDef.g:1242:6: ( ( rule__ConfigValue__Group_2_1__0 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1186:6: ( ( rule__ConfigValue__Group_2_1__0 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1187:1: ( rule__ConfigValue__Group_2_1__0 )
+ // InternalLDef.g:1242:6: ( ( rule__ConfigValue__Group_2_1__0 ) )
+ // InternalLDef.g:1243:1: ( rule__ConfigValue__Group_2_1__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getConfigValueAccess().getGroup_2_1());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1188:1: ( rule__ConfigValue__Group_2_1__0 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1188:2: rule__ConfigValue__Group_2_1__0
+ // InternalLDef.g:1244:1: ( rule__ConfigValue__Group_2_1__0 )
+ // InternalLDef.g:1244:2: rule__ConfigValue__Group_2_1__0
{
- pushFollow(FOLLOW_rule__ConfigValue__Group_2_1__0_in_rule__ConfigValue__Alternatives_22481);
+ pushFollow(FOLLOW_2);
rule__ConfigValue__Group_2_1__0();
state._fsp--;
@@ -3596,13 +3770,13 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partitioner__Alternatives"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1197:1: rule__Partitioner__Alternatives : ( ( rulePartitioner_Rule ) | ( ruleParitioner_JS ) );
+ // InternalLDef.g:1253:1: rule__Partitioner__Alternatives : ( ( rulePartitioner_Rule ) | ( ruleParitioner_JS ) );
public final void rule__Partitioner__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1201:1: ( ( rulePartitioner_Rule ) | ( ruleParitioner_JS ) )
+ // InternalLDef.g:1257:1: ( ( rulePartitioner_Rule ) | ( ruleParitioner_JS ) )
int alt3=2;
int LA3_0 = input.LA(1);
@@ -3621,15 +3795,15 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
}
switch (alt3) {
case 1 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1202:1: ( rulePartitioner_Rule )
+ // InternalLDef.g:1258:1: ( rulePartitioner_Rule )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1202:1: ( rulePartitioner_Rule )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1203:1: rulePartitioner_Rule
+ // InternalLDef.g:1258:1: ( rulePartitioner_Rule )
+ // InternalLDef.g:1259:1: rulePartitioner_Rule
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartitionerAccess().getPartitioner_RuleParserRuleCall_0());
}
- pushFollow(FOLLOW_rulePartitioner_Rule_in_rule__Partitioner__Alternatives2514);
+ pushFollow(FOLLOW_2);
rulePartitioner_Rule();
state._fsp--;
@@ -3644,15 +3818,15 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1208:6: ( ruleParitioner_JS )
+ // InternalLDef.g:1264:6: ( ruleParitioner_JS )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1208:6: ( ruleParitioner_JS )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1209:1: ruleParitioner_JS
+ // InternalLDef.g:1264:6: ( ruleParitioner_JS )
+ // InternalLDef.g:1265:1: ruleParitioner_JS
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartitionerAccess().getParitioner_JSParserRuleCall_1());
}
- pushFollow(FOLLOW_ruleParitioner_JS_in_rule__Partitioner__Alternatives2531);
+ pushFollow(FOLLOW_2);
ruleParitioner_JS();
state._fsp--;
@@ -3684,13 +3858,13 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_Rule__Alternatives"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1219:1: rule__Partition_Rule__Alternatives : ( ( rulePartition_SingleLineRule ) | ( rulePartition_MultiLineRule ) );
+ // InternalLDef.g:1275:1: rule__Partition_Rule__Alternatives : ( ( rulePartition_SingleLineRule ) | ( rulePartition_MultiLineRule ) );
public final void rule__Partition_Rule__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1223:1: ( ( rulePartition_SingleLineRule ) | ( rulePartition_MultiLineRule ) )
+ // InternalLDef.g:1279:1: ( ( rulePartition_SingleLineRule ) | ( rulePartition_MultiLineRule ) )
int alt4=2;
int LA4_0 = input.LA(1);
@@ -3709,15 +3883,15 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
}
switch (alt4) {
case 1 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1224:1: ( rulePartition_SingleLineRule )
+ // InternalLDef.g:1280:1: ( rulePartition_SingleLineRule )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1224:1: ( rulePartition_SingleLineRule )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1225:1: rulePartition_SingleLineRule
+ // InternalLDef.g:1280:1: ( rulePartition_SingleLineRule )
+ // InternalLDef.g:1281:1: rulePartition_SingleLineRule
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartition_RuleAccess().getPartition_SingleLineRuleParserRuleCall_0());
}
- pushFollow(FOLLOW_rulePartition_SingleLineRule_in_rule__Partition_Rule__Alternatives2563);
+ pushFollow(FOLLOW_2);
rulePartition_SingleLineRule();
state._fsp--;
@@ -3732,15 +3906,15 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1230:6: ( rulePartition_MultiLineRule )
+ // InternalLDef.g:1286:6: ( rulePartition_MultiLineRule )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1230:6: ( rulePartition_MultiLineRule )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1231:1: rulePartition_MultiLineRule
+ // InternalLDef.g:1286:6: ( rulePartition_MultiLineRule )
+ // InternalLDef.g:1287:1: rulePartition_MultiLineRule
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartition_RuleAccess().getPartition_MultiLineRuleParserRuleCall_1());
}
- pushFollow(FOLLOW_rulePartition_MultiLineRule_in_rule__Partition_Rule__Alternatives2580);
+ pushFollow(FOLLOW_2);
rulePartition_MultiLineRule();
state._fsp--;
@@ -3772,13 +3946,13 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LexicalPartitionHighlighting__Alternatives"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1241:1: rule__LexicalPartitionHighlighting__Alternatives : ( ( ruleLexicalPartitionHighlighting_Rule ) | ( ruleLexicalPartitionHighlighting_JS ) );
+ // InternalLDef.g:1297:1: rule__LexicalPartitionHighlighting__Alternatives : ( ( ruleLexicalPartitionHighlighting_Rule ) | ( ruleLexicalPartitionHighlighting_JS ) );
public final void rule__LexicalPartitionHighlighting__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1245:1: ( ( ruleLexicalPartitionHighlighting_Rule ) | ( ruleLexicalPartitionHighlighting_JS ) )
+ // InternalLDef.g:1301:1: ( ( ruleLexicalPartitionHighlighting_Rule ) | ( ruleLexicalPartitionHighlighting_JS ) )
int alt5=2;
int LA5_0 = input.LA(1);
@@ -3797,15 +3971,15 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
}
switch (alt5) {
case 1 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1246:1: ( ruleLexicalPartitionHighlighting_Rule )
+ // InternalLDef.g:1302:1: ( ruleLexicalPartitionHighlighting_Rule )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1246:1: ( ruleLexicalPartitionHighlighting_Rule )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1247:1: ruleLexicalPartitionHighlighting_Rule
+ // InternalLDef.g:1302:1: ( ruleLexicalPartitionHighlighting_Rule )
+ // InternalLDef.g:1303:1: ruleLexicalPartitionHighlighting_Rule
{
if ( state.backtracking==0 ) {
before(grammarAccess.getLexicalPartitionHighlightingAccess().getLexicalPartitionHighlighting_RuleParserRuleCall_0());
}
- pushFollow(FOLLOW_ruleLexicalPartitionHighlighting_Rule_in_rule__LexicalPartitionHighlighting__Alternatives2612);
+ pushFollow(FOLLOW_2);
ruleLexicalPartitionHighlighting_Rule();
state._fsp--;
@@ -3820,15 +3994,15 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1252:6: ( ruleLexicalPartitionHighlighting_JS )
+ // InternalLDef.g:1308:6: ( ruleLexicalPartitionHighlighting_JS )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1252:6: ( ruleLexicalPartitionHighlighting_JS )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1253:1: ruleLexicalPartitionHighlighting_JS
+ // InternalLDef.g:1308:6: ( ruleLexicalPartitionHighlighting_JS )
+ // InternalLDef.g:1309:1: ruleLexicalPartitionHighlighting_JS
{
if ( state.backtracking==0 ) {
before(grammarAccess.getLexicalPartitionHighlightingAccess().getLexicalPartitionHighlighting_JSParserRuleCall_1());
}
- pushFollow(FOLLOW_ruleLexicalPartitionHighlighting_JS_in_rule__LexicalPartitionHighlighting__Alternatives2629);
+ pushFollow(FOLLOW_2);
ruleLexicalPartitionHighlighting_JS();
state._fsp--;
@@ -3860,20 +4034,20 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner__Alternatives"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1263:1: rule__Scanner__Alternatives : ( ( ruleScanner_Keyword ) | ( ruleScanner_Rule ) );
+ // InternalLDef.g:1319:1: rule__Scanner__Alternatives : ( ( ruleScanner_Keyword ) | ( ruleScanner_Rule ) );
public final void rule__Scanner__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1267:1: ( ( ruleScanner_Keyword ) | ( ruleScanner_Rule ) )
+ // InternalLDef.g:1323:1: ( ( ruleScanner_Keyword ) | ( ruleScanner_Rule ) )
int alt6=2;
int LA6_0 = input.LA(1);
- if ( (LA6_0==37) ) {
+ if ( (LA6_0==39) ) {
alt6=1;
}
- else if ( (LA6_0==28||LA6_0==30||LA6_0==35||LA6_0==40||LA6_0==42) ) {
+ else if ( (LA6_0==28||LA6_0==30||LA6_0==35||LA6_0==42||LA6_0==44) ) {
alt6=2;
}
else {
@@ -3885,15 +4059,15 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
}
switch (alt6) {
case 1 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1268:1: ( ruleScanner_Keyword )
+ // InternalLDef.g:1324:1: ( ruleScanner_Keyword )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1268:1: ( ruleScanner_Keyword )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1269:1: ruleScanner_Keyword
+ // InternalLDef.g:1324:1: ( ruleScanner_Keyword )
+ // InternalLDef.g:1325:1: ruleScanner_Keyword
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScannerAccess().getScanner_KeywordParserRuleCall_0());
}
- pushFollow(FOLLOW_ruleScanner_Keyword_in_rule__Scanner__Alternatives2661);
+ pushFollow(FOLLOW_2);
ruleScanner_Keyword();
state._fsp--;
@@ -3908,15 +4082,15 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1274:6: ( ruleScanner_Rule )
+ // InternalLDef.g:1330:6: ( ruleScanner_Rule )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1274:6: ( ruleScanner_Rule )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1275:1: ruleScanner_Rule
+ // InternalLDef.g:1330:6: ( ruleScanner_Rule )
+ // InternalLDef.g:1331:1: ruleScanner_Rule
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScannerAccess().getScanner_RuleParserRuleCall_1());
}
- pushFollow(FOLLOW_ruleScanner_Rule_in_rule__Scanner__Alternatives2678);
+ pushFollow(FOLLOW_2);
ruleScanner_Rule();
state._fsp--;
@@ -3948,13 +4122,13 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_Rule__Alternatives"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1285:1: rule__Scanner_Rule__Alternatives : ( ( ruleScanner_SingleLineRule ) | ( ruleScanner_MultiLineRule ) | ( ruleScanner_CharacterRule ) | ( ruleScanner_JSRule ) | ( ruleScanner_PatternRule ) );
+ // InternalLDef.g:1341:1: rule__Scanner_Rule__Alternatives : ( ( ruleScanner_SingleLineRule ) | ( ruleScanner_MultiLineRule ) | ( ruleScanner_CharacterRule ) | ( ruleScanner_JSRule ) | ( ruleScanner_PatternRule ) );
public final void rule__Scanner_Rule__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1289:1: ( ( ruleScanner_SingleLineRule ) | ( ruleScanner_MultiLineRule ) | ( ruleScanner_CharacterRule ) | ( ruleScanner_JSRule ) | ( ruleScanner_PatternRule ) )
+ // InternalLDef.g:1345:1: ( ( ruleScanner_SingleLineRule ) | ( ruleScanner_MultiLineRule ) | ( ruleScanner_CharacterRule ) | ( ruleScanner_JSRule ) | ( ruleScanner_PatternRule ) )
int alt7=5;
switch ( input.LA(1) ) {
case 30:
@@ -3967,7 +4141,7 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
alt7=2;
}
break;
- case 42:
+ case 44:
{
alt7=3;
}
@@ -3977,7 +4151,7 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
alt7=4;
}
break;
- case 40:
+ case 42:
{
alt7=5;
}
@@ -3992,15 +4166,15 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
switch (alt7) {
case 1 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1290:1: ( ruleScanner_SingleLineRule )
+ // InternalLDef.g:1346:1: ( ruleScanner_SingleLineRule )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1290:1: ( ruleScanner_SingleLineRule )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1291:1: ruleScanner_SingleLineRule
+ // InternalLDef.g:1346:1: ( ruleScanner_SingleLineRule )
+ // InternalLDef.g:1347:1: ruleScanner_SingleLineRule
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_RuleAccess().getScanner_SingleLineRuleParserRuleCall_0());
}
- pushFollow(FOLLOW_ruleScanner_SingleLineRule_in_rule__Scanner_Rule__Alternatives2710);
+ pushFollow(FOLLOW_2);
ruleScanner_SingleLineRule();
state._fsp--;
@@ -4015,15 +4189,15 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1296:6: ( ruleScanner_MultiLineRule )
+ // InternalLDef.g:1352:6: ( ruleScanner_MultiLineRule )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1296:6: ( ruleScanner_MultiLineRule )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1297:1: ruleScanner_MultiLineRule
+ // InternalLDef.g:1352:6: ( ruleScanner_MultiLineRule )
+ // InternalLDef.g:1353:1: ruleScanner_MultiLineRule
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_RuleAccess().getScanner_MultiLineRuleParserRuleCall_1());
}
- pushFollow(FOLLOW_ruleScanner_MultiLineRule_in_rule__Scanner_Rule__Alternatives2727);
+ pushFollow(FOLLOW_2);
ruleScanner_MultiLineRule();
state._fsp--;
@@ -4038,15 +4212,15 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
}
break;
case 3 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1302:6: ( ruleScanner_CharacterRule )
+ // InternalLDef.g:1358:6: ( ruleScanner_CharacterRule )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1302:6: ( ruleScanner_CharacterRule )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1303:1: ruleScanner_CharacterRule
+ // InternalLDef.g:1358:6: ( ruleScanner_CharacterRule )
+ // InternalLDef.g:1359:1: ruleScanner_CharacterRule
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_RuleAccess().getScanner_CharacterRuleParserRuleCall_2());
}
- pushFollow(FOLLOW_ruleScanner_CharacterRule_in_rule__Scanner_Rule__Alternatives2744);
+ pushFollow(FOLLOW_2);
ruleScanner_CharacterRule();
state._fsp--;
@@ -4061,15 +4235,15 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
}
break;
case 4 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1308:6: ( ruleScanner_JSRule )
+ // InternalLDef.g:1364:6: ( ruleScanner_JSRule )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1308:6: ( ruleScanner_JSRule )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1309:1: ruleScanner_JSRule
+ // InternalLDef.g:1364:6: ( ruleScanner_JSRule )
+ // InternalLDef.g:1365:1: ruleScanner_JSRule
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_RuleAccess().getScanner_JSRuleParserRuleCall_3());
}
- pushFollow(FOLLOW_ruleScanner_JSRule_in_rule__Scanner_Rule__Alternatives2761);
+ pushFollow(FOLLOW_2);
ruleScanner_JSRule();
state._fsp--;
@@ -4084,15 +4258,15 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
}
break;
case 5 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1314:6: ( ruleScanner_PatternRule )
+ // InternalLDef.g:1370:6: ( ruleScanner_PatternRule )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1314:6: ( ruleScanner_PatternRule )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1315:1: ruleScanner_PatternRule
+ // InternalLDef.g:1370:6: ( ruleScanner_PatternRule )
+ // InternalLDef.g:1371:1: ruleScanner_PatternRule
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_RuleAccess().getScanner_PatternRuleParserRuleCall_4());
}
- pushFollow(FOLLOW_ruleScanner_PatternRule_in_rule__Scanner_Rule__Alternatives2778);
+ pushFollow(FOLLOW_2);
ruleScanner_PatternRule();
state._fsp--;
@@ -4124,20 +4298,20 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Check__Alternatives"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1325:1: rule__Check__Alternatives : ( ( ruleRange ) | ( ruleEquals ) );
+ // InternalLDef.g:1381:1: rule__Check__Alternatives : ( ( ruleRange ) | ( ruleEquals ) );
public final void rule__Check__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1329:1: ( ( ruleRange ) | ( ruleEquals ) )
+ // InternalLDef.g:1385:1: ( ( ruleRange ) | ( ruleEquals ) )
int alt8=2;
int LA8_0 = input.LA(1);
- if ( (LA8_0==44) ) {
+ if ( (LA8_0==46) ) {
alt8=1;
}
- else if ( (LA8_0==43) ) {
+ else if ( (LA8_0==45) ) {
alt8=2;
}
else {
@@ -4149,15 +4323,15 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
}
switch (alt8) {
case 1 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1330:1: ( ruleRange )
+ // InternalLDef.g:1386:1: ( ruleRange )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1330:1: ( ruleRange )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1331:1: ruleRange
+ // InternalLDef.g:1386:1: ( ruleRange )
+ // InternalLDef.g:1387:1: ruleRange
{
if ( state.backtracking==0 ) {
before(grammarAccess.getCheckAccess().getRangeParserRuleCall_0());
}
- pushFollow(FOLLOW_ruleRange_in_rule__Check__Alternatives2810);
+ pushFollow(FOLLOW_2);
ruleRange();
state._fsp--;
@@ -4172,15 +4346,15 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1336:6: ( ruleEquals )
+ // InternalLDef.g:1392:6: ( ruleEquals )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1336:6: ( ruleEquals )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1337:1: ruleEquals
+ // InternalLDef.g:1392:6: ( ruleEquals )
+ // InternalLDef.g:1393:1: ruleEquals
{
if ( state.backtracking==0 ) {
before(grammarAccess.getCheckAccess().getEqualsParserRuleCall_1());
}
- pushFollow(FOLLOW_ruleEquals_in_rule__Check__Alternatives2827);
+ pushFollow(FOLLOW_2);
ruleEquals();
state._fsp--;
@@ -4212,13 +4386,13 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Range__LtInclAlternatives_1_0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1347:1: rule__Range__LtInclAlternatives_1_0 : ( ( '(' ) | ( '[' ) );
+ // InternalLDef.g:1403:1: rule__Range__LtInclAlternatives_1_0 : ( ( '(' ) | ( '[' ) );
public final void rule__Range__LtInclAlternatives_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1351:1: ( ( '(' ) | ( '[' ) )
+ // InternalLDef.g:1407:1: ( ( '(' ) | ( '[' ) )
int alt9=2;
int LA9_0 = input.LA(1);
@@ -4237,15 +4411,15 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
}
switch (alt9) {
case 1 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1352:1: ( '(' )
+ // InternalLDef.g:1408:1: ( '(' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1352:1: ( '(' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1353:1: '('
+ // InternalLDef.g:1408:1: ( '(' )
+ // InternalLDef.g:1409:1: '('
{
if ( state.backtracking==0 ) {
before(grammarAccess.getRangeAccess().getLtInclLeftParenthesisKeyword_1_0_0());
}
- match(input,11,FOLLOW_11_in_rule__Range__LtInclAlternatives_1_02860); if (state.failed) return ;
+ match(input,11,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getRangeAccess().getLtInclLeftParenthesisKeyword_1_0_0());
}
@@ -4256,15 +4430,15 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1360:6: ( '[' )
+ // InternalLDef.g:1416:6: ( '[' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1360:6: ( '[' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1361:1: '['
+ // InternalLDef.g:1416:6: ( '[' )
+ // InternalLDef.g:1417:1: '['
{
if ( state.backtracking==0 ) {
before(grammarAccess.getRangeAccess().getLtInclLeftSquareBracketKeyword_1_0_1());
}
- match(input,12,FOLLOW_12_in_rule__Range__LtInclAlternatives_1_02880); if (state.failed) return ;
+ match(input,12,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getRangeAccess().getLtInclLeftSquareBracketKeyword_1_0_1());
}
@@ -4292,13 +4466,13 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Range__GtInclAlternatives_5_0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1373:1: rule__Range__GtInclAlternatives_5_0 : ( ( ')' ) | ( ']' ) );
+ // InternalLDef.g:1429:1: rule__Range__GtInclAlternatives_5_0 : ( ( ')' ) | ( ']' ) );
public final void rule__Range__GtInclAlternatives_5_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1377:1: ( ( ')' ) | ( ']' ) )
+ // InternalLDef.g:1433:1: ( ( ')' ) | ( ']' ) )
int alt10=2;
int LA10_0 = input.LA(1);
@@ -4317,15 +4491,15 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
}
switch (alt10) {
case 1 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1378:1: ( ')' )
+ // InternalLDef.g:1434:1: ( ')' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1378:1: ( ')' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1379:1: ')'
+ // InternalLDef.g:1434:1: ( ')' )
+ // InternalLDef.g:1435:1: ')'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getRangeAccess().getGtInclRightParenthesisKeyword_5_0_0());
}
- match(input,13,FOLLOW_13_in_rule__Range__GtInclAlternatives_5_02915); if (state.failed) return ;
+ match(input,13,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getRangeAccess().getGtInclRightParenthesisKeyword_5_0_0());
}
@@ -4336,15 +4510,15 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1386:6: ( ']' )
+ // InternalLDef.g:1442:6: ( ']' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1386:6: ( ']' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1387:1: ']'
+ // InternalLDef.g:1442:6: ( ']' )
+ // InternalLDef.g:1443:1: ']'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getRangeAccess().getGtInclRightSquareBracketKeyword_5_0_1());
}
- match(input,14,FOLLOW_14_in_rule__Range__GtInclAlternatives_5_02935); if (state.failed) return ;
+ match(input,14,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getRangeAccess().getGtInclRightSquareBracketKeyword_5_0_1());
}
@@ -4372,13 +4546,13 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__WhitespaceRule__Alternatives_1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1399:1: rule__WhitespaceRule__Alternatives_1 : ( ( ( rule__WhitespaceRule__Group_1_0__0 ) ) | ( ( rule__WhitespaceRule__JavawhitespaceAssignment_1_1 ) ) | ( ( rule__WhitespaceRule__FileURIAssignment_1_2 ) ) );
+ // InternalLDef.g:1455:1: rule__WhitespaceRule__Alternatives_1 : ( ( ( rule__WhitespaceRule__Group_1_0__0 ) ) | ( ( rule__WhitespaceRule__JavawhitespaceAssignment_1_1 ) ) | ( ( rule__WhitespaceRule__FileURIAssignment_1_2 ) ) );
public final void rule__WhitespaceRule__Alternatives_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1403:1: ( ( ( rule__WhitespaceRule__Group_1_0__0 ) ) | ( ( rule__WhitespaceRule__JavawhitespaceAssignment_1_1 ) ) | ( ( rule__WhitespaceRule__FileURIAssignment_1_2 ) ) )
+ // InternalLDef.g:1459:1: ( ( ( rule__WhitespaceRule__Group_1_0__0 ) ) | ( ( rule__WhitespaceRule__JavawhitespaceAssignment_1_1 ) ) | ( ( rule__WhitespaceRule__FileURIAssignment_1_2 ) ) )
int alt11=3;
switch ( input.LA(1) ) {
case 12:
@@ -4386,7 +4560,7 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
alt11=1;
}
break;
- case 47:
+ case 51:
{
alt11=2;
}
@@ -4406,18 +4580,18 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
switch (alt11) {
case 1 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1404:1: ( ( rule__WhitespaceRule__Group_1_0__0 ) )
+ // InternalLDef.g:1460:1: ( ( rule__WhitespaceRule__Group_1_0__0 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1404:1: ( ( rule__WhitespaceRule__Group_1_0__0 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1405:1: ( rule__WhitespaceRule__Group_1_0__0 )
+ // InternalLDef.g:1460:1: ( ( rule__WhitespaceRule__Group_1_0__0 ) )
+ // InternalLDef.g:1461:1: ( rule__WhitespaceRule__Group_1_0__0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getWhitespaceRuleAccess().getGroup_1_0());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1406:1: ( rule__WhitespaceRule__Group_1_0__0 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1406:2: rule__WhitespaceRule__Group_1_0__0
+ // InternalLDef.g:1462:1: ( rule__WhitespaceRule__Group_1_0__0 )
+ // InternalLDef.g:1462:2: rule__WhitespaceRule__Group_1_0__0
{
- pushFollow(FOLLOW_rule__WhitespaceRule__Group_1_0__0_in_rule__WhitespaceRule__Alternatives_12969);
+ pushFollow(FOLLOW_2);
rule__WhitespaceRule__Group_1_0__0();
state._fsp--;
@@ -4435,18 +4609,18 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1410:6: ( ( rule__WhitespaceRule__JavawhitespaceAssignment_1_1 ) )
+ // InternalLDef.g:1466:6: ( ( rule__WhitespaceRule__JavawhitespaceAssignment_1_1 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1410:6: ( ( rule__WhitespaceRule__JavawhitespaceAssignment_1_1 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1411:1: ( rule__WhitespaceRule__JavawhitespaceAssignment_1_1 )
+ // InternalLDef.g:1466:6: ( ( rule__WhitespaceRule__JavawhitespaceAssignment_1_1 ) )
+ // InternalLDef.g:1467:1: ( rule__WhitespaceRule__JavawhitespaceAssignment_1_1 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getWhitespaceRuleAccess().getJavawhitespaceAssignment_1_1());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1412:1: ( rule__WhitespaceRule__JavawhitespaceAssignment_1_1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1412:2: rule__WhitespaceRule__JavawhitespaceAssignment_1_1
+ // InternalLDef.g:1468:1: ( rule__WhitespaceRule__JavawhitespaceAssignment_1_1 )
+ // InternalLDef.g:1468:2: rule__WhitespaceRule__JavawhitespaceAssignment_1_1
{
- pushFollow(FOLLOW_rule__WhitespaceRule__JavawhitespaceAssignment_1_1_in_rule__WhitespaceRule__Alternatives_12987);
+ pushFollow(FOLLOW_2);
rule__WhitespaceRule__JavawhitespaceAssignment_1_1();
state._fsp--;
@@ -4464,18 +4638,18 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
}
break;
case 3 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1416:6: ( ( rule__WhitespaceRule__FileURIAssignment_1_2 ) )
+ // InternalLDef.g:1472:6: ( ( rule__WhitespaceRule__FileURIAssignment_1_2 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1416:6: ( ( rule__WhitespaceRule__FileURIAssignment_1_2 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1417:1: ( rule__WhitespaceRule__FileURIAssignment_1_2 )
+ // InternalLDef.g:1472:6: ( ( rule__WhitespaceRule__FileURIAssignment_1_2 ) )
+ // InternalLDef.g:1473:1: ( rule__WhitespaceRule__FileURIAssignment_1_2 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getWhitespaceRuleAccess().getFileURIAssignment_1_2());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1418:1: ( rule__WhitespaceRule__FileURIAssignment_1_2 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1418:2: rule__WhitespaceRule__FileURIAssignment_1_2
+ // InternalLDef.g:1474:1: ( rule__WhitespaceRule__FileURIAssignment_1_2 )
+ // InternalLDef.g:1474:2: rule__WhitespaceRule__FileURIAssignment_1_2
{
- pushFollow(FOLLOW_rule__WhitespaceRule__FileURIAssignment_1_2_in_rule__WhitespaceRule__Alternatives_13005);
+ pushFollow(FOLLOW_2);
rule__WhitespaceRule__FileURIAssignment_1_2();
state._fsp--;
@@ -4510,21 +4684,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Root__Group__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1429:1: rule__Root__Group__0 : rule__Root__Group__0__Impl rule__Root__Group__1 ;
+ // InternalLDef.g:1485:1: rule__Root__Group__0 : rule__Root__Group__0__Impl rule__Root__Group__1 ;
public final void rule__Root__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1433:1: ( rule__Root__Group__0__Impl rule__Root__Group__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1434:2: rule__Root__Group__0__Impl rule__Root__Group__1
+ // InternalLDef.g:1489:1: ( rule__Root__Group__0__Impl rule__Root__Group__1 )
+ // InternalLDef.g:1490:2: rule__Root__Group__0__Impl rule__Root__Group__1
{
- pushFollow(FOLLOW_rule__Root__Group__0__Impl_in_rule__Root__Group__03036);
+ pushFollow(FOLLOW_3);
rule__Root__Group__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Root__Group__1_in_rule__Root__Group__03039);
+ pushFollow(FOLLOW_2);
rule__Root__Group__1();
state._fsp--;
@@ -4548,22 +4722,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Root__Group__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1441:1: rule__Root__Group__0__Impl : ( 'package' ) ;
+ // InternalLDef.g:1497:1: rule__Root__Group__0__Impl : ( 'package' ) ;
public final void rule__Root__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1445:1: ( ( 'package' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1446:1: ( 'package' )
+ // InternalLDef.g:1501:1: ( ( 'package' ) )
+ // InternalLDef.g:1502:1: ( 'package' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1446:1: ( 'package' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1447:1: 'package'
+ // InternalLDef.g:1502:1: ( 'package' )
+ // InternalLDef.g:1503:1: 'package'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getRootAccess().getPackageKeyword_0());
}
- match(input,15,FOLLOW_15_in_rule__Root__Group__0__Impl3067); if (state.failed) return ;
+ match(input,15,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getRootAccess().getPackageKeyword_0());
}
@@ -4589,21 +4763,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Root__Group__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1460:1: rule__Root__Group__1 : rule__Root__Group__1__Impl rule__Root__Group__2 ;
+ // InternalLDef.g:1516:1: rule__Root__Group__1 : rule__Root__Group__1__Impl rule__Root__Group__2 ;
public final void rule__Root__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1464:1: ( rule__Root__Group__1__Impl rule__Root__Group__2 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1465:2: rule__Root__Group__1__Impl rule__Root__Group__2
+ // InternalLDef.g:1520:1: ( rule__Root__Group__1__Impl rule__Root__Group__2 )
+ // InternalLDef.g:1521:2: rule__Root__Group__1__Impl rule__Root__Group__2
{
- pushFollow(FOLLOW_rule__Root__Group__1__Impl_in_rule__Root__Group__13098);
+ pushFollow(FOLLOW_4);
rule__Root__Group__1__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Root__Group__2_in_rule__Root__Group__13101);
+ pushFollow(FOLLOW_2);
rule__Root__Group__2();
state._fsp--;
@@ -4627,25 +4801,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Root__Group__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1472:1: rule__Root__Group__1__Impl : ( ( rule__Root__NameAssignment_1 ) ) ;
+ // InternalLDef.g:1528:1: rule__Root__Group__1__Impl : ( ( rule__Root__NameAssignment_1 ) ) ;
public final void rule__Root__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1476:1: ( ( ( rule__Root__NameAssignment_1 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1477:1: ( ( rule__Root__NameAssignment_1 ) )
+ // InternalLDef.g:1532:1: ( ( ( rule__Root__NameAssignment_1 ) ) )
+ // InternalLDef.g:1533:1: ( ( rule__Root__NameAssignment_1 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1477:1: ( ( rule__Root__NameAssignment_1 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1478:1: ( rule__Root__NameAssignment_1 )
+ // InternalLDef.g:1533:1: ( ( rule__Root__NameAssignment_1 ) )
+ // InternalLDef.g:1534:1: ( rule__Root__NameAssignment_1 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getRootAccess().getNameAssignment_1());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1479:1: ( rule__Root__NameAssignment_1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1479:2: rule__Root__NameAssignment_1
+ // InternalLDef.g:1535:1: ( rule__Root__NameAssignment_1 )
+ // InternalLDef.g:1535:2: rule__Root__NameAssignment_1
{
- pushFollow(FOLLOW_rule__Root__NameAssignment_1_in_rule__Root__Group__1__Impl3128);
+ pushFollow(FOLLOW_2);
rule__Root__NameAssignment_1();
state._fsp--;
@@ -4678,21 +4852,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Root__Group__2"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1489:1: rule__Root__Group__2 : rule__Root__Group__2__Impl rule__Root__Group__3 ;
+ // InternalLDef.g:1545:1: rule__Root__Group__2 : rule__Root__Group__2__Impl rule__Root__Group__3 ;
public final void rule__Root__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1493:1: ( rule__Root__Group__2__Impl rule__Root__Group__3 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1494:2: rule__Root__Group__2__Impl rule__Root__Group__3
+ // InternalLDef.g:1549:1: ( rule__Root__Group__2__Impl rule__Root__Group__3 )
+ // InternalLDef.g:1550:2: rule__Root__Group__2__Impl rule__Root__Group__3
{
- pushFollow(FOLLOW_rule__Root__Group__2__Impl_in_rule__Root__Group__23158);
+ pushFollow(FOLLOW_4);
rule__Root__Group__2__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Root__Group__3_in_rule__Root__Group__23161);
+ pushFollow(FOLLOW_2);
rule__Root__Group__3();
state._fsp--;
@@ -4716,22 +4890,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Root__Group__2__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1501:1: rule__Root__Group__2__Impl : ( ( rule__Root__ImportsAssignment_2 )* ) ;
+ // InternalLDef.g:1557:1: rule__Root__Group__2__Impl : ( ( rule__Root__ImportsAssignment_2 )* ) ;
public final void rule__Root__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1505:1: ( ( ( rule__Root__ImportsAssignment_2 )* ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1506:1: ( ( rule__Root__ImportsAssignment_2 )* )
+ // InternalLDef.g:1561:1: ( ( ( rule__Root__ImportsAssignment_2 )* ) )
+ // InternalLDef.g:1562:1: ( ( rule__Root__ImportsAssignment_2 )* )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1506:1: ( ( rule__Root__ImportsAssignment_2 )* )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1507:1: ( rule__Root__ImportsAssignment_2 )*
+ // InternalLDef.g:1562:1: ( ( rule__Root__ImportsAssignment_2 )* )
+ // InternalLDef.g:1563:1: ( rule__Root__ImportsAssignment_2 )*
{
if ( state.backtracking==0 ) {
before(grammarAccess.getRootAccess().getImportsAssignment_2());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1508:1: ( rule__Root__ImportsAssignment_2 )*
+ // InternalLDef.g:1564:1: ( rule__Root__ImportsAssignment_2 )*
loop12:
do {
int alt12=2;
@@ -4744,9 +4918,9 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
switch (alt12) {
case 1 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1508:2: rule__Root__ImportsAssignment_2
+ // InternalLDef.g:1564:2: rule__Root__ImportsAssignment_2
{
- pushFollow(FOLLOW_rule__Root__ImportsAssignment_2_in_rule__Root__Group__2__Impl3188);
+ pushFollow(FOLLOW_5);
rule__Root__ImportsAssignment_2();
state._fsp--;
@@ -4785,16 +4959,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Root__Group__3"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1518:1: rule__Root__Group__3 : rule__Root__Group__3__Impl ;
+ // InternalLDef.g:1574:1: rule__Root__Group__3 : rule__Root__Group__3__Impl ;
public final void rule__Root__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1522:1: ( rule__Root__Group__3__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1523:2: rule__Root__Group__3__Impl
+ // InternalLDef.g:1578:1: ( rule__Root__Group__3__Impl )
+ // InternalLDef.g:1579:2: rule__Root__Group__3__Impl
{
- pushFollow(FOLLOW_rule__Root__Group__3__Impl_in_rule__Root__Group__33219);
+ pushFollow(FOLLOW_2);
rule__Root__Group__3__Impl();
state._fsp--;
@@ -4818,25 +4992,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Root__Group__3__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1529:1: rule__Root__Group__3__Impl : ( ( rule__Root__LanguageDefinitionAssignment_3 ) ) ;
+ // InternalLDef.g:1585:1: rule__Root__Group__3__Impl : ( ( rule__Root__LanguageDefinitionAssignment_3 ) ) ;
public final void rule__Root__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1533:1: ( ( ( rule__Root__LanguageDefinitionAssignment_3 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1534:1: ( ( rule__Root__LanguageDefinitionAssignment_3 ) )
+ // InternalLDef.g:1589:1: ( ( ( rule__Root__LanguageDefinitionAssignment_3 ) ) )
+ // InternalLDef.g:1590:1: ( ( rule__Root__LanguageDefinitionAssignment_3 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1534:1: ( ( rule__Root__LanguageDefinitionAssignment_3 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1535:1: ( rule__Root__LanguageDefinitionAssignment_3 )
+ // InternalLDef.g:1590:1: ( ( rule__Root__LanguageDefinitionAssignment_3 ) )
+ // InternalLDef.g:1591:1: ( rule__Root__LanguageDefinitionAssignment_3 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getRootAccess().getLanguageDefinitionAssignment_3());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1536:1: ( rule__Root__LanguageDefinitionAssignment_3 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1536:2: rule__Root__LanguageDefinitionAssignment_3
+ // InternalLDef.g:1592:1: ( rule__Root__LanguageDefinitionAssignment_3 )
+ // InternalLDef.g:1592:2: rule__Root__LanguageDefinitionAssignment_3
{
- pushFollow(FOLLOW_rule__Root__LanguageDefinitionAssignment_3_in_rule__Root__Group__3__Impl3246);
+ pushFollow(FOLLOW_2);
rule__Root__LanguageDefinitionAssignment_3();
state._fsp--;
@@ -4869,21 +5043,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__QualifiedName__Group__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1554:1: rule__QualifiedName__Group__0 : rule__QualifiedName__Group__0__Impl rule__QualifiedName__Group__1 ;
+ // InternalLDef.g:1610:1: rule__QualifiedName__Group__0 : rule__QualifiedName__Group__0__Impl rule__QualifiedName__Group__1 ;
public final void rule__QualifiedName__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1558:1: ( rule__QualifiedName__Group__0__Impl rule__QualifiedName__Group__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1559:2: rule__QualifiedName__Group__0__Impl rule__QualifiedName__Group__1
+ // InternalLDef.g:1614:1: ( rule__QualifiedName__Group__0__Impl rule__QualifiedName__Group__1 )
+ // InternalLDef.g:1615:2: rule__QualifiedName__Group__0__Impl rule__QualifiedName__Group__1
{
- pushFollow(FOLLOW_rule__QualifiedName__Group__0__Impl_in_rule__QualifiedName__Group__03284);
+ pushFollow(FOLLOW_6);
rule__QualifiedName__Group__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__QualifiedName__Group__1_in_rule__QualifiedName__Group__03287);
+ pushFollow(FOLLOW_2);
rule__QualifiedName__Group__1();
state._fsp--;
@@ -4907,22 +5081,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__QualifiedName__Group__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1566:1: rule__QualifiedName__Group__0__Impl : ( ruleValidID ) ;
+ // InternalLDef.g:1622:1: rule__QualifiedName__Group__0__Impl : ( ruleValidID ) ;
public final void rule__QualifiedName__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1570:1: ( ( ruleValidID ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1571:1: ( ruleValidID )
+ // InternalLDef.g:1626:1: ( ( ruleValidID ) )
+ // InternalLDef.g:1627:1: ( ruleValidID )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1571:1: ( ruleValidID )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1572:1: ruleValidID
+ // InternalLDef.g:1627:1: ( ruleValidID )
+ // InternalLDef.g:1628:1: ruleValidID
{
if ( state.backtracking==0 ) {
before(grammarAccess.getQualifiedNameAccess().getValidIDParserRuleCall_0());
}
- pushFollow(FOLLOW_ruleValidID_in_rule__QualifiedName__Group__0__Impl3314);
+ pushFollow(FOLLOW_2);
ruleValidID();
state._fsp--;
@@ -4952,16 +5126,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__QualifiedName__Group__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1583:1: rule__QualifiedName__Group__1 : rule__QualifiedName__Group__1__Impl ;
+ // InternalLDef.g:1639:1: rule__QualifiedName__Group__1 : rule__QualifiedName__Group__1__Impl ;
public final void rule__QualifiedName__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1587:1: ( rule__QualifiedName__Group__1__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1588:2: rule__QualifiedName__Group__1__Impl
+ // InternalLDef.g:1643:1: ( rule__QualifiedName__Group__1__Impl )
+ // InternalLDef.g:1644:2: rule__QualifiedName__Group__1__Impl
{
- pushFollow(FOLLOW_rule__QualifiedName__Group__1__Impl_in_rule__QualifiedName__Group__13343);
+ pushFollow(FOLLOW_2);
rule__QualifiedName__Group__1__Impl();
state._fsp--;
@@ -4985,22 +5159,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__QualifiedName__Group__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1594:1: rule__QualifiedName__Group__1__Impl : ( ( rule__QualifiedName__Group_1__0 )* ) ;
+ // InternalLDef.g:1650:1: rule__QualifiedName__Group__1__Impl : ( ( rule__QualifiedName__Group_1__0 )* ) ;
public final void rule__QualifiedName__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1598:1: ( ( ( rule__QualifiedName__Group_1__0 )* ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1599:1: ( ( rule__QualifiedName__Group_1__0 )* )
+ // InternalLDef.g:1654:1: ( ( ( rule__QualifiedName__Group_1__0 )* ) )
+ // InternalLDef.g:1655:1: ( ( rule__QualifiedName__Group_1__0 )* )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1599:1: ( ( rule__QualifiedName__Group_1__0 )* )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1600:1: ( rule__QualifiedName__Group_1__0 )*
+ // InternalLDef.g:1655:1: ( ( rule__QualifiedName__Group_1__0 )* )
+ // InternalLDef.g:1656:1: ( rule__QualifiedName__Group_1__0 )*
{
if ( state.backtracking==0 ) {
before(grammarAccess.getQualifiedNameAccess().getGroup_1());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1601:1: ( rule__QualifiedName__Group_1__0 )*
+ // InternalLDef.g:1657:1: ( rule__QualifiedName__Group_1__0 )*
loop13:
do {
int alt13=2;
@@ -5019,9 +5193,9 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
switch (alt13) {
case 1 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1601:2: rule__QualifiedName__Group_1__0
+ // InternalLDef.g:1657:2: rule__QualifiedName__Group_1__0
{
- pushFollow(FOLLOW_rule__QualifiedName__Group_1__0_in_rule__QualifiedName__Group__1__Impl3370);
+ pushFollow(FOLLOW_7);
rule__QualifiedName__Group_1__0();
state._fsp--;
@@ -5060,21 +5234,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__QualifiedName__Group_1__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1615:1: rule__QualifiedName__Group_1__0 : rule__QualifiedName__Group_1__0__Impl rule__QualifiedName__Group_1__1 ;
+ // InternalLDef.g:1671:1: rule__QualifiedName__Group_1__0 : rule__QualifiedName__Group_1__0__Impl rule__QualifiedName__Group_1__1 ;
public final void rule__QualifiedName__Group_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1619:1: ( rule__QualifiedName__Group_1__0__Impl rule__QualifiedName__Group_1__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1620:2: rule__QualifiedName__Group_1__0__Impl rule__QualifiedName__Group_1__1
+ // InternalLDef.g:1675:1: ( rule__QualifiedName__Group_1__0__Impl rule__QualifiedName__Group_1__1 )
+ // InternalLDef.g:1676:2: rule__QualifiedName__Group_1__0__Impl rule__QualifiedName__Group_1__1
{
- pushFollow(FOLLOW_rule__QualifiedName__Group_1__0__Impl_in_rule__QualifiedName__Group_1__03405);
+ pushFollow(FOLLOW_3);
rule__QualifiedName__Group_1__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__QualifiedName__Group_1__1_in_rule__QualifiedName__Group_1__03408);
+ pushFollow(FOLLOW_2);
rule__QualifiedName__Group_1__1();
state._fsp--;
@@ -5098,25 +5272,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__QualifiedName__Group_1__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1627:1: rule__QualifiedName__Group_1__0__Impl : ( ( '.' ) ) ;
+ // InternalLDef.g:1683:1: rule__QualifiedName__Group_1__0__Impl : ( ( '.' ) ) ;
public final void rule__QualifiedName__Group_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1631:1: ( ( ( '.' ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1632:1: ( ( '.' ) )
+ // InternalLDef.g:1687:1: ( ( ( '.' ) ) )
+ // InternalLDef.g:1688:1: ( ( '.' ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1632:1: ( ( '.' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1633:1: ( '.' )
+ // InternalLDef.g:1688:1: ( ( '.' ) )
+ // InternalLDef.g:1689:1: ( '.' )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getQualifiedNameAccess().getFullStopKeyword_1_0());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1634:1: ( '.' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1635:2: '.'
+ // InternalLDef.g:1690:1: ( '.' )
+ // InternalLDef.g:1691:2: '.'
{
- match(input,16,FOLLOW_16_in_rule__QualifiedName__Group_1__0__Impl3437); if (state.failed) return ;
+ match(input,16,FOLLOW_2); if (state.failed) return ;
}
@@ -5145,16 +5319,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__QualifiedName__Group_1__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1646:1: rule__QualifiedName__Group_1__1 : rule__QualifiedName__Group_1__1__Impl ;
+ // InternalLDef.g:1702:1: rule__QualifiedName__Group_1__1 : rule__QualifiedName__Group_1__1__Impl ;
public final void rule__QualifiedName__Group_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1650:1: ( rule__QualifiedName__Group_1__1__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1651:2: rule__QualifiedName__Group_1__1__Impl
+ // InternalLDef.g:1706:1: ( rule__QualifiedName__Group_1__1__Impl )
+ // InternalLDef.g:1707:2: rule__QualifiedName__Group_1__1__Impl
{
- pushFollow(FOLLOW_rule__QualifiedName__Group_1__1__Impl_in_rule__QualifiedName__Group_1__13469);
+ pushFollow(FOLLOW_2);
rule__QualifiedName__Group_1__1__Impl();
state._fsp--;
@@ -5178,22 +5352,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__QualifiedName__Group_1__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1657:1: rule__QualifiedName__Group_1__1__Impl : ( ruleValidID ) ;
+ // InternalLDef.g:1713:1: rule__QualifiedName__Group_1__1__Impl : ( ruleValidID ) ;
public final void rule__QualifiedName__Group_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1661:1: ( ( ruleValidID ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1662:1: ( ruleValidID )
+ // InternalLDef.g:1717:1: ( ( ruleValidID ) )
+ // InternalLDef.g:1718:1: ( ruleValidID )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1662:1: ( ruleValidID )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1663:1: ruleValidID
+ // InternalLDef.g:1718:1: ( ruleValidID )
+ // InternalLDef.g:1719:1: ruleValidID
{
if ( state.backtracking==0 ) {
before(grammarAccess.getQualifiedNameAccess().getValidIDParserRuleCall_1_1());
}
- pushFollow(FOLLOW_ruleValidID_in_rule__QualifiedName__Group_1__1__Impl3496);
+ pushFollow(FOLLOW_2);
ruleValidID();
state._fsp--;
@@ -5223,21 +5397,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__QualifiedNameWithWildCard__Group__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1678:1: rule__QualifiedNameWithWildCard__Group__0 : rule__QualifiedNameWithWildCard__Group__0__Impl rule__QualifiedNameWithWildCard__Group__1 ;
+ // InternalLDef.g:1734:1: rule__QualifiedNameWithWildCard__Group__0 : rule__QualifiedNameWithWildCard__Group__0__Impl rule__QualifiedNameWithWildCard__Group__1 ;
public final void rule__QualifiedNameWithWildCard__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1682:1: ( rule__QualifiedNameWithWildCard__Group__0__Impl rule__QualifiedNameWithWildCard__Group__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1683:2: rule__QualifiedNameWithWildCard__Group__0__Impl rule__QualifiedNameWithWildCard__Group__1
+ // InternalLDef.g:1738:1: ( rule__QualifiedNameWithWildCard__Group__0__Impl rule__QualifiedNameWithWildCard__Group__1 )
+ // InternalLDef.g:1739:2: rule__QualifiedNameWithWildCard__Group__0__Impl rule__QualifiedNameWithWildCard__Group__1
{
- pushFollow(FOLLOW_rule__QualifiedNameWithWildCard__Group__0__Impl_in_rule__QualifiedNameWithWildCard__Group__03529);
+ pushFollow(FOLLOW_6);
rule__QualifiedNameWithWildCard__Group__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__QualifiedNameWithWildCard__Group__1_in_rule__QualifiedNameWithWildCard__Group__03532);
+ pushFollow(FOLLOW_2);
rule__QualifiedNameWithWildCard__Group__1();
state._fsp--;
@@ -5261,22 +5435,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__QualifiedNameWithWildCard__Group__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1690:1: rule__QualifiedNameWithWildCard__Group__0__Impl : ( ruleQualifiedName ) ;
+ // InternalLDef.g:1746:1: rule__QualifiedNameWithWildCard__Group__0__Impl : ( ruleQualifiedName ) ;
public final void rule__QualifiedNameWithWildCard__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1694:1: ( ( ruleQualifiedName ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1695:1: ( ruleQualifiedName )
+ // InternalLDef.g:1750:1: ( ( ruleQualifiedName ) )
+ // InternalLDef.g:1751:1: ( ruleQualifiedName )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1695:1: ( ruleQualifiedName )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1696:1: ruleQualifiedName
+ // InternalLDef.g:1751:1: ( ruleQualifiedName )
+ // InternalLDef.g:1752:1: ruleQualifiedName
{
if ( state.backtracking==0 ) {
before(grammarAccess.getQualifiedNameWithWildCardAccess().getQualifiedNameParserRuleCall_0());
}
- pushFollow(FOLLOW_ruleQualifiedName_in_rule__QualifiedNameWithWildCard__Group__0__Impl3559);
+ pushFollow(FOLLOW_2);
ruleQualifiedName();
state._fsp--;
@@ -5306,16 +5480,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__QualifiedNameWithWildCard__Group__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1707:1: rule__QualifiedNameWithWildCard__Group__1 : rule__QualifiedNameWithWildCard__Group__1__Impl ;
+ // InternalLDef.g:1763:1: rule__QualifiedNameWithWildCard__Group__1 : rule__QualifiedNameWithWildCard__Group__1__Impl ;
public final void rule__QualifiedNameWithWildCard__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1711:1: ( rule__QualifiedNameWithWildCard__Group__1__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1712:2: rule__QualifiedNameWithWildCard__Group__1__Impl
+ // InternalLDef.g:1767:1: ( rule__QualifiedNameWithWildCard__Group__1__Impl )
+ // InternalLDef.g:1768:2: rule__QualifiedNameWithWildCard__Group__1__Impl
{
- pushFollow(FOLLOW_rule__QualifiedNameWithWildCard__Group__1__Impl_in_rule__QualifiedNameWithWildCard__Group__13588);
+ pushFollow(FOLLOW_2);
rule__QualifiedNameWithWildCard__Group__1__Impl();
state._fsp--;
@@ -5339,22 +5513,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__QualifiedNameWithWildCard__Group__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1718:1: rule__QualifiedNameWithWildCard__Group__1__Impl : ( ( rule__QualifiedNameWithWildCard__Group_1__0 )? ) ;
+ // InternalLDef.g:1774:1: rule__QualifiedNameWithWildCard__Group__1__Impl : ( ( rule__QualifiedNameWithWildCard__Group_1__0 )? ) ;
public final void rule__QualifiedNameWithWildCard__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1722:1: ( ( ( rule__QualifiedNameWithWildCard__Group_1__0 )? ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1723:1: ( ( rule__QualifiedNameWithWildCard__Group_1__0 )? )
+ // InternalLDef.g:1778:1: ( ( ( rule__QualifiedNameWithWildCard__Group_1__0 )? ) )
+ // InternalLDef.g:1779:1: ( ( rule__QualifiedNameWithWildCard__Group_1__0 )? )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1723:1: ( ( rule__QualifiedNameWithWildCard__Group_1__0 )? )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1724:1: ( rule__QualifiedNameWithWildCard__Group_1__0 )?
+ // InternalLDef.g:1779:1: ( ( rule__QualifiedNameWithWildCard__Group_1__0 )? )
+ // InternalLDef.g:1780:1: ( rule__QualifiedNameWithWildCard__Group_1__0 )?
{
if ( state.backtracking==0 ) {
before(grammarAccess.getQualifiedNameWithWildCardAccess().getGroup_1());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1725:1: ( rule__QualifiedNameWithWildCard__Group_1__0 )?
+ // InternalLDef.g:1781:1: ( rule__QualifiedNameWithWildCard__Group_1__0 )?
int alt14=2;
int LA14_0 = input.LA(1);
@@ -5363,9 +5537,9 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
}
switch (alt14) {
case 1 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1725:2: rule__QualifiedNameWithWildCard__Group_1__0
+ // InternalLDef.g:1781:2: rule__QualifiedNameWithWildCard__Group_1__0
{
- pushFollow(FOLLOW_rule__QualifiedNameWithWildCard__Group_1__0_in_rule__QualifiedNameWithWildCard__Group__1__Impl3615);
+ pushFollow(FOLLOW_2);
rule__QualifiedNameWithWildCard__Group_1__0();
state._fsp--;
@@ -5401,21 +5575,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__QualifiedNameWithWildCard__Group_1__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1739:1: rule__QualifiedNameWithWildCard__Group_1__0 : rule__QualifiedNameWithWildCard__Group_1__0__Impl rule__QualifiedNameWithWildCard__Group_1__1 ;
+ // InternalLDef.g:1795:1: rule__QualifiedNameWithWildCard__Group_1__0 : rule__QualifiedNameWithWildCard__Group_1__0__Impl rule__QualifiedNameWithWildCard__Group_1__1 ;
public final void rule__QualifiedNameWithWildCard__Group_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1743:1: ( rule__QualifiedNameWithWildCard__Group_1__0__Impl rule__QualifiedNameWithWildCard__Group_1__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1744:2: rule__QualifiedNameWithWildCard__Group_1__0__Impl rule__QualifiedNameWithWildCard__Group_1__1
+ // InternalLDef.g:1799:1: ( rule__QualifiedNameWithWildCard__Group_1__0__Impl rule__QualifiedNameWithWildCard__Group_1__1 )
+ // InternalLDef.g:1800:2: rule__QualifiedNameWithWildCard__Group_1__0__Impl rule__QualifiedNameWithWildCard__Group_1__1
{
- pushFollow(FOLLOW_rule__QualifiedNameWithWildCard__Group_1__0__Impl_in_rule__QualifiedNameWithWildCard__Group_1__03650);
+ pushFollow(FOLLOW_8);
rule__QualifiedNameWithWildCard__Group_1__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__QualifiedNameWithWildCard__Group_1__1_in_rule__QualifiedNameWithWildCard__Group_1__03653);
+ pushFollow(FOLLOW_2);
rule__QualifiedNameWithWildCard__Group_1__1();
state._fsp--;
@@ -5439,22 +5613,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__QualifiedNameWithWildCard__Group_1__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1751:1: rule__QualifiedNameWithWildCard__Group_1__0__Impl : ( '.' ) ;
+ // InternalLDef.g:1807:1: rule__QualifiedNameWithWildCard__Group_1__0__Impl : ( '.' ) ;
public final void rule__QualifiedNameWithWildCard__Group_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1755:1: ( ( '.' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1756:1: ( '.' )
+ // InternalLDef.g:1811:1: ( ( '.' ) )
+ // InternalLDef.g:1812:1: ( '.' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1756:1: ( '.' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1757:1: '.'
+ // InternalLDef.g:1812:1: ( '.' )
+ // InternalLDef.g:1813:1: '.'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getQualifiedNameWithWildCardAccess().getFullStopKeyword_1_0());
}
- match(input,16,FOLLOW_16_in_rule__QualifiedNameWithWildCard__Group_1__0__Impl3681); if (state.failed) return ;
+ match(input,16,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getQualifiedNameWithWildCardAccess().getFullStopKeyword_1_0());
}
@@ -5480,16 +5654,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__QualifiedNameWithWildCard__Group_1__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1770:1: rule__QualifiedNameWithWildCard__Group_1__1 : rule__QualifiedNameWithWildCard__Group_1__1__Impl ;
+ // InternalLDef.g:1826:1: rule__QualifiedNameWithWildCard__Group_1__1 : rule__QualifiedNameWithWildCard__Group_1__1__Impl ;
public final void rule__QualifiedNameWithWildCard__Group_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1774:1: ( rule__QualifiedNameWithWildCard__Group_1__1__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1775:2: rule__QualifiedNameWithWildCard__Group_1__1__Impl
+ // InternalLDef.g:1830:1: ( rule__QualifiedNameWithWildCard__Group_1__1__Impl )
+ // InternalLDef.g:1831:2: rule__QualifiedNameWithWildCard__Group_1__1__Impl
{
- pushFollow(FOLLOW_rule__QualifiedNameWithWildCard__Group_1__1__Impl_in_rule__QualifiedNameWithWildCard__Group_1__13712);
+ pushFollow(FOLLOW_2);
rule__QualifiedNameWithWildCard__Group_1__1__Impl();
state._fsp--;
@@ -5513,22 +5687,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__QualifiedNameWithWildCard__Group_1__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1781:1: rule__QualifiedNameWithWildCard__Group_1__1__Impl : ( '*' ) ;
+ // InternalLDef.g:1837:1: rule__QualifiedNameWithWildCard__Group_1__1__Impl : ( '*' ) ;
public final void rule__QualifiedNameWithWildCard__Group_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1785:1: ( ( '*' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1786:1: ( '*' )
+ // InternalLDef.g:1841:1: ( ( '*' ) )
+ // InternalLDef.g:1842:1: ( '*' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1786:1: ( '*' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1787:1: '*'
+ // InternalLDef.g:1842:1: ( '*' )
+ // InternalLDef.g:1843:1: '*'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getQualifiedNameWithWildCardAccess().getAsteriskKeyword_1_1());
}
- match(input,17,FOLLOW_17_in_rule__QualifiedNameWithWildCard__Group_1__1__Impl3740); if (state.failed) return ;
+ match(input,17,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getQualifiedNameWithWildCardAccess().getAsteriskKeyword_1_1());
}
@@ -5554,21 +5728,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Import__Group__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1804:1: rule__Import__Group__0 : rule__Import__Group__0__Impl rule__Import__Group__1 ;
+ // InternalLDef.g:1860:1: rule__Import__Group__0 : rule__Import__Group__0__Impl rule__Import__Group__1 ;
public final void rule__Import__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1808:1: ( rule__Import__Group__0__Impl rule__Import__Group__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1809:2: rule__Import__Group__0__Impl rule__Import__Group__1
+ // InternalLDef.g:1864:1: ( rule__Import__Group__0__Impl rule__Import__Group__1 )
+ // InternalLDef.g:1865:2: rule__Import__Group__0__Impl rule__Import__Group__1
{
- pushFollow(FOLLOW_rule__Import__Group__0__Impl_in_rule__Import__Group__03775);
+ pushFollow(FOLLOW_3);
rule__Import__Group__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Import__Group__1_in_rule__Import__Group__03778);
+ pushFollow(FOLLOW_2);
rule__Import__Group__1();
state._fsp--;
@@ -5592,22 +5766,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Import__Group__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1816:1: rule__Import__Group__0__Impl : ( 'import' ) ;
+ // InternalLDef.g:1872:1: rule__Import__Group__0__Impl : ( 'import' ) ;
public final void rule__Import__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1820:1: ( ( 'import' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1821:1: ( 'import' )
+ // InternalLDef.g:1876:1: ( ( 'import' ) )
+ // InternalLDef.g:1877:1: ( 'import' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1821:1: ( 'import' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1822:1: 'import'
+ // InternalLDef.g:1877:1: ( 'import' )
+ // InternalLDef.g:1878:1: 'import'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getImportAccess().getImportKeyword_0());
}
- match(input,18,FOLLOW_18_in_rule__Import__Group__0__Impl3806); if (state.failed) return ;
+ match(input,18,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getImportAccess().getImportKeyword_0());
}
@@ -5633,16 +5807,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Import__Group__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1835:1: rule__Import__Group__1 : rule__Import__Group__1__Impl ;
+ // InternalLDef.g:1891:1: rule__Import__Group__1 : rule__Import__Group__1__Impl ;
public final void rule__Import__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1839:1: ( rule__Import__Group__1__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1840:2: rule__Import__Group__1__Impl
+ // InternalLDef.g:1895:1: ( rule__Import__Group__1__Impl )
+ // InternalLDef.g:1896:2: rule__Import__Group__1__Impl
{
- pushFollow(FOLLOW_rule__Import__Group__1__Impl_in_rule__Import__Group__13837);
+ pushFollow(FOLLOW_2);
rule__Import__Group__1__Impl();
state._fsp--;
@@ -5666,25 +5840,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Import__Group__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1846:1: rule__Import__Group__1__Impl : ( ( rule__Import__ImportedNamespaceAssignment_1 ) ) ;
+ // InternalLDef.g:1902:1: rule__Import__Group__1__Impl : ( ( rule__Import__ImportedNamespaceAssignment_1 ) ) ;
public final void rule__Import__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1850:1: ( ( ( rule__Import__ImportedNamespaceAssignment_1 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1851:1: ( ( rule__Import__ImportedNamespaceAssignment_1 ) )
+ // InternalLDef.g:1906:1: ( ( ( rule__Import__ImportedNamespaceAssignment_1 ) ) )
+ // InternalLDef.g:1907:1: ( ( rule__Import__ImportedNamespaceAssignment_1 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1851:1: ( ( rule__Import__ImportedNamespaceAssignment_1 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1852:1: ( rule__Import__ImportedNamespaceAssignment_1 )
+ // InternalLDef.g:1907:1: ( ( rule__Import__ImportedNamespaceAssignment_1 ) )
+ // InternalLDef.g:1908:1: ( rule__Import__ImportedNamespaceAssignment_1 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getImportAccess().getImportedNamespaceAssignment_1());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1853:1: ( rule__Import__ImportedNamespaceAssignment_1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1853:2: rule__Import__ImportedNamespaceAssignment_1
+ // InternalLDef.g:1909:1: ( rule__Import__ImportedNamespaceAssignment_1 )
+ // InternalLDef.g:1909:2: rule__Import__ImportedNamespaceAssignment_1
{
- pushFollow(FOLLOW_rule__Import__ImportedNamespaceAssignment_1_in_rule__Import__Group__1__Impl3864);
+ pushFollow(FOLLOW_2);
rule__Import__ImportedNamespaceAssignment_1();
state._fsp--;
@@ -5717,21 +5891,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LanguageDef__Group__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1867:1: rule__LanguageDef__Group__0 : rule__LanguageDef__Group__0__Impl rule__LanguageDef__Group__1 ;
+ // InternalLDef.g:1923:1: rule__LanguageDef__Group__0 : rule__LanguageDef__Group__0__Impl rule__LanguageDef__Group__1 ;
public final void rule__LanguageDef__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1871:1: ( rule__LanguageDef__Group__0__Impl rule__LanguageDef__Group__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1872:2: rule__LanguageDef__Group__0__Impl rule__LanguageDef__Group__1
+ // InternalLDef.g:1927:1: ( rule__LanguageDef__Group__0__Impl rule__LanguageDef__Group__1 )
+ // InternalLDef.g:1928:2: rule__LanguageDef__Group__0__Impl rule__LanguageDef__Group__1
{
- pushFollow(FOLLOW_rule__LanguageDef__Group__0__Impl_in_rule__LanguageDef__Group__03898);
+ pushFollow(FOLLOW_9);
rule__LanguageDef__Group__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__LanguageDef__Group__1_in_rule__LanguageDef__Group__03901);
+ pushFollow(FOLLOW_2);
rule__LanguageDef__Group__1();
state._fsp--;
@@ -5755,25 +5929,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LanguageDef__Group__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1879:1: rule__LanguageDef__Group__0__Impl : ( ( rule__LanguageDef__NameAssignment_0 ) ) ;
+ // InternalLDef.g:1935:1: rule__LanguageDef__Group__0__Impl : ( ( rule__LanguageDef__NameAssignment_0 ) ) ;
public final void rule__LanguageDef__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1883:1: ( ( ( rule__LanguageDef__NameAssignment_0 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1884:1: ( ( rule__LanguageDef__NameAssignment_0 ) )
+ // InternalLDef.g:1939:1: ( ( ( rule__LanguageDef__NameAssignment_0 ) ) )
+ // InternalLDef.g:1940:1: ( ( rule__LanguageDef__NameAssignment_0 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1884:1: ( ( rule__LanguageDef__NameAssignment_0 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1885:1: ( rule__LanguageDef__NameAssignment_0 )
+ // InternalLDef.g:1940:1: ( ( rule__LanguageDef__NameAssignment_0 ) )
+ // InternalLDef.g:1941:1: ( rule__LanguageDef__NameAssignment_0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getLanguageDefAccess().getNameAssignment_0());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1886:1: ( rule__LanguageDef__NameAssignment_0 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1886:2: rule__LanguageDef__NameAssignment_0
+ // InternalLDef.g:1942:1: ( rule__LanguageDef__NameAssignment_0 )
+ // InternalLDef.g:1942:2: rule__LanguageDef__NameAssignment_0
{
- pushFollow(FOLLOW_rule__LanguageDef__NameAssignment_0_in_rule__LanguageDef__Group__0__Impl3928);
+ pushFollow(FOLLOW_2);
rule__LanguageDef__NameAssignment_0();
state._fsp--;
@@ -5806,21 +5980,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LanguageDef__Group__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1896:1: rule__LanguageDef__Group__1 : rule__LanguageDef__Group__1__Impl rule__LanguageDef__Group__2 ;
+ // InternalLDef.g:1952:1: rule__LanguageDef__Group__1 : rule__LanguageDef__Group__1__Impl rule__LanguageDef__Group__2 ;
public final void rule__LanguageDef__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1900:1: ( rule__LanguageDef__Group__1__Impl rule__LanguageDef__Group__2 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1901:2: rule__LanguageDef__Group__1__Impl rule__LanguageDef__Group__2
+ // InternalLDef.g:1956:1: ( rule__LanguageDef__Group__1__Impl rule__LanguageDef__Group__2 )
+ // InternalLDef.g:1957:2: rule__LanguageDef__Group__1__Impl rule__LanguageDef__Group__2
{
- pushFollow(FOLLOW_rule__LanguageDef__Group__1__Impl_in_rule__LanguageDef__Group__13958);
+ pushFollow(FOLLOW_10);
rule__LanguageDef__Group__1__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__LanguageDef__Group__2_in_rule__LanguageDef__Group__13961);
+ pushFollow(FOLLOW_2);
rule__LanguageDef__Group__2();
state._fsp--;
@@ -5844,22 +6018,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LanguageDef__Group__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1908:1: rule__LanguageDef__Group__1__Impl : ( '{' ) ;
+ // InternalLDef.g:1964:1: rule__LanguageDef__Group__1__Impl : ( '{' ) ;
public final void rule__LanguageDef__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1912:1: ( ( '{' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1913:1: ( '{' )
+ // InternalLDef.g:1968:1: ( ( '{' ) )
+ // InternalLDef.g:1969:1: ( '{' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1913:1: ( '{' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1914:1: '{'
+ // InternalLDef.g:1969:1: ( '{' )
+ // InternalLDef.g:1970:1: '{'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getLanguageDefAccess().getLeftCurlyBracketKeyword_1());
}
- match(input,19,FOLLOW_19_in_rule__LanguageDef__Group__1__Impl3989); if (state.failed) return ;
+ match(input,19,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getLanguageDefAccess().getLeftCurlyBracketKeyword_1());
}
@@ -5885,21 +6059,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LanguageDef__Group__2"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1927:1: rule__LanguageDef__Group__2 : rule__LanguageDef__Group__2__Impl rule__LanguageDef__Group__3 ;
+ // InternalLDef.g:1983:1: rule__LanguageDef__Group__2 : rule__LanguageDef__Group__2__Impl rule__LanguageDef__Group__3 ;
public final void rule__LanguageDef__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1931:1: ( rule__LanguageDef__Group__2__Impl rule__LanguageDef__Group__3 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1932:2: rule__LanguageDef__Group__2__Impl rule__LanguageDef__Group__3
+ // InternalLDef.g:1987:1: ( rule__LanguageDef__Group__2__Impl rule__LanguageDef__Group__3 )
+ // InternalLDef.g:1988:2: rule__LanguageDef__Group__2__Impl rule__LanguageDef__Group__3
{
- pushFollow(FOLLOW_rule__LanguageDef__Group__2__Impl_in_rule__LanguageDef__Group__24020);
+ pushFollow(FOLLOW_11);
rule__LanguageDef__Group__2__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__LanguageDef__Group__3_in_rule__LanguageDef__Group__24023);
+ pushFollow(FOLLOW_2);
rule__LanguageDef__Group__3();
state._fsp--;
@@ -5923,25 +6097,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LanguageDef__Group__2__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1939:1: rule__LanguageDef__Group__2__Impl : ( ( rule__LanguageDef__ParitioningAssignment_2 ) ) ;
+ // InternalLDef.g:1995:1: rule__LanguageDef__Group__2__Impl : ( ( rule__LanguageDef__ParitioningAssignment_2 ) ) ;
public final void rule__LanguageDef__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1943:1: ( ( ( rule__LanguageDef__ParitioningAssignment_2 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1944:1: ( ( rule__LanguageDef__ParitioningAssignment_2 ) )
+ // InternalLDef.g:1999:1: ( ( ( rule__LanguageDef__ParitioningAssignment_2 ) ) )
+ // InternalLDef.g:2000:1: ( ( rule__LanguageDef__ParitioningAssignment_2 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1944:1: ( ( rule__LanguageDef__ParitioningAssignment_2 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1945:1: ( rule__LanguageDef__ParitioningAssignment_2 )
+ // InternalLDef.g:2000:1: ( ( rule__LanguageDef__ParitioningAssignment_2 ) )
+ // InternalLDef.g:2001:1: ( rule__LanguageDef__ParitioningAssignment_2 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getLanguageDefAccess().getParitioningAssignment_2());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1946:1: ( rule__LanguageDef__ParitioningAssignment_2 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1946:2: rule__LanguageDef__ParitioningAssignment_2
+ // InternalLDef.g:2002:1: ( rule__LanguageDef__ParitioningAssignment_2 )
+ // InternalLDef.g:2002:2: rule__LanguageDef__ParitioningAssignment_2
{
- pushFollow(FOLLOW_rule__LanguageDef__ParitioningAssignment_2_in_rule__LanguageDef__Group__2__Impl4050);
+ pushFollow(FOLLOW_2);
rule__LanguageDef__ParitioningAssignment_2();
state._fsp--;
@@ -5974,21 +6148,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LanguageDef__Group__3"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1956:1: rule__LanguageDef__Group__3 : rule__LanguageDef__Group__3__Impl rule__LanguageDef__Group__4 ;
+ // InternalLDef.g:2012:1: rule__LanguageDef__Group__3 : rule__LanguageDef__Group__3__Impl rule__LanguageDef__Group__4 ;
public final void rule__LanguageDef__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1960:1: ( rule__LanguageDef__Group__3__Impl rule__LanguageDef__Group__4 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1961:2: rule__LanguageDef__Group__3__Impl rule__LanguageDef__Group__4
+ // InternalLDef.g:2016:1: ( rule__LanguageDef__Group__3__Impl rule__LanguageDef__Group__4 )
+ // InternalLDef.g:2017:2: rule__LanguageDef__Group__3__Impl rule__LanguageDef__Group__4
{
- pushFollow(FOLLOW_rule__LanguageDef__Group__3__Impl_in_rule__LanguageDef__Group__34080);
+ pushFollow(FOLLOW_12);
rule__LanguageDef__Group__3__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__LanguageDef__Group__4_in_rule__LanguageDef__Group__34083);
+ pushFollow(FOLLOW_2);
rule__LanguageDef__Group__4();
state._fsp--;
@@ -6012,25 +6186,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LanguageDef__Group__3__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1968:1: rule__LanguageDef__Group__3__Impl : ( ( rule__LanguageDef__LexicalHighlightingAssignment_3 ) ) ;
+ // InternalLDef.g:2024:1: rule__LanguageDef__Group__3__Impl : ( ( rule__LanguageDef__LexicalHighlightingAssignment_3 ) ) ;
public final void rule__LanguageDef__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1972:1: ( ( ( rule__LanguageDef__LexicalHighlightingAssignment_3 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1973:1: ( ( rule__LanguageDef__LexicalHighlightingAssignment_3 ) )
+ // InternalLDef.g:2028:1: ( ( ( rule__LanguageDef__LexicalHighlightingAssignment_3 ) ) )
+ // InternalLDef.g:2029:1: ( ( rule__LanguageDef__LexicalHighlightingAssignment_3 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1973:1: ( ( rule__LanguageDef__LexicalHighlightingAssignment_3 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1974:1: ( rule__LanguageDef__LexicalHighlightingAssignment_3 )
+ // InternalLDef.g:2029:1: ( ( rule__LanguageDef__LexicalHighlightingAssignment_3 ) )
+ // InternalLDef.g:2030:1: ( rule__LanguageDef__LexicalHighlightingAssignment_3 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getLanguageDefAccess().getLexicalHighlightingAssignment_3());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1975:1: ( rule__LanguageDef__LexicalHighlightingAssignment_3 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1975:2: rule__LanguageDef__LexicalHighlightingAssignment_3
+ // InternalLDef.g:2031:1: ( rule__LanguageDef__LexicalHighlightingAssignment_3 )
+ // InternalLDef.g:2031:2: rule__LanguageDef__LexicalHighlightingAssignment_3
{
- pushFollow(FOLLOW_rule__LanguageDef__LexicalHighlightingAssignment_3_in_rule__LanguageDef__Group__3__Impl4110);
+ pushFollow(FOLLOW_2);
rule__LanguageDef__LexicalHighlightingAssignment_3();
state._fsp--;
@@ -6063,21 +6237,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LanguageDef__Group__4"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1985:1: rule__LanguageDef__Group__4 : rule__LanguageDef__Group__4__Impl rule__LanguageDef__Group__5 ;
+ // InternalLDef.g:2041:1: rule__LanguageDef__Group__4 : rule__LanguageDef__Group__4__Impl rule__LanguageDef__Group__5 ;
public final void rule__LanguageDef__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1989:1: ( rule__LanguageDef__Group__4__Impl rule__LanguageDef__Group__5 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1990:2: rule__LanguageDef__Group__4__Impl rule__LanguageDef__Group__5
+ // InternalLDef.g:2045:1: ( rule__LanguageDef__Group__4__Impl rule__LanguageDef__Group__5 )
+ // InternalLDef.g:2046:2: rule__LanguageDef__Group__4__Impl rule__LanguageDef__Group__5
{
- pushFollow(FOLLOW_rule__LanguageDef__Group__4__Impl_in_rule__LanguageDef__Group__44140);
+ pushFollow(FOLLOW_12);
rule__LanguageDef__Group__4__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__LanguageDef__Group__5_in_rule__LanguageDef__Group__44143);
+ pushFollow(FOLLOW_2);
rule__LanguageDef__Group__5();
state._fsp--;
@@ -6101,22 +6275,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LanguageDef__Group__4__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:1997:1: rule__LanguageDef__Group__4__Impl : ( ( rule__LanguageDef__IntegrationAssignment_4 )? ) ;
+ // InternalLDef.g:2053:1: rule__LanguageDef__Group__4__Impl : ( ( rule__LanguageDef__IntegrationAssignment_4 )? ) ;
public final void rule__LanguageDef__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2001:1: ( ( ( rule__LanguageDef__IntegrationAssignment_4 )? ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2002:1: ( ( rule__LanguageDef__IntegrationAssignment_4 )? )
+ // InternalLDef.g:2057:1: ( ( ( rule__LanguageDef__IntegrationAssignment_4 )? ) )
+ // InternalLDef.g:2058:1: ( ( rule__LanguageDef__IntegrationAssignment_4 )? )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2002:1: ( ( rule__LanguageDef__IntegrationAssignment_4 )? )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2003:1: ( rule__LanguageDef__IntegrationAssignment_4 )?
+ // InternalLDef.g:2058:1: ( ( rule__LanguageDef__IntegrationAssignment_4 )? )
+ // InternalLDef.g:2059:1: ( rule__LanguageDef__IntegrationAssignment_4 )?
{
if ( state.backtracking==0 ) {
before(grammarAccess.getLanguageDefAccess().getIntegrationAssignment_4());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2004:1: ( rule__LanguageDef__IntegrationAssignment_4 )?
+ // InternalLDef.g:2060:1: ( rule__LanguageDef__IntegrationAssignment_4 )?
int alt15=2;
int LA15_0 = input.LA(1);
@@ -6125,9 +6299,9 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
}
switch (alt15) {
case 1 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2004:2: rule__LanguageDef__IntegrationAssignment_4
+ // InternalLDef.g:2060:2: rule__LanguageDef__IntegrationAssignment_4
{
- pushFollow(FOLLOW_rule__LanguageDef__IntegrationAssignment_4_in_rule__LanguageDef__Group__4__Impl4170);
+ pushFollow(FOLLOW_2);
rule__LanguageDef__IntegrationAssignment_4();
state._fsp--;
@@ -6163,16 +6337,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LanguageDef__Group__5"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2014:1: rule__LanguageDef__Group__5 : rule__LanguageDef__Group__5__Impl ;
+ // InternalLDef.g:2070:1: rule__LanguageDef__Group__5 : rule__LanguageDef__Group__5__Impl ;
public final void rule__LanguageDef__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2018:1: ( rule__LanguageDef__Group__5__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2019:2: rule__LanguageDef__Group__5__Impl
+ // InternalLDef.g:2074:1: ( rule__LanguageDef__Group__5__Impl )
+ // InternalLDef.g:2075:2: rule__LanguageDef__Group__5__Impl
{
- pushFollow(FOLLOW_rule__LanguageDef__Group__5__Impl_in_rule__LanguageDef__Group__54201);
+ pushFollow(FOLLOW_2);
rule__LanguageDef__Group__5__Impl();
state._fsp--;
@@ -6196,22 +6370,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LanguageDef__Group__5__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2025:1: rule__LanguageDef__Group__5__Impl : ( '}' ) ;
+ // InternalLDef.g:2081:1: rule__LanguageDef__Group__5__Impl : ( '}' ) ;
public final void rule__LanguageDef__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2029:1: ( ( '}' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2030:1: ( '}' )
+ // InternalLDef.g:2085:1: ( ( '}' ) )
+ // InternalLDef.g:2086:1: ( '}' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2030:1: ( '}' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2031:1: '}'
+ // InternalLDef.g:2086:1: ( '}' )
+ // InternalLDef.g:2087:1: '}'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getLanguageDefAccess().getRightCurlyBracketKeyword_5());
}
- match(input,20,FOLLOW_20_in_rule__LanguageDef__Group__5__Impl4229); if (state.failed) return ;
+ match(input,20,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getLanguageDefAccess().getRightCurlyBracketKeyword_5());
}
@@ -6237,21 +6411,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Integration__Group__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2056:1: rule__Integration__Group__0 : rule__Integration__Group__0__Impl rule__Integration__Group__1 ;
+ // InternalLDef.g:2112:1: rule__Integration__Group__0 : rule__Integration__Group__0__Impl rule__Integration__Group__1 ;
public final void rule__Integration__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2060:1: ( rule__Integration__Group__0__Impl rule__Integration__Group__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2061:2: rule__Integration__Group__0__Impl rule__Integration__Group__1
+ // InternalLDef.g:2116:1: ( rule__Integration__Group__0__Impl rule__Integration__Group__1 )
+ // InternalLDef.g:2117:2: rule__Integration__Group__0__Impl rule__Integration__Group__1
{
- pushFollow(FOLLOW_rule__Integration__Group__0__Impl_in_rule__Integration__Group__04272);
+ pushFollow(FOLLOW_9);
rule__Integration__Group__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Integration__Group__1_in_rule__Integration__Group__04275);
+ pushFollow(FOLLOW_2);
rule__Integration__Group__1();
state._fsp--;
@@ -6275,22 +6449,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Integration__Group__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2068:1: rule__Integration__Group__0__Impl : ( 'integration' ) ;
+ // InternalLDef.g:2124:1: rule__Integration__Group__0__Impl : ( 'integration' ) ;
public final void rule__Integration__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2072:1: ( ( 'integration' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2073:1: ( 'integration' )
+ // InternalLDef.g:2128:1: ( ( 'integration' ) )
+ // InternalLDef.g:2129:1: ( 'integration' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2073:1: ( 'integration' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2074:1: 'integration'
+ // InternalLDef.g:2129:1: ( 'integration' )
+ // InternalLDef.g:2130:1: 'integration'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getIntegrationAccess().getIntegrationKeyword_0());
}
- match(input,21,FOLLOW_21_in_rule__Integration__Group__0__Impl4303); if (state.failed) return ;
+ match(input,21,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getIntegrationAccess().getIntegrationKeyword_0());
}
@@ -6316,21 +6490,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Integration__Group__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2087:1: rule__Integration__Group__1 : rule__Integration__Group__1__Impl rule__Integration__Group__2 ;
+ // InternalLDef.g:2143:1: rule__Integration__Group__1 : rule__Integration__Group__1__Impl rule__Integration__Group__2 ;
public final void rule__Integration__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2091:1: ( rule__Integration__Group__1__Impl rule__Integration__Group__2 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2092:2: rule__Integration__Group__1__Impl rule__Integration__Group__2
+ // InternalLDef.g:2147:1: ( rule__Integration__Group__1__Impl rule__Integration__Group__2 )
+ // InternalLDef.g:2148:2: rule__Integration__Group__1__Impl rule__Integration__Group__2
{
- pushFollow(FOLLOW_rule__Integration__Group__1__Impl_in_rule__Integration__Group__14334);
+ pushFollow(FOLLOW_13);
rule__Integration__Group__1__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Integration__Group__2_in_rule__Integration__Group__14337);
+ pushFollow(FOLLOW_2);
rule__Integration__Group__2();
state._fsp--;
@@ -6354,22 +6528,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Integration__Group__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2099:1: rule__Integration__Group__1__Impl : ( '{' ) ;
+ // InternalLDef.g:2155:1: rule__Integration__Group__1__Impl : ( '{' ) ;
public final void rule__Integration__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2103:1: ( ( '{' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2104:1: ( '{' )
+ // InternalLDef.g:2159:1: ( ( '{' ) )
+ // InternalLDef.g:2160:1: ( '{' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2104:1: ( '{' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2105:1: '{'
+ // InternalLDef.g:2160:1: ( '{' )
+ // InternalLDef.g:2161:1: '{'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getIntegrationAccess().getLeftCurlyBracketKeyword_1());
}
- match(input,19,FOLLOW_19_in_rule__Integration__Group__1__Impl4365); if (state.failed) return ;
+ match(input,19,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getIntegrationAccess().getLeftCurlyBracketKeyword_1());
}
@@ -6395,21 +6569,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Integration__Group__2"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2118:1: rule__Integration__Group__2 : rule__Integration__Group__2__Impl rule__Integration__Group__3 ;
+ // InternalLDef.g:2174:1: rule__Integration__Group__2 : rule__Integration__Group__2__Impl rule__Integration__Group__3 ;
public final void rule__Integration__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2122:1: ( rule__Integration__Group__2__Impl rule__Integration__Group__3 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2123:2: rule__Integration__Group__2__Impl rule__Integration__Group__3
+ // InternalLDef.g:2178:1: ( rule__Integration__Group__2__Impl rule__Integration__Group__3 )
+ // InternalLDef.g:2179:2: rule__Integration__Group__2__Impl rule__Integration__Group__3
{
- pushFollow(FOLLOW_rule__Integration__Group__2__Impl_in_rule__Integration__Group__24396);
+ pushFollow(FOLLOW_14);
rule__Integration__Group__2__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Integration__Group__3_in_rule__Integration__Group__24399);
+ pushFollow(FOLLOW_2);
rule__Integration__Group__3();
state._fsp--;
@@ -6433,28 +6607,28 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Integration__Group__2__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2130:1: rule__Integration__Group__2__Impl : ( ( ( rule__Integration__CodeIntegrationListAssignment_2 ) ) ( ( rule__Integration__CodeIntegrationListAssignment_2 )* ) ) ;
+ // InternalLDef.g:2186:1: rule__Integration__Group__2__Impl : ( ( ( rule__Integration__CodeIntegrationListAssignment_2 ) ) ( ( rule__Integration__CodeIntegrationListAssignment_2 )* ) ) ;
public final void rule__Integration__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2134:1: ( ( ( ( rule__Integration__CodeIntegrationListAssignment_2 ) ) ( ( rule__Integration__CodeIntegrationListAssignment_2 )* ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2135:1: ( ( ( rule__Integration__CodeIntegrationListAssignment_2 ) ) ( ( rule__Integration__CodeIntegrationListAssignment_2 )* ) )
+ // InternalLDef.g:2190:1: ( ( ( ( rule__Integration__CodeIntegrationListAssignment_2 ) ) ( ( rule__Integration__CodeIntegrationListAssignment_2 )* ) ) )
+ // InternalLDef.g:2191:1: ( ( ( rule__Integration__CodeIntegrationListAssignment_2 ) ) ( ( rule__Integration__CodeIntegrationListAssignment_2 )* ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2135:1: ( ( ( rule__Integration__CodeIntegrationListAssignment_2 ) ) ( ( rule__Integration__CodeIntegrationListAssignment_2 )* ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2136:1: ( ( rule__Integration__CodeIntegrationListAssignment_2 ) ) ( ( rule__Integration__CodeIntegrationListAssignment_2 )* )
+ // InternalLDef.g:2191:1: ( ( ( rule__Integration__CodeIntegrationListAssignment_2 ) ) ( ( rule__Integration__CodeIntegrationListAssignment_2 )* ) )
+ // InternalLDef.g:2192:1: ( ( rule__Integration__CodeIntegrationListAssignment_2 ) ) ( ( rule__Integration__CodeIntegrationListAssignment_2 )* )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2136:1: ( ( rule__Integration__CodeIntegrationListAssignment_2 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2137:1: ( rule__Integration__CodeIntegrationListAssignment_2 )
+ // InternalLDef.g:2192:1: ( ( rule__Integration__CodeIntegrationListAssignment_2 ) )
+ // InternalLDef.g:2193:1: ( rule__Integration__CodeIntegrationListAssignment_2 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getIntegrationAccess().getCodeIntegrationListAssignment_2());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2138:1: ( rule__Integration__CodeIntegrationListAssignment_2 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2138:2: rule__Integration__CodeIntegrationListAssignment_2
+ // InternalLDef.g:2194:1: ( rule__Integration__CodeIntegrationListAssignment_2 )
+ // InternalLDef.g:2194:2: rule__Integration__CodeIntegrationListAssignment_2
{
- pushFollow(FOLLOW_rule__Integration__CodeIntegrationListAssignment_2_in_rule__Integration__Group__2__Impl4428);
+ pushFollow(FOLLOW_15);
rule__Integration__CodeIntegrationListAssignment_2();
state._fsp--;
@@ -6468,13 +6642,13 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2141:1: ( ( rule__Integration__CodeIntegrationListAssignment_2 )* )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2142:1: ( rule__Integration__CodeIntegrationListAssignment_2 )*
+ // InternalLDef.g:2197:1: ( ( rule__Integration__CodeIntegrationListAssignment_2 )* )
+ // InternalLDef.g:2198:1: ( rule__Integration__CodeIntegrationListAssignment_2 )*
{
if ( state.backtracking==0 ) {
before(grammarAccess.getIntegrationAccess().getCodeIntegrationListAssignment_2());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2143:1: ( rule__Integration__CodeIntegrationListAssignment_2 )*
+ // InternalLDef.g:2199:1: ( rule__Integration__CodeIntegrationListAssignment_2 )*
loop16:
do {
int alt16=2;
@@ -6487,9 +6661,9 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
switch (alt16) {
case 1 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2143:2: rule__Integration__CodeIntegrationListAssignment_2
+ // InternalLDef.g:2199:2: rule__Integration__CodeIntegrationListAssignment_2
{
- pushFollow(FOLLOW_rule__Integration__CodeIntegrationListAssignment_2_in_rule__Integration__Group__2__Impl4440);
+ pushFollow(FOLLOW_15);
rule__Integration__CodeIntegrationListAssignment_2();
state._fsp--;
@@ -6531,16 +6705,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Integration__Group__3"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2154:1: rule__Integration__Group__3 : rule__Integration__Group__3__Impl ;
+ // InternalLDef.g:2210:1: rule__Integration__Group__3 : rule__Integration__Group__3__Impl ;
public final void rule__Integration__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2158:1: ( rule__Integration__Group__3__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2159:2: rule__Integration__Group__3__Impl
+ // InternalLDef.g:2214:1: ( rule__Integration__Group__3__Impl )
+ // InternalLDef.g:2215:2: rule__Integration__Group__3__Impl
{
- pushFollow(FOLLOW_rule__Integration__Group__3__Impl_in_rule__Integration__Group__34473);
+ pushFollow(FOLLOW_2);
rule__Integration__Group__3__Impl();
state._fsp--;
@@ -6564,22 +6738,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Integration__Group__3__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2165:1: rule__Integration__Group__3__Impl : ( '}' ) ;
+ // InternalLDef.g:2221:1: rule__Integration__Group__3__Impl : ( '}' ) ;
public final void rule__Integration__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2169:1: ( ( '}' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2170:1: ( '}' )
+ // InternalLDef.g:2225:1: ( ( '}' ) )
+ // InternalLDef.g:2226:1: ( '}' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2170:1: ( '}' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2171:1: '}'
+ // InternalLDef.g:2226:1: ( '}' )
+ // InternalLDef.g:2227:1: '}'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getIntegrationAccess().getRightCurlyBracketKeyword_3());
}
- match(input,20,FOLLOW_20_in_rule__Integration__Group__3__Impl4501); if (state.failed) return ;
+ match(input,20,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getIntegrationAccess().getRightCurlyBracketKeyword_3());
}
@@ -6605,21 +6779,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__JavaFXIntegration__Group__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2192:1: rule__JavaFXIntegration__Group__0 : rule__JavaFXIntegration__Group__0__Impl rule__JavaFXIntegration__Group__1 ;
+ // InternalLDef.g:2248:1: rule__JavaFXIntegration__Group__0 : rule__JavaFXIntegration__Group__0__Impl rule__JavaFXIntegration__Group__1 ;
public final void rule__JavaFXIntegration__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2196:1: ( rule__JavaFXIntegration__Group__0__Impl rule__JavaFXIntegration__Group__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2197:2: rule__JavaFXIntegration__Group__0__Impl rule__JavaFXIntegration__Group__1
+ // InternalLDef.g:2252:1: ( rule__JavaFXIntegration__Group__0__Impl rule__JavaFXIntegration__Group__1 )
+ // InternalLDef.g:2253:2: rule__JavaFXIntegration__Group__0__Impl rule__JavaFXIntegration__Group__1
{
- pushFollow(FOLLOW_rule__JavaFXIntegration__Group__0__Impl_in_rule__JavaFXIntegration__Group__04540);
+ pushFollow(FOLLOW_9);
rule__JavaFXIntegration__Group__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__JavaFXIntegration__Group__1_in_rule__JavaFXIntegration__Group__04543);
+ pushFollow(FOLLOW_2);
rule__JavaFXIntegration__Group__1();
state._fsp--;
@@ -6643,22 +6817,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__JavaFXIntegration__Group__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2204:1: rule__JavaFXIntegration__Group__0__Impl : ( 'javafx' ) ;
+ // InternalLDef.g:2260:1: rule__JavaFXIntegration__Group__0__Impl : ( 'javafx' ) ;
public final void rule__JavaFXIntegration__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2208:1: ( ( 'javafx' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2209:1: ( 'javafx' )
+ // InternalLDef.g:2264:1: ( ( 'javafx' ) )
+ // InternalLDef.g:2265:1: ( 'javafx' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2209:1: ( 'javafx' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2210:1: 'javafx'
+ // InternalLDef.g:2265:1: ( 'javafx' )
+ // InternalLDef.g:2266:1: 'javafx'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJavaFXIntegrationAccess().getJavafxKeyword_0());
}
- match(input,22,FOLLOW_22_in_rule__JavaFXIntegration__Group__0__Impl4571); if (state.failed) return ;
+ match(input,22,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getJavaFXIntegrationAccess().getJavafxKeyword_0());
}
@@ -6684,21 +6858,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__JavaFXIntegration__Group__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2223:1: rule__JavaFXIntegration__Group__1 : rule__JavaFXIntegration__Group__1__Impl rule__JavaFXIntegration__Group__2 ;
+ // InternalLDef.g:2279:1: rule__JavaFXIntegration__Group__1 : rule__JavaFXIntegration__Group__1__Impl rule__JavaFXIntegration__Group__2 ;
public final void rule__JavaFXIntegration__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2227:1: ( rule__JavaFXIntegration__Group__1__Impl rule__JavaFXIntegration__Group__2 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2228:2: rule__JavaFXIntegration__Group__1__Impl rule__JavaFXIntegration__Group__2
+ // InternalLDef.g:2283:1: ( rule__JavaFXIntegration__Group__1__Impl rule__JavaFXIntegration__Group__2 )
+ // InternalLDef.g:2284:2: rule__JavaFXIntegration__Group__1__Impl rule__JavaFXIntegration__Group__2
{
- pushFollow(FOLLOW_rule__JavaFXIntegration__Group__1__Impl_in_rule__JavaFXIntegration__Group__14602);
+ pushFollow(FOLLOW_16);
rule__JavaFXIntegration__Group__1__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__JavaFXIntegration__Group__2_in_rule__JavaFXIntegration__Group__14605);
+ pushFollow(FOLLOW_2);
rule__JavaFXIntegration__Group__2();
state._fsp--;
@@ -6722,22 +6896,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__JavaFXIntegration__Group__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2235:1: rule__JavaFXIntegration__Group__1__Impl : ( '{' ) ;
+ // InternalLDef.g:2291:1: rule__JavaFXIntegration__Group__1__Impl : ( '{' ) ;
public final void rule__JavaFXIntegration__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2239:1: ( ( '{' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2240:1: ( '{' )
+ // InternalLDef.g:2295:1: ( ( '{' ) )
+ // InternalLDef.g:2296:1: ( '{' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2240:1: ( '{' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2241:1: '{'
+ // InternalLDef.g:2296:1: ( '{' )
+ // InternalLDef.g:2297:1: '{'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJavaFXIntegrationAccess().getLeftCurlyBracketKeyword_1());
}
- match(input,19,FOLLOW_19_in_rule__JavaFXIntegration__Group__1__Impl4633); if (state.failed) return ;
+ match(input,19,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getJavaFXIntegrationAccess().getLeftCurlyBracketKeyword_1());
}
@@ -6763,21 +6937,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__JavaFXIntegration__Group__2"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2254:1: rule__JavaFXIntegration__Group__2 : rule__JavaFXIntegration__Group__2__Impl rule__JavaFXIntegration__Group__3 ;
+ // InternalLDef.g:2310:1: rule__JavaFXIntegration__Group__2 : rule__JavaFXIntegration__Group__2__Impl rule__JavaFXIntegration__Group__3 ;
public final void rule__JavaFXIntegration__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2258:1: ( rule__JavaFXIntegration__Group__2__Impl rule__JavaFXIntegration__Group__3 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2259:2: rule__JavaFXIntegration__Group__2__Impl rule__JavaFXIntegration__Group__3
+ // InternalLDef.g:2314:1: ( rule__JavaFXIntegration__Group__2__Impl rule__JavaFXIntegration__Group__3 )
+ // InternalLDef.g:2315:2: rule__JavaFXIntegration__Group__2__Impl rule__JavaFXIntegration__Group__3
{
- pushFollow(FOLLOW_rule__JavaFXIntegration__Group__2__Impl_in_rule__JavaFXIntegration__Group__24664);
+ pushFollow(FOLLOW_14);
rule__JavaFXIntegration__Group__2__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__JavaFXIntegration__Group__3_in_rule__JavaFXIntegration__Group__24667);
+ pushFollow(FOLLOW_2);
rule__JavaFXIntegration__Group__3();
state._fsp--;
@@ -6801,28 +6975,28 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__JavaFXIntegration__Group__2__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2266:1: rule__JavaFXIntegration__Group__2__Impl : ( ( ( rule__JavaFXIntegration__CodegenerationListAssignment_2 ) ) ( ( rule__JavaFXIntegration__CodegenerationListAssignment_2 )* ) ) ;
+ // InternalLDef.g:2322:1: rule__JavaFXIntegration__Group__2__Impl : ( ( ( rule__JavaFXIntegration__CodegenerationListAssignment_2 ) ) ( ( rule__JavaFXIntegration__CodegenerationListAssignment_2 )* ) ) ;
public final void rule__JavaFXIntegration__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2270:1: ( ( ( ( rule__JavaFXIntegration__CodegenerationListAssignment_2 ) ) ( ( rule__JavaFXIntegration__CodegenerationListAssignment_2 )* ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2271:1: ( ( ( rule__JavaFXIntegration__CodegenerationListAssignment_2 ) ) ( ( rule__JavaFXIntegration__CodegenerationListAssignment_2 )* ) )
+ // InternalLDef.g:2326:1: ( ( ( ( rule__JavaFXIntegration__CodegenerationListAssignment_2 ) ) ( ( rule__JavaFXIntegration__CodegenerationListAssignment_2 )* ) ) )
+ // InternalLDef.g:2327:1: ( ( ( rule__JavaFXIntegration__CodegenerationListAssignment_2 ) ) ( ( rule__JavaFXIntegration__CodegenerationListAssignment_2 )* ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2271:1: ( ( ( rule__JavaFXIntegration__CodegenerationListAssignment_2 ) ) ( ( rule__JavaFXIntegration__CodegenerationListAssignment_2 )* ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2272:1: ( ( rule__JavaFXIntegration__CodegenerationListAssignment_2 ) ) ( ( rule__JavaFXIntegration__CodegenerationListAssignment_2 )* )
+ // InternalLDef.g:2327:1: ( ( ( rule__JavaFXIntegration__CodegenerationListAssignment_2 ) ) ( ( rule__JavaFXIntegration__CodegenerationListAssignment_2 )* ) )
+ // InternalLDef.g:2328:1: ( ( rule__JavaFXIntegration__CodegenerationListAssignment_2 ) ) ( ( rule__JavaFXIntegration__CodegenerationListAssignment_2 )* )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2272:1: ( ( rule__JavaFXIntegration__CodegenerationListAssignment_2 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2273:1: ( rule__JavaFXIntegration__CodegenerationListAssignment_2 )
+ // InternalLDef.g:2328:1: ( ( rule__JavaFXIntegration__CodegenerationListAssignment_2 ) )
+ // InternalLDef.g:2329:1: ( rule__JavaFXIntegration__CodegenerationListAssignment_2 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJavaFXIntegrationAccess().getCodegenerationListAssignment_2());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2274:1: ( rule__JavaFXIntegration__CodegenerationListAssignment_2 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2274:2: rule__JavaFXIntegration__CodegenerationListAssignment_2
+ // InternalLDef.g:2330:1: ( rule__JavaFXIntegration__CodegenerationListAssignment_2 )
+ // InternalLDef.g:2330:2: rule__JavaFXIntegration__CodegenerationListAssignment_2
{
- pushFollow(FOLLOW_rule__JavaFXIntegration__CodegenerationListAssignment_2_in_rule__JavaFXIntegration__Group__2__Impl4696);
+ pushFollow(FOLLOW_17);
rule__JavaFXIntegration__CodegenerationListAssignment_2();
state._fsp--;
@@ -6836,13 +7010,13 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2277:1: ( ( rule__JavaFXIntegration__CodegenerationListAssignment_2 )* )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2278:1: ( rule__JavaFXIntegration__CodegenerationListAssignment_2 )*
+ // InternalLDef.g:2333:1: ( ( rule__JavaFXIntegration__CodegenerationListAssignment_2 )* )
+ // InternalLDef.g:2334:1: ( rule__JavaFXIntegration__CodegenerationListAssignment_2 )*
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJavaFXIntegrationAccess().getCodegenerationListAssignment_2());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2279:1: ( rule__JavaFXIntegration__CodegenerationListAssignment_2 )*
+ // InternalLDef.g:2335:1: ( rule__JavaFXIntegration__CodegenerationListAssignment_2 )*
loop17:
do {
int alt17=2;
@@ -6855,9 +7029,9 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
switch (alt17) {
case 1 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2279:2: rule__JavaFXIntegration__CodegenerationListAssignment_2
+ // InternalLDef.g:2335:2: rule__JavaFXIntegration__CodegenerationListAssignment_2
{
- pushFollow(FOLLOW_rule__JavaFXIntegration__CodegenerationListAssignment_2_in_rule__JavaFXIntegration__Group__2__Impl4708);
+ pushFollow(FOLLOW_17);
rule__JavaFXIntegration__CodegenerationListAssignment_2();
state._fsp--;
@@ -6899,16 +7073,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__JavaFXIntegration__Group__3"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2290:1: rule__JavaFXIntegration__Group__3 : rule__JavaFXIntegration__Group__3__Impl ;
+ // InternalLDef.g:2346:1: rule__JavaFXIntegration__Group__3 : rule__JavaFXIntegration__Group__3__Impl ;
public final void rule__JavaFXIntegration__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2294:1: ( rule__JavaFXIntegration__Group__3__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2295:2: rule__JavaFXIntegration__Group__3__Impl
+ // InternalLDef.g:2350:1: ( rule__JavaFXIntegration__Group__3__Impl )
+ // InternalLDef.g:2351:2: rule__JavaFXIntegration__Group__3__Impl
{
- pushFollow(FOLLOW_rule__JavaFXIntegration__Group__3__Impl_in_rule__JavaFXIntegration__Group__34741);
+ pushFollow(FOLLOW_2);
rule__JavaFXIntegration__Group__3__Impl();
state._fsp--;
@@ -6932,22 +7106,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__JavaFXIntegration__Group__3__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2301:1: rule__JavaFXIntegration__Group__3__Impl : ( '}' ) ;
+ // InternalLDef.g:2357:1: rule__JavaFXIntegration__Group__3__Impl : ( '}' ) ;
public final void rule__JavaFXIntegration__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2305:1: ( ( '}' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2306:1: ( '}' )
+ // InternalLDef.g:2361:1: ( ( '}' ) )
+ // InternalLDef.g:2362:1: ( '}' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2306:1: ( '}' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2307:1: '}'
+ // InternalLDef.g:2362:1: ( '}' )
+ // InternalLDef.g:2363:1: '}'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJavaFXIntegrationAccess().getRightCurlyBracketKeyword_3());
}
- match(input,20,FOLLOW_20_in_rule__JavaFXIntegration__Group__3__Impl4769); if (state.failed) return ;
+ match(input,20,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getJavaFXIntegrationAccess().getRightCurlyBracketKeyword_3());
}
@@ -6973,21 +7147,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__JavaCodeGeneration__Group__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2328:1: rule__JavaCodeGeneration__Group__0 : rule__JavaCodeGeneration__Group__0__Impl rule__JavaCodeGeneration__Group__1 ;
+ // InternalLDef.g:2384:1: rule__JavaCodeGeneration__Group__0 : rule__JavaCodeGeneration__Group__0__Impl rule__JavaCodeGeneration__Group__1 ;
public final void rule__JavaCodeGeneration__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2332:1: ( rule__JavaCodeGeneration__Group__0__Impl rule__JavaCodeGeneration__Group__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2333:2: rule__JavaCodeGeneration__Group__0__Impl rule__JavaCodeGeneration__Group__1
+ // InternalLDef.g:2388:1: ( rule__JavaCodeGeneration__Group__0__Impl rule__JavaCodeGeneration__Group__1 )
+ // InternalLDef.g:2389:2: rule__JavaCodeGeneration__Group__0__Impl rule__JavaCodeGeneration__Group__1
{
- pushFollow(FOLLOW_rule__JavaCodeGeneration__Group__0__Impl_in_rule__JavaCodeGeneration__Group__04808);
+ pushFollow(FOLLOW_18);
rule__JavaCodeGeneration__Group__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__JavaCodeGeneration__Group__1_in_rule__JavaCodeGeneration__Group__04811);
+ pushFollow(FOLLOW_2);
rule__JavaCodeGeneration__Group__1();
state._fsp--;
@@ -7011,22 +7185,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__JavaCodeGeneration__Group__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2340:1: rule__JavaCodeGeneration__Group__0__Impl : ( 'java' ) ;
+ // InternalLDef.g:2396:1: rule__JavaCodeGeneration__Group__0__Impl : ( 'java' ) ;
public final void rule__JavaCodeGeneration__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2344:1: ( ( 'java' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2345:1: ( 'java' )
+ // InternalLDef.g:2400:1: ( ( 'java' ) )
+ // InternalLDef.g:2401:1: ( 'java' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2345:1: ( 'java' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2346:1: 'java'
+ // InternalLDef.g:2401:1: ( 'java' )
+ // InternalLDef.g:2402:1: 'java'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJavaCodeGenerationAccess().getJavaKeyword_0());
}
- match(input,23,FOLLOW_23_in_rule__JavaCodeGeneration__Group__0__Impl4839); if (state.failed) return ;
+ match(input,23,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getJavaCodeGenerationAccess().getJavaKeyword_0());
}
@@ -7052,21 +7226,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__JavaCodeGeneration__Group__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2359:1: rule__JavaCodeGeneration__Group__1 : rule__JavaCodeGeneration__Group__1__Impl rule__JavaCodeGeneration__Group__2 ;
+ // InternalLDef.g:2415:1: rule__JavaCodeGeneration__Group__1 : rule__JavaCodeGeneration__Group__1__Impl rule__JavaCodeGeneration__Group__2 ;
public final void rule__JavaCodeGeneration__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2363:1: ( rule__JavaCodeGeneration__Group__1__Impl rule__JavaCodeGeneration__Group__2 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2364:2: rule__JavaCodeGeneration__Group__1__Impl rule__JavaCodeGeneration__Group__2
+ // InternalLDef.g:2419:1: ( rule__JavaCodeGeneration__Group__1__Impl rule__JavaCodeGeneration__Group__2 )
+ // InternalLDef.g:2420:2: rule__JavaCodeGeneration__Group__1__Impl rule__JavaCodeGeneration__Group__2
{
- pushFollow(FOLLOW_rule__JavaCodeGeneration__Group__1__Impl_in_rule__JavaCodeGeneration__Group__14870);
+ pushFollow(FOLLOW_9);
rule__JavaCodeGeneration__Group__1__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__JavaCodeGeneration__Group__2_in_rule__JavaCodeGeneration__Group__14873);
+ pushFollow(FOLLOW_2);
rule__JavaCodeGeneration__Group__2();
state._fsp--;
@@ -7090,25 +7264,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__JavaCodeGeneration__Group__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2371:1: rule__JavaCodeGeneration__Group__1__Impl : ( ( rule__JavaCodeGeneration__NameAssignment_1 ) ) ;
+ // InternalLDef.g:2427:1: rule__JavaCodeGeneration__Group__1__Impl : ( ( rule__JavaCodeGeneration__NameAssignment_1 ) ) ;
public final void rule__JavaCodeGeneration__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2375:1: ( ( ( rule__JavaCodeGeneration__NameAssignment_1 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2376:1: ( ( rule__JavaCodeGeneration__NameAssignment_1 ) )
+ // InternalLDef.g:2431:1: ( ( ( rule__JavaCodeGeneration__NameAssignment_1 ) ) )
+ // InternalLDef.g:2432:1: ( ( rule__JavaCodeGeneration__NameAssignment_1 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2376:1: ( ( rule__JavaCodeGeneration__NameAssignment_1 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2377:1: ( rule__JavaCodeGeneration__NameAssignment_1 )
+ // InternalLDef.g:2432:1: ( ( rule__JavaCodeGeneration__NameAssignment_1 ) )
+ // InternalLDef.g:2433:1: ( rule__JavaCodeGeneration__NameAssignment_1 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJavaCodeGenerationAccess().getNameAssignment_1());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2378:1: ( rule__JavaCodeGeneration__NameAssignment_1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2378:2: rule__JavaCodeGeneration__NameAssignment_1
+ // InternalLDef.g:2434:1: ( rule__JavaCodeGeneration__NameAssignment_1 )
+ // InternalLDef.g:2434:2: rule__JavaCodeGeneration__NameAssignment_1
{
- pushFollow(FOLLOW_rule__JavaCodeGeneration__NameAssignment_1_in_rule__JavaCodeGeneration__Group__1__Impl4900);
+ pushFollow(FOLLOW_2);
rule__JavaCodeGeneration__NameAssignment_1();
state._fsp--;
@@ -7141,16 +7315,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__JavaCodeGeneration__Group__2"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2388:1: rule__JavaCodeGeneration__Group__2 : rule__JavaCodeGeneration__Group__2__Impl ;
+ // InternalLDef.g:2444:1: rule__JavaCodeGeneration__Group__2 : rule__JavaCodeGeneration__Group__2__Impl ;
public final void rule__JavaCodeGeneration__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2392:1: ( rule__JavaCodeGeneration__Group__2__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2393:2: rule__JavaCodeGeneration__Group__2__Impl
+ // InternalLDef.g:2448:1: ( rule__JavaCodeGeneration__Group__2__Impl )
+ // InternalLDef.g:2449:2: rule__JavaCodeGeneration__Group__2__Impl
{
- pushFollow(FOLLOW_rule__JavaCodeGeneration__Group__2__Impl_in_rule__JavaCodeGeneration__Group__24930);
+ pushFollow(FOLLOW_2);
rule__JavaCodeGeneration__Group__2__Impl();
state._fsp--;
@@ -7174,22 +7348,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__JavaCodeGeneration__Group__2__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2399:1: rule__JavaCodeGeneration__Group__2__Impl : ( ( rule__JavaCodeGeneration__Group_2__0 )? ) ;
+ // InternalLDef.g:2455:1: rule__JavaCodeGeneration__Group__2__Impl : ( ( rule__JavaCodeGeneration__Group_2__0 )? ) ;
public final void rule__JavaCodeGeneration__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2403:1: ( ( ( rule__JavaCodeGeneration__Group_2__0 )? ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2404:1: ( ( rule__JavaCodeGeneration__Group_2__0 )? )
+ // InternalLDef.g:2459:1: ( ( ( rule__JavaCodeGeneration__Group_2__0 )? ) )
+ // InternalLDef.g:2460:1: ( ( rule__JavaCodeGeneration__Group_2__0 )? )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2404:1: ( ( rule__JavaCodeGeneration__Group_2__0 )? )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2405:1: ( rule__JavaCodeGeneration__Group_2__0 )?
+ // InternalLDef.g:2460:1: ( ( rule__JavaCodeGeneration__Group_2__0 )? )
+ // InternalLDef.g:2461:1: ( rule__JavaCodeGeneration__Group_2__0 )?
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJavaCodeGenerationAccess().getGroup_2());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2406:1: ( rule__JavaCodeGeneration__Group_2__0 )?
+ // InternalLDef.g:2462:1: ( rule__JavaCodeGeneration__Group_2__0 )?
int alt18=2;
int LA18_0 = input.LA(1);
@@ -7198,9 +7372,9 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
}
switch (alt18) {
case 1 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2406:2: rule__JavaCodeGeneration__Group_2__0
+ // InternalLDef.g:2462:2: rule__JavaCodeGeneration__Group_2__0
{
- pushFollow(FOLLOW_rule__JavaCodeGeneration__Group_2__0_in_rule__JavaCodeGeneration__Group__2__Impl4957);
+ pushFollow(FOLLOW_2);
rule__JavaCodeGeneration__Group_2__0();
state._fsp--;
@@ -7236,21 +7410,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__JavaCodeGeneration__Group_2__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2422:1: rule__JavaCodeGeneration__Group_2__0 : rule__JavaCodeGeneration__Group_2__0__Impl rule__JavaCodeGeneration__Group_2__1 ;
+ // InternalLDef.g:2478:1: rule__JavaCodeGeneration__Group_2__0 : rule__JavaCodeGeneration__Group_2__0__Impl rule__JavaCodeGeneration__Group_2__1 ;
public final void rule__JavaCodeGeneration__Group_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2426:1: ( rule__JavaCodeGeneration__Group_2__0__Impl rule__JavaCodeGeneration__Group_2__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2427:2: rule__JavaCodeGeneration__Group_2__0__Impl rule__JavaCodeGeneration__Group_2__1
+ // InternalLDef.g:2482:1: ( rule__JavaCodeGeneration__Group_2__0__Impl rule__JavaCodeGeneration__Group_2__1 )
+ // InternalLDef.g:2483:2: rule__JavaCodeGeneration__Group_2__0__Impl rule__JavaCodeGeneration__Group_2__1
{
- pushFollow(FOLLOW_rule__JavaCodeGeneration__Group_2__0__Impl_in_rule__JavaCodeGeneration__Group_2__04994);
+ pushFollow(FOLLOW_3);
rule__JavaCodeGeneration__Group_2__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__JavaCodeGeneration__Group_2__1_in_rule__JavaCodeGeneration__Group_2__04997);
+ pushFollow(FOLLOW_2);
rule__JavaCodeGeneration__Group_2__1();
state._fsp--;
@@ -7274,22 +7448,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__JavaCodeGeneration__Group_2__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2434:1: rule__JavaCodeGeneration__Group_2__0__Impl : ( '{' ) ;
+ // InternalLDef.g:2490:1: rule__JavaCodeGeneration__Group_2__0__Impl : ( '{' ) ;
public final void rule__JavaCodeGeneration__Group_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2438:1: ( ( '{' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2439:1: ( '{' )
+ // InternalLDef.g:2494:1: ( ( '{' ) )
+ // InternalLDef.g:2495:1: ( '{' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2439:1: ( '{' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2440:1: '{'
+ // InternalLDef.g:2495:1: ( '{' )
+ // InternalLDef.g:2496:1: '{'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJavaCodeGenerationAccess().getLeftCurlyBracketKeyword_2_0());
}
- match(input,19,FOLLOW_19_in_rule__JavaCodeGeneration__Group_2__0__Impl5025); if (state.failed) return ;
+ match(input,19,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getJavaCodeGenerationAccess().getLeftCurlyBracketKeyword_2_0());
}
@@ -7315,21 +7489,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__JavaCodeGeneration__Group_2__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2453:1: rule__JavaCodeGeneration__Group_2__1 : rule__JavaCodeGeneration__Group_2__1__Impl rule__JavaCodeGeneration__Group_2__2 ;
+ // InternalLDef.g:2509:1: rule__JavaCodeGeneration__Group_2__1 : rule__JavaCodeGeneration__Group_2__1__Impl rule__JavaCodeGeneration__Group_2__2 ;
public final void rule__JavaCodeGeneration__Group_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2457:1: ( rule__JavaCodeGeneration__Group_2__1__Impl rule__JavaCodeGeneration__Group_2__2 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2458:2: rule__JavaCodeGeneration__Group_2__1__Impl rule__JavaCodeGeneration__Group_2__2
+ // InternalLDef.g:2513:1: ( rule__JavaCodeGeneration__Group_2__1__Impl rule__JavaCodeGeneration__Group_2__2 )
+ // InternalLDef.g:2514:2: rule__JavaCodeGeneration__Group_2__1__Impl rule__JavaCodeGeneration__Group_2__2
{
- pushFollow(FOLLOW_rule__JavaCodeGeneration__Group_2__1__Impl_in_rule__JavaCodeGeneration__Group_2__15056);
+ pushFollow(FOLLOW_14);
rule__JavaCodeGeneration__Group_2__1__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__JavaCodeGeneration__Group_2__2_in_rule__JavaCodeGeneration__Group_2__15059);
+ pushFollow(FOLLOW_2);
rule__JavaCodeGeneration__Group_2__2();
state._fsp--;
@@ -7353,28 +7527,28 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__JavaCodeGeneration__Group_2__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2465:1: rule__JavaCodeGeneration__Group_2__1__Impl : ( ( ( rule__JavaCodeGeneration__ConfigValueAssignment_2_1 ) ) ( ( rule__JavaCodeGeneration__ConfigValueAssignment_2_1 )* ) ) ;
+ // InternalLDef.g:2521:1: rule__JavaCodeGeneration__Group_2__1__Impl : ( ( ( rule__JavaCodeGeneration__ConfigValueAssignment_2_1 ) ) ( ( rule__JavaCodeGeneration__ConfigValueAssignment_2_1 )* ) ) ;
public final void rule__JavaCodeGeneration__Group_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2469:1: ( ( ( ( rule__JavaCodeGeneration__ConfigValueAssignment_2_1 ) ) ( ( rule__JavaCodeGeneration__ConfigValueAssignment_2_1 )* ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2470:1: ( ( ( rule__JavaCodeGeneration__ConfigValueAssignment_2_1 ) ) ( ( rule__JavaCodeGeneration__ConfigValueAssignment_2_1 )* ) )
+ // InternalLDef.g:2525:1: ( ( ( ( rule__JavaCodeGeneration__ConfigValueAssignment_2_1 ) ) ( ( rule__JavaCodeGeneration__ConfigValueAssignment_2_1 )* ) ) )
+ // InternalLDef.g:2526:1: ( ( ( rule__JavaCodeGeneration__ConfigValueAssignment_2_1 ) ) ( ( rule__JavaCodeGeneration__ConfigValueAssignment_2_1 )* ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2470:1: ( ( ( rule__JavaCodeGeneration__ConfigValueAssignment_2_1 ) ) ( ( rule__JavaCodeGeneration__ConfigValueAssignment_2_1 )* ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2471:1: ( ( rule__JavaCodeGeneration__ConfigValueAssignment_2_1 ) ) ( ( rule__JavaCodeGeneration__ConfigValueAssignment_2_1 )* )
+ // InternalLDef.g:2526:1: ( ( ( rule__JavaCodeGeneration__ConfigValueAssignment_2_1 ) ) ( ( rule__JavaCodeGeneration__ConfigValueAssignment_2_1 )* ) )
+ // InternalLDef.g:2527:1: ( ( rule__JavaCodeGeneration__ConfigValueAssignment_2_1 ) ) ( ( rule__JavaCodeGeneration__ConfigValueAssignment_2_1 )* )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2471:1: ( ( rule__JavaCodeGeneration__ConfigValueAssignment_2_1 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2472:1: ( rule__JavaCodeGeneration__ConfigValueAssignment_2_1 )
+ // InternalLDef.g:2527:1: ( ( rule__JavaCodeGeneration__ConfigValueAssignment_2_1 ) )
+ // InternalLDef.g:2528:1: ( rule__JavaCodeGeneration__ConfigValueAssignment_2_1 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJavaCodeGenerationAccess().getConfigValueAssignment_2_1());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2473:1: ( rule__JavaCodeGeneration__ConfigValueAssignment_2_1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2473:2: rule__JavaCodeGeneration__ConfigValueAssignment_2_1
+ // InternalLDef.g:2529:1: ( rule__JavaCodeGeneration__ConfigValueAssignment_2_1 )
+ // InternalLDef.g:2529:2: rule__JavaCodeGeneration__ConfigValueAssignment_2_1
{
- pushFollow(FOLLOW_rule__JavaCodeGeneration__ConfigValueAssignment_2_1_in_rule__JavaCodeGeneration__Group_2__1__Impl5088);
+ pushFollow(FOLLOW_19);
rule__JavaCodeGeneration__ConfigValueAssignment_2_1();
state._fsp--;
@@ -7388,13 +7562,13 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2476:1: ( ( rule__JavaCodeGeneration__ConfigValueAssignment_2_1 )* )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2477:1: ( rule__JavaCodeGeneration__ConfigValueAssignment_2_1 )*
+ // InternalLDef.g:2532:1: ( ( rule__JavaCodeGeneration__ConfigValueAssignment_2_1 )* )
+ // InternalLDef.g:2533:1: ( rule__JavaCodeGeneration__ConfigValueAssignment_2_1 )*
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJavaCodeGenerationAccess().getConfigValueAssignment_2_1());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2478:1: ( rule__JavaCodeGeneration__ConfigValueAssignment_2_1 )*
+ // InternalLDef.g:2534:1: ( rule__JavaCodeGeneration__ConfigValueAssignment_2_1 )*
loop19:
do {
int alt19=2;
@@ -7407,9 +7581,9 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
switch (alt19) {
case 1 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2478:2: rule__JavaCodeGeneration__ConfigValueAssignment_2_1
+ // InternalLDef.g:2534:2: rule__JavaCodeGeneration__ConfigValueAssignment_2_1
{
- pushFollow(FOLLOW_rule__JavaCodeGeneration__ConfigValueAssignment_2_1_in_rule__JavaCodeGeneration__Group_2__1__Impl5100);
+ pushFollow(FOLLOW_19);
rule__JavaCodeGeneration__ConfigValueAssignment_2_1();
state._fsp--;
@@ -7451,16 +7625,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__JavaCodeGeneration__Group_2__2"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2489:1: rule__JavaCodeGeneration__Group_2__2 : rule__JavaCodeGeneration__Group_2__2__Impl ;
+ // InternalLDef.g:2545:1: rule__JavaCodeGeneration__Group_2__2 : rule__JavaCodeGeneration__Group_2__2__Impl ;
public final void rule__JavaCodeGeneration__Group_2__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2493:1: ( rule__JavaCodeGeneration__Group_2__2__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2494:2: rule__JavaCodeGeneration__Group_2__2__Impl
+ // InternalLDef.g:2549:1: ( rule__JavaCodeGeneration__Group_2__2__Impl )
+ // InternalLDef.g:2550:2: rule__JavaCodeGeneration__Group_2__2__Impl
{
- pushFollow(FOLLOW_rule__JavaCodeGeneration__Group_2__2__Impl_in_rule__JavaCodeGeneration__Group_2__25133);
+ pushFollow(FOLLOW_2);
rule__JavaCodeGeneration__Group_2__2__Impl();
state._fsp--;
@@ -7484,22 +7658,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__JavaCodeGeneration__Group_2__2__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2500:1: rule__JavaCodeGeneration__Group_2__2__Impl : ( '}' ) ;
+ // InternalLDef.g:2556:1: rule__JavaCodeGeneration__Group_2__2__Impl : ( '}' ) ;
public final void rule__JavaCodeGeneration__Group_2__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2504:1: ( ( '}' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2505:1: ( '}' )
+ // InternalLDef.g:2560:1: ( ( '}' ) )
+ // InternalLDef.g:2561:1: ( '}' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2505:1: ( '}' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2506:1: '}'
+ // InternalLDef.g:2561:1: ( '}' )
+ // InternalLDef.g:2562:1: '}'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJavaCodeGenerationAccess().getRightCurlyBracketKeyword_2_2());
}
- match(input,20,FOLLOW_20_in_rule__JavaCodeGeneration__Group_2__2__Impl5161); if (state.failed) return ;
+ match(input,20,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getJavaCodeGenerationAccess().getRightCurlyBracketKeyword_2_2());
}
@@ -7525,21 +7699,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__E4CodeGeneration__Group__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2525:1: rule__E4CodeGeneration__Group__0 : rule__E4CodeGeneration__Group__0__Impl rule__E4CodeGeneration__Group__1 ;
+ // InternalLDef.g:2581:1: rule__E4CodeGeneration__Group__0 : rule__E4CodeGeneration__Group__0__Impl rule__E4CodeGeneration__Group__1 ;
public final void rule__E4CodeGeneration__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2529:1: ( rule__E4CodeGeneration__Group__0__Impl rule__E4CodeGeneration__Group__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2530:2: rule__E4CodeGeneration__Group__0__Impl rule__E4CodeGeneration__Group__1
+ // InternalLDef.g:2585:1: ( rule__E4CodeGeneration__Group__0__Impl rule__E4CodeGeneration__Group__1 )
+ // InternalLDef.g:2586:2: rule__E4CodeGeneration__Group__0__Impl rule__E4CodeGeneration__Group__1
{
- pushFollow(FOLLOW_rule__E4CodeGeneration__Group__0__Impl_in_rule__E4CodeGeneration__Group__05198);
+ pushFollow(FOLLOW_18);
rule__E4CodeGeneration__Group__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__E4CodeGeneration__Group__1_in_rule__E4CodeGeneration__Group__05201);
+ pushFollow(FOLLOW_2);
rule__E4CodeGeneration__Group__1();
state._fsp--;
@@ -7563,22 +7737,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__E4CodeGeneration__Group__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2537:1: rule__E4CodeGeneration__Group__0__Impl : ( 'e4' ) ;
+ // InternalLDef.g:2593:1: rule__E4CodeGeneration__Group__0__Impl : ( 'e4' ) ;
public final void rule__E4CodeGeneration__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2541:1: ( ( 'e4' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2542:1: ( 'e4' )
+ // InternalLDef.g:2597:1: ( ( 'e4' ) )
+ // InternalLDef.g:2598:1: ( 'e4' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2542:1: ( 'e4' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2543:1: 'e4'
+ // InternalLDef.g:2598:1: ( 'e4' )
+ // InternalLDef.g:2599:1: 'e4'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getE4CodeGenerationAccess().getE4Keyword_0());
}
- match(input,24,FOLLOW_24_in_rule__E4CodeGeneration__Group__0__Impl5229); if (state.failed) return ;
+ match(input,24,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getE4CodeGenerationAccess().getE4Keyword_0());
}
@@ -7604,21 +7778,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__E4CodeGeneration__Group__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2556:1: rule__E4CodeGeneration__Group__1 : rule__E4CodeGeneration__Group__1__Impl rule__E4CodeGeneration__Group__2 ;
+ // InternalLDef.g:2612:1: rule__E4CodeGeneration__Group__1 : rule__E4CodeGeneration__Group__1__Impl rule__E4CodeGeneration__Group__2 ;
public final void rule__E4CodeGeneration__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2560:1: ( rule__E4CodeGeneration__Group__1__Impl rule__E4CodeGeneration__Group__2 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2561:2: rule__E4CodeGeneration__Group__1__Impl rule__E4CodeGeneration__Group__2
+ // InternalLDef.g:2616:1: ( rule__E4CodeGeneration__Group__1__Impl rule__E4CodeGeneration__Group__2 )
+ // InternalLDef.g:2617:2: rule__E4CodeGeneration__Group__1__Impl rule__E4CodeGeneration__Group__2
{
- pushFollow(FOLLOW_rule__E4CodeGeneration__Group__1__Impl_in_rule__E4CodeGeneration__Group__15260);
+ pushFollow(FOLLOW_9);
rule__E4CodeGeneration__Group__1__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__E4CodeGeneration__Group__2_in_rule__E4CodeGeneration__Group__15263);
+ pushFollow(FOLLOW_2);
rule__E4CodeGeneration__Group__2();
state._fsp--;
@@ -7642,25 +7816,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__E4CodeGeneration__Group__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2568:1: rule__E4CodeGeneration__Group__1__Impl : ( ( rule__E4CodeGeneration__NameAssignment_1 ) ) ;
+ // InternalLDef.g:2624:1: rule__E4CodeGeneration__Group__1__Impl : ( ( rule__E4CodeGeneration__NameAssignment_1 ) ) ;
public final void rule__E4CodeGeneration__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2572:1: ( ( ( rule__E4CodeGeneration__NameAssignment_1 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2573:1: ( ( rule__E4CodeGeneration__NameAssignment_1 ) )
+ // InternalLDef.g:2628:1: ( ( ( rule__E4CodeGeneration__NameAssignment_1 ) ) )
+ // InternalLDef.g:2629:1: ( ( rule__E4CodeGeneration__NameAssignment_1 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2573:1: ( ( rule__E4CodeGeneration__NameAssignment_1 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2574:1: ( rule__E4CodeGeneration__NameAssignment_1 )
+ // InternalLDef.g:2629:1: ( ( rule__E4CodeGeneration__NameAssignment_1 ) )
+ // InternalLDef.g:2630:1: ( rule__E4CodeGeneration__NameAssignment_1 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getE4CodeGenerationAccess().getNameAssignment_1());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2575:1: ( rule__E4CodeGeneration__NameAssignment_1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2575:2: rule__E4CodeGeneration__NameAssignment_1
+ // InternalLDef.g:2631:1: ( rule__E4CodeGeneration__NameAssignment_1 )
+ // InternalLDef.g:2631:2: rule__E4CodeGeneration__NameAssignment_1
{
- pushFollow(FOLLOW_rule__E4CodeGeneration__NameAssignment_1_in_rule__E4CodeGeneration__Group__1__Impl5290);
+ pushFollow(FOLLOW_2);
rule__E4CodeGeneration__NameAssignment_1();
state._fsp--;
@@ -7693,16 +7867,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__E4CodeGeneration__Group__2"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2585:1: rule__E4CodeGeneration__Group__2 : rule__E4CodeGeneration__Group__2__Impl ;
+ // InternalLDef.g:2641:1: rule__E4CodeGeneration__Group__2 : rule__E4CodeGeneration__Group__2__Impl ;
public final void rule__E4CodeGeneration__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2589:1: ( rule__E4CodeGeneration__Group__2__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2590:2: rule__E4CodeGeneration__Group__2__Impl
+ // InternalLDef.g:2645:1: ( rule__E4CodeGeneration__Group__2__Impl )
+ // InternalLDef.g:2646:2: rule__E4CodeGeneration__Group__2__Impl
{
- pushFollow(FOLLOW_rule__E4CodeGeneration__Group__2__Impl_in_rule__E4CodeGeneration__Group__25320);
+ pushFollow(FOLLOW_2);
rule__E4CodeGeneration__Group__2__Impl();
state._fsp--;
@@ -7726,22 +7900,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__E4CodeGeneration__Group__2__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2596:1: rule__E4CodeGeneration__Group__2__Impl : ( ( rule__E4CodeGeneration__Group_2__0 )? ) ;
+ // InternalLDef.g:2652:1: rule__E4CodeGeneration__Group__2__Impl : ( ( rule__E4CodeGeneration__Group_2__0 )? ) ;
public final void rule__E4CodeGeneration__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2600:1: ( ( ( rule__E4CodeGeneration__Group_2__0 )? ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2601:1: ( ( rule__E4CodeGeneration__Group_2__0 )? )
+ // InternalLDef.g:2656:1: ( ( ( rule__E4CodeGeneration__Group_2__0 )? ) )
+ // InternalLDef.g:2657:1: ( ( rule__E4CodeGeneration__Group_2__0 )? )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2601:1: ( ( rule__E4CodeGeneration__Group_2__0 )? )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2602:1: ( rule__E4CodeGeneration__Group_2__0 )?
+ // InternalLDef.g:2657:1: ( ( rule__E4CodeGeneration__Group_2__0 )? )
+ // InternalLDef.g:2658:1: ( rule__E4CodeGeneration__Group_2__0 )?
{
if ( state.backtracking==0 ) {
before(grammarAccess.getE4CodeGenerationAccess().getGroup_2());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2603:1: ( rule__E4CodeGeneration__Group_2__0 )?
+ // InternalLDef.g:2659:1: ( rule__E4CodeGeneration__Group_2__0 )?
int alt20=2;
int LA20_0 = input.LA(1);
@@ -7750,9 +7924,9 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
}
switch (alt20) {
case 1 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2603:2: rule__E4CodeGeneration__Group_2__0
+ // InternalLDef.g:2659:2: rule__E4CodeGeneration__Group_2__0
{
- pushFollow(FOLLOW_rule__E4CodeGeneration__Group_2__0_in_rule__E4CodeGeneration__Group__2__Impl5347);
+ pushFollow(FOLLOW_2);
rule__E4CodeGeneration__Group_2__0();
state._fsp--;
@@ -7788,21 +7962,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__E4CodeGeneration__Group_2__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2619:1: rule__E4CodeGeneration__Group_2__0 : rule__E4CodeGeneration__Group_2__0__Impl rule__E4CodeGeneration__Group_2__1 ;
+ // InternalLDef.g:2675:1: rule__E4CodeGeneration__Group_2__0 : rule__E4CodeGeneration__Group_2__0__Impl rule__E4CodeGeneration__Group_2__1 ;
public final void rule__E4CodeGeneration__Group_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2623:1: ( rule__E4CodeGeneration__Group_2__0__Impl rule__E4CodeGeneration__Group_2__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2624:2: rule__E4CodeGeneration__Group_2__0__Impl rule__E4CodeGeneration__Group_2__1
+ // InternalLDef.g:2679:1: ( rule__E4CodeGeneration__Group_2__0__Impl rule__E4CodeGeneration__Group_2__1 )
+ // InternalLDef.g:2680:2: rule__E4CodeGeneration__Group_2__0__Impl rule__E4CodeGeneration__Group_2__1
{
- pushFollow(FOLLOW_rule__E4CodeGeneration__Group_2__0__Impl_in_rule__E4CodeGeneration__Group_2__05384);
+ pushFollow(FOLLOW_3);
rule__E4CodeGeneration__Group_2__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__E4CodeGeneration__Group_2__1_in_rule__E4CodeGeneration__Group_2__05387);
+ pushFollow(FOLLOW_2);
rule__E4CodeGeneration__Group_2__1();
state._fsp--;
@@ -7826,22 +8000,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__E4CodeGeneration__Group_2__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2631:1: rule__E4CodeGeneration__Group_2__0__Impl : ( '{' ) ;
+ // InternalLDef.g:2687:1: rule__E4CodeGeneration__Group_2__0__Impl : ( '{' ) ;
public final void rule__E4CodeGeneration__Group_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2635:1: ( ( '{' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2636:1: ( '{' )
+ // InternalLDef.g:2691:1: ( ( '{' ) )
+ // InternalLDef.g:2692:1: ( '{' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2636:1: ( '{' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2637:1: '{'
+ // InternalLDef.g:2692:1: ( '{' )
+ // InternalLDef.g:2693:1: '{'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getE4CodeGenerationAccess().getLeftCurlyBracketKeyword_2_0());
}
- match(input,19,FOLLOW_19_in_rule__E4CodeGeneration__Group_2__0__Impl5415); if (state.failed) return ;
+ match(input,19,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getE4CodeGenerationAccess().getLeftCurlyBracketKeyword_2_0());
}
@@ -7867,21 +8041,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__E4CodeGeneration__Group_2__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2650:1: rule__E4CodeGeneration__Group_2__1 : rule__E4CodeGeneration__Group_2__1__Impl rule__E4CodeGeneration__Group_2__2 ;
+ // InternalLDef.g:2706:1: rule__E4CodeGeneration__Group_2__1 : rule__E4CodeGeneration__Group_2__1__Impl rule__E4CodeGeneration__Group_2__2 ;
public final void rule__E4CodeGeneration__Group_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2654:1: ( rule__E4CodeGeneration__Group_2__1__Impl rule__E4CodeGeneration__Group_2__2 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2655:2: rule__E4CodeGeneration__Group_2__1__Impl rule__E4CodeGeneration__Group_2__2
+ // InternalLDef.g:2710:1: ( rule__E4CodeGeneration__Group_2__1__Impl rule__E4CodeGeneration__Group_2__2 )
+ // InternalLDef.g:2711:2: rule__E4CodeGeneration__Group_2__1__Impl rule__E4CodeGeneration__Group_2__2
{
- pushFollow(FOLLOW_rule__E4CodeGeneration__Group_2__1__Impl_in_rule__E4CodeGeneration__Group_2__15446);
+ pushFollow(FOLLOW_14);
rule__E4CodeGeneration__Group_2__1__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__E4CodeGeneration__Group_2__2_in_rule__E4CodeGeneration__Group_2__15449);
+ pushFollow(FOLLOW_2);
rule__E4CodeGeneration__Group_2__2();
state._fsp--;
@@ -7905,28 +8079,28 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__E4CodeGeneration__Group_2__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2662:1: rule__E4CodeGeneration__Group_2__1__Impl : ( ( ( rule__E4CodeGeneration__ConfigValueAssignment_2_1 ) ) ( ( rule__E4CodeGeneration__ConfigValueAssignment_2_1 )* ) ) ;
+ // InternalLDef.g:2718:1: rule__E4CodeGeneration__Group_2__1__Impl : ( ( ( rule__E4CodeGeneration__ConfigValueAssignment_2_1 ) ) ( ( rule__E4CodeGeneration__ConfigValueAssignment_2_1 )* ) ) ;
public final void rule__E4CodeGeneration__Group_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2666:1: ( ( ( ( rule__E4CodeGeneration__ConfigValueAssignment_2_1 ) ) ( ( rule__E4CodeGeneration__ConfigValueAssignment_2_1 )* ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2667:1: ( ( ( rule__E4CodeGeneration__ConfigValueAssignment_2_1 ) ) ( ( rule__E4CodeGeneration__ConfigValueAssignment_2_1 )* ) )
+ // InternalLDef.g:2722:1: ( ( ( ( rule__E4CodeGeneration__ConfigValueAssignment_2_1 ) ) ( ( rule__E4CodeGeneration__ConfigValueAssignment_2_1 )* ) ) )
+ // InternalLDef.g:2723:1: ( ( ( rule__E4CodeGeneration__ConfigValueAssignment_2_1 ) ) ( ( rule__E4CodeGeneration__ConfigValueAssignment_2_1 )* ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2667:1: ( ( ( rule__E4CodeGeneration__ConfigValueAssignment_2_1 ) ) ( ( rule__E4CodeGeneration__ConfigValueAssignment_2_1 )* ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2668:1: ( ( rule__E4CodeGeneration__ConfigValueAssignment_2_1 ) ) ( ( rule__E4CodeGeneration__ConfigValueAssignment_2_1 )* )
+ // InternalLDef.g:2723:1: ( ( ( rule__E4CodeGeneration__ConfigValueAssignment_2_1 ) ) ( ( rule__E4CodeGeneration__ConfigValueAssignment_2_1 )* ) )
+ // InternalLDef.g:2724:1: ( ( rule__E4CodeGeneration__ConfigValueAssignment_2_1 ) ) ( ( rule__E4CodeGeneration__ConfigValueAssignment_2_1 )* )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2668:1: ( ( rule__E4CodeGeneration__ConfigValueAssignment_2_1 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2669:1: ( rule__E4CodeGeneration__ConfigValueAssignment_2_1 )
+ // InternalLDef.g:2724:1: ( ( rule__E4CodeGeneration__ConfigValueAssignment_2_1 ) )
+ // InternalLDef.g:2725:1: ( rule__E4CodeGeneration__ConfigValueAssignment_2_1 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getE4CodeGenerationAccess().getConfigValueAssignment_2_1());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2670:1: ( rule__E4CodeGeneration__ConfigValueAssignment_2_1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2670:2: rule__E4CodeGeneration__ConfigValueAssignment_2_1
+ // InternalLDef.g:2726:1: ( rule__E4CodeGeneration__ConfigValueAssignment_2_1 )
+ // InternalLDef.g:2726:2: rule__E4CodeGeneration__ConfigValueAssignment_2_1
{
- pushFollow(FOLLOW_rule__E4CodeGeneration__ConfigValueAssignment_2_1_in_rule__E4CodeGeneration__Group_2__1__Impl5478);
+ pushFollow(FOLLOW_19);
rule__E4CodeGeneration__ConfigValueAssignment_2_1();
state._fsp--;
@@ -7940,13 +8114,13 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2673:1: ( ( rule__E4CodeGeneration__ConfigValueAssignment_2_1 )* )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2674:1: ( rule__E4CodeGeneration__ConfigValueAssignment_2_1 )*
+ // InternalLDef.g:2729:1: ( ( rule__E4CodeGeneration__ConfigValueAssignment_2_1 )* )
+ // InternalLDef.g:2730:1: ( rule__E4CodeGeneration__ConfigValueAssignment_2_1 )*
{
if ( state.backtracking==0 ) {
before(grammarAccess.getE4CodeGenerationAccess().getConfigValueAssignment_2_1());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2675:1: ( rule__E4CodeGeneration__ConfigValueAssignment_2_1 )*
+ // InternalLDef.g:2731:1: ( rule__E4CodeGeneration__ConfigValueAssignment_2_1 )*
loop21:
do {
int alt21=2;
@@ -7959,9 +8133,9 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
switch (alt21) {
case 1 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2675:2: rule__E4CodeGeneration__ConfigValueAssignment_2_1
+ // InternalLDef.g:2731:2: rule__E4CodeGeneration__ConfigValueAssignment_2_1
{
- pushFollow(FOLLOW_rule__E4CodeGeneration__ConfigValueAssignment_2_1_in_rule__E4CodeGeneration__Group_2__1__Impl5490);
+ pushFollow(FOLLOW_19);
rule__E4CodeGeneration__ConfigValueAssignment_2_1();
state._fsp--;
@@ -8003,16 +8177,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__E4CodeGeneration__Group_2__2"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2686:1: rule__E4CodeGeneration__Group_2__2 : rule__E4CodeGeneration__Group_2__2__Impl ;
+ // InternalLDef.g:2742:1: rule__E4CodeGeneration__Group_2__2 : rule__E4CodeGeneration__Group_2__2__Impl ;
public final void rule__E4CodeGeneration__Group_2__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2690:1: ( rule__E4CodeGeneration__Group_2__2__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2691:2: rule__E4CodeGeneration__Group_2__2__Impl
+ // InternalLDef.g:2746:1: ( rule__E4CodeGeneration__Group_2__2__Impl )
+ // InternalLDef.g:2747:2: rule__E4CodeGeneration__Group_2__2__Impl
{
- pushFollow(FOLLOW_rule__E4CodeGeneration__Group_2__2__Impl_in_rule__E4CodeGeneration__Group_2__25523);
+ pushFollow(FOLLOW_2);
rule__E4CodeGeneration__Group_2__2__Impl();
state._fsp--;
@@ -8036,22 +8210,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__E4CodeGeneration__Group_2__2__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2697:1: rule__E4CodeGeneration__Group_2__2__Impl : ( '}' ) ;
+ // InternalLDef.g:2753:1: rule__E4CodeGeneration__Group_2__2__Impl : ( '}' ) ;
public final void rule__E4CodeGeneration__Group_2__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2701:1: ( ( '}' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2702:1: ( '}' )
+ // InternalLDef.g:2757:1: ( ( '}' ) )
+ // InternalLDef.g:2758:1: ( '}' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2702:1: ( '}' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2703:1: '}'
+ // InternalLDef.g:2758:1: ( '}' )
+ // InternalLDef.g:2759:1: '}'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getE4CodeGenerationAccess().getRightCurlyBracketKeyword_2_2());
}
- match(input,20,FOLLOW_20_in_rule__E4CodeGeneration__Group_2__2__Impl5551); if (state.failed) return ;
+ match(input,20,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getE4CodeGenerationAccess().getRightCurlyBracketKeyword_2_2());
}
@@ -8077,21 +8251,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ConfigValue__Group__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2722:1: rule__ConfigValue__Group__0 : rule__ConfigValue__Group__0__Impl rule__ConfigValue__Group__1 ;
+ // InternalLDef.g:2778:1: rule__ConfigValue__Group__0 : rule__ConfigValue__Group__0__Impl rule__ConfigValue__Group__1 ;
public final void rule__ConfigValue__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2726:1: ( rule__ConfigValue__Group__0__Impl rule__ConfigValue__Group__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2727:2: rule__ConfigValue__Group__0__Impl rule__ConfigValue__Group__1
+ // InternalLDef.g:2782:1: ( rule__ConfigValue__Group__0__Impl rule__ConfigValue__Group__1 )
+ // InternalLDef.g:2783:2: rule__ConfigValue__Group__0__Impl rule__ConfigValue__Group__1
{
- pushFollow(FOLLOW_rule__ConfigValue__Group__0__Impl_in_rule__ConfigValue__Group__05588);
+ pushFollow(FOLLOW_20);
rule__ConfigValue__Group__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__ConfigValue__Group__1_in_rule__ConfigValue__Group__05591);
+ pushFollow(FOLLOW_2);
rule__ConfigValue__Group__1();
state._fsp--;
@@ -8115,25 +8289,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ConfigValue__Group__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2734:1: rule__ConfigValue__Group__0__Impl : ( ( rule__ConfigValue__KeyAssignment_0 ) ) ;
+ // InternalLDef.g:2790:1: rule__ConfigValue__Group__0__Impl : ( ( rule__ConfigValue__KeyAssignment_0 ) ) ;
public final void rule__ConfigValue__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2738:1: ( ( ( rule__ConfigValue__KeyAssignment_0 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2739:1: ( ( rule__ConfigValue__KeyAssignment_0 ) )
+ // InternalLDef.g:2794:1: ( ( ( rule__ConfigValue__KeyAssignment_0 ) ) )
+ // InternalLDef.g:2795:1: ( ( rule__ConfigValue__KeyAssignment_0 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2739:1: ( ( rule__ConfigValue__KeyAssignment_0 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2740:1: ( rule__ConfigValue__KeyAssignment_0 )
+ // InternalLDef.g:2795:1: ( ( rule__ConfigValue__KeyAssignment_0 ) )
+ // InternalLDef.g:2796:1: ( rule__ConfigValue__KeyAssignment_0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getConfigValueAccess().getKeyAssignment_0());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2741:1: ( rule__ConfigValue__KeyAssignment_0 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2741:2: rule__ConfigValue__KeyAssignment_0
+ // InternalLDef.g:2797:1: ( rule__ConfigValue__KeyAssignment_0 )
+ // InternalLDef.g:2797:2: rule__ConfigValue__KeyAssignment_0
{
- pushFollow(FOLLOW_rule__ConfigValue__KeyAssignment_0_in_rule__ConfigValue__Group__0__Impl5618);
+ pushFollow(FOLLOW_2);
rule__ConfigValue__KeyAssignment_0();
state._fsp--;
@@ -8166,21 +8340,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ConfigValue__Group__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2751:1: rule__ConfigValue__Group__1 : rule__ConfigValue__Group__1__Impl rule__ConfigValue__Group__2 ;
+ // InternalLDef.g:2807:1: rule__ConfigValue__Group__1 : rule__ConfigValue__Group__1__Impl rule__ConfigValue__Group__2 ;
public final void rule__ConfigValue__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2755:1: ( rule__ConfigValue__Group__1__Impl rule__ConfigValue__Group__2 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2756:2: rule__ConfigValue__Group__1__Impl rule__ConfigValue__Group__2
+ // InternalLDef.g:2811:1: ( rule__ConfigValue__Group__1__Impl rule__ConfigValue__Group__2 )
+ // InternalLDef.g:2812:2: rule__ConfigValue__Group__1__Impl rule__ConfigValue__Group__2
{
- pushFollow(FOLLOW_rule__ConfigValue__Group__1__Impl_in_rule__ConfigValue__Group__15648);
+ pushFollow(FOLLOW_21);
rule__ConfigValue__Group__1__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__ConfigValue__Group__2_in_rule__ConfigValue__Group__15651);
+ pushFollow(FOLLOW_2);
rule__ConfigValue__Group__2();
state._fsp--;
@@ -8204,22 +8378,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ConfigValue__Group__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2763:1: rule__ConfigValue__Group__1__Impl : ( ':' ) ;
+ // InternalLDef.g:2819:1: rule__ConfigValue__Group__1__Impl : ( ':' ) ;
public final void rule__ConfigValue__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2767:1: ( ( ':' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2768:1: ( ':' )
+ // InternalLDef.g:2823:1: ( ( ':' ) )
+ // InternalLDef.g:2824:1: ( ':' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2768:1: ( ':' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2769:1: ':'
+ // InternalLDef.g:2824:1: ( ':' )
+ // InternalLDef.g:2825:1: ':'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getConfigValueAccess().getColonKeyword_1());
}
- match(input,25,FOLLOW_25_in_rule__ConfigValue__Group__1__Impl5679); if (state.failed) return ;
+ match(input,25,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getConfigValueAccess().getColonKeyword_1());
}
@@ -8245,16 +8419,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ConfigValue__Group__2"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2782:1: rule__ConfigValue__Group__2 : rule__ConfigValue__Group__2__Impl ;
+ // InternalLDef.g:2838:1: rule__ConfigValue__Group__2 : rule__ConfigValue__Group__2__Impl ;
public final void rule__ConfigValue__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2786:1: ( rule__ConfigValue__Group__2__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2787:2: rule__ConfigValue__Group__2__Impl
+ // InternalLDef.g:2842:1: ( rule__ConfigValue__Group__2__Impl )
+ // InternalLDef.g:2843:2: rule__ConfigValue__Group__2__Impl
{
- pushFollow(FOLLOW_rule__ConfigValue__Group__2__Impl_in_rule__ConfigValue__Group__25710);
+ pushFollow(FOLLOW_2);
rule__ConfigValue__Group__2__Impl();
state._fsp--;
@@ -8278,25 +8452,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ConfigValue__Group__2__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2793:1: rule__ConfigValue__Group__2__Impl : ( ( rule__ConfigValue__Alternatives_2 ) ) ;
+ // InternalLDef.g:2849:1: rule__ConfigValue__Group__2__Impl : ( ( rule__ConfigValue__Alternatives_2 ) ) ;
public final void rule__ConfigValue__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2797:1: ( ( ( rule__ConfigValue__Alternatives_2 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2798:1: ( ( rule__ConfigValue__Alternatives_2 ) )
+ // InternalLDef.g:2853:1: ( ( ( rule__ConfigValue__Alternatives_2 ) ) )
+ // InternalLDef.g:2854:1: ( ( rule__ConfigValue__Alternatives_2 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2798:1: ( ( rule__ConfigValue__Alternatives_2 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2799:1: ( rule__ConfigValue__Alternatives_2 )
+ // InternalLDef.g:2854:1: ( ( rule__ConfigValue__Alternatives_2 ) )
+ // InternalLDef.g:2855:1: ( rule__ConfigValue__Alternatives_2 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getConfigValueAccess().getAlternatives_2());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2800:1: ( rule__ConfigValue__Alternatives_2 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2800:2: rule__ConfigValue__Alternatives_2
+ // InternalLDef.g:2856:1: ( rule__ConfigValue__Alternatives_2 )
+ // InternalLDef.g:2856:2: rule__ConfigValue__Alternatives_2
{
- pushFollow(FOLLOW_rule__ConfigValue__Alternatives_2_in_rule__ConfigValue__Group__2__Impl5737);
+ pushFollow(FOLLOW_2);
rule__ConfigValue__Alternatives_2();
state._fsp--;
@@ -8329,21 +8503,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ConfigValue__Group_2_1__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2816:1: rule__ConfigValue__Group_2_1__0 : rule__ConfigValue__Group_2_1__0__Impl rule__ConfigValue__Group_2_1__1 ;
+ // InternalLDef.g:2872:1: rule__ConfigValue__Group_2_1__0 : rule__ConfigValue__Group_2_1__0__Impl rule__ConfigValue__Group_2_1__1 ;
public final void rule__ConfigValue__Group_2_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2820:1: ( rule__ConfigValue__Group_2_1__0__Impl rule__ConfigValue__Group_2_1__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2821:2: rule__ConfigValue__Group_2_1__0__Impl rule__ConfigValue__Group_2_1__1
+ // InternalLDef.g:2876:1: ( rule__ConfigValue__Group_2_1__0__Impl rule__ConfigValue__Group_2_1__1 )
+ // InternalLDef.g:2877:2: rule__ConfigValue__Group_2_1__0__Impl rule__ConfigValue__Group_2_1__1
{
- pushFollow(FOLLOW_rule__ConfigValue__Group_2_1__0__Impl_in_rule__ConfigValue__Group_2_1__05773);
+ pushFollow(FOLLOW_3);
rule__ConfigValue__Group_2_1__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__ConfigValue__Group_2_1__1_in_rule__ConfigValue__Group_2_1__05776);
+ pushFollow(FOLLOW_2);
rule__ConfigValue__Group_2_1__1();
state._fsp--;
@@ -8367,22 +8541,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ConfigValue__Group_2_1__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2828:1: rule__ConfigValue__Group_2_1__0__Impl : ( '{' ) ;
+ // InternalLDef.g:2884:1: rule__ConfigValue__Group_2_1__0__Impl : ( '{' ) ;
public final void rule__ConfigValue__Group_2_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2832:1: ( ( '{' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2833:1: ( '{' )
+ // InternalLDef.g:2888:1: ( ( '{' ) )
+ // InternalLDef.g:2889:1: ( '{' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2833:1: ( '{' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2834:1: '{'
+ // InternalLDef.g:2889:1: ( '{' )
+ // InternalLDef.g:2890:1: '{'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getConfigValueAccess().getLeftCurlyBracketKeyword_2_1_0());
}
- match(input,19,FOLLOW_19_in_rule__ConfigValue__Group_2_1__0__Impl5804); if (state.failed) return ;
+ match(input,19,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getConfigValueAccess().getLeftCurlyBracketKeyword_2_1_0());
}
@@ -8408,21 +8582,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ConfigValue__Group_2_1__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2847:1: rule__ConfigValue__Group_2_1__1 : rule__ConfigValue__Group_2_1__1__Impl rule__ConfigValue__Group_2_1__2 ;
+ // InternalLDef.g:2903:1: rule__ConfigValue__Group_2_1__1 : rule__ConfigValue__Group_2_1__1__Impl rule__ConfigValue__Group_2_1__2 ;
public final void rule__ConfigValue__Group_2_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2851:1: ( rule__ConfigValue__Group_2_1__1__Impl rule__ConfigValue__Group_2_1__2 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2852:2: rule__ConfigValue__Group_2_1__1__Impl rule__ConfigValue__Group_2_1__2
+ // InternalLDef.g:2907:1: ( rule__ConfigValue__Group_2_1__1__Impl rule__ConfigValue__Group_2_1__2 )
+ // InternalLDef.g:2908:2: rule__ConfigValue__Group_2_1__1__Impl rule__ConfigValue__Group_2_1__2
{
- pushFollow(FOLLOW_rule__ConfigValue__Group_2_1__1__Impl_in_rule__ConfigValue__Group_2_1__15835);
+ pushFollow(FOLLOW_14);
rule__ConfigValue__Group_2_1__1__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__ConfigValue__Group_2_1__2_in_rule__ConfigValue__Group_2_1__15838);
+ pushFollow(FOLLOW_2);
rule__ConfigValue__Group_2_1__2();
state._fsp--;
@@ -8446,28 +8620,28 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ConfigValue__Group_2_1__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2859:1: rule__ConfigValue__Group_2_1__1__Impl : ( ( ( rule__ConfigValue__ChildrenAssignment_2_1_1 ) ) ( ( rule__ConfigValue__ChildrenAssignment_2_1_1 )* ) ) ;
+ // InternalLDef.g:2915:1: rule__ConfigValue__Group_2_1__1__Impl : ( ( ( rule__ConfigValue__ChildrenAssignment_2_1_1 ) ) ( ( rule__ConfigValue__ChildrenAssignment_2_1_1 )* ) ) ;
public final void rule__ConfigValue__Group_2_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2863:1: ( ( ( ( rule__ConfigValue__ChildrenAssignment_2_1_1 ) ) ( ( rule__ConfigValue__ChildrenAssignment_2_1_1 )* ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2864:1: ( ( ( rule__ConfigValue__ChildrenAssignment_2_1_1 ) ) ( ( rule__ConfigValue__ChildrenAssignment_2_1_1 )* ) )
+ // InternalLDef.g:2919:1: ( ( ( ( rule__ConfigValue__ChildrenAssignment_2_1_1 ) ) ( ( rule__ConfigValue__ChildrenAssignment_2_1_1 )* ) ) )
+ // InternalLDef.g:2920:1: ( ( ( rule__ConfigValue__ChildrenAssignment_2_1_1 ) ) ( ( rule__ConfigValue__ChildrenAssignment_2_1_1 )* ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2864:1: ( ( ( rule__ConfigValue__ChildrenAssignment_2_1_1 ) ) ( ( rule__ConfigValue__ChildrenAssignment_2_1_1 )* ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2865:1: ( ( rule__ConfigValue__ChildrenAssignment_2_1_1 ) ) ( ( rule__ConfigValue__ChildrenAssignment_2_1_1 )* )
+ // InternalLDef.g:2920:1: ( ( ( rule__ConfigValue__ChildrenAssignment_2_1_1 ) ) ( ( rule__ConfigValue__ChildrenAssignment_2_1_1 )* ) )
+ // InternalLDef.g:2921:1: ( ( rule__ConfigValue__ChildrenAssignment_2_1_1 ) ) ( ( rule__ConfigValue__ChildrenAssignment_2_1_1 )* )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2865:1: ( ( rule__ConfigValue__ChildrenAssignment_2_1_1 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2866:1: ( rule__ConfigValue__ChildrenAssignment_2_1_1 )
+ // InternalLDef.g:2921:1: ( ( rule__ConfigValue__ChildrenAssignment_2_1_1 ) )
+ // InternalLDef.g:2922:1: ( rule__ConfigValue__ChildrenAssignment_2_1_1 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getConfigValueAccess().getChildrenAssignment_2_1_1());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2867:1: ( rule__ConfigValue__ChildrenAssignment_2_1_1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2867:2: rule__ConfigValue__ChildrenAssignment_2_1_1
+ // InternalLDef.g:2923:1: ( rule__ConfigValue__ChildrenAssignment_2_1_1 )
+ // InternalLDef.g:2923:2: rule__ConfigValue__ChildrenAssignment_2_1_1
{
- pushFollow(FOLLOW_rule__ConfigValue__ChildrenAssignment_2_1_1_in_rule__ConfigValue__Group_2_1__1__Impl5867);
+ pushFollow(FOLLOW_19);
rule__ConfigValue__ChildrenAssignment_2_1_1();
state._fsp--;
@@ -8481,13 +8655,13 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2870:1: ( ( rule__ConfigValue__ChildrenAssignment_2_1_1 )* )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2871:1: ( rule__ConfigValue__ChildrenAssignment_2_1_1 )*
+ // InternalLDef.g:2926:1: ( ( rule__ConfigValue__ChildrenAssignment_2_1_1 )* )
+ // InternalLDef.g:2927:1: ( rule__ConfigValue__ChildrenAssignment_2_1_1 )*
{
if ( state.backtracking==0 ) {
before(grammarAccess.getConfigValueAccess().getChildrenAssignment_2_1_1());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2872:1: ( rule__ConfigValue__ChildrenAssignment_2_1_1 )*
+ // InternalLDef.g:2928:1: ( rule__ConfigValue__ChildrenAssignment_2_1_1 )*
loop22:
do {
int alt22=2;
@@ -8500,9 +8674,9 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
switch (alt22) {
case 1 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2872:2: rule__ConfigValue__ChildrenAssignment_2_1_1
+ // InternalLDef.g:2928:2: rule__ConfigValue__ChildrenAssignment_2_1_1
{
- pushFollow(FOLLOW_rule__ConfigValue__ChildrenAssignment_2_1_1_in_rule__ConfigValue__Group_2_1__1__Impl5879);
+ pushFollow(FOLLOW_19);
rule__ConfigValue__ChildrenAssignment_2_1_1();
state._fsp--;
@@ -8544,16 +8718,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ConfigValue__Group_2_1__2"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2883:1: rule__ConfigValue__Group_2_1__2 : rule__ConfigValue__Group_2_1__2__Impl ;
+ // InternalLDef.g:2939:1: rule__ConfigValue__Group_2_1__2 : rule__ConfigValue__Group_2_1__2__Impl ;
public final void rule__ConfigValue__Group_2_1__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2887:1: ( rule__ConfigValue__Group_2_1__2__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2888:2: rule__ConfigValue__Group_2_1__2__Impl
+ // InternalLDef.g:2943:1: ( rule__ConfigValue__Group_2_1__2__Impl )
+ // InternalLDef.g:2944:2: rule__ConfigValue__Group_2_1__2__Impl
{
- pushFollow(FOLLOW_rule__ConfigValue__Group_2_1__2__Impl_in_rule__ConfigValue__Group_2_1__25912);
+ pushFollow(FOLLOW_2);
rule__ConfigValue__Group_2_1__2__Impl();
state._fsp--;
@@ -8577,22 +8751,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ConfigValue__Group_2_1__2__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2894:1: rule__ConfigValue__Group_2_1__2__Impl : ( '}' ) ;
+ // InternalLDef.g:2950:1: rule__ConfigValue__Group_2_1__2__Impl : ( '}' ) ;
public final void rule__ConfigValue__Group_2_1__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2898:1: ( ( '}' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2899:1: ( '}' )
+ // InternalLDef.g:2954:1: ( ( '}' ) )
+ // InternalLDef.g:2955:1: ( '}' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2899:1: ( '}' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2900:1: '}'
+ // InternalLDef.g:2955:1: ( '}' )
+ // InternalLDef.g:2956:1: '}'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getConfigValueAccess().getRightCurlyBracketKeyword_2_1_2());
}
- match(input,20,FOLLOW_20_in_rule__ConfigValue__Group_2_1__2__Impl5940); if (state.failed) return ;
+ match(input,20,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getConfigValueAccess().getRightCurlyBracketKeyword_2_1_2());
}
@@ -8618,21 +8792,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Paritioning__Group__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2919:1: rule__Paritioning__Group__0 : rule__Paritioning__Group__0__Impl rule__Paritioning__Group__1 ;
+ // InternalLDef.g:2975:1: rule__Paritioning__Group__0 : rule__Paritioning__Group__0__Impl rule__Paritioning__Group__1 ;
public final void rule__Paritioning__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2923:1: ( rule__Paritioning__Group__0__Impl rule__Paritioning__Group__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2924:2: rule__Paritioning__Group__0__Impl rule__Paritioning__Group__1
+ // InternalLDef.g:2979:1: ( rule__Paritioning__Group__0__Impl rule__Paritioning__Group__1 )
+ // InternalLDef.g:2980:2: rule__Paritioning__Group__0__Impl rule__Paritioning__Group__1
{
- pushFollow(FOLLOW_rule__Paritioning__Group__0__Impl_in_rule__Paritioning__Group__05977);
+ pushFollow(FOLLOW_9);
rule__Paritioning__Group__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Paritioning__Group__1_in_rule__Paritioning__Group__05980);
+ pushFollow(FOLLOW_2);
rule__Paritioning__Group__1();
state._fsp--;
@@ -8656,22 +8830,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Paritioning__Group__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2931:1: rule__Paritioning__Group__0__Impl : ( 'partitioning' ) ;
+ // InternalLDef.g:2987:1: rule__Paritioning__Group__0__Impl : ( 'partitioning' ) ;
public final void rule__Paritioning__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2935:1: ( ( 'partitioning' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2936:1: ( 'partitioning' )
+ // InternalLDef.g:2991:1: ( ( 'partitioning' ) )
+ // InternalLDef.g:2992:1: ( 'partitioning' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2936:1: ( 'partitioning' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2937:1: 'partitioning'
+ // InternalLDef.g:2992:1: ( 'partitioning' )
+ // InternalLDef.g:2993:1: 'partitioning'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getParitioningAccess().getPartitioningKeyword_0());
}
- match(input,26,FOLLOW_26_in_rule__Paritioning__Group__0__Impl6008); if (state.failed) return ;
+ match(input,26,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getParitioningAccess().getPartitioningKeyword_0());
}
@@ -8697,21 +8871,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Paritioning__Group__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2950:1: rule__Paritioning__Group__1 : rule__Paritioning__Group__1__Impl rule__Paritioning__Group__2 ;
+ // InternalLDef.g:3006:1: rule__Paritioning__Group__1 : rule__Paritioning__Group__1__Impl rule__Paritioning__Group__2 ;
public final void rule__Paritioning__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2954:1: ( rule__Paritioning__Group__1__Impl rule__Paritioning__Group__2 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2955:2: rule__Paritioning__Group__1__Impl rule__Paritioning__Group__2
+ // InternalLDef.g:3010:1: ( rule__Paritioning__Group__1__Impl rule__Paritioning__Group__2 )
+ // InternalLDef.g:3011:2: rule__Paritioning__Group__1__Impl rule__Paritioning__Group__2
{
- pushFollow(FOLLOW_rule__Paritioning__Group__1__Impl_in_rule__Paritioning__Group__16039);
+ pushFollow(FOLLOW_22);
rule__Paritioning__Group__1__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Paritioning__Group__2_in_rule__Paritioning__Group__16042);
+ pushFollow(FOLLOW_2);
rule__Paritioning__Group__2();
state._fsp--;
@@ -8735,22 +8909,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Paritioning__Group__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2962:1: rule__Paritioning__Group__1__Impl : ( '{' ) ;
+ // InternalLDef.g:3018:1: rule__Paritioning__Group__1__Impl : ( '{' ) ;
public final void rule__Paritioning__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2966:1: ( ( '{' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2967:1: ( '{' )
+ // InternalLDef.g:3022:1: ( ( '{' ) )
+ // InternalLDef.g:3023:1: ( '{' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2967:1: ( '{' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2968:1: '{'
+ // InternalLDef.g:3023:1: ( '{' )
+ // InternalLDef.g:3024:1: '{'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getParitioningAccess().getLeftCurlyBracketKeyword_1());
}
- match(input,19,FOLLOW_19_in_rule__Paritioning__Group__1__Impl6070); if (state.failed) return ;
+ match(input,19,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getParitioningAccess().getLeftCurlyBracketKeyword_1());
}
@@ -8776,21 +8950,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Paritioning__Group__2"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2981:1: rule__Paritioning__Group__2 : rule__Paritioning__Group__2__Impl rule__Paritioning__Group__3 ;
+ // InternalLDef.g:3037:1: rule__Paritioning__Group__2 : rule__Paritioning__Group__2__Impl rule__Paritioning__Group__3 ;
public final void rule__Paritioning__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2985:1: ( rule__Paritioning__Group__2__Impl rule__Paritioning__Group__3 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2986:2: rule__Paritioning__Group__2__Impl rule__Paritioning__Group__3
+ // InternalLDef.g:3041:1: ( rule__Paritioning__Group__2__Impl rule__Paritioning__Group__3 )
+ // InternalLDef.g:3042:2: rule__Paritioning__Group__2__Impl rule__Paritioning__Group__3
{
- pushFollow(FOLLOW_rule__Paritioning__Group__2__Impl_in_rule__Paritioning__Group__26101);
+ pushFollow(FOLLOW_23);
rule__Paritioning__Group__2__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Paritioning__Group__3_in_rule__Paritioning__Group__26104);
+ pushFollow(FOLLOW_2);
rule__Paritioning__Group__3();
state._fsp--;
@@ -8814,28 +8988,28 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Paritioning__Group__2__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2993:1: rule__Paritioning__Group__2__Impl : ( ( ( rule__Paritioning__PartitionsAssignment_2 ) ) ( ( rule__Paritioning__PartitionsAssignment_2 )* ) ) ;
+ // InternalLDef.g:3049:1: rule__Paritioning__Group__2__Impl : ( ( ( rule__Paritioning__PartitionsAssignment_2 ) ) ( ( rule__Paritioning__PartitionsAssignment_2 )* ) ) ;
public final void rule__Paritioning__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2997:1: ( ( ( ( rule__Paritioning__PartitionsAssignment_2 ) ) ( ( rule__Paritioning__PartitionsAssignment_2 )* ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2998:1: ( ( ( rule__Paritioning__PartitionsAssignment_2 ) ) ( ( rule__Paritioning__PartitionsAssignment_2 )* ) )
+ // InternalLDef.g:3053:1: ( ( ( ( rule__Paritioning__PartitionsAssignment_2 ) ) ( ( rule__Paritioning__PartitionsAssignment_2 )* ) ) )
+ // InternalLDef.g:3054:1: ( ( ( rule__Paritioning__PartitionsAssignment_2 ) ) ( ( rule__Paritioning__PartitionsAssignment_2 )* ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2998:1: ( ( ( rule__Paritioning__PartitionsAssignment_2 ) ) ( ( rule__Paritioning__PartitionsAssignment_2 )* ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2999:1: ( ( rule__Paritioning__PartitionsAssignment_2 ) ) ( ( rule__Paritioning__PartitionsAssignment_2 )* )
+ // InternalLDef.g:3054:1: ( ( ( rule__Paritioning__PartitionsAssignment_2 ) ) ( ( rule__Paritioning__PartitionsAssignment_2 )* ) )
+ // InternalLDef.g:3055:1: ( ( rule__Paritioning__PartitionsAssignment_2 ) ) ( ( rule__Paritioning__PartitionsAssignment_2 )* )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:2999:1: ( ( rule__Paritioning__PartitionsAssignment_2 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3000:1: ( rule__Paritioning__PartitionsAssignment_2 )
+ // InternalLDef.g:3055:1: ( ( rule__Paritioning__PartitionsAssignment_2 ) )
+ // InternalLDef.g:3056:1: ( rule__Paritioning__PartitionsAssignment_2 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getParitioningAccess().getPartitionsAssignment_2());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3001:1: ( rule__Paritioning__PartitionsAssignment_2 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3001:2: rule__Paritioning__PartitionsAssignment_2
+ // InternalLDef.g:3057:1: ( rule__Paritioning__PartitionsAssignment_2 )
+ // InternalLDef.g:3057:2: rule__Paritioning__PartitionsAssignment_2
{
- pushFollow(FOLLOW_rule__Paritioning__PartitionsAssignment_2_in_rule__Paritioning__Group__2__Impl6133);
+ pushFollow(FOLLOW_24);
rule__Paritioning__PartitionsAssignment_2();
state._fsp--;
@@ -8849,13 +9023,13 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3004:1: ( ( rule__Paritioning__PartitionsAssignment_2 )* )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3005:1: ( rule__Paritioning__PartitionsAssignment_2 )*
+ // InternalLDef.g:3060:1: ( ( rule__Paritioning__PartitionsAssignment_2 )* )
+ // InternalLDef.g:3061:1: ( rule__Paritioning__PartitionsAssignment_2 )*
{
if ( state.backtracking==0 ) {
before(grammarAccess.getParitioningAccess().getPartitionsAssignment_2());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3006:1: ( rule__Paritioning__PartitionsAssignment_2 )*
+ // InternalLDef.g:3062:1: ( rule__Paritioning__PartitionsAssignment_2 )*
loop23:
do {
int alt23=2;
@@ -8868,9 +9042,9 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
switch (alt23) {
case 1 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3006:2: rule__Paritioning__PartitionsAssignment_2
+ // InternalLDef.g:3062:2: rule__Paritioning__PartitionsAssignment_2
{
- pushFollow(FOLLOW_rule__Paritioning__PartitionsAssignment_2_in_rule__Paritioning__Group__2__Impl6145);
+ pushFollow(FOLLOW_24);
rule__Paritioning__PartitionsAssignment_2();
state._fsp--;
@@ -8912,21 +9086,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Paritioning__Group__3"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3017:1: rule__Paritioning__Group__3 : rule__Paritioning__Group__3__Impl rule__Paritioning__Group__4 ;
+ // InternalLDef.g:3073:1: rule__Paritioning__Group__3 : rule__Paritioning__Group__3__Impl rule__Paritioning__Group__4 ;
public final void rule__Paritioning__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3021:1: ( rule__Paritioning__Group__3__Impl rule__Paritioning__Group__4 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3022:2: rule__Paritioning__Group__3__Impl rule__Paritioning__Group__4
+ // InternalLDef.g:3077:1: ( rule__Paritioning__Group__3__Impl rule__Paritioning__Group__4 )
+ // InternalLDef.g:3078:2: rule__Paritioning__Group__3__Impl rule__Paritioning__Group__4
{
- pushFollow(FOLLOW_rule__Paritioning__Group__3__Impl_in_rule__Paritioning__Group__36178);
+ pushFollow(FOLLOW_14);
rule__Paritioning__Group__3__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Paritioning__Group__4_in_rule__Paritioning__Group__36181);
+ pushFollow(FOLLOW_2);
rule__Paritioning__Group__4();
state._fsp--;
@@ -8950,25 +9124,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Paritioning__Group__3__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3029:1: rule__Paritioning__Group__3__Impl : ( ( rule__Paritioning__PartitionerAssignment_3 ) ) ;
+ // InternalLDef.g:3085:1: rule__Paritioning__Group__3__Impl : ( ( rule__Paritioning__PartitionerAssignment_3 ) ) ;
public final void rule__Paritioning__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3033:1: ( ( ( rule__Paritioning__PartitionerAssignment_3 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3034:1: ( ( rule__Paritioning__PartitionerAssignment_3 ) )
+ // InternalLDef.g:3089:1: ( ( ( rule__Paritioning__PartitionerAssignment_3 ) ) )
+ // InternalLDef.g:3090:1: ( ( rule__Paritioning__PartitionerAssignment_3 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3034:1: ( ( rule__Paritioning__PartitionerAssignment_3 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3035:1: ( rule__Paritioning__PartitionerAssignment_3 )
+ // InternalLDef.g:3090:1: ( ( rule__Paritioning__PartitionerAssignment_3 ) )
+ // InternalLDef.g:3091:1: ( rule__Paritioning__PartitionerAssignment_3 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getParitioningAccess().getPartitionerAssignment_3());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3036:1: ( rule__Paritioning__PartitionerAssignment_3 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3036:2: rule__Paritioning__PartitionerAssignment_3
+ // InternalLDef.g:3092:1: ( rule__Paritioning__PartitionerAssignment_3 )
+ // InternalLDef.g:3092:2: rule__Paritioning__PartitionerAssignment_3
{
- pushFollow(FOLLOW_rule__Paritioning__PartitionerAssignment_3_in_rule__Paritioning__Group__3__Impl6208);
+ pushFollow(FOLLOW_2);
rule__Paritioning__PartitionerAssignment_3();
state._fsp--;
@@ -9001,16 +9175,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Paritioning__Group__4"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3046:1: rule__Paritioning__Group__4 : rule__Paritioning__Group__4__Impl ;
+ // InternalLDef.g:3102:1: rule__Paritioning__Group__4 : rule__Paritioning__Group__4__Impl ;
public final void rule__Paritioning__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3050:1: ( rule__Paritioning__Group__4__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3051:2: rule__Paritioning__Group__4__Impl
+ // InternalLDef.g:3106:1: ( rule__Paritioning__Group__4__Impl )
+ // InternalLDef.g:3107:2: rule__Paritioning__Group__4__Impl
{
- pushFollow(FOLLOW_rule__Paritioning__Group__4__Impl_in_rule__Paritioning__Group__46238);
+ pushFollow(FOLLOW_2);
rule__Paritioning__Group__4__Impl();
state._fsp--;
@@ -9034,22 +9208,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Paritioning__Group__4__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3057:1: rule__Paritioning__Group__4__Impl : ( '}' ) ;
+ // InternalLDef.g:3113:1: rule__Paritioning__Group__4__Impl : ( '}' ) ;
public final void rule__Paritioning__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3061:1: ( ( '}' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3062:1: ( '}' )
+ // InternalLDef.g:3117:1: ( ( '}' ) )
+ // InternalLDef.g:3118:1: ( '}' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3062:1: ( '}' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3063:1: '}'
+ // InternalLDef.g:3118:1: ( '}' )
+ // InternalLDef.g:3119:1: '}'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getParitioningAccess().getRightCurlyBracketKeyword_4());
}
- match(input,20,FOLLOW_20_in_rule__Paritioning__Group__4__Impl6266); if (state.failed) return ;
+ match(input,20,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getParitioningAccess().getRightCurlyBracketKeyword_4());
}
@@ -9075,21 +9249,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition__Group__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3086:1: rule__Partition__Group__0 : rule__Partition__Group__0__Impl rule__Partition__Group__1 ;
+ // InternalLDef.g:3142:1: rule__Partition__Group__0 : rule__Partition__Group__0__Impl rule__Partition__Group__1 ;
public final void rule__Partition__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3090:1: ( rule__Partition__Group__0__Impl rule__Partition__Group__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3091:2: rule__Partition__Group__0__Impl rule__Partition__Group__1
+ // InternalLDef.g:3146:1: ( rule__Partition__Group__0__Impl rule__Partition__Group__1 )
+ // InternalLDef.g:3147:2: rule__Partition__Group__0__Impl rule__Partition__Group__1
{
- pushFollow(FOLLOW_rule__Partition__Group__0__Impl_in_rule__Partition__Group__06307);
+ pushFollow(FOLLOW_3);
rule__Partition__Group__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Partition__Group__1_in_rule__Partition__Group__06310);
+ pushFollow(FOLLOW_2);
rule__Partition__Group__1();
state._fsp--;
@@ -9113,22 +9287,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition__Group__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3098:1: rule__Partition__Group__0__Impl : ( 'partition' ) ;
+ // InternalLDef.g:3154:1: rule__Partition__Group__0__Impl : ( 'partition' ) ;
public final void rule__Partition__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3102:1: ( ( 'partition' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3103:1: ( 'partition' )
+ // InternalLDef.g:3158:1: ( ( 'partition' ) )
+ // InternalLDef.g:3159:1: ( 'partition' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3103:1: ( 'partition' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3104:1: 'partition'
+ // InternalLDef.g:3159:1: ( 'partition' )
+ // InternalLDef.g:3160:1: 'partition'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartitionAccess().getPartitionKeyword_0());
}
- match(input,27,FOLLOW_27_in_rule__Partition__Group__0__Impl6338); if (state.failed) return ;
+ match(input,27,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getPartitionAccess().getPartitionKeyword_0());
}
@@ -9154,16 +9328,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition__Group__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3117:1: rule__Partition__Group__1 : rule__Partition__Group__1__Impl ;
+ // InternalLDef.g:3173:1: rule__Partition__Group__1 : rule__Partition__Group__1__Impl ;
public final void rule__Partition__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3121:1: ( rule__Partition__Group__1__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3122:2: rule__Partition__Group__1__Impl
+ // InternalLDef.g:3177:1: ( rule__Partition__Group__1__Impl )
+ // InternalLDef.g:3178:2: rule__Partition__Group__1__Impl
{
- pushFollow(FOLLOW_rule__Partition__Group__1__Impl_in_rule__Partition__Group__16369);
+ pushFollow(FOLLOW_2);
rule__Partition__Group__1__Impl();
state._fsp--;
@@ -9187,25 +9361,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition__Group__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3128:1: rule__Partition__Group__1__Impl : ( ( rule__Partition__NameAssignment_1 ) ) ;
+ // InternalLDef.g:3184:1: rule__Partition__Group__1__Impl : ( ( rule__Partition__NameAssignment_1 ) ) ;
public final void rule__Partition__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3132:1: ( ( ( rule__Partition__NameAssignment_1 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3133:1: ( ( rule__Partition__NameAssignment_1 ) )
+ // InternalLDef.g:3188:1: ( ( ( rule__Partition__NameAssignment_1 ) ) )
+ // InternalLDef.g:3189:1: ( ( rule__Partition__NameAssignment_1 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3133:1: ( ( rule__Partition__NameAssignment_1 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3134:1: ( rule__Partition__NameAssignment_1 )
+ // InternalLDef.g:3189:1: ( ( rule__Partition__NameAssignment_1 ) )
+ // InternalLDef.g:3190:1: ( rule__Partition__NameAssignment_1 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartitionAccess().getNameAssignment_1());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3135:1: ( rule__Partition__NameAssignment_1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3135:2: rule__Partition__NameAssignment_1
+ // InternalLDef.g:3191:1: ( rule__Partition__NameAssignment_1 )
+ // InternalLDef.g:3191:2: rule__Partition__NameAssignment_1
{
- pushFollow(FOLLOW_rule__Partition__NameAssignment_1_in_rule__Partition__Group__1__Impl6396);
+ pushFollow(FOLLOW_2);
rule__Partition__NameAssignment_1();
state._fsp--;
@@ -9238,21 +9412,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Paritioner_JS__Group__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3149:1: rule__Paritioner_JS__Group__0 : rule__Paritioner_JS__Group__0__Impl rule__Paritioner_JS__Group__1 ;
+ // InternalLDef.g:3205:1: rule__Paritioner_JS__Group__0 : rule__Paritioner_JS__Group__0__Impl rule__Paritioner_JS__Group__1 ;
public final void rule__Paritioner_JS__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3153:1: ( rule__Paritioner_JS__Group__0__Impl rule__Paritioner_JS__Group__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3154:2: rule__Paritioner_JS__Group__0__Impl rule__Paritioner_JS__Group__1
+ // InternalLDef.g:3209:1: ( rule__Paritioner_JS__Group__0__Impl rule__Paritioner_JS__Group__1 )
+ // InternalLDef.g:3210:2: rule__Paritioner_JS__Group__0__Impl rule__Paritioner_JS__Group__1
{
- pushFollow(FOLLOW_rule__Paritioner_JS__Group__0__Impl_in_rule__Paritioner_JS__Group__06430);
+ pushFollow(FOLLOW_18);
rule__Paritioner_JS__Group__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Paritioner_JS__Group__1_in_rule__Paritioner_JS__Group__06433);
+ pushFollow(FOLLOW_2);
rule__Paritioner_JS__Group__1();
state._fsp--;
@@ -9276,22 +9450,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Paritioner_JS__Group__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3161:1: rule__Paritioner_JS__Group__0__Impl : ( 'script' ) ;
+ // InternalLDef.g:3217:1: rule__Paritioner_JS__Group__0__Impl : ( 'script' ) ;
public final void rule__Paritioner_JS__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3165:1: ( ( 'script' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3166:1: ( 'script' )
+ // InternalLDef.g:3221:1: ( ( 'script' ) )
+ // InternalLDef.g:3222:1: ( 'script' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3166:1: ( 'script' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3167:1: 'script'
+ // InternalLDef.g:3222:1: ( 'script' )
+ // InternalLDef.g:3223:1: 'script'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getParitioner_JSAccess().getScriptKeyword_0());
}
- match(input,28,FOLLOW_28_in_rule__Paritioner_JS__Group__0__Impl6461); if (state.failed) return ;
+ match(input,28,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getParitioner_JSAccess().getScriptKeyword_0());
}
@@ -9317,16 +9491,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Paritioner_JS__Group__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3180:1: rule__Paritioner_JS__Group__1 : rule__Paritioner_JS__Group__1__Impl ;
+ // InternalLDef.g:3236:1: rule__Paritioner_JS__Group__1 : rule__Paritioner_JS__Group__1__Impl ;
public final void rule__Paritioner_JS__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3184:1: ( rule__Paritioner_JS__Group__1__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3185:2: rule__Paritioner_JS__Group__1__Impl
+ // InternalLDef.g:3240:1: ( rule__Paritioner_JS__Group__1__Impl )
+ // InternalLDef.g:3241:2: rule__Paritioner_JS__Group__1__Impl
{
- pushFollow(FOLLOW_rule__Paritioner_JS__Group__1__Impl_in_rule__Paritioner_JS__Group__16492);
+ pushFollow(FOLLOW_2);
rule__Paritioner_JS__Group__1__Impl();
state._fsp--;
@@ -9350,25 +9524,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Paritioner_JS__Group__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3191:1: rule__Paritioner_JS__Group__1__Impl : ( ( rule__Paritioner_JS__ScriptURIAssignment_1 ) ) ;
+ // InternalLDef.g:3247:1: rule__Paritioner_JS__Group__1__Impl : ( ( rule__Paritioner_JS__ScriptURIAssignment_1 ) ) ;
public final void rule__Paritioner_JS__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3195:1: ( ( ( rule__Paritioner_JS__ScriptURIAssignment_1 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3196:1: ( ( rule__Paritioner_JS__ScriptURIAssignment_1 ) )
+ // InternalLDef.g:3251:1: ( ( ( rule__Paritioner_JS__ScriptURIAssignment_1 ) ) )
+ // InternalLDef.g:3252:1: ( ( rule__Paritioner_JS__ScriptURIAssignment_1 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3196:1: ( ( rule__Paritioner_JS__ScriptURIAssignment_1 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3197:1: ( rule__Paritioner_JS__ScriptURIAssignment_1 )
+ // InternalLDef.g:3252:1: ( ( rule__Paritioner_JS__ScriptURIAssignment_1 ) )
+ // InternalLDef.g:3253:1: ( rule__Paritioner_JS__ScriptURIAssignment_1 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getParitioner_JSAccess().getScriptURIAssignment_1());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3198:1: ( rule__Paritioner_JS__ScriptURIAssignment_1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3198:2: rule__Paritioner_JS__ScriptURIAssignment_1
+ // InternalLDef.g:3254:1: ( rule__Paritioner_JS__ScriptURIAssignment_1 )
+ // InternalLDef.g:3254:2: rule__Paritioner_JS__ScriptURIAssignment_1
{
- pushFollow(FOLLOW_rule__Paritioner_JS__ScriptURIAssignment_1_in_rule__Paritioner_JS__Group__1__Impl6519);
+ pushFollow(FOLLOW_2);
rule__Paritioner_JS__ScriptURIAssignment_1();
state._fsp--;
@@ -9401,21 +9575,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partitioner_Rule__Group__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3212:1: rule__Partitioner_Rule__Group__0 : rule__Partitioner_Rule__Group__0__Impl rule__Partitioner_Rule__Group__1 ;
+ // InternalLDef.g:3268:1: rule__Partitioner_Rule__Group__0 : rule__Partitioner_Rule__Group__0__Impl rule__Partitioner_Rule__Group__1 ;
public final void rule__Partitioner_Rule__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3216:1: ( rule__Partitioner_Rule__Group__0__Impl rule__Partitioner_Rule__Group__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3217:2: rule__Partitioner_Rule__Group__0__Impl rule__Partitioner_Rule__Group__1
+ // InternalLDef.g:3272:1: ( rule__Partitioner_Rule__Group__0__Impl rule__Partitioner_Rule__Group__1 )
+ // InternalLDef.g:3273:2: rule__Partitioner_Rule__Group__0__Impl rule__Partitioner_Rule__Group__1
{
- pushFollow(FOLLOW_rule__Partitioner_Rule__Group__0__Impl_in_rule__Partitioner_Rule__Group__06553);
+ pushFollow(FOLLOW_9);
rule__Partitioner_Rule__Group__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Partitioner_Rule__Group__1_in_rule__Partitioner_Rule__Group__06556);
+ pushFollow(FOLLOW_2);
rule__Partitioner_Rule__Group__1();
state._fsp--;
@@ -9439,22 +9613,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partitioner_Rule__Group__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3224:1: rule__Partitioner_Rule__Group__0__Impl : ( 'rule' ) ;
+ // InternalLDef.g:3280:1: rule__Partitioner_Rule__Group__0__Impl : ( 'rule' ) ;
public final void rule__Partitioner_Rule__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3228:1: ( ( 'rule' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3229:1: ( 'rule' )
+ // InternalLDef.g:3284:1: ( ( 'rule' ) )
+ // InternalLDef.g:3285:1: ( 'rule' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3229:1: ( 'rule' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3230:1: 'rule'
+ // InternalLDef.g:3285:1: ( 'rule' )
+ // InternalLDef.g:3286:1: 'rule'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartitioner_RuleAccess().getRuleKeyword_0());
}
- match(input,29,FOLLOW_29_in_rule__Partitioner_Rule__Group__0__Impl6584); if (state.failed) return ;
+ match(input,29,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getPartitioner_RuleAccess().getRuleKeyword_0());
}
@@ -9480,21 +9654,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partitioner_Rule__Group__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3243:1: rule__Partitioner_Rule__Group__1 : rule__Partitioner_Rule__Group__1__Impl rule__Partitioner_Rule__Group__2 ;
+ // InternalLDef.g:3299:1: rule__Partitioner_Rule__Group__1 : rule__Partitioner_Rule__Group__1__Impl rule__Partitioner_Rule__Group__2 ;
public final void rule__Partitioner_Rule__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3247:1: ( rule__Partitioner_Rule__Group__1__Impl rule__Partitioner_Rule__Group__2 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3248:2: rule__Partitioner_Rule__Group__1__Impl rule__Partitioner_Rule__Group__2
+ // InternalLDef.g:3303:1: ( rule__Partitioner_Rule__Group__1__Impl rule__Partitioner_Rule__Group__2 )
+ // InternalLDef.g:3304:2: rule__Partitioner_Rule__Group__1__Impl rule__Partitioner_Rule__Group__2
{
- pushFollow(FOLLOW_rule__Partitioner_Rule__Group__1__Impl_in_rule__Partitioner_Rule__Group__16615);
+ pushFollow(FOLLOW_25);
rule__Partitioner_Rule__Group__1__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Partitioner_Rule__Group__2_in_rule__Partitioner_Rule__Group__16618);
+ pushFollow(FOLLOW_2);
rule__Partitioner_Rule__Group__2();
state._fsp--;
@@ -9518,22 +9692,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partitioner_Rule__Group__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3255:1: rule__Partitioner_Rule__Group__1__Impl : ( '{' ) ;
+ // InternalLDef.g:3311:1: rule__Partitioner_Rule__Group__1__Impl : ( '{' ) ;
public final void rule__Partitioner_Rule__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3259:1: ( ( '{' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3260:1: ( '{' )
+ // InternalLDef.g:3315:1: ( ( '{' ) )
+ // InternalLDef.g:3316:1: ( '{' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3260:1: ( '{' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3261:1: '{'
+ // InternalLDef.g:3316:1: ( '{' )
+ // InternalLDef.g:3317:1: '{'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartitioner_RuleAccess().getLeftCurlyBracketKeyword_1());
}
- match(input,19,FOLLOW_19_in_rule__Partitioner_Rule__Group__1__Impl6646); if (state.failed) return ;
+ match(input,19,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getPartitioner_RuleAccess().getLeftCurlyBracketKeyword_1());
}
@@ -9559,21 +9733,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partitioner_Rule__Group__2"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3274:1: rule__Partitioner_Rule__Group__2 : rule__Partitioner_Rule__Group__2__Impl rule__Partitioner_Rule__Group__3 ;
+ // InternalLDef.g:3330:1: rule__Partitioner_Rule__Group__2 : rule__Partitioner_Rule__Group__2__Impl rule__Partitioner_Rule__Group__3 ;
public final void rule__Partitioner_Rule__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3278:1: ( rule__Partitioner_Rule__Group__2__Impl rule__Partitioner_Rule__Group__3 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3279:2: rule__Partitioner_Rule__Group__2__Impl rule__Partitioner_Rule__Group__3
+ // InternalLDef.g:3334:1: ( rule__Partitioner_Rule__Group__2__Impl rule__Partitioner_Rule__Group__3 )
+ // InternalLDef.g:3335:2: rule__Partitioner_Rule__Group__2__Impl rule__Partitioner_Rule__Group__3
{
- pushFollow(FOLLOW_rule__Partitioner_Rule__Group__2__Impl_in_rule__Partitioner_Rule__Group__26677);
+ pushFollow(FOLLOW_14);
rule__Partitioner_Rule__Group__2__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Partitioner_Rule__Group__3_in_rule__Partitioner_Rule__Group__26680);
+ pushFollow(FOLLOW_2);
rule__Partitioner_Rule__Group__3();
state._fsp--;
@@ -9597,28 +9771,28 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partitioner_Rule__Group__2__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3286:1: rule__Partitioner_Rule__Group__2__Impl : ( ( ( rule__Partitioner_Rule__RuleListAssignment_2 ) ) ( ( rule__Partitioner_Rule__RuleListAssignment_2 )* ) ) ;
+ // InternalLDef.g:3342:1: rule__Partitioner_Rule__Group__2__Impl : ( ( ( rule__Partitioner_Rule__RuleListAssignment_2 ) ) ( ( rule__Partitioner_Rule__RuleListAssignment_2 )* ) ) ;
public final void rule__Partitioner_Rule__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3290:1: ( ( ( ( rule__Partitioner_Rule__RuleListAssignment_2 ) ) ( ( rule__Partitioner_Rule__RuleListAssignment_2 )* ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3291:1: ( ( ( rule__Partitioner_Rule__RuleListAssignment_2 ) ) ( ( rule__Partitioner_Rule__RuleListAssignment_2 )* ) )
+ // InternalLDef.g:3346:1: ( ( ( ( rule__Partitioner_Rule__RuleListAssignment_2 ) ) ( ( rule__Partitioner_Rule__RuleListAssignment_2 )* ) ) )
+ // InternalLDef.g:3347:1: ( ( ( rule__Partitioner_Rule__RuleListAssignment_2 ) ) ( ( rule__Partitioner_Rule__RuleListAssignment_2 )* ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3291:1: ( ( ( rule__Partitioner_Rule__RuleListAssignment_2 ) ) ( ( rule__Partitioner_Rule__RuleListAssignment_2 )* ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3292:1: ( ( rule__Partitioner_Rule__RuleListAssignment_2 ) ) ( ( rule__Partitioner_Rule__RuleListAssignment_2 )* )
+ // InternalLDef.g:3347:1: ( ( ( rule__Partitioner_Rule__RuleListAssignment_2 ) ) ( ( rule__Partitioner_Rule__RuleListAssignment_2 )* ) )
+ // InternalLDef.g:3348:1: ( ( rule__Partitioner_Rule__RuleListAssignment_2 ) ) ( ( rule__Partitioner_Rule__RuleListAssignment_2 )* )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3292:1: ( ( rule__Partitioner_Rule__RuleListAssignment_2 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3293:1: ( rule__Partitioner_Rule__RuleListAssignment_2 )
+ // InternalLDef.g:3348:1: ( ( rule__Partitioner_Rule__RuleListAssignment_2 ) )
+ // InternalLDef.g:3349:1: ( rule__Partitioner_Rule__RuleListAssignment_2 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartitioner_RuleAccess().getRuleListAssignment_2());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3294:1: ( rule__Partitioner_Rule__RuleListAssignment_2 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3294:2: rule__Partitioner_Rule__RuleListAssignment_2
+ // InternalLDef.g:3350:1: ( rule__Partitioner_Rule__RuleListAssignment_2 )
+ // InternalLDef.g:3350:2: rule__Partitioner_Rule__RuleListAssignment_2
{
- pushFollow(FOLLOW_rule__Partitioner_Rule__RuleListAssignment_2_in_rule__Partitioner_Rule__Group__2__Impl6709);
+ pushFollow(FOLLOW_26);
rule__Partitioner_Rule__RuleListAssignment_2();
state._fsp--;
@@ -9632,13 +9806,13 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3297:1: ( ( rule__Partitioner_Rule__RuleListAssignment_2 )* )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3298:1: ( rule__Partitioner_Rule__RuleListAssignment_2 )*
+ // InternalLDef.g:3353:1: ( ( rule__Partitioner_Rule__RuleListAssignment_2 )* )
+ // InternalLDef.g:3354:1: ( rule__Partitioner_Rule__RuleListAssignment_2 )*
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartitioner_RuleAccess().getRuleListAssignment_2());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3299:1: ( rule__Partitioner_Rule__RuleListAssignment_2 )*
+ // InternalLDef.g:3355:1: ( rule__Partitioner_Rule__RuleListAssignment_2 )*
loop24:
do {
int alt24=2;
@@ -9651,9 +9825,9 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
switch (alt24) {
case 1 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3299:2: rule__Partitioner_Rule__RuleListAssignment_2
+ // InternalLDef.g:3355:2: rule__Partitioner_Rule__RuleListAssignment_2
{
- pushFollow(FOLLOW_rule__Partitioner_Rule__RuleListAssignment_2_in_rule__Partitioner_Rule__Group__2__Impl6721);
+ pushFollow(FOLLOW_26);
rule__Partitioner_Rule__RuleListAssignment_2();
state._fsp--;
@@ -9695,16 +9869,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partitioner_Rule__Group__3"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3310:1: rule__Partitioner_Rule__Group__3 : rule__Partitioner_Rule__Group__3__Impl ;
+ // InternalLDef.g:3366:1: rule__Partitioner_Rule__Group__3 : rule__Partitioner_Rule__Group__3__Impl ;
public final void rule__Partitioner_Rule__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3314:1: ( rule__Partitioner_Rule__Group__3__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3315:2: rule__Partitioner_Rule__Group__3__Impl
+ // InternalLDef.g:3370:1: ( rule__Partitioner_Rule__Group__3__Impl )
+ // InternalLDef.g:3371:2: rule__Partitioner_Rule__Group__3__Impl
{
- pushFollow(FOLLOW_rule__Partitioner_Rule__Group__3__Impl_in_rule__Partitioner_Rule__Group__36754);
+ pushFollow(FOLLOW_2);
rule__Partitioner_Rule__Group__3__Impl();
state._fsp--;
@@ -9728,22 +9902,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partitioner_Rule__Group__3__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3321:1: rule__Partitioner_Rule__Group__3__Impl : ( '}' ) ;
+ // InternalLDef.g:3377:1: rule__Partitioner_Rule__Group__3__Impl : ( '}' ) ;
public final void rule__Partitioner_Rule__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3325:1: ( ( '}' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3326:1: ( '}' )
+ // InternalLDef.g:3381:1: ( ( '}' ) )
+ // InternalLDef.g:3382:1: ( '}' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3326:1: ( '}' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3327:1: '}'
+ // InternalLDef.g:3382:1: ( '}' )
+ // InternalLDef.g:3383:1: '}'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartitioner_RuleAccess().getRightCurlyBracketKeyword_3());
}
- match(input,20,FOLLOW_20_in_rule__Partitioner_Rule__Group__3__Impl6782); if (state.failed) return ;
+ match(input,20,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getPartitioner_RuleAccess().getRightCurlyBracketKeyword_3());
}
@@ -9769,21 +9943,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_SingleLineRule__Group__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3348:1: rule__Partition_SingleLineRule__Group__0 : rule__Partition_SingleLineRule__Group__0__Impl rule__Partition_SingleLineRule__Group__1 ;
+ // InternalLDef.g:3404:1: rule__Partition_SingleLineRule__Group__0 : rule__Partition_SingleLineRule__Group__0__Impl rule__Partition_SingleLineRule__Group__1 ;
public final void rule__Partition_SingleLineRule__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3352:1: ( rule__Partition_SingleLineRule__Group__0__Impl rule__Partition_SingleLineRule__Group__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3353:2: rule__Partition_SingleLineRule__Group__0__Impl rule__Partition_SingleLineRule__Group__1
+ // InternalLDef.g:3408:1: ( rule__Partition_SingleLineRule__Group__0__Impl rule__Partition_SingleLineRule__Group__1 )
+ // InternalLDef.g:3409:2: rule__Partition_SingleLineRule__Group__0__Impl rule__Partition_SingleLineRule__Group__1
{
- pushFollow(FOLLOW_rule__Partition_SingleLineRule__Group__0__Impl_in_rule__Partition_SingleLineRule__Group__06821);
+ pushFollow(FOLLOW_3);
rule__Partition_SingleLineRule__Group__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Partition_SingleLineRule__Group__1_in_rule__Partition_SingleLineRule__Group__06824);
+ pushFollow(FOLLOW_2);
rule__Partition_SingleLineRule__Group__1();
state._fsp--;
@@ -9807,22 +9981,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_SingleLineRule__Group__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3360:1: rule__Partition_SingleLineRule__Group__0__Impl : ( 'single_line' ) ;
+ // InternalLDef.g:3416:1: rule__Partition_SingleLineRule__Group__0__Impl : ( 'single_line' ) ;
public final void rule__Partition_SingleLineRule__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3364:1: ( ( 'single_line' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3365:1: ( 'single_line' )
+ // InternalLDef.g:3420:1: ( ( 'single_line' ) )
+ // InternalLDef.g:3421:1: ( 'single_line' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3365:1: ( 'single_line' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3366:1: 'single_line'
+ // InternalLDef.g:3421:1: ( 'single_line' )
+ // InternalLDef.g:3422:1: 'single_line'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartition_SingleLineRuleAccess().getSingle_lineKeyword_0());
}
- match(input,30,FOLLOW_30_in_rule__Partition_SingleLineRule__Group__0__Impl6852); if (state.failed) return ;
+ match(input,30,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getPartition_SingleLineRuleAccess().getSingle_lineKeyword_0());
}
@@ -9848,21 +10022,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_SingleLineRule__Group__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3379:1: rule__Partition_SingleLineRule__Group__1 : rule__Partition_SingleLineRule__Group__1__Impl rule__Partition_SingleLineRule__Group__2 ;
+ // InternalLDef.g:3435:1: rule__Partition_SingleLineRule__Group__1 : rule__Partition_SingleLineRule__Group__1__Impl rule__Partition_SingleLineRule__Group__2 ;
public final void rule__Partition_SingleLineRule__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3383:1: ( rule__Partition_SingleLineRule__Group__1__Impl rule__Partition_SingleLineRule__Group__2 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3384:2: rule__Partition_SingleLineRule__Group__1__Impl rule__Partition_SingleLineRule__Group__2
+ // InternalLDef.g:3439:1: ( rule__Partition_SingleLineRule__Group__1__Impl rule__Partition_SingleLineRule__Group__2 )
+ // InternalLDef.g:3440:2: rule__Partition_SingleLineRule__Group__1__Impl rule__Partition_SingleLineRule__Group__2
{
- pushFollow(FOLLOW_rule__Partition_SingleLineRule__Group__1__Impl_in_rule__Partition_SingleLineRule__Group__16883);
+ pushFollow(FOLLOW_18);
rule__Partition_SingleLineRule__Group__1__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Partition_SingleLineRule__Group__2_in_rule__Partition_SingleLineRule__Group__16886);
+ pushFollow(FOLLOW_2);
rule__Partition_SingleLineRule__Group__2();
state._fsp--;
@@ -9886,25 +10060,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_SingleLineRule__Group__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3391:1: rule__Partition_SingleLineRule__Group__1__Impl : ( ( rule__Partition_SingleLineRule__ParitionAssignment_1 ) ) ;
+ // InternalLDef.g:3447:1: rule__Partition_SingleLineRule__Group__1__Impl : ( ( rule__Partition_SingleLineRule__ParitionAssignment_1 ) ) ;
public final void rule__Partition_SingleLineRule__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3395:1: ( ( ( rule__Partition_SingleLineRule__ParitionAssignment_1 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3396:1: ( ( rule__Partition_SingleLineRule__ParitionAssignment_1 ) )
+ // InternalLDef.g:3451:1: ( ( ( rule__Partition_SingleLineRule__ParitionAssignment_1 ) ) )
+ // InternalLDef.g:3452:1: ( ( rule__Partition_SingleLineRule__ParitionAssignment_1 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3396:1: ( ( rule__Partition_SingleLineRule__ParitionAssignment_1 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3397:1: ( rule__Partition_SingleLineRule__ParitionAssignment_1 )
+ // InternalLDef.g:3452:1: ( ( rule__Partition_SingleLineRule__ParitionAssignment_1 ) )
+ // InternalLDef.g:3453:1: ( rule__Partition_SingleLineRule__ParitionAssignment_1 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartition_SingleLineRuleAccess().getParitionAssignment_1());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3398:1: ( rule__Partition_SingleLineRule__ParitionAssignment_1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3398:2: rule__Partition_SingleLineRule__ParitionAssignment_1
+ // InternalLDef.g:3454:1: ( rule__Partition_SingleLineRule__ParitionAssignment_1 )
+ // InternalLDef.g:3454:2: rule__Partition_SingleLineRule__ParitionAssignment_1
{
- pushFollow(FOLLOW_rule__Partition_SingleLineRule__ParitionAssignment_1_in_rule__Partition_SingleLineRule__Group__1__Impl6913);
+ pushFollow(FOLLOW_2);
rule__Partition_SingleLineRule__ParitionAssignment_1();
state._fsp--;
@@ -9937,21 +10111,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_SingleLineRule__Group__2"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3408:1: rule__Partition_SingleLineRule__Group__2 : rule__Partition_SingleLineRule__Group__2__Impl rule__Partition_SingleLineRule__Group__3 ;
+ // InternalLDef.g:3464:1: rule__Partition_SingleLineRule__Group__2 : rule__Partition_SingleLineRule__Group__2__Impl rule__Partition_SingleLineRule__Group__3 ;
public final void rule__Partition_SingleLineRule__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3412:1: ( rule__Partition_SingleLineRule__Group__2__Impl rule__Partition_SingleLineRule__Group__3 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3413:2: rule__Partition_SingleLineRule__Group__2__Impl rule__Partition_SingleLineRule__Group__3
+ // InternalLDef.g:3468:1: ( rule__Partition_SingleLineRule__Group__2__Impl rule__Partition_SingleLineRule__Group__3 )
+ // InternalLDef.g:3469:2: rule__Partition_SingleLineRule__Group__2__Impl rule__Partition_SingleLineRule__Group__3
{
- pushFollow(FOLLOW_rule__Partition_SingleLineRule__Group__2__Impl_in_rule__Partition_SingleLineRule__Group__26943);
+ pushFollow(FOLLOW_27);
rule__Partition_SingleLineRule__Group__2__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Partition_SingleLineRule__Group__3_in_rule__Partition_SingleLineRule__Group__26946);
+ pushFollow(FOLLOW_2);
rule__Partition_SingleLineRule__Group__3();
state._fsp--;
@@ -9975,25 +10149,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_SingleLineRule__Group__2__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3420:1: rule__Partition_SingleLineRule__Group__2__Impl : ( ( rule__Partition_SingleLineRule__StartSeqAssignment_2 ) ) ;
+ // InternalLDef.g:3476:1: rule__Partition_SingleLineRule__Group__2__Impl : ( ( rule__Partition_SingleLineRule__StartSeqAssignment_2 ) ) ;
public final void rule__Partition_SingleLineRule__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3424:1: ( ( ( rule__Partition_SingleLineRule__StartSeqAssignment_2 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3425:1: ( ( rule__Partition_SingleLineRule__StartSeqAssignment_2 ) )
+ // InternalLDef.g:3480:1: ( ( ( rule__Partition_SingleLineRule__StartSeqAssignment_2 ) ) )
+ // InternalLDef.g:3481:1: ( ( rule__Partition_SingleLineRule__StartSeqAssignment_2 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3425:1: ( ( rule__Partition_SingleLineRule__StartSeqAssignment_2 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3426:1: ( rule__Partition_SingleLineRule__StartSeqAssignment_2 )
+ // InternalLDef.g:3481:1: ( ( rule__Partition_SingleLineRule__StartSeqAssignment_2 ) )
+ // InternalLDef.g:3482:1: ( rule__Partition_SingleLineRule__StartSeqAssignment_2 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartition_SingleLineRuleAccess().getStartSeqAssignment_2());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3427:1: ( rule__Partition_SingleLineRule__StartSeqAssignment_2 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3427:2: rule__Partition_SingleLineRule__StartSeqAssignment_2
+ // InternalLDef.g:3483:1: ( rule__Partition_SingleLineRule__StartSeqAssignment_2 )
+ // InternalLDef.g:3483:2: rule__Partition_SingleLineRule__StartSeqAssignment_2
{
- pushFollow(FOLLOW_rule__Partition_SingleLineRule__StartSeqAssignment_2_in_rule__Partition_SingleLineRule__Group__2__Impl6973);
+ pushFollow(FOLLOW_2);
rule__Partition_SingleLineRule__StartSeqAssignment_2();
state._fsp--;
@@ -10026,21 +10200,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_SingleLineRule__Group__3"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3437:1: rule__Partition_SingleLineRule__Group__3 : rule__Partition_SingleLineRule__Group__3__Impl rule__Partition_SingleLineRule__Group__4 ;
+ // InternalLDef.g:3493:1: rule__Partition_SingleLineRule__Group__3 : rule__Partition_SingleLineRule__Group__3__Impl rule__Partition_SingleLineRule__Group__4 ;
public final void rule__Partition_SingleLineRule__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3441:1: ( rule__Partition_SingleLineRule__Group__3__Impl rule__Partition_SingleLineRule__Group__4 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3442:2: rule__Partition_SingleLineRule__Group__3__Impl rule__Partition_SingleLineRule__Group__4
+ // InternalLDef.g:3497:1: ( rule__Partition_SingleLineRule__Group__3__Impl rule__Partition_SingleLineRule__Group__4 )
+ // InternalLDef.g:3498:2: rule__Partition_SingleLineRule__Group__3__Impl rule__Partition_SingleLineRule__Group__4
{
- pushFollow(FOLLOW_rule__Partition_SingleLineRule__Group__3__Impl_in_rule__Partition_SingleLineRule__Group__37003);
+ pushFollow(FOLLOW_27);
rule__Partition_SingleLineRule__Group__3__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Partition_SingleLineRule__Group__4_in_rule__Partition_SingleLineRule__Group__37006);
+ pushFollow(FOLLOW_2);
rule__Partition_SingleLineRule__Group__4();
state._fsp--;
@@ -10064,22 +10238,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_SingleLineRule__Group__3__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3449:1: rule__Partition_SingleLineRule__Group__3__Impl : ( ( rule__Partition_SingleLineRule__Group_3__0 )? ) ;
+ // InternalLDef.g:3505:1: rule__Partition_SingleLineRule__Group__3__Impl : ( ( rule__Partition_SingleLineRule__Group_3__0 )? ) ;
public final void rule__Partition_SingleLineRule__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3453:1: ( ( ( rule__Partition_SingleLineRule__Group_3__0 )? ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3454:1: ( ( rule__Partition_SingleLineRule__Group_3__0 )? )
+ // InternalLDef.g:3509:1: ( ( ( rule__Partition_SingleLineRule__Group_3__0 )? ) )
+ // InternalLDef.g:3510:1: ( ( rule__Partition_SingleLineRule__Group_3__0 )? )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3454:1: ( ( rule__Partition_SingleLineRule__Group_3__0 )? )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3455:1: ( rule__Partition_SingleLineRule__Group_3__0 )?
+ // InternalLDef.g:3510:1: ( ( rule__Partition_SingleLineRule__Group_3__0 )? )
+ // InternalLDef.g:3511:1: ( rule__Partition_SingleLineRule__Group_3__0 )?
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartition_SingleLineRuleAccess().getGroup_3());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3456:1: ( rule__Partition_SingleLineRule__Group_3__0 )?
+ // InternalLDef.g:3512:1: ( rule__Partition_SingleLineRule__Group_3__0 )?
int alt25=2;
int LA25_0 = input.LA(1);
@@ -10088,9 +10262,9 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
}
switch (alt25) {
case 1 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3456:2: rule__Partition_SingleLineRule__Group_3__0
+ // InternalLDef.g:3512:2: rule__Partition_SingleLineRule__Group_3__0
{
- pushFollow(FOLLOW_rule__Partition_SingleLineRule__Group_3__0_in_rule__Partition_SingleLineRule__Group__3__Impl7033);
+ pushFollow(FOLLOW_2);
rule__Partition_SingleLineRule__Group_3__0();
state._fsp--;
@@ -10126,21 +10300,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_SingleLineRule__Group__4"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3466:1: rule__Partition_SingleLineRule__Group__4 : rule__Partition_SingleLineRule__Group__4__Impl rule__Partition_SingleLineRule__Group__5 ;
+ // InternalLDef.g:3522:1: rule__Partition_SingleLineRule__Group__4 : rule__Partition_SingleLineRule__Group__4__Impl rule__Partition_SingleLineRule__Group__5 ;
public final void rule__Partition_SingleLineRule__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3470:1: ( rule__Partition_SingleLineRule__Group__4__Impl rule__Partition_SingleLineRule__Group__5 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3471:2: rule__Partition_SingleLineRule__Group__4__Impl rule__Partition_SingleLineRule__Group__5
+ // InternalLDef.g:3526:1: ( rule__Partition_SingleLineRule__Group__4__Impl rule__Partition_SingleLineRule__Group__5 )
+ // InternalLDef.g:3527:2: rule__Partition_SingleLineRule__Group__4__Impl rule__Partition_SingleLineRule__Group__5
{
- pushFollow(FOLLOW_rule__Partition_SingleLineRule__Group__4__Impl_in_rule__Partition_SingleLineRule__Group__47064);
+ pushFollow(FOLLOW_27);
rule__Partition_SingleLineRule__Group__4__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Partition_SingleLineRule__Group__5_in_rule__Partition_SingleLineRule__Group__47067);
+ pushFollow(FOLLOW_2);
rule__Partition_SingleLineRule__Group__5();
state._fsp--;
@@ -10164,22 +10338,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_SingleLineRule__Group__4__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3478:1: rule__Partition_SingleLineRule__Group__4__Impl : ( ( rule__Partition_SingleLineRule__Group_4__0 )? ) ;
+ // InternalLDef.g:3534:1: rule__Partition_SingleLineRule__Group__4__Impl : ( ( rule__Partition_SingleLineRule__Group_4__0 )? ) ;
public final void rule__Partition_SingleLineRule__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3482:1: ( ( ( rule__Partition_SingleLineRule__Group_4__0 )? ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3483:1: ( ( rule__Partition_SingleLineRule__Group_4__0 )? )
+ // InternalLDef.g:3538:1: ( ( ( rule__Partition_SingleLineRule__Group_4__0 )? ) )
+ // InternalLDef.g:3539:1: ( ( rule__Partition_SingleLineRule__Group_4__0 )? )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3483:1: ( ( rule__Partition_SingleLineRule__Group_4__0 )? )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3484:1: ( rule__Partition_SingleLineRule__Group_4__0 )?
+ // InternalLDef.g:3539:1: ( ( rule__Partition_SingleLineRule__Group_4__0 )? )
+ // InternalLDef.g:3540:1: ( rule__Partition_SingleLineRule__Group_4__0 )?
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartition_SingleLineRuleAccess().getGroup_4());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3485:1: ( rule__Partition_SingleLineRule__Group_4__0 )?
+ // InternalLDef.g:3541:1: ( rule__Partition_SingleLineRule__Group_4__0 )?
int alt26=2;
int LA26_0 = input.LA(1);
@@ -10188,9 +10362,9 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
}
switch (alt26) {
case 1 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3485:2: rule__Partition_SingleLineRule__Group_4__0
+ // InternalLDef.g:3541:2: rule__Partition_SingleLineRule__Group_4__0
{
- pushFollow(FOLLOW_rule__Partition_SingleLineRule__Group_4__0_in_rule__Partition_SingleLineRule__Group__4__Impl7094);
+ pushFollow(FOLLOW_2);
rule__Partition_SingleLineRule__Group_4__0();
state._fsp--;
@@ -10226,16 +10400,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_SingleLineRule__Group__5"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3495:1: rule__Partition_SingleLineRule__Group__5 : rule__Partition_SingleLineRule__Group__5__Impl ;
+ // InternalLDef.g:3551:1: rule__Partition_SingleLineRule__Group__5 : rule__Partition_SingleLineRule__Group__5__Impl ;
public final void rule__Partition_SingleLineRule__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3499:1: ( rule__Partition_SingleLineRule__Group__5__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3500:2: rule__Partition_SingleLineRule__Group__5__Impl
+ // InternalLDef.g:3555:1: ( rule__Partition_SingleLineRule__Group__5__Impl )
+ // InternalLDef.g:3556:2: rule__Partition_SingleLineRule__Group__5__Impl
{
- pushFollow(FOLLOW_rule__Partition_SingleLineRule__Group__5__Impl_in_rule__Partition_SingleLineRule__Group__57125);
+ pushFollow(FOLLOW_2);
rule__Partition_SingleLineRule__Group__5__Impl();
state._fsp--;
@@ -10259,22 +10433,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_SingleLineRule__Group__5__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3506:1: rule__Partition_SingleLineRule__Group__5__Impl : ( ( rule__Partition_SingleLineRule__Group_5__0 )? ) ;
+ // InternalLDef.g:3562:1: rule__Partition_SingleLineRule__Group__5__Impl : ( ( rule__Partition_SingleLineRule__Group_5__0 )? ) ;
public final void rule__Partition_SingleLineRule__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3510:1: ( ( ( rule__Partition_SingleLineRule__Group_5__0 )? ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3511:1: ( ( rule__Partition_SingleLineRule__Group_5__0 )? )
+ // InternalLDef.g:3566:1: ( ( ( rule__Partition_SingleLineRule__Group_5__0 )? ) )
+ // InternalLDef.g:3567:1: ( ( rule__Partition_SingleLineRule__Group_5__0 )? )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3511:1: ( ( rule__Partition_SingleLineRule__Group_5__0 )? )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3512:1: ( rule__Partition_SingleLineRule__Group_5__0 )?
+ // InternalLDef.g:3567:1: ( ( rule__Partition_SingleLineRule__Group_5__0 )? )
+ // InternalLDef.g:3568:1: ( rule__Partition_SingleLineRule__Group_5__0 )?
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartition_SingleLineRuleAccess().getGroup_5());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3513:1: ( rule__Partition_SingleLineRule__Group_5__0 )?
+ // InternalLDef.g:3569:1: ( rule__Partition_SingleLineRule__Group_5__0 )?
int alt27=2;
int LA27_0 = input.LA(1);
@@ -10283,9 +10457,9 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
}
switch (alt27) {
case 1 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3513:2: rule__Partition_SingleLineRule__Group_5__0
+ // InternalLDef.g:3569:2: rule__Partition_SingleLineRule__Group_5__0
{
- pushFollow(FOLLOW_rule__Partition_SingleLineRule__Group_5__0_in_rule__Partition_SingleLineRule__Group__5__Impl7152);
+ pushFollow(FOLLOW_2);
rule__Partition_SingleLineRule__Group_5__0();
state._fsp--;
@@ -10321,21 +10495,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_SingleLineRule__Group_3__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3535:1: rule__Partition_SingleLineRule__Group_3__0 : rule__Partition_SingleLineRule__Group_3__0__Impl rule__Partition_SingleLineRule__Group_3__1 ;
+ // InternalLDef.g:3591:1: rule__Partition_SingleLineRule__Group_3__0 : rule__Partition_SingleLineRule__Group_3__0__Impl rule__Partition_SingleLineRule__Group_3__1 ;
public final void rule__Partition_SingleLineRule__Group_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3539:1: ( rule__Partition_SingleLineRule__Group_3__0__Impl rule__Partition_SingleLineRule__Group_3__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3540:2: rule__Partition_SingleLineRule__Group_3__0__Impl rule__Partition_SingleLineRule__Group_3__1
+ // InternalLDef.g:3595:1: ( rule__Partition_SingleLineRule__Group_3__0__Impl rule__Partition_SingleLineRule__Group_3__1 )
+ // InternalLDef.g:3596:2: rule__Partition_SingleLineRule__Group_3__0__Impl rule__Partition_SingleLineRule__Group_3__1
{
- pushFollow(FOLLOW_rule__Partition_SingleLineRule__Group_3__0__Impl_in_rule__Partition_SingleLineRule__Group_3__07195);
+ pushFollow(FOLLOW_28);
rule__Partition_SingleLineRule__Group_3__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Partition_SingleLineRule__Group_3__1_in_rule__Partition_SingleLineRule__Group_3__07198);
+ pushFollow(FOLLOW_2);
rule__Partition_SingleLineRule__Group_3__1();
state._fsp--;
@@ -10359,22 +10533,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_SingleLineRule__Group_3__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3547:1: rule__Partition_SingleLineRule__Group_3__0__Impl : ( 'col' ) ;
+ // InternalLDef.g:3603:1: rule__Partition_SingleLineRule__Group_3__0__Impl : ( 'col' ) ;
public final void rule__Partition_SingleLineRule__Group_3__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3551:1: ( ( 'col' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3552:1: ( 'col' )
+ // InternalLDef.g:3607:1: ( ( 'col' ) )
+ // InternalLDef.g:3608:1: ( 'col' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3552:1: ( 'col' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3553:1: 'col'
+ // InternalLDef.g:3608:1: ( 'col' )
+ // InternalLDef.g:3609:1: 'col'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartition_SingleLineRuleAccess().getColKeyword_3_0());
}
- match(input,31,FOLLOW_31_in_rule__Partition_SingleLineRule__Group_3__0__Impl7226); if (state.failed) return ;
+ match(input,31,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getPartition_SingleLineRuleAccess().getColKeyword_3_0());
}
@@ -10400,16 +10574,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_SingleLineRule__Group_3__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3566:1: rule__Partition_SingleLineRule__Group_3__1 : rule__Partition_SingleLineRule__Group_3__1__Impl ;
+ // InternalLDef.g:3622:1: rule__Partition_SingleLineRule__Group_3__1 : rule__Partition_SingleLineRule__Group_3__1__Impl ;
public final void rule__Partition_SingleLineRule__Group_3__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3570:1: ( rule__Partition_SingleLineRule__Group_3__1__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3571:2: rule__Partition_SingleLineRule__Group_3__1__Impl
+ // InternalLDef.g:3626:1: ( rule__Partition_SingleLineRule__Group_3__1__Impl )
+ // InternalLDef.g:3627:2: rule__Partition_SingleLineRule__Group_3__1__Impl
{
- pushFollow(FOLLOW_rule__Partition_SingleLineRule__Group_3__1__Impl_in_rule__Partition_SingleLineRule__Group_3__17257);
+ pushFollow(FOLLOW_2);
rule__Partition_SingleLineRule__Group_3__1__Impl();
state._fsp--;
@@ -10433,25 +10607,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_SingleLineRule__Group_3__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3577:1: rule__Partition_SingleLineRule__Group_3__1__Impl : ( ( rule__Partition_SingleLineRule__CheckAssignment_3_1 ) ) ;
+ // InternalLDef.g:3633:1: rule__Partition_SingleLineRule__Group_3__1__Impl : ( ( rule__Partition_SingleLineRule__CheckAssignment_3_1 ) ) ;
public final void rule__Partition_SingleLineRule__Group_3__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3581:1: ( ( ( rule__Partition_SingleLineRule__CheckAssignment_3_1 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3582:1: ( ( rule__Partition_SingleLineRule__CheckAssignment_3_1 ) )
+ // InternalLDef.g:3637:1: ( ( ( rule__Partition_SingleLineRule__CheckAssignment_3_1 ) ) )
+ // InternalLDef.g:3638:1: ( ( rule__Partition_SingleLineRule__CheckAssignment_3_1 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3582:1: ( ( rule__Partition_SingleLineRule__CheckAssignment_3_1 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3583:1: ( rule__Partition_SingleLineRule__CheckAssignment_3_1 )
+ // InternalLDef.g:3638:1: ( ( rule__Partition_SingleLineRule__CheckAssignment_3_1 ) )
+ // InternalLDef.g:3639:1: ( rule__Partition_SingleLineRule__CheckAssignment_3_1 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartition_SingleLineRuleAccess().getCheckAssignment_3_1());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3584:1: ( rule__Partition_SingleLineRule__CheckAssignment_3_1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3584:2: rule__Partition_SingleLineRule__CheckAssignment_3_1
+ // InternalLDef.g:3640:1: ( rule__Partition_SingleLineRule__CheckAssignment_3_1 )
+ // InternalLDef.g:3640:2: rule__Partition_SingleLineRule__CheckAssignment_3_1
{
- pushFollow(FOLLOW_rule__Partition_SingleLineRule__CheckAssignment_3_1_in_rule__Partition_SingleLineRule__Group_3__1__Impl7284);
+ pushFollow(FOLLOW_2);
rule__Partition_SingleLineRule__CheckAssignment_3_1();
state._fsp--;
@@ -10484,21 +10658,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_SingleLineRule__Group_4__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3598:1: rule__Partition_SingleLineRule__Group_4__0 : rule__Partition_SingleLineRule__Group_4__0__Impl rule__Partition_SingleLineRule__Group_4__1 ;
+ // InternalLDef.g:3654:1: rule__Partition_SingleLineRule__Group_4__0 : rule__Partition_SingleLineRule__Group_4__0__Impl rule__Partition_SingleLineRule__Group_4__1 ;
public final void rule__Partition_SingleLineRule__Group_4__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3602:1: ( rule__Partition_SingleLineRule__Group_4__0__Impl rule__Partition_SingleLineRule__Group_4__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3603:2: rule__Partition_SingleLineRule__Group_4__0__Impl rule__Partition_SingleLineRule__Group_4__1
+ // InternalLDef.g:3658:1: ( rule__Partition_SingleLineRule__Group_4__0__Impl rule__Partition_SingleLineRule__Group_4__1 )
+ // InternalLDef.g:3659:2: rule__Partition_SingleLineRule__Group_4__0__Impl rule__Partition_SingleLineRule__Group_4__1
{
- pushFollow(FOLLOW_rule__Partition_SingleLineRule__Group_4__0__Impl_in_rule__Partition_SingleLineRule__Group_4__07318);
+ pushFollow(FOLLOW_18);
rule__Partition_SingleLineRule__Group_4__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Partition_SingleLineRule__Group_4__1_in_rule__Partition_SingleLineRule__Group_4__07321);
+ pushFollow(FOLLOW_2);
rule__Partition_SingleLineRule__Group_4__1();
state._fsp--;
@@ -10522,22 +10696,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_SingleLineRule__Group_4__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3610:1: rule__Partition_SingleLineRule__Group_4__0__Impl : ( '=>' ) ;
+ // InternalLDef.g:3666:1: rule__Partition_SingleLineRule__Group_4__0__Impl : ( '=>' ) ;
public final void rule__Partition_SingleLineRule__Group_4__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3614:1: ( ( '=>' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3615:1: ( '=>' )
+ // InternalLDef.g:3670:1: ( ( '=>' ) )
+ // InternalLDef.g:3671:1: ( '=>' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3615:1: ( '=>' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3616:1: '=>'
+ // InternalLDef.g:3671:1: ( '=>' )
+ // InternalLDef.g:3672:1: '=>'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartition_SingleLineRuleAccess().getEqualsSignGreaterThanSignKeyword_4_0());
}
- match(input,32,FOLLOW_32_in_rule__Partition_SingleLineRule__Group_4__0__Impl7349); if (state.failed) return ;
+ match(input,32,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getPartition_SingleLineRuleAccess().getEqualsSignGreaterThanSignKeyword_4_0());
}
@@ -10563,16 +10737,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_SingleLineRule__Group_4__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3629:1: rule__Partition_SingleLineRule__Group_4__1 : rule__Partition_SingleLineRule__Group_4__1__Impl ;
+ // InternalLDef.g:3685:1: rule__Partition_SingleLineRule__Group_4__1 : rule__Partition_SingleLineRule__Group_4__1__Impl ;
public final void rule__Partition_SingleLineRule__Group_4__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3633:1: ( rule__Partition_SingleLineRule__Group_4__1__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3634:2: rule__Partition_SingleLineRule__Group_4__1__Impl
+ // InternalLDef.g:3689:1: ( rule__Partition_SingleLineRule__Group_4__1__Impl )
+ // InternalLDef.g:3690:2: rule__Partition_SingleLineRule__Group_4__1__Impl
{
- pushFollow(FOLLOW_rule__Partition_SingleLineRule__Group_4__1__Impl_in_rule__Partition_SingleLineRule__Group_4__17380);
+ pushFollow(FOLLOW_2);
rule__Partition_SingleLineRule__Group_4__1__Impl();
state._fsp--;
@@ -10596,22 +10770,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_SingleLineRule__Group_4__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3640:1: rule__Partition_SingleLineRule__Group_4__1__Impl : ( ( rule__Partition_SingleLineRule__EndSeqAssignment_4_1 )? ) ;
+ // InternalLDef.g:3696:1: rule__Partition_SingleLineRule__Group_4__1__Impl : ( ( rule__Partition_SingleLineRule__EndSeqAssignment_4_1 )? ) ;
public final void rule__Partition_SingleLineRule__Group_4__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3644:1: ( ( ( rule__Partition_SingleLineRule__EndSeqAssignment_4_1 )? ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3645:1: ( ( rule__Partition_SingleLineRule__EndSeqAssignment_4_1 )? )
+ // InternalLDef.g:3700:1: ( ( ( rule__Partition_SingleLineRule__EndSeqAssignment_4_1 )? ) )
+ // InternalLDef.g:3701:1: ( ( rule__Partition_SingleLineRule__EndSeqAssignment_4_1 )? )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3645:1: ( ( rule__Partition_SingleLineRule__EndSeqAssignment_4_1 )? )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3646:1: ( rule__Partition_SingleLineRule__EndSeqAssignment_4_1 )?
+ // InternalLDef.g:3701:1: ( ( rule__Partition_SingleLineRule__EndSeqAssignment_4_1 )? )
+ // InternalLDef.g:3702:1: ( rule__Partition_SingleLineRule__EndSeqAssignment_4_1 )?
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartition_SingleLineRuleAccess().getEndSeqAssignment_4_1());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3647:1: ( rule__Partition_SingleLineRule__EndSeqAssignment_4_1 )?
+ // InternalLDef.g:3703:1: ( rule__Partition_SingleLineRule__EndSeqAssignment_4_1 )?
int alt28=2;
int LA28_0 = input.LA(1);
@@ -10620,9 +10794,9 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
}
switch (alt28) {
case 1 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3647:2: rule__Partition_SingleLineRule__EndSeqAssignment_4_1
+ // InternalLDef.g:3703:2: rule__Partition_SingleLineRule__EndSeqAssignment_4_1
{
- pushFollow(FOLLOW_rule__Partition_SingleLineRule__EndSeqAssignment_4_1_in_rule__Partition_SingleLineRule__Group_4__1__Impl7407);
+ pushFollow(FOLLOW_2);
rule__Partition_SingleLineRule__EndSeqAssignment_4_1();
state._fsp--;
@@ -10658,21 +10832,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_SingleLineRule__Group_5__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3661:1: rule__Partition_SingleLineRule__Group_5__0 : rule__Partition_SingleLineRule__Group_5__0__Impl rule__Partition_SingleLineRule__Group_5__1 ;
+ // InternalLDef.g:3717:1: rule__Partition_SingleLineRule__Group_5__0 : rule__Partition_SingleLineRule__Group_5__0__Impl rule__Partition_SingleLineRule__Group_5__1 ;
public final void rule__Partition_SingleLineRule__Group_5__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3665:1: ( rule__Partition_SingleLineRule__Group_5__0__Impl rule__Partition_SingleLineRule__Group_5__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3666:2: rule__Partition_SingleLineRule__Group_5__0__Impl rule__Partition_SingleLineRule__Group_5__1
+ // InternalLDef.g:3721:1: ( rule__Partition_SingleLineRule__Group_5__0__Impl rule__Partition_SingleLineRule__Group_5__1 )
+ // InternalLDef.g:3722:2: rule__Partition_SingleLineRule__Group_5__0__Impl rule__Partition_SingleLineRule__Group_5__1
{
- pushFollow(FOLLOW_rule__Partition_SingleLineRule__Group_5__0__Impl_in_rule__Partition_SingleLineRule__Group_5__07442);
+ pushFollow(FOLLOW_29);
rule__Partition_SingleLineRule__Group_5__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Partition_SingleLineRule__Group_5__1_in_rule__Partition_SingleLineRule__Group_5__07445);
+ pushFollow(FOLLOW_2);
rule__Partition_SingleLineRule__Group_5__1();
state._fsp--;
@@ -10696,22 +10870,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_SingleLineRule__Group_5__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3673:1: rule__Partition_SingleLineRule__Group_5__0__Impl : ( 'escaped' ) ;
+ // InternalLDef.g:3729:1: rule__Partition_SingleLineRule__Group_5__0__Impl : ( 'escaped' ) ;
public final void rule__Partition_SingleLineRule__Group_5__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3677:1: ( ( 'escaped' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3678:1: ( 'escaped' )
+ // InternalLDef.g:3733:1: ( ( 'escaped' ) )
+ // InternalLDef.g:3734:1: ( 'escaped' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3678:1: ( 'escaped' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3679:1: 'escaped'
+ // InternalLDef.g:3734:1: ( 'escaped' )
+ // InternalLDef.g:3735:1: 'escaped'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartition_SingleLineRuleAccess().getEscapedKeyword_5_0());
}
- match(input,33,FOLLOW_33_in_rule__Partition_SingleLineRule__Group_5__0__Impl7473); if (state.failed) return ;
+ match(input,33,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getPartition_SingleLineRuleAccess().getEscapedKeyword_5_0());
}
@@ -10737,21 +10911,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_SingleLineRule__Group_5__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3692:1: rule__Partition_SingleLineRule__Group_5__1 : rule__Partition_SingleLineRule__Group_5__1__Impl rule__Partition_SingleLineRule__Group_5__2 ;
+ // InternalLDef.g:3748:1: rule__Partition_SingleLineRule__Group_5__1 : rule__Partition_SingleLineRule__Group_5__1__Impl rule__Partition_SingleLineRule__Group_5__2 ;
public final void rule__Partition_SingleLineRule__Group_5__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3696:1: ( rule__Partition_SingleLineRule__Group_5__1__Impl rule__Partition_SingleLineRule__Group_5__2 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3697:2: rule__Partition_SingleLineRule__Group_5__1__Impl rule__Partition_SingleLineRule__Group_5__2
+ // InternalLDef.g:3752:1: ( rule__Partition_SingleLineRule__Group_5__1__Impl rule__Partition_SingleLineRule__Group_5__2 )
+ // InternalLDef.g:3753:2: rule__Partition_SingleLineRule__Group_5__1__Impl rule__Partition_SingleLineRule__Group_5__2
{
- pushFollow(FOLLOW_rule__Partition_SingleLineRule__Group_5__1__Impl_in_rule__Partition_SingleLineRule__Group_5__17504);
+ pushFollow(FOLLOW_18);
rule__Partition_SingleLineRule__Group_5__1__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Partition_SingleLineRule__Group_5__2_in_rule__Partition_SingleLineRule__Group_5__17507);
+ pushFollow(FOLLOW_2);
rule__Partition_SingleLineRule__Group_5__2();
state._fsp--;
@@ -10775,22 +10949,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_SingleLineRule__Group_5__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3704:1: rule__Partition_SingleLineRule__Group_5__1__Impl : ( 'by' ) ;
+ // InternalLDef.g:3760:1: rule__Partition_SingleLineRule__Group_5__1__Impl : ( 'by' ) ;
public final void rule__Partition_SingleLineRule__Group_5__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3708:1: ( ( 'by' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3709:1: ( 'by' )
+ // InternalLDef.g:3764:1: ( ( 'by' ) )
+ // InternalLDef.g:3765:1: ( 'by' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3709:1: ( 'by' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3710:1: 'by'
+ // InternalLDef.g:3765:1: ( 'by' )
+ // InternalLDef.g:3766:1: 'by'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartition_SingleLineRuleAccess().getByKeyword_5_1());
}
- match(input,34,FOLLOW_34_in_rule__Partition_SingleLineRule__Group_5__1__Impl7535); if (state.failed) return ;
+ match(input,34,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getPartition_SingleLineRuleAccess().getByKeyword_5_1());
}
@@ -10816,16 +10990,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_SingleLineRule__Group_5__2"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3723:1: rule__Partition_SingleLineRule__Group_5__2 : rule__Partition_SingleLineRule__Group_5__2__Impl ;
+ // InternalLDef.g:3779:1: rule__Partition_SingleLineRule__Group_5__2 : rule__Partition_SingleLineRule__Group_5__2__Impl ;
public final void rule__Partition_SingleLineRule__Group_5__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3727:1: ( rule__Partition_SingleLineRule__Group_5__2__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3728:2: rule__Partition_SingleLineRule__Group_5__2__Impl
+ // InternalLDef.g:3783:1: ( rule__Partition_SingleLineRule__Group_5__2__Impl )
+ // InternalLDef.g:3784:2: rule__Partition_SingleLineRule__Group_5__2__Impl
{
- pushFollow(FOLLOW_rule__Partition_SingleLineRule__Group_5__2__Impl_in_rule__Partition_SingleLineRule__Group_5__27566);
+ pushFollow(FOLLOW_2);
rule__Partition_SingleLineRule__Group_5__2__Impl();
state._fsp--;
@@ -10849,25 +11023,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_SingleLineRule__Group_5__2__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3734:1: rule__Partition_SingleLineRule__Group_5__2__Impl : ( ( rule__Partition_SingleLineRule__EscapeSeqAssignment_5_2 ) ) ;
+ // InternalLDef.g:3790:1: rule__Partition_SingleLineRule__Group_5__2__Impl : ( ( rule__Partition_SingleLineRule__EscapeSeqAssignment_5_2 ) ) ;
public final void rule__Partition_SingleLineRule__Group_5__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3738:1: ( ( ( rule__Partition_SingleLineRule__EscapeSeqAssignment_5_2 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3739:1: ( ( rule__Partition_SingleLineRule__EscapeSeqAssignment_5_2 ) )
+ // InternalLDef.g:3794:1: ( ( ( rule__Partition_SingleLineRule__EscapeSeqAssignment_5_2 ) ) )
+ // InternalLDef.g:3795:1: ( ( rule__Partition_SingleLineRule__EscapeSeqAssignment_5_2 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3739:1: ( ( rule__Partition_SingleLineRule__EscapeSeqAssignment_5_2 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3740:1: ( rule__Partition_SingleLineRule__EscapeSeqAssignment_5_2 )
+ // InternalLDef.g:3795:1: ( ( rule__Partition_SingleLineRule__EscapeSeqAssignment_5_2 ) )
+ // InternalLDef.g:3796:1: ( rule__Partition_SingleLineRule__EscapeSeqAssignment_5_2 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartition_SingleLineRuleAccess().getEscapeSeqAssignment_5_2());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3741:1: ( rule__Partition_SingleLineRule__EscapeSeqAssignment_5_2 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3741:2: rule__Partition_SingleLineRule__EscapeSeqAssignment_5_2
+ // InternalLDef.g:3797:1: ( rule__Partition_SingleLineRule__EscapeSeqAssignment_5_2 )
+ // InternalLDef.g:3797:2: rule__Partition_SingleLineRule__EscapeSeqAssignment_5_2
{
- pushFollow(FOLLOW_rule__Partition_SingleLineRule__EscapeSeqAssignment_5_2_in_rule__Partition_SingleLineRule__Group_5__2__Impl7593);
+ pushFollow(FOLLOW_2);
rule__Partition_SingleLineRule__EscapeSeqAssignment_5_2();
state._fsp--;
@@ -10900,21 +11074,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_MultiLineRule__Group__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3757:1: rule__Partition_MultiLineRule__Group__0 : rule__Partition_MultiLineRule__Group__0__Impl rule__Partition_MultiLineRule__Group__1 ;
+ // InternalLDef.g:3813:1: rule__Partition_MultiLineRule__Group__0 : rule__Partition_MultiLineRule__Group__0__Impl rule__Partition_MultiLineRule__Group__1 ;
public final void rule__Partition_MultiLineRule__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3761:1: ( rule__Partition_MultiLineRule__Group__0__Impl rule__Partition_MultiLineRule__Group__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3762:2: rule__Partition_MultiLineRule__Group__0__Impl rule__Partition_MultiLineRule__Group__1
+ // InternalLDef.g:3817:1: ( rule__Partition_MultiLineRule__Group__0__Impl rule__Partition_MultiLineRule__Group__1 )
+ // InternalLDef.g:3818:2: rule__Partition_MultiLineRule__Group__0__Impl rule__Partition_MultiLineRule__Group__1
{
- pushFollow(FOLLOW_rule__Partition_MultiLineRule__Group__0__Impl_in_rule__Partition_MultiLineRule__Group__07629);
+ pushFollow(FOLLOW_3);
rule__Partition_MultiLineRule__Group__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Partition_MultiLineRule__Group__1_in_rule__Partition_MultiLineRule__Group__07632);
+ pushFollow(FOLLOW_2);
rule__Partition_MultiLineRule__Group__1();
state._fsp--;
@@ -10938,22 +11112,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_MultiLineRule__Group__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3769:1: rule__Partition_MultiLineRule__Group__0__Impl : ( 'multi_line' ) ;
+ // InternalLDef.g:3825:1: rule__Partition_MultiLineRule__Group__0__Impl : ( 'multi_line' ) ;
public final void rule__Partition_MultiLineRule__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3773:1: ( ( 'multi_line' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3774:1: ( 'multi_line' )
+ // InternalLDef.g:3829:1: ( ( 'multi_line' ) )
+ // InternalLDef.g:3830:1: ( 'multi_line' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3774:1: ( 'multi_line' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3775:1: 'multi_line'
+ // InternalLDef.g:3830:1: ( 'multi_line' )
+ // InternalLDef.g:3831:1: 'multi_line'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartition_MultiLineRuleAccess().getMulti_lineKeyword_0());
}
- match(input,35,FOLLOW_35_in_rule__Partition_MultiLineRule__Group__0__Impl7660); if (state.failed) return ;
+ match(input,35,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getPartition_MultiLineRuleAccess().getMulti_lineKeyword_0());
}
@@ -10979,21 +11153,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_MultiLineRule__Group__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3788:1: rule__Partition_MultiLineRule__Group__1 : rule__Partition_MultiLineRule__Group__1__Impl rule__Partition_MultiLineRule__Group__2 ;
+ // InternalLDef.g:3844:1: rule__Partition_MultiLineRule__Group__1 : rule__Partition_MultiLineRule__Group__1__Impl rule__Partition_MultiLineRule__Group__2 ;
public final void rule__Partition_MultiLineRule__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3792:1: ( rule__Partition_MultiLineRule__Group__1__Impl rule__Partition_MultiLineRule__Group__2 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3793:2: rule__Partition_MultiLineRule__Group__1__Impl rule__Partition_MultiLineRule__Group__2
+ // InternalLDef.g:3848:1: ( rule__Partition_MultiLineRule__Group__1__Impl rule__Partition_MultiLineRule__Group__2 )
+ // InternalLDef.g:3849:2: rule__Partition_MultiLineRule__Group__1__Impl rule__Partition_MultiLineRule__Group__2
{
- pushFollow(FOLLOW_rule__Partition_MultiLineRule__Group__1__Impl_in_rule__Partition_MultiLineRule__Group__17691);
+ pushFollow(FOLLOW_18);
rule__Partition_MultiLineRule__Group__1__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Partition_MultiLineRule__Group__2_in_rule__Partition_MultiLineRule__Group__17694);
+ pushFollow(FOLLOW_2);
rule__Partition_MultiLineRule__Group__2();
state._fsp--;
@@ -11017,25 +11191,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_MultiLineRule__Group__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3800:1: rule__Partition_MultiLineRule__Group__1__Impl : ( ( rule__Partition_MultiLineRule__ParitionAssignment_1 ) ) ;
+ // InternalLDef.g:3856:1: rule__Partition_MultiLineRule__Group__1__Impl : ( ( rule__Partition_MultiLineRule__ParitionAssignment_1 ) ) ;
public final void rule__Partition_MultiLineRule__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3804:1: ( ( ( rule__Partition_MultiLineRule__ParitionAssignment_1 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3805:1: ( ( rule__Partition_MultiLineRule__ParitionAssignment_1 ) )
+ // InternalLDef.g:3860:1: ( ( ( rule__Partition_MultiLineRule__ParitionAssignment_1 ) ) )
+ // InternalLDef.g:3861:1: ( ( rule__Partition_MultiLineRule__ParitionAssignment_1 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3805:1: ( ( rule__Partition_MultiLineRule__ParitionAssignment_1 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3806:1: ( rule__Partition_MultiLineRule__ParitionAssignment_1 )
+ // InternalLDef.g:3861:1: ( ( rule__Partition_MultiLineRule__ParitionAssignment_1 ) )
+ // InternalLDef.g:3862:1: ( rule__Partition_MultiLineRule__ParitionAssignment_1 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartition_MultiLineRuleAccess().getParitionAssignment_1());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3807:1: ( rule__Partition_MultiLineRule__ParitionAssignment_1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3807:2: rule__Partition_MultiLineRule__ParitionAssignment_1
+ // InternalLDef.g:3863:1: ( rule__Partition_MultiLineRule__ParitionAssignment_1 )
+ // InternalLDef.g:3863:2: rule__Partition_MultiLineRule__ParitionAssignment_1
{
- pushFollow(FOLLOW_rule__Partition_MultiLineRule__ParitionAssignment_1_in_rule__Partition_MultiLineRule__Group__1__Impl7721);
+ pushFollow(FOLLOW_2);
rule__Partition_MultiLineRule__ParitionAssignment_1();
state._fsp--;
@@ -11068,21 +11242,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_MultiLineRule__Group__2"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3817:1: rule__Partition_MultiLineRule__Group__2 : rule__Partition_MultiLineRule__Group__2__Impl rule__Partition_MultiLineRule__Group__3 ;
+ // InternalLDef.g:3873:1: rule__Partition_MultiLineRule__Group__2 : rule__Partition_MultiLineRule__Group__2__Impl rule__Partition_MultiLineRule__Group__3 ;
public final void rule__Partition_MultiLineRule__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3821:1: ( rule__Partition_MultiLineRule__Group__2__Impl rule__Partition_MultiLineRule__Group__3 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3822:2: rule__Partition_MultiLineRule__Group__2__Impl rule__Partition_MultiLineRule__Group__3
+ // InternalLDef.g:3877:1: ( rule__Partition_MultiLineRule__Group__2__Impl rule__Partition_MultiLineRule__Group__3 )
+ // InternalLDef.g:3878:2: rule__Partition_MultiLineRule__Group__2__Impl rule__Partition_MultiLineRule__Group__3
{
- pushFollow(FOLLOW_rule__Partition_MultiLineRule__Group__2__Impl_in_rule__Partition_MultiLineRule__Group__27751);
+ pushFollow(FOLLOW_30);
rule__Partition_MultiLineRule__Group__2__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Partition_MultiLineRule__Group__3_in_rule__Partition_MultiLineRule__Group__27754);
+ pushFollow(FOLLOW_2);
rule__Partition_MultiLineRule__Group__3();
state._fsp--;
@@ -11106,25 +11280,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_MultiLineRule__Group__2__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3829:1: rule__Partition_MultiLineRule__Group__2__Impl : ( ( rule__Partition_MultiLineRule__StartSeqAssignment_2 ) ) ;
+ // InternalLDef.g:3885:1: rule__Partition_MultiLineRule__Group__2__Impl : ( ( rule__Partition_MultiLineRule__StartSeqAssignment_2 ) ) ;
public final void rule__Partition_MultiLineRule__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3833:1: ( ( ( rule__Partition_MultiLineRule__StartSeqAssignment_2 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3834:1: ( ( rule__Partition_MultiLineRule__StartSeqAssignment_2 ) )
+ // InternalLDef.g:3889:1: ( ( ( rule__Partition_MultiLineRule__StartSeqAssignment_2 ) ) )
+ // InternalLDef.g:3890:1: ( ( rule__Partition_MultiLineRule__StartSeqAssignment_2 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3834:1: ( ( rule__Partition_MultiLineRule__StartSeqAssignment_2 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3835:1: ( rule__Partition_MultiLineRule__StartSeqAssignment_2 )
+ // InternalLDef.g:3890:1: ( ( rule__Partition_MultiLineRule__StartSeqAssignment_2 ) )
+ // InternalLDef.g:3891:1: ( rule__Partition_MultiLineRule__StartSeqAssignment_2 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartition_MultiLineRuleAccess().getStartSeqAssignment_2());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3836:1: ( rule__Partition_MultiLineRule__StartSeqAssignment_2 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3836:2: rule__Partition_MultiLineRule__StartSeqAssignment_2
+ // InternalLDef.g:3892:1: ( rule__Partition_MultiLineRule__StartSeqAssignment_2 )
+ // InternalLDef.g:3892:2: rule__Partition_MultiLineRule__StartSeqAssignment_2
{
- pushFollow(FOLLOW_rule__Partition_MultiLineRule__StartSeqAssignment_2_in_rule__Partition_MultiLineRule__Group__2__Impl7781);
+ pushFollow(FOLLOW_2);
rule__Partition_MultiLineRule__StartSeqAssignment_2();
state._fsp--;
@@ -11157,21 +11331,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_MultiLineRule__Group__3"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3846:1: rule__Partition_MultiLineRule__Group__3 : rule__Partition_MultiLineRule__Group__3__Impl rule__Partition_MultiLineRule__Group__4 ;
+ // InternalLDef.g:3902:1: rule__Partition_MultiLineRule__Group__3 : rule__Partition_MultiLineRule__Group__3__Impl rule__Partition_MultiLineRule__Group__4 ;
public final void rule__Partition_MultiLineRule__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3850:1: ( rule__Partition_MultiLineRule__Group__3__Impl rule__Partition_MultiLineRule__Group__4 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3851:2: rule__Partition_MultiLineRule__Group__3__Impl rule__Partition_MultiLineRule__Group__4
+ // InternalLDef.g:3906:1: ( rule__Partition_MultiLineRule__Group__3__Impl rule__Partition_MultiLineRule__Group__4 )
+ // InternalLDef.g:3907:2: rule__Partition_MultiLineRule__Group__3__Impl rule__Partition_MultiLineRule__Group__4
{
- pushFollow(FOLLOW_rule__Partition_MultiLineRule__Group__3__Impl_in_rule__Partition_MultiLineRule__Group__37811);
+ pushFollow(FOLLOW_30);
rule__Partition_MultiLineRule__Group__3__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Partition_MultiLineRule__Group__4_in_rule__Partition_MultiLineRule__Group__37814);
+ pushFollow(FOLLOW_2);
rule__Partition_MultiLineRule__Group__4();
state._fsp--;
@@ -11195,22 +11369,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_MultiLineRule__Group__3__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3858:1: rule__Partition_MultiLineRule__Group__3__Impl : ( ( rule__Partition_MultiLineRule__Group_3__0 )? ) ;
+ // InternalLDef.g:3914:1: rule__Partition_MultiLineRule__Group__3__Impl : ( ( rule__Partition_MultiLineRule__Group_3__0 )? ) ;
public final void rule__Partition_MultiLineRule__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3862:1: ( ( ( rule__Partition_MultiLineRule__Group_3__0 )? ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3863:1: ( ( rule__Partition_MultiLineRule__Group_3__0 )? )
+ // InternalLDef.g:3918:1: ( ( ( rule__Partition_MultiLineRule__Group_3__0 )? ) )
+ // InternalLDef.g:3919:1: ( ( rule__Partition_MultiLineRule__Group_3__0 )? )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3863:1: ( ( rule__Partition_MultiLineRule__Group_3__0 )? )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3864:1: ( rule__Partition_MultiLineRule__Group_3__0 )?
+ // InternalLDef.g:3919:1: ( ( rule__Partition_MultiLineRule__Group_3__0 )? )
+ // InternalLDef.g:3920:1: ( rule__Partition_MultiLineRule__Group_3__0 )?
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartition_MultiLineRuleAccess().getGroup_3());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3865:1: ( rule__Partition_MultiLineRule__Group_3__0 )?
+ // InternalLDef.g:3921:1: ( rule__Partition_MultiLineRule__Group_3__0 )?
int alt29=2;
int LA29_0 = input.LA(1);
@@ -11219,9 +11393,9 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
}
switch (alt29) {
case 1 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3865:2: rule__Partition_MultiLineRule__Group_3__0
+ // InternalLDef.g:3921:2: rule__Partition_MultiLineRule__Group_3__0
{
- pushFollow(FOLLOW_rule__Partition_MultiLineRule__Group_3__0_in_rule__Partition_MultiLineRule__Group__3__Impl7841);
+ pushFollow(FOLLOW_2);
rule__Partition_MultiLineRule__Group_3__0();
state._fsp--;
@@ -11257,21 +11431,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_MultiLineRule__Group__4"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3875:1: rule__Partition_MultiLineRule__Group__4 : rule__Partition_MultiLineRule__Group__4__Impl rule__Partition_MultiLineRule__Group__5 ;
+ // InternalLDef.g:3931:1: rule__Partition_MultiLineRule__Group__4 : rule__Partition_MultiLineRule__Group__4__Impl rule__Partition_MultiLineRule__Group__5 ;
public final void rule__Partition_MultiLineRule__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3879:1: ( rule__Partition_MultiLineRule__Group__4__Impl rule__Partition_MultiLineRule__Group__5 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3880:2: rule__Partition_MultiLineRule__Group__4__Impl rule__Partition_MultiLineRule__Group__5
+ // InternalLDef.g:3935:1: ( rule__Partition_MultiLineRule__Group__4__Impl rule__Partition_MultiLineRule__Group__5 )
+ // InternalLDef.g:3936:2: rule__Partition_MultiLineRule__Group__4__Impl rule__Partition_MultiLineRule__Group__5
{
- pushFollow(FOLLOW_rule__Partition_MultiLineRule__Group__4__Impl_in_rule__Partition_MultiLineRule__Group__47872);
+ pushFollow(FOLLOW_18);
rule__Partition_MultiLineRule__Group__4__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Partition_MultiLineRule__Group__5_in_rule__Partition_MultiLineRule__Group__47875);
+ pushFollow(FOLLOW_2);
rule__Partition_MultiLineRule__Group__5();
state._fsp--;
@@ -11295,22 +11469,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_MultiLineRule__Group__4__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3887:1: rule__Partition_MultiLineRule__Group__4__Impl : ( '=>' ) ;
+ // InternalLDef.g:3943:1: rule__Partition_MultiLineRule__Group__4__Impl : ( '=>' ) ;
public final void rule__Partition_MultiLineRule__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3891:1: ( ( '=>' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3892:1: ( '=>' )
+ // InternalLDef.g:3947:1: ( ( '=>' ) )
+ // InternalLDef.g:3948:1: ( '=>' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3892:1: ( '=>' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3893:1: '=>'
+ // InternalLDef.g:3948:1: ( '=>' )
+ // InternalLDef.g:3949:1: '=>'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartition_MultiLineRuleAccess().getEqualsSignGreaterThanSignKeyword_4());
}
- match(input,32,FOLLOW_32_in_rule__Partition_MultiLineRule__Group__4__Impl7903); if (state.failed) return ;
+ match(input,32,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getPartition_MultiLineRuleAccess().getEqualsSignGreaterThanSignKeyword_4());
}
@@ -11336,21 +11510,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_MultiLineRule__Group__5"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3906:1: rule__Partition_MultiLineRule__Group__5 : rule__Partition_MultiLineRule__Group__5__Impl rule__Partition_MultiLineRule__Group__6 ;
+ // InternalLDef.g:3962:1: rule__Partition_MultiLineRule__Group__5 : rule__Partition_MultiLineRule__Group__5__Impl rule__Partition_MultiLineRule__Group__6 ;
public final void rule__Partition_MultiLineRule__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3910:1: ( rule__Partition_MultiLineRule__Group__5__Impl rule__Partition_MultiLineRule__Group__6 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3911:2: rule__Partition_MultiLineRule__Group__5__Impl rule__Partition_MultiLineRule__Group__6
+ // InternalLDef.g:3966:1: ( rule__Partition_MultiLineRule__Group__5__Impl rule__Partition_MultiLineRule__Group__6 )
+ // InternalLDef.g:3967:2: rule__Partition_MultiLineRule__Group__5__Impl rule__Partition_MultiLineRule__Group__6
{
- pushFollow(FOLLOW_rule__Partition_MultiLineRule__Group__5__Impl_in_rule__Partition_MultiLineRule__Group__57934);
+ pushFollow(FOLLOW_31);
rule__Partition_MultiLineRule__Group__5__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Partition_MultiLineRule__Group__6_in_rule__Partition_MultiLineRule__Group__57937);
+ pushFollow(FOLLOW_2);
rule__Partition_MultiLineRule__Group__6();
state._fsp--;
@@ -11374,25 +11548,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_MultiLineRule__Group__5__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3918:1: rule__Partition_MultiLineRule__Group__5__Impl : ( ( rule__Partition_MultiLineRule__EndSeqAssignment_5 ) ) ;
+ // InternalLDef.g:3974:1: rule__Partition_MultiLineRule__Group__5__Impl : ( ( rule__Partition_MultiLineRule__EndSeqAssignment_5 ) ) ;
public final void rule__Partition_MultiLineRule__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3922:1: ( ( ( rule__Partition_MultiLineRule__EndSeqAssignment_5 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3923:1: ( ( rule__Partition_MultiLineRule__EndSeqAssignment_5 ) )
+ // InternalLDef.g:3978:1: ( ( ( rule__Partition_MultiLineRule__EndSeqAssignment_5 ) ) )
+ // InternalLDef.g:3979:1: ( ( rule__Partition_MultiLineRule__EndSeqAssignment_5 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3923:1: ( ( rule__Partition_MultiLineRule__EndSeqAssignment_5 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3924:1: ( rule__Partition_MultiLineRule__EndSeqAssignment_5 )
+ // InternalLDef.g:3979:1: ( ( rule__Partition_MultiLineRule__EndSeqAssignment_5 ) )
+ // InternalLDef.g:3980:1: ( rule__Partition_MultiLineRule__EndSeqAssignment_5 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartition_MultiLineRuleAccess().getEndSeqAssignment_5());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3925:1: ( rule__Partition_MultiLineRule__EndSeqAssignment_5 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3925:2: rule__Partition_MultiLineRule__EndSeqAssignment_5
+ // InternalLDef.g:3981:1: ( rule__Partition_MultiLineRule__EndSeqAssignment_5 )
+ // InternalLDef.g:3981:2: rule__Partition_MultiLineRule__EndSeqAssignment_5
{
- pushFollow(FOLLOW_rule__Partition_MultiLineRule__EndSeqAssignment_5_in_rule__Partition_MultiLineRule__Group__5__Impl7964);
+ pushFollow(FOLLOW_2);
rule__Partition_MultiLineRule__EndSeqAssignment_5();
state._fsp--;
@@ -11425,16 +11599,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_MultiLineRule__Group__6"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3935:1: rule__Partition_MultiLineRule__Group__6 : rule__Partition_MultiLineRule__Group__6__Impl ;
+ // InternalLDef.g:3991:1: rule__Partition_MultiLineRule__Group__6 : rule__Partition_MultiLineRule__Group__6__Impl ;
public final void rule__Partition_MultiLineRule__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3939:1: ( rule__Partition_MultiLineRule__Group__6__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3940:2: rule__Partition_MultiLineRule__Group__6__Impl
+ // InternalLDef.g:3995:1: ( rule__Partition_MultiLineRule__Group__6__Impl )
+ // InternalLDef.g:3996:2: rule__Partition_MultiLineRule__Group__6__Impl
{
- pushFollow(FOLLOW_rule__Partition_MultiLineRule__Group__6__Impl_in_rule__Partition_MultiLineRule__Group__67994);
+ pushFollow(FOLLOW_2);
rule__Partition_MultiLineRule__Group__6__Impl();
state._fsp--;
@@ -11458,22 +11632,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_MultiLineRule__Group__6__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3946:1: rule__Partition_MultiLineRule__Group__6__Impl : ( ( rule__Partition_MultiLineRule__Group_6__0 )? ) ;
+ // InternalLDef.g:4002:1: rule__Partition_MultiLineRule__Group__6__Impl : ( ( rule__Partition_MultiLineRule__Group_6__0 )? ) ;
public final void rule__Partition_MultiLineRule__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3950:1: ( ( ( rule__Partition_MultiLineRule__Group_6__0 )? ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3951:1: ( ( rule__Partition_MultiLineRule__Group_6__0 )? )
+ // InternalLDef.g:4006:1: ( ( ( rule__Partition_MultiLineRule__Group_6__0 )? ) )
+ // InternalLDef.g:4007:1: ( ( rule__Partition_MultiLineRule__Group_6__0 )? )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3951:1: ( ( rule__Partition_MultiLineRule__Group_6__0 )? )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3952:1: ( rule__Partition_MultiLineRule__Group_6__0 )?
+ // InternalLDef.g:4007:1: ( ( rule__Partition_MultiLineRule__Group_6__0 )? )
+ // InternalLDef.g:4008:1: ( rule__Partition_MultiLineRule__Group_6__0 )?
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartition_MultiLineRuleAccess().getGroup_6());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3953:1: ( rule__Partition_MultiLineRule__Group_6__0 )?
+ // InternalLDef.g:4009:1: ( rule__Partition_MultiLineRule__Group_6__0 )?
int alt30=2;
int LA30_0 = input.LA(1);
@@ -11482,9 +11656,9 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
}
switch (alt30) {
case 1 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3953:2: rule__Partition_MultiLineRule__Group_6__0
+ // InternalLDef.g:4009:2: rule__Partition_MultiLineRule__Group_6__0
{
- pushFollow(FOLLOW_rule__Partition_MultiLineRule__Group_6__0_in_rule__Partition_MultiLineRule__Group__6__Impl8021);
+ pushFollow(FOLLOW_2);
rule__Partition_MultiLineRule__Group_6__0();
state._fsp--;
@@ -11520,21 +11694,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_MultiLineRule__Group_3__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3977:1: rule__Partition_MultiLineRule__Group_3__0 : rule__Partition_MultiLineRule__Group_3__0__Impl rule__Partition_MultiLineRule__Group_3__1 ;
+ // InternalLDef.g:4033:1: rule__Partition_MultiLineRule__Group_3__0 : rule__Partition_MultiLineRule__Group_3__0__Impl rule__Partition_MultiLineRule__Group_3__1 ;
public final void rule__Partition_MultiLineRule__Group_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3981:1: ( rule__Partition_MultiLineRule__Group_3__0__Impl rule__Partition_MultiLineRule__Group_3__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3982:2: rule__Partition_MultiLineRule__Group_3__0__Impl rule__Partition_MultiLineRule__Group_3__1
+ // InternalLDef.g:4037:1: ( rule__Partition_MultiLineRule__Group_3__0__Impl rule__Partition_MultiLineRule__Group_3__1 )
+ // InternalLDef.g:4038:2: rule__Partition_MultiLineRule__Group_3__0__Impl rule__Partition_MultiLineRule__Group_3__1
{
- pushFollow(FOLLOW_rule__Partition_MultiLineRule__Group_3__0__Impl_in_rule__Partition_MultiLineRule__Group_3__08066);
+ pushFollow(FOLLOW_28);
rule__Partition_MultiLineRule__Group_3__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Partition_MultiLineRule__Group_3__1_in_rule__Partition_MultiLineRule__Group_3__08069);
+ pushFollow(FOLLOW_2);
rule__Partition_MultiLineRule__Group_3__1();
state._fsp--;
@@ -11558,22 +11732,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_MultiLineRule__Group_3__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3989:1: rule__Partition_MultiLineRule__Group_3__0__Impl : ( 'col' ) ;
+ // InternalLDef.g:4045:1: rule__Partition_MultiLineRule__Group_3__0__Impl : ( 'col' ) ;
public final void rule__Partition_MultiLineRule__Group_3__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3993:1: ( ( 'col' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3994:1: ( 'col' )
+ // InternalLDef.g:4049:1: ( ( 'col' ) )
+ // InternalLDef.g:4050:1: ( 'col' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3994:1: ( 'col' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:3995:1: 'col'
+ // InternalLDef.g:4050:1: ( 'col' )
+ // InternalLDef.g:4051:1: 'col'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartition_MultiLineRuleAccess().getColKeyword_3_0());
}
- match(input,31,FOLLOW_31_in_rule__Partition_MultiLineRule__Group_3__0__Impl8097); if (state.failed) return ;
+ match(input,31,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getPartition_MultiLineRuleAccess().getColKeyword_3_0());
}
@@ -11599,16 +11773,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_MultiLineRule__Group_3__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4008:1: rule__Partition_MultiLineRule__Group_3__1 : rule__Partition_MultiLineRule__Group_3__1__Impl ;
+ // InternalLDef.g:4064:1: rule__Partition_MultiLineRule__Group_3__1 : rule__Partition_MultiLineRule__Group_3__1__Impl ;
public final void rule__Partition_MultiLineRule__Group_3__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4012:1: ( rule__Partition_MultiLineRule__Group_3__1__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4013:2: rule__Partition_MultiLineRule__Group_3__1__Impl
+ // InternalLDef.g:4068:1: ( rule__Partition_MultiLineRule__Group_3__1__Impl )
+ // InternalLDef.g:4069:2: rule__Partition_MultiLineRule__Group_3__1__Impl
{
- pushFollow(FOLLOW_rule__Partition_MultiLineRule__Group_3__1__Impl_in_rule__Partition_MultiLineRule__Group_3__18128);
+ pushFollow(FOLLOW_2);
rule__Partition_MultiLineRule__Group_3__1__Impl();
state._fsp--;
@@ -11632,25 +11806,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_MultiLineRule__Group_3__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4019:1: rule__Partition_MultiLineRule__Group_3__1__Impl : ( ( rule__Partition_MultiLineRule__CheckAssignment_3_1 ) ) ;
+ // InternalLDef.g:4075:1: rule__Partition_MultiLineRule__Group_3__1__Impl : ( ( rule__Partition_MultiLineRule__CheckAssignment_3_1 ) ) ;
public final void rule__Partition_MultiLineRule__Group_3__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4023:1: ( ( ( rule__Partition_MultiLineRule__CheckAssignment_3_1 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4024:1: ( ( rule__Partition_MultiLineRule__CheckAssignment_3_1 ) )
+ // InternalLDef.g:4079:1: ( ( ( rule__Partition_MultiLineRule__CheckAssignment_3_1 ) ) )
+ // InternalLDef.g:4080:1: ( ( rule__Partition_MultiLineRule__CheckAssignment_3_1 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4024:1: ( ( rule__Partition_MultiLineRule__CheckAssignment_3_1 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4025:1: ( rule__Partition_MultiLineRule__CheckAssignment_3_1 )
+ // InternalLDef.g:4080:1: ( ( rule__Partition_MultiLineRule__CheckAssignment_3_1 ) )
+ // InternalLDef.g:4081:1: ( rule__Partition_MultiLineRule__CheckAssignment_3_1 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartition_MultiLineRuleAccess().getCheckAssignment_3_1());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4026:1: ( rule__Partition_MultiLineRule__CheckAssignment_3_1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4026:2: rule__Partition_MultiLineRule__CheckAssignment_3_1
+ // InternalLDef.g:4082:1: ( rule__Partition_MultiLineRule__CheckAssignment_3_1 )
+ // InternalLDef.g:4082:2: rule__Partition_MultiLineRule__CheckAssignment_3_1
{
- pushFollow(FOLLOW_rule__Partition_MultiLineRule__CheckAssignment_3_1_in_rule__Partition_MultiLineRule__Group_3__1__Impl8155);
+ pushFollow(FOLLOW_2);
rule__Partition_MultiLineRule__CheckAssignment_3_1();
state._fsp--;
@@ -11683,21 +11857,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_MultiLineRule__Group_6__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4040:1: rule__Partition_MultiLineRule__Group_6__0 : rule__Partition_MultiLineRule__Group_6__0__Impl rule__Partition_MultiLineRule__Group_6__1 ;
+ // InternalLDef.g:4096:1: rule__Partition_MultiLineRule__Group_6__0 : rule__Partition_MultiLineRule__Group_6__0__Impl rule__Partition_MultiLineRule__Group_6__1 ;
public final void rule__Partition_MultiLineRule__Group_6__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4044:1: ( rule__Partition_MultiLineRule__Group_6__0__Impl rule__Partition_MultiLineRule__Group_6__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4045:2: rule__Partition_MultiLineRule__Group_6__0__Impl rule__Partition_MultiLineRule__Group_6__1
+ // InternalLDef.g:4100:1: ( rule__Partition_MultiLineRule__Group_6__0__Impl rule__Partition_MultiLineRule__Group_6__1 )
+ // InternalLDef.g:4101:2: rule__Partition_MultiLineRule__Group_6__0__Impl rule__Partition_MultiLineRule__Group_6__1
{
- pushFollow(FOLLOW_rule__Partition_MultiLineRule__Group_6__0__Impl_in_rule__Partition_MultiLineRule__Group_6__08189);
+ pushFollow(FOLLOW_29);
rule__Partition_MultiLineRule__Group_6__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Partition_MultiLineRule__Group_6__1_in_rule__Partition_MultiLineRule__Group_6__08192);
+ pushFollow(FOLLOW_2);
rule__Partition_MultiLineRule__Group_6__1();
state._fsp--;
@@ -11721,22 +11895,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_MultiLineRule__Group_6__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4052:1: rule__Partition_MultiLineRule__Group_6__0__Impl : ( 'escaped' ) ;
+ // InternalLDef.g:4108:1: rule__Partition_MultiLineRule__Group_6__0__Impl : ( 'escaped' ) ;
public final void rule__Partition_MultiLineRule__Group_6__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4056:1: ( ( 'escaped' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4057:1: ( 'escaped' )
+ // InternalLDef.g:4112:1: ( ( 'escaped' ) )
+ // InternalLDef.g:4113:1: ( 'escaped' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4057:1: ( 'escaped' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4058:1: 'escaped'
+ // InternalLDef.g:4113:1: ( 'escaped' )
+ // InternalLDef.g:4114:1: 'escaped'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartition_MultiLineRuleAccess().getEscapedKeyword_6_0());
}
- match(input,33,FOLLOW_33_in_rule__Partition_MultiLineRule__Group_6__0__Impl8220); if (state.failed) return ;
+ match(input,33,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getPartition_MultiLineRuleAccess().getEscapedKeyword_6_0());
}
@@ -11762,21 +11936,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_MultiLineRule__Group_6__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4071:1: rule__Partition_MultiLineRule__Group_6__1 : rule__Partition_MultiLineRule__Group_6__1__Impl rule__Partition_MultiLineRule__Group_6__2 ;
+ // InternalLDef.g:4127:1: rule__Partition_MultiLineRule__Group_6__1 : rule__Partition_MultiLineRule__Group_6__1__Impl rule__Partition_MultiLineRule__Group_6__2 ;
public final void rule__Partition_MultiLineRule__Group_6__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4075:1: ( rule__Partition_MultiLineRule__Group_6__1__Impl rule__Partition_MultiLineRule__Group_6__2 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4076:2: rule__Partition_MultiLineRule__Group_6__1__Impl rule__Partition_MultiLineRule__Group_6__2
+ // InternalLDef.g:4131:1: ( rule__Partition_MultiLineRule__Group_6__1__Impl rule__Partition_MultiLineRule__Group_6__2 )
+ // InternalLDef.g:4132:2: rule__Partition_MultiLineRule__Group_6__1__Impl rule__Partition_MultiLineRule__Group_6__2
{
- pushFollow(FOLLOW_rule__Partition_MultiLineRule__Group_6__1__Impl_in_rule__Partition_MultiLineRule__Group_6__18251);
+ pushFollow(FOLLOW_18);
rule__Partition_MultiLineRule__Group_6__1__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Partition_MultiLineRule__Group_6__2_in_rule__Partition_MultiLineRule__Group_6__18254);
+ pushFollow(FOLLOW_2);
rule__Partition_MultiLineRule__Group_6__2();
state._fsp--;
@@ -11800,22 +11974,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_MultiLineRule__Group_6__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4083:1: rule__Partition_MultiLineRule__Group_6__1__Impl : ( 'by' ) ;
+ // InternalLDef.g:4139:1: rule__Partition_MultiLineRule__Group_6__1__Impl : ( 'by' ) ;
public final void rule__Partition_MultiLineRule__Group_6__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4087:1: ( ( 'by' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4088:1: ( 'by' )
+ // InternalLDef.g:4143:1: ( ( 'by' ) )
+ // InternalLDef.g:4144:1: ( 'by' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4088:1: ( 'by' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4089:1: 'by'
+ // InternalLDef.g:4144:1: ( 'by' )
+ // InternalLDef.g:4145:1: 'by'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartition_MultiLineRuleAccess().getByKeyword_6_1());
}
- match(input,34,FOLLOW_34_in_rule__Partition_MultiLineRule__Group_6__1__Impl8282); if (state.failed) return ;
+ match(input,34,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getPartition_MultiLineRuleAccess().getByKeyword_6_1());
}
@@ -11841,16 +12015,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_MultiLineRule__Group_6__2"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4102:1: rule__Partition_MultiLineRule__Group_6__2 : rule__Partition_MultiLineRule__Group_6__2__Impl ;
+ // InternalLDef.g:4158:1: rule__Partition_MultiLineRule__Group_6__2 : rule__Partition_MultiLineRule__Group_6__2__Impl ;
public final void rule__Partition_MultiLineRule__Group_6__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4106:1: ( rule__Partition_MultiLineRule__Group_6__2__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4107:2: rule__Partition_MultiLineRule__Group_6__2__Impl
+ // InternalLDef.g:4162:1: ( rule__Partition_MultiLineRule__Group_6__2__Impl )
+ // InternalLDef.g:4163:2: rule__Partition_MultiLineRule__Group_6__2__Impl
{
- pushFollow(FOLLOW_rule__Partition_MultiLineRule__Group_6__2__Impl_in_rule__Partition_MultiLineRule__Group_6__28313);
+ pushFollow(FOLLOW_2);
rule__Partition_MultiLineRule__Group_6__2__Impl();
state._fsp--;
@@ -11874,25 +12048,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_MultiLineRule__Group_6__2__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4113:1: rule__Partition_MultiLineRule__Group_6__2__Impl : ( ( rule__Partition_MultiLineRule__EscapeSeqAssignment_6_2 ) ) ;
+ // InternalLDef.g:4169:1: rule__Partition_MultiLineRule__Group_6__2__Impl : ( ( rule__Partition_MultiLineRule__EscapeSeqAssignment_6_2 ) ) ;
public final void rule__Partition_MultiLineRule__Group_6__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4117:1: ( ( ( rule__Partition_MultiLineRule__EscapeSeqAssignment_6_2 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4118:1: ( ( rule__Partition_MultiLineRule__EscapeSeqAssignment_6_2 ) )
+ // InternalLDef.g:4173:1: ( ( ( rule__Partition_MultiLineRule__EscapeSeqAssignment_6_2 ) ) )
+ // InternalLDef.g:4174:1: ( ( rule__Partition_MultiLineRule__EscapeSeqAssignment_6_2 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4118:1: ( ( rule__Partition_MultiLineRule__EscapeSeqAssignment_6_2 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4119:1: ( rule__Partition_MultiLineRule__EscapeSeqAssignment_6_2 )
+ // InternalLDef.g:4174:1: ( ( rule__Partition_MultiLineRule__EscapeSeqAssignment_6_2 ) )
+ // InternalLDef.g:4175:1: ( rule__Partition_MultiLineRule__EscapeSeqAssignment_6_2 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartition_MultiLineRuleAccess().getEscapeSeqAssignment_6_2());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4120:1: ( rule__Partition_MultiLineRule__EscapeSeqAssignment_6_2 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4120:2: rule__Partition_MultiLineRule__EscapeSeqAssignment_6_2
+ // InternalLDef.g:4176:1: ( rule__Partition_MultiLineRule__EscapeSeqAssignment_6_2 )
+ // InternalLDef.g:4176:2: rule__Partition_MultiLineRule__EscapeSeqAssignment_6_2
{
- pushFollow(FOLLOW_rule__Partition_MultiLineRule__EscapeSeqAssignment_6_2_in_rule__Partition_MultiLineRule__Group_6__2__Impl8340);
+ pushFollow(FOLLOW_2);
rule__Partition_MultiLineRule__EscapeSeqAssignment_6_2();
state._fsp--;
@@ -11925,21 +12099,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LexicalHighlighting__Group__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4136:1: rule__LexicalHighlighting__Group__0 : rule__LexicalHighlighting__Group__0__Impl rule__LexicalHighlighting__Group__1 ;
+ // InternalLDef.g:4192:1: rule__LexicalHighlighting__Group__0 : rule__LexicalHighlighting__Group__0__Impl rule__LexicalHighlighting__Group__1 ;
public final void rule__LexicalHighlighting__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4140:1: ( rule__LexicalHighlighting__Group__0__Impl rule__LexicalHighlighting__Group__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4141:2: rule__LexicalHighlighting__Group__0__Impl rule__LexicalHighlighting__Group__1
+ // InternalLDef.g:4196:1: ( rule__LexicalHighlighting__Group__0__Impl rule__LexicalHighlighting__Group__1 )
+ // InternalLDef.g:4197:2: rule__LexicalHighlighting__Group__0__Impl rule__LexicalHighlighting__Group__1
{
- pushFollow(FOLLOW_rule__LexicalHighlighting__Group__0__Impl_in_rule__LexicalHighlighting__Group__08376);
+ pushFollow(FOLLOW_9);
rule__LexicalHighlighting__Group__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__LexicalHighlighting__Group__1_in_rule__LexicalHighlighting__Group__08379);
+ pushFollow(FOLLOW_2);
rule__LexicalHighlighting__Group__1();
state._fsp--;
@@ -11963,22 +12137,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LexicalHighlighting__Group__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4148:1: rule__LexicalHighlighting__Group__0__Impl : ( 'lexical_highlighting' ) ;
+ // InternalLDef.g:4204:1: rule__LexicalHighlighting__Group__0__Impl : ( 'lexical_highlighting' ) ;
public final void rule__LexicalHighlighting__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4152:1: ( ( 'lexical_highlighting' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4153:1: ( 'lexical_highlighting' )
+ // InternalLDef.g:4208:1: ( ( 'lexical_highlighting' ) )
+ // InternalLDef.g:4209:1: ( 'lexical_highlighting' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4153:1: ( 'lexical_highlighting' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4154:1: 'lexical_highlighting'
+ // InternalLDef.g:4209:1: ( 'lexical_highlighting' )
+ // InternalLDef.g:4210:1: 'lexical_highlighting'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getLexicalHighlightingAccess().getLexical_highlightingKeyword_0());
}
- match(input,36,FOLLOW_36_in_rule__LexicalHighlighting__Group__0__Impl8407); if (state.failed) return ;
+ match(input,36,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getLexicalHighlightingAccess().getLexical_highlightingKeyword_0());
}
@@ -12004,21 +12178,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LexicalHighlighting__Group__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4167:1: rule__LexicalHighlighting__Group__1 : rule__LexicalHighlighting__Group__1__Impl rule__LexicalHighlighting__Group__2 ;
+ // InternalLDef.g:4223:1: rule__LexicalHighlighting__Group__1 : rule__LexicalHighlighting__Group__1__Impl rule__LexicalHighlighting__Group__2 ;
public final void rule__LexicalHighlighting__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4171:1: ( rule__LexicalHighlighting__Group__1__Impl rule__LexicalHighlighting__Group__2 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4172:2: rule__LexicalHighlighting__Group__1__Impl rule__LexicalHighlighting__Group__2
+ // InternalLDef.g:4227:1: ( rule__LexicalHighlighting__Group__1__Impl rule__LexicalHighlighting__Group__2 )
+ // InternalLDef.g:4228:2: rule__LexicalHighlighting__Group__1__Impl rule__LexicalHighlighting__Group__2
{
- pushFollow(FOLLOW_rule__LexicalHighlighting__Group__1__Impl_in_rule__LexicalHighlighting__Group__18438);
+ pushFollow(FOLLOW_23);
rule__LexicalHighlighting__Group__1__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__LexicalHighlighting__Group__2_in_rule__LexicalHighlighting__Group__18441);
+ pushFollow(FOLLOW_2);
rule__LexicalHighlighting__Group__2();
state._fsp--;
@@ -12042,22 +12216,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LexicalHighlighting__Group__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4179:1: rule__LexicalHighlighting__Group__1__Impl : ( '{' ) ;
+ // InternalLDef.g:4235:1: rule__LexicalHighlighting__Group__1__Impl : ( '{' ) ;
public final void rule__LexicalHighlighting__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4183:1: ( ( '{' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4184:1: ( '{' )
+ // InternalLDef.g:4239:1: ( ( '{' ) )
+ // InternalLDef.g:4240:1: ( '{' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4184:1: ( '{' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4185:1: '{'
+ // InternalLDef.g:4240:1: ( '{' )
+ // InternalLDef.g:4241:1: '{'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getLexicalHighlightingAccess().getLeftCurlyBracketKeyword_1());
}
- match(input,19,FOLLOW_19_in_rule__LexicalHighlighting__Group__1__Impl8469); if (state.failed) return ;
+ match(input,19,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getLexicalHighlightingAccess().getLeftCurlyBracketKeyword_1());
}
@@ -12083,21 +12257,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LexicalHighlighting__Group__2"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4198:1: rule__LexicalHighlighting__Group__2 : rule__LexicalHighlighting__Group__2__Impl rule__LexicalHighlighting__Group__3 ;
+ // InternalLDef.g:4254:1: rule__LexicalHighlighting__Group__2 : rule__LexicalHighlighting__Group__2__Impl rule__LexicalHighlighting__Group__3 ;
public final void rule__LexicalHighlighting__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4202:1: ( rule__LexicalHighlighting__Group__2__Impl rule__LexicalHighlighting__Group__3 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4203:2: rule__LexicalHighlighting__Group__2__Impl rule__LexicalHighlighting__Group__3
+ // InternalLDef.g:4258:1: ( rule__LexicalHighlighting__Group__2__Impl rule__LexicalHighlighting__Group__3 )
+ // InternalLDef.g:4259:2: rule__LexicalHighlighting__Group__2__Impl rule__LexicalHighlighting__Group__3
{
- pushFollow(FOLLOW_rule__LexicalHighlighting__Group__2__Impl_in_rule__LexicalHighlighting__Group__28500);
+ pushFollow(FOLLOW_32);
rule__LexicalHighlighting__Group__2__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__LexicalHighlighting__Group__3_in_rule__LexicalHighlighting__Group__28503);
+ pushFollow(FOLLOW_2);
rule__LexicalHighlighting__Group__3();
state._fsp--;
@@ -12121,28 +12295,28 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LexicalHighlighting__Group__2__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4210:1: rule__LexicalHighlighting__Group__2__Impl : ( ( ( rule__LexicalHighlighting__ListAssignment_2 ) ) ( ( rule__LexicalHighlighting__ListAssignment_2 )* ) ) ;
+ // InternalLDef.g:4266:1: rule__LexicalHighlighting__Group__2__Impl : ( ( ( rule__LexicalHighlighting__ListAssignment_2 ) ) ( ( rule__LexicalHighlighting__ListAssignment_2 )* ) ) ;
public final void rule__LexicalHighlighting__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4214:1: ( ( ( ( rule__LexicalHighlighting__ListAssignment_2 ) ) ( ( rule__LexicalHighlighting__ListAssignment_2 )* ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4215:1: ( ( ( rule__LexicalHighlighting__ListAssignment_2 ) ) ( ( rule__LexicalHighlighting__ListAssignment_2 )* ) )
+ // InternalLDef.g:4270:1: ( ( ( ( rule__LexicalHighlighting__ListAssignment_2 ) ) ( ( rule__LexicalHighlighting__ListAssignment_2 )* ) ) )
+ // InternalLDef.g:4271:1: ( ( ( rule__LexicalHighlighting__ListAssignment_2 ) ) ( ( rule__LexicalHighlighting__ListAssignment_2 )* ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4215:1: ( ( ( rule__LexicalHighlighting__ListAssignment_2 ) ) ( ( rule__LexicalHighlighting__ListAssignment_2 )* ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4216:1: ( ( rule__LexicalHighlighting__ListAssignment_2 ) ) ( ( rule__LexicalHighlighting__ListAssignment_2 )* )
+ // InternalLDef.g:4271:1: ( ( ( rule__LexicalHighlighting__ListAssignment_2 ) ) ( ( rule__LexicalHighlighting__ListAssignment_2 )* ) )
+ // InternalLDef.g:4272:1: ( ( rule__LexicalHighlighting__ListAssignment_2 ) ) ( ( rule__LexicalHighlighting__ListAssignment_2 )* )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4216:1: ( ( rule__LexicalHighlighting__ListAssignment_2 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4217:1: ( rule__LexicalHighlighting__ListAssignment_2 )
+ // InternalLDef.g:4272:1: ( ( rule__LexicalHighlighting__ListAssignment_2 ) )
+ // InternalLDef.g:4273:1: ( rule__LexicalHighlighting__ListAssignment_2 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getLexicalHighlightingAccess().getListAssignment_2());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4218:1: ( rule__LexicalHighlighting__ListAssignment_2 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4218:2: rule__LexicalHighlighting__ListAssignment_2
+ // InternalLDef.g:4274:1: ( rule__LexicalHighlighting__ListAssignment_2 )
+ // InternalLDef.g:4274:2: rule__LexicalHighlighting__ListAssignment_2
{
- pushFollow(FOLLOW_rule__LexicalHighlighting__ListAssignment_2_in_rule__LexicalHighlighting__Group__2__Impl8532);
+ pushFollow(FOLLOW_33);
rule__LexicalHighlighting__ListAssignment_2();
state._fsp--;
@@ -12156,13 +12330,13 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4221:1: ( ( rule__LexicalHighlighting__ListAssignment_2 )* )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4222:1: ( rule__LexicalHighlighting__ListAssignment_2 )*
+ // InternalLDef.g:4277:1: ( ( rule__LexicalHighlighting__ListAssignment_2 )* )
+ // InternalLDef.g:4278:1: ( rule__LexicalHighlighting__ListAssignment_2 )*
{
if ( state.backtracking==0 ) {
before(grammarAccess.getLexicalHighlightingAccess().getListAssignment_2());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4223:1: ( rule__LexicalHighlighting__ListAssignment_2 )*
+ // InternalLDef.g:4279:1: ( rule__LexicalHighlighting__ListAssignment_2 )*
loop31:
do {
int alt31=2;
@@ -12175,9 +12349,9 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
switch (alt31) {
case 1 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4223:2: rule__LexicalHighlighting__ListAssignment_2
+ // InternalLDef.g:4279:2: rule__LexicalHighlighting__ListAssignment_2
{
- pushFollow(FOLLOW_rule__LexicalHighlighting__ListAssignment_2_in_rule__LexicalHighlighting__Group__2__Impl8544);
+ pushFollow(FOLLOW_33);
rule__LexicalHighlighting__ListAssignment_2();
state._fsp--;
@@ -12219,20 +12393,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LexicalHighlighting__Group__3"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4234:1: rule__LexicalHighlighting__Group__3 : rule__LexicalHighlighting__Group__3__Impl ;
+ // InternalLDef.g:4290:1: rule__LexicalHighlighting__Group__3 : rule__LexicalHighlighting__Group__3__Impl rule__LexicalHighlighting__Group__4 ;
public final void rule__LexicalHighlighting__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4238:1: ( rule__LexicalHighlighting__Group__3__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4239:2: rule__LexicalHighlighting__Group__3__Impl
+ // InternalLDef.g:4294:1: ( rule__LexicalHighlighting__Group__3__Impl rule__LexicalHighlighting__Group__4 )
+ // InternalLDef.g:4295:2: rule__LexicalHighlighting__Group__3__Impl rule__LexicalHighlighting__Group__4
{
- pushFollow(FOLLOW_rule__LexicalHighlighting__Group__3__Impl_in_rule__LexicalHighlighting__Group__38577);
+ pushFollow(FOLLOW_32);
rule__LexicalHighlighting__Group__3__Impl();
state._fsp--;
if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__LexicalHighlighting__Group__4();
+
+ state._fsp--;
+ if (state.failed) return ;
}
@@ -12252,24 +12431,45 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LexicalHighlighting__Group__3__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4245:1: rule__LexicalHighlighting__Group__3__Impl : ( '}' ) ;
+ // InternalLDef.g:4302:1: rule__LexicalHighlighting__Group__3__Impl : ( ( rule__LexicalHighlighting__VistualAssignment_3 )? ) ;
public final void rule__LexicalHighlighting__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4249:1: ( ( '}' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4250:1: ( '}' )
+ // InternalLDef.g:4306:1: ( ( ( rule__LexicalHighlighting__VistualAssignment_3 )? ) )
+ // InternalLDef.g:4307:1: ( ( rule__LexicalHighlighting__VistualAssignment_3 )? )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4250:1: ( '}' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4251:1: '}'
+ // InternalLDef.g:4307:1: ( ( rule__LexicalHighlighting__VistualAssignment_3 )? )
+ // InternalLDef.g:4308:1: ( rule__LexicalHighlighting__VistualAssignment_3 )?
{
if ( state.backtracking==0 ) {
- before(grammarAccess.getLexicalHighlightingAccess().getRightCurlyBracketKeyword_3());
+ before(grammarAccess.getLexicalHighlightingAccess().getVistualAssignment_3());
}
- match(input,20,FOLLOW_20_in_rule__LexicalHighlighting__Group__3__Impl8605); if (state.failed) return ;
+ // InternalLDef.g:4309:1: ( rule__LexicalHighlighting__VistualAssignment_3 )?
+ int alt32=2;
+ int LA32_0 = input.LA(1);
+
+ if ( (LA32_0==37) ) {
+ alt32=1;
+ }
+ switch (alt32) {
+ case 1 :
+ // InternalLDef.g:4309:2: rule__LexicalHighlighting__VistualAssignment_3
+ {
+ pushFollow(FOLLOW_2);
+ rule__LexicalHighlighting__VistualAssignment_3();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+ break;
+
+ }
+
if ( state.backtracking==0 ) {
- after(grammarAccess.getLexicalHighlightingAccess().getRightCurlyBracketKeyword_3());
+ after(grammarAccess.getLexicalHighlightingAccess().getVistualAssignment_3());
}
}
@@ -12292,22 +12492,1000 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR end "rule__LexicalHighlighting__Group__3__Impl"
+ // $ANTLR start "rule__LexicalHighlighting__Group__4"
+ // InternalLDef.g:4319:1: rule__LexicalHighlighting__Group__4 : rule__LexicalHighlighting__Group__4__Impl ;
+ public final void rule__LexicalHighlighting__Group__4() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalLDef.g:4323:1: ( rule__LexicalHighlighting__Group__4__Impl )
+ // InternalLDef.g:4324:2: rule__LexicalHighlighting__Group__4__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__LexicalHighlighting__Group__4__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__LexicalHighlighting__Group__4"
+
+
+ // $ANTLR start "rule__LexicalHighlighting__Group__4__Impl"
+ // InternalLDef.g:4330:1: rule__LexicalHighlighting__Group__4__Impl : ( '}' ) ;
+ public final void rule__LexicalHighlighting__Group__4__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalLDef.g:4334:1: ( ( '}' ) )
+ // InternalLDef.g:4335:1: ( '}' )
+ {
+ // InternalLDef.g:4335:1: ( '}' )
+ // InternalLDef.g:4336:1: '}'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getLexicalHighlightingAccess().getRightCurlyBracketKeyword_4());
+ }
+ match(input,20,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getLexicalHighlightingAccess().getRightCurlyBracketKeyword_4());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__LexicalHighlighting__Group__4__Impl"
+
+
+ // $ANTLR start "rule__TokenVisuals__Group__0"
+ // InternalLDef.g:4359:1: rule__TokenVisuals__Group__0 : rule__TokenVisuals__Group__0__Impl rule__TokenVisuals__Group__1 ;
+ public final void rule__TokenVisuals__Group__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalLDef.g:4363:1: ( rule__TokenVisuals__Group__0__Impl rule__TokenVisuals__Group__1 )
+ // InternalLDef.g:4364:2: rule__TokenVisuals__Group__0__Impl rule__TokenVisuals__Group__1
+ {
+ pushFollow(FOLLOW_9);
+ rule__TokenVisuals__Group__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__TokenVisuals__Group__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__TokenVisuals__Group__0"
+
+
+ // $ANTLR start "rule__TokenVisuals__Group__0__Impl"
+ // InternalLDef.g:4371:1: rule__TokenVisuals__Group__0__Impl : ( 'token_def' ) ;
+ public final void rule__TokenVisuals__Group__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalLDef.g:4375:1: ( ( 'token_def' ) )
+ // InternalLDef.g:4376:1: ( 'token_def' )
+ {
+ // InternalLDef.g:4376:1: ( 'token_def' )
+ // InternalLDef.g:4377:1: 'token_def'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getTokenVisualsAccess().getToken_defKeyword_0());
+ }
+ match(input,37,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getTokenVisualsAccess().getToken_defKeyword_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__TokenVisuals__Group__0__Impl"
+
+
+ // $ANTLR start "rule__TokenVisuals__Group__1"
+ // InternalLDef.g:4390:1: rule__TokenVisuals__Group__1 : rule__TokenVisuals__Group__1__Impl rule__TokenVisuals__Group__2 ;
+ public final void rule__TokenVisuals__Group__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalLDef.g:4394:1: ( rule__TokenVisuals__Group__1__Impl rule__TokenVisuals__Group__2 )
+ // InternalLDef.g:4395:2: rule__TokenVisuals__Group__1__Impl rule__TokenVisuals__Group__2
+ {
+ pushFollow(FOLLOW_3);
+ rule__TokenVisuals__Group__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__TokenVisuals__Group__2();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__TokenVisuals__Group__1"
+
+
+ // $ANTLR start "rule__TokenVisuals__Group__1__Impl"
+ // InternalLDef.g:4402:1: rule__TokenVisuals__Group__1__Impl : ( '{' ) ;
+ public final void rule__TokenVisuals__Group__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalLDef.g:4406:1: ( ( '{' ) )
+ // InternalLDef.g:4407:1: ( '{' )
+ {
+ // InternalLDef.g:4407:1: ( '{' )
+ // InternalLDef.g:4408:1: '{'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getTokenVisualsAccess().getLeftCurlyBracketKeyword_1());
+ }
+ match(input,19,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getTokenVisualsAccess().getLeftCurlyBracketKeyword_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__TokenVisuals__Group__1__Impl"
+
+
+ // $ANTLR start "rule__TokenVisuals__Group__2"
+ // InternalLDef.g:4421:1: rule__TokenVisuals__Group__2 : rule__TokenVisuals__Group__2__Impl rule__TokenVisuals__Group__3 ;
+ public final void rule__TokenVisuals__Group__2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalLDef.g:4425:1: ( rule__TokenVisuals__Group__2__Impl rule__TokenVisuals__Group__3 )
+ // InternalLDef.g:4426:2: rule__TokenVisuals__Group__2__Impl rule__TokenVisuals__Group__3
+ {
+ pushFollow(FOLLOW_14);
+ rule__TokenVisuals__Group__2__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__TokenVisuals__Group__3();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__TokenVisuals__Group__2"
+
+
+ // $ANTLR start "rule__TokenVisuals__Group__2__Impl"
+ // InternalLDef.g:4433:1: rule__TokenVisuals__Group__2__Impl : ( ( ( rule__TokenVisuals__Group_2__0 ) ) ( ( rule__TokenVisuals__Group_2__0 )* ) ) ;
+ public final void rule__TokenVisuals__Group__2__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalLDef.g:4437:1: ( ( ( ( rule__TokenVisuals__Group_2__0 ) ) ( ( rule__TokenVisuals__Group_2__0 )* ) ) )
+ // InternalLDef.g:4438:1: ( ( ( rule__TokenVisuals__Group_2__0 ) ) ( ( rule__TokenVisuals__Group_2__0 )* ) )
+ {
+ // InternalLDef.g:4438:1: ( ( ( rule__TokenVisuals__Group_2__0 ) ) ( ( rule__TokenVisuals__Group_2__0 )* ) )
+ // InternalLDef.g:4439:1: ( ( rule__TokenVisuals__Group_2__0 ) ) ( ( rule__TokenVisuals__Group_2__0 )* )
+ {
+ // InternalLDef.g:4439:1: ( ( rule__TokenVisuals__Group_2__0 ) )
+ // InternalLDef.g:4440:1: ( rule__TokenVisuals__Group_2__0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getTokenVisualsAccess().getGroup_2());
+ }
+ // InternalLDef.g:4441:1: ( rule__TokenVisuals__Group_2__0 )
+ // InternalLDef.g:4441:2: rule__TokenVisuals__Group_2__0
+ {
+ pushFollow(FOLLOW_19);
+ rule__TokenVisuals__Group_2__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getTokenVisualsAccess().getGroup_2());
+ }
+
+ }
+
+ // InternalLDef.g:4444:1: ( ( rule__TokenVisuals__Group_2__0 )* )
+ // InternalLDef.g:4445:1: ( rule__TokenVisuals__Group_2__0 )*
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getTokenVisualsAccess().getGroup_2());
+ }
+ // InternalLDef.g:4446:1: ( rule__TokenVisuals__Group_2__0 )*
+ loop33:
+ do {
+ int alt33=2;
+ int LA33_0 = input.LA(1);
+
+ if ( (LA33_0==RULE_ID) ) {
+ alt33=1;
+ }
+
+
+ switch (alt33) {
+ case 1 :
+ // InternalLDef.g:4446:2: rule__TokenVisuals__Group_2__0
+ {
+ pushFollow(FOLLOW_19);
+ rule__TokenVisuals__Group_2__0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+ break;
+
+ default :
+ break loop33;
+ }
+ } while (true);
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getTokenVisualsAccess().getGroup_2());
+ }
+
+ }
+
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__TokenVisuals__Group__2__Impl"
+
+
+ // $ANTLR start "rule__TokenVisuals__Group__3"
+ // InternalLDef.g:4457:1: rule__TokenVisuals__Group__3 : rule__TokenVisuals__Group__3__Impl ;
+ public final void rule__TokenVisuals__Group__3() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalLDef.g:4461:1: ( rule__TokenVisuals__Group__3__Impl )
+ // InternalLDef.g:4462:2: rule__TokenVisuals__Group__3__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__TokenVisuals__Group__3__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__TokenVisuals__Group__3"
+
+
+ // $ANTLR start "rule__TokenVisuals__Group__3__Impl"
+ // InternalLDef.g:4468:1: rule__TokenVisuals__Group__3__Impl : ( '}' ) ;
+ public final void rule__TokenVisuals__Group__3__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalLDef.g:4472:1: ( ( '}' ) )
+ // InternalLDef.g:4473:1: ( '}' )
+ {
+ // InternalLDef.g:4473:1: ( '}' )
+ // InternalLDef.g:4474:1: '}'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getTokenVisualsAccess().getRightCurlyBracketKeyword_3());
+ }
+ match(input,20,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getTokenVisualsAccess().getRightCurlyBracketKeyword_3());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__TokenVisuals__Group__3__Impl"
+
+
+ // $ANTLR start "rule__TokenVisuals__Group_2__0"
+ // InternalLDef.g:4495:1: rule__TokenVisuals__Group_2__0 : rule__TokenVisuals__Group_2__0__Impl rule__TokenVisuals__Group_2__1 ;
+ public final void rule__TokenVisuals__Group_2__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalLDef.g:4499:1: ( rule__TokenVisuals__Group_2__0__Impl rule__TokenVisuals__Group_2__1 )
+ // InternalLDef.g:4500:2: rule__TokenVisuals__Group_2__0__Impl rule__TokenVisuals__Group_2__1
+ {
+ pushFollow(FOLLOW_34);
+ rule__TokenVisuals__Group_2__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__TokenVisuals__Group_2__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__TokenVisuals__Group_2__0"
+
+
+ // $ANTLR start "rule__TokenVisuals__Group_2__0__Impl"
+ // InternalLDef.g:4507:1: rule__TokenVisuals__Group_2__0__Impl : ( ( rule__TokenVisuals__TokenVisualsAssignment_2_0 ) ) ;
+ public final void rule__TokenVisuals__Group_2__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalLDef.g:4511:1: ( ( ( rule__TokenVisuals__TokenVisualsAssignment_2_0 ) ) )
+ // InternalLDef.g:4512:1: ( ( rule__TokenVisuals__TokenVisualsAssignment_2_0 ) )
+ {
+ // InternalLDef.g:4512:1: ( ( rule__TokenVisuals__TokenVisualsAssignment_2_0 ) )
+ // InternalLDef.g:4513:1: ( rule__TokenVisuals__TokenVisualsAssignment_2_0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getTokenVisualsAccess().getTokenVisualsAssignment_2_0());
+ }
+ // InternalLDef.g:4514:1: ( rule__TokenVisuals__TokenVisualsAssignment_2_0 )
+ // InternalLDef.g:4514:2: rule__TokenVisuals__TokenVisualsAssignment_2_0
+ {
+ pushFollow(FOLLOW_2);
+ rule__TokenVisuals__TokenVisualsAssignment_2_0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getTokenVisualsAccess().getTokenVisualsAssignment_2_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__TokenVisuals__Group_2__0__Impl"
+
+
+ // $ANTLR start "rule__TokenVisuals__Group_2__1"
+ // InternalLDef.g:4524:1: rule__TokenVisuals__Group_2__1 : rule__TokenVisuals__Group_2__1__Impl ;
+ public final void rule__TokenVisuals__Group_2__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalLDef.g:4528:1: ( rule__TokenVisuals__Group_2__1__Impl )
+ // InternalLDef.g:4529:2: rule__TokenVisuals__Group_2__1__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__TokenVisuals__Group_2__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__TokenVisuals__Group_2__1"
+
+
+ // $ANTLR start "rule__TokenVisuals__Group_2__1__Impl"
+ // InternalLDef.g:4535:1: rule__TokenVisuals__Group_2__1__Impl : ( ';' ) ;
+ public final void rule__TokenVisuals__Group_2__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalLDef.g:4539:1: ( ( ';' ) )
+ // InternalLDef.g:4540:1: ( ';' )
+ {
+ // InternalLDef.g:4540:1: ( ';' )
+ // InternalLDef.g:4541:1: ';'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getTokenVisualsAccess().getSemicolonKeyword_2_1());
+ }
+ match(input,38,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getTokenVisualsAccess().getSemicolonKeyword_2_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__TokenVisuals__Group_2__1__Impl"
+
+
+ // $ANTLR start "rule__TokenVisual__Group__0"
+ // InternalLDef.g:4558:1: rule__TokenVisual__Group__0 : rule__TokenVisual__Group__0__Impl rule__TokenVisual__Group__1 ;
+ public final void rule__TokenVisual__Group__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalLDef.g:4562:1: ( rule__TokenVisual__Group__0__Impl rule__TokenVisual__Group__1 )
+ // InternalLDef.g:4563:2: rule__TokenVisual__Group__0__Impl rule__TokenVisual__Group__1
+ {
+ pushFollow(FOLLOW_18);
+ rule__TokenVisual__Group__0__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__TokenVisual__Group__1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__TokenVisual__Group__0"
+
+
+ // $ANTLR start "rule__TokenVisual__Group__0__Impl"
+ // InternalLDef.g:4570:1: rule__TokenVisual__Group__0__Impl : ( ( rule__TokenVisual__TokenAssignment_0 ) ) ;
+ public final void rule__TokenVisual__Group__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalLDef.g:4574:1: ( ( ( rule__TokenVisual__TokenAssignment_0 ) ) )
+ // InternalLDef.g:4575:1: ( ( rule__TokenVisual__TokenAssignment_0 ) )
+ {
+ // InternalLDef.g:4575:1: ( ( rule__TokenVisual__TokenAssignment_0 ) )
+ // InternalLDef.g:4576:1: ( rule__TokenVisual__TokenAssignment_0 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getTokenVisualAccess().getTokenAssignment_0());
+ }
+ // InternalLDef.g:4577:1: ( rule__TokenVisual__TokenAssignment_0 )
+ // InternalLDef.g:4577:2: rule__TokenVisual__TokenAssignment_0
+ {
+ pushFollow(FOLLOW_2);
+ rule__TokenVisual__TokenAssignment_0();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getTokenVisualAccess().getTokenAssignment_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__TokenVisual__Group__0__Impl"
+
+
+ // $ANTLR start "rule__TokenVisual__Group__1"
+ // InternalLDef.g:4587:1: rule__TokenVisual__Group__1 : rule__TokenVisual__Group__1__Impl rule__TokenVisual__Group__2 ;
+ public final void rule__TokenVisual__Group__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalLDef.g:4591:1: ( rule__TokenVisual__Group__1__Impl rule__TokenVisual__Group__2 )
+ // InternalLDef.g:4592:2: rule__TokenVisual__Group__1__Impl rule__TokenVisual__Group__2
+ {
+ pushFollow(FOLLOW_35);
+ rule__TokenVisual__Group__1__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__TokenVisual__Group__2();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__TokenVisual__Group__1"
+
+
+ // $ANTLR start "rule__TokenVisual__Group__1__Impl"
+ // InternalLDef.g:4599:1: rule__TokenVisual__Group__1__Impl : ( ( rule__TokenVisual__ColorSpecAssignment_1 ) ) ;
+ public final void rule__TokenVisual__Group__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalLDef.g:4603:1: ( ( ( rule__TokenVisual__ColorSpecAssignment_1 ) ) )
+ // InternalLDef.g:4604:1: ( ( rule__TokenVisual__ColorSpecAssignment_1 ) )
+ {
+ // InternalLDef.g:4604:1: ( ( rule__TokenVisual__ColorSpecAssignment_1 ) )
+ // InternalLDef.g:4605:1: ( rule__TokenVisual__ColorSpecAssignment_1 )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getTokenVisualAccess().getColorSpecAssignment_1());
+ }
+ // InternalLDef.g:4606:1: ( rule__TokenVisual__ColorSpecAssignment_1 )
+ // InternalLDef.g:4606:2: rule__TokenVisual__ColorSpecAssignment_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__TokenVisual__ColorSpecAssignment_1();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getTokenVisualAccess().getColorSpecAssignment_1());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__TokenVisual__Group__1__Impl"
+
+
+ // $ANTLR start "rule__TokenVisual__Group__2"
+ // InternalLDef.g:4616:1: rule__TokenVisual__Group__2 : rule__TokenVisual__Group__2__Impl rule__TokenVisual__Group__3 ;
+ public final void rule__TokenVisual__Group__2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalLDef.g:4620:1: ( rule__TokenVisual__Group__2__Impl rule__TokenVisual__Group__3 )
+ // InternalLDef.g:4621:2: rule__TokenVisual__Group__2__Impl rule__TokenVisual__Group__3
+ {
+ pushFollow(FOLLOW_35);
+ rule__TokenVisual__Group__2__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+ pushFollow(FOLLOW_2);
+ rule__TokenVisual__Group__3();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__TokenVisual__Group__2"
+
+
+ // $ANTLR start "rule__TokenVisual__Group__2__Impl"
+ // InternalLDef.g:4628:1: rule__TokenVisual__Group__2__Impl : ( ( rule__TokenVisual__BoldAssignment_2 )? ) ;
+ public final void rule__TokenVisual__Group__2__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalLDef.g:4632:1: ( ( ( rule__TokenVisual__BoldAssignment_2 )? ) )
+ // InternalLDef.g:4633:1: ( ( rule__TokenVisual__BoldAssignment_2 )? )
+ {
+ // InternalLDef.g:4633:1: ( ( rule__TokenVisual__BoldAssignment_2 )? )
+ // InternalLDef.g:4634:1: ( rule__TokenVisual__BoldAssignment_2 )?
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getTokenVisualAccess().getBoldAssignment_2());
+ }
+ // InternalLDef.g:4635:1: ( rule__TokenVisual__BoldAssignment_2 )?
+ int alt34=2;
+ int LA34_0 = input.LA(1);
+
+ if ( (LA34_0==48) ) {
+ alt34=1;
+ }
+ switch (alt34) {
+ case 1 :
+ // InternalLDef.g:4635:2: rule__TokenVisual__BoldAssignment_2
+ {
+ pushFollow(FOLLOW_2);
+ rule__TokenVisual__BoldAssignment_2();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+ break;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getTokenVisualAccess().getBoldAssignment_2());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__TokenVisual__Group__2__Impl"
+
+
+ // $ANTLR start "rule__TokenVisual__Group__3"
+ // InternalLDef.g:4645:1: rule__TokenVisual__Group__3 : rule__TokenVisual__Group__3__Impl ;
+ public final void rule__TokenVisual__Group__3() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalLDef.g:4649:1: ( rule__TokenVisual__Group__3__Impl )
+ // InternalLDef.g:4650:2: rule__TokenVisual__Group__3__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__TokenVisual__Group__3__Impl();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__TokenVisual__Group__3"
+
+
+ // $ANTLR start "rule__TokenVisual__Group__3__Impl"
+ // InternalLDef.g:4656:1: rule__TokenVisual__Group__3__Impl : ( ( rule__TokenVisual__ItalicAssignment_3 )? ) ;
+ public final void rule__TokenVisual__Group__3__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalLDef.g:4660:1: ( ( ( rule__TokenVisual__ItalicAssignment_3 )? ) )
+ // InternalLDef.g:4661:1: ( ( rule__TokenVisual__ItalicAssignment_3 )? )
+ {
+ // InternalLDef.g:4661:1: ( ( rule__TokenVisual__ItalicAssignment_3 )? )
+ // InternalLDef.g:4662:1: ( rule__TokenVisual__ItalicAssignment_3 )?
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getTokenVisualAccess().getItalicAssignment_3());
+ }
+ // InternalLDef.g:4663:1: ( rule__TokenVisual__ItalicAssignment_3 )?
+ int alt35=2;
+ int LA35_0 = input.LA(1);
+
+ if ( (LA35_0==49) ) {
+ alt35=1;
+ }
+ switch (alt35) {
+ case 1 :
+ // InternalLDef.g:4663:2: rule__TokenVisual__ItalicAssignment_3
+ {
+ pushFollow(FOLLOW_2);
+ rule__TokenVisual__ItalicAssignment_3();
+
+ state._fsp--;
+ if (state.failed) return ;
+
+ }
+ break;
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getTokenVisualAccess().getItalicAssignment_3());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__TokenVisual__Group__3__Impl"
+
+
// $ANTLR start "rule__LexicalPartitionHighlighting_JS__Group__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4272:1: rule__LexicalPartitionHighlighting_JS__Group__0 : rule__LexicalPartitionHighlighting_JS__Group__0__Impl rule__LexicalPartitionHighlighting_JS__Group__1 ;
+ // InternalLDef.g:4681:1: rule__LexicalPartitionHighlighting_JS__Group__0 : rule__LexicalPartitionHighlighting_JS__Group__0__Impl rule__LexicalPartitionHighlighting_JS__Group__1 ;
public final void rule__LexicalPartitionHighlighting_JS__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4276:1: ( rule__LexicalPartitionHighlighting_JS__Group__0__Impl rule__LexicalPartitionHighlighting_JS__Group__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4277:2: rule__LexicalPartitionHighlighting_JS__Group__0__Impl rule__LexicalPartitionHighlighting_JS__Group__1
+ // InternalLDef.g:4685:1: ( rule__LexicalPartitionHighlighting_JS__Group__0__Impl rule__LexicalPartitionHighlighting_JS__Group__1 )
+ // InternalLDef.g:4686:2: rule__LexicalPartitionHighlighting_JS__Group__0__Impl rule__LexicalPartitionHighlighting_JS__Group__1
{
- pushFollow(FOLLOW_rule__LexicalPartitionHighlighting_JS__Group__0__Impl_in_rule__LexicalPartitionHighlighting_JS__Group__08644);
+ pushFollow(FOLLOW_3);
rule__LexicalPartitionHighlighting_JS__Group__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__LexicalPartitionHighlighting_JS__Group__1_in_rule__LexicalPartitionHighlighting_JS__Group__08647);
+ pushFollow(FOLLOW_2);
rule__LexicalPartitionHighlighting_JS__Group__1();
state._fsp--;
@@ -12331,22 +13509,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LexicalPartitionHighlighting_JS__Group__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4284:1: rule__LexicalPartitionHighlighting_JS__Group__0__Impl : ( 'script' ) ;
+ // InternalLDef.g:4693:1: rule__LexicalPartitionHighlighting_JS__Group__0__Impl : ( 'script' ) ;
public final void rule__LexicalPartitionHighlighting_JS__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4288:1: ( ( 'script' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4289:1: ( 'script' )
+ // InternalLDef.g:4697:1: ( ( 'script' ) )
+ // InternalLDef.g:4698:1: ( 'script' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4289:1: ( 'script' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4290:1: 'script'
+ // InternalLDef.g:4698:1: ( 'script' )
+ // InternalLDef.g:4699:1: 'script'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getLexicalPartitionHighlighting_JSAccess().getScriptKeyword_0());
}
- match(input,28,FOLLOW_28_in_rule__LexicalPartitionHighlighting_JS__Group__0__Impl8675); if (state.failed) return ;
+ match(input,28,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getLexicalPartitionHighlighting_JSAccess().getScriptKeyword_0());
}
@@ -12372,21 +13550,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LexicalPartitionHighlighting_JS__Group__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4303:1: rule__LexicalPartitionHighlighting_JS__Group__1 : rule__LexicalPartitionHighlighting_JS__Group__1__Impl rule__LexicalPartitionHighlighting_JS__Group__2 ;
+ // InternalLDef.g:4712:1: rule__LexicalPartitionHighlighting_JS__Group__1 : rule__LexicalPartitionHighlighting_JS__Group__1__Impl rule__LexicalPartitionHighlighting_JS__Group__2 ;
public final void rule__LexicalPartitionHighlighting_JS__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4307:1: ( rule__LexicalPartitionHighlighting_JS__Group__1__Impl rule__LexicalPartitionHighlighting_JS__Group__2 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4308:2: rule__LexicalPartitionHighlighting_JS__Group__1__Impl rule__LexicalPartitionHighlighting_JS__Group__2
+ // InternalLDef.g:4716:1: ( rule__LexicalPartitionHighlighting_JS__Group__1__Impl rule__LexicalPartitionHighlighting_JS__Group__2 )
+ // InternalLDef.g:4717:2: rule__LexicalPartitionHighlighting_JS__Group__1__Impl rule__LexicalPartitionHighlighting_JS__Group__2
{
- pushFollow(FOLLOW_rule__LexicalPartitionHighlighting_JS__Group__1__Impl_in_rule__LexicalPartitionHighlighting_JS__Group__18706);
+ pushFollow(FOLLOW_18);
rule__LexicalPartitionHighlighting_JS__Group__1__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__LexicalPartitionHighlighting_JS__Group__2_in_rule__LexicalPartitionHighlighting_JS__Group__18709);
+ pushFollow(FOLLOW_2);
rule__LexicalPartitionHighlighting_JS__Group__2();
state._fsp--;
@@ -12410,25 +13588,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LexicalPartitionHighlighting_JS__Group__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4315:1: rule__LexicalPartitionHighlighting_JS__Group__1__Impl : ( ( rule__LexicalPartitionHighlighting_JS__PartitionAssignment_1 ) ) ;
+ // InternalLDef.g:4724:1: rule__LexicalPartitionHighlighting_JS__Group__1__Impl : ( ( rule__LexicalPartitionHighlighting_JS__PartitionAssignment_1 ) ) ;
public final void rule__LexicalPartitionHighlighting_JS__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4319:1: ( ( ( rule__LexicalPartitionHighlighting_JS__PartitionAssignment_1 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4320:1: ( ( rule__LexicalPartitionHighlighting_JS__PartitionAssignment_1 ) )
+ // InternalLDef.g:4728:1: ( ( ( rule__LexicalPartitionHighlighting_JS__PartitionAssignment_1 ) ) )
+ // InternalLDef.g:4729:1: ( ( rule__LexicalPartitionHighlighting_JS__PartitionAssignment_1 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4320:1: ( ( rule__LexicalPartitionHighlighting_JS__PartitionAssignment_1 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4321:1: ( rule__LexicalPartitionHighlighting_JS__PartitionAssignment_1 )
+ // InternalLDef.g:4729:1: ( ( rule__LexicalPartitionHighlighting_JS__PartitionAssignment_1 ) )
+ // InternalLDef.g:4730:1: ( rule__LexicalPartitionHighlighting_JS__PartitionAssignment_1 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getLexicalPartitionHighlighting_JSAccess().getPartitionAssignment_1());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4322:1: ( rule__LexicalPartitionHighlighting_JS__PartitionAssignment_1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4322:2: rule__LexicalPartitionHighlighting_JS__PartitionAssignment_1
+ // InternalLDef.g:4731:1: ( rule__LexicalPartitionHighlighting_JS__PartitionAssignment_1 )
+ // InternalLDef.g:4731:2: rule__LexicalPartitionHighlighting_JS__PartitionAssignment_1
{
- pushFollow(FOLLOW_rule__LexicalPartitionHighlighting_JS__PartitionAssignment_1_in_rule__LexicalPartitionHighlighting_JS__Group__1__Impl8736);
+ pushFollow(FOLLOW_2);
rule__LexicalPartitionHighlighting_JS__PartitionAssignment_1();
state._fsp--;
@@ -12461,16 +13639,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LexicalPartitionHighlighting_JS__Group__2"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4332:1: rule__LexicalPartitionHighlighting_JS__Group__2 : rule__LexicalPartitionHighlighting_JS__Group__2__Impl ;
+ // InternalLDef.g:4741:1: rule__LexicalPartitionHighlighting_JS__Group__2 : rule__LexicalPartitionHighlighting_JS__Group__2__Impl ;
public final void rule__LexicalPartitionHighlighting_JS__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4336:1: ( rule__LexicalPartitionHighlighting_JS__Group__2__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4337:2: rule__LexicalPartitionHighlighting_JS__Group__2__Impl
+ // InternalLDef.g:4745:1: ( rule__LexicalPartitionHighlighting_JS__Group__2__Impl )
+ // InternalLDef.g:4746:2: rule__LexicalPartitionHighlighting_JS__Group__2__Impl
{
- pushFollow(FOLLOW_rule__LexicalPartitionHighlighting_JS__Group__2__Impl_in_rule__LexicalPartitionHighlighting_JS__Group__28766);
+ pushFollow(FOLLOW_2);
rule__LexicalPartitionHighlighting_JS__Group__2__Impl();
state._fsp--;
@@ -12494,25 +13672,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LexicalPartitionHighlighting_JS__Group__2__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4343:1: rule__LexicalPartitionHighlighting_JS__Group__2__Impl : ( ( rule__LexicalPartitionHighlighting_JS__ScriptURIAssignment_2 ) ) ;
+ // InternalLDef.g:4752:1: rule__LexicalPartitionHighlighting_JS__Group__2__Impl : ( ( rule__LexicalPartitionHighlighting_JS__ScriptURIAssignment_2 ) ) ;
public final void rule__LexicalPartitionHighlighting_JS__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4347:1: ( ( ( rule__LexicalPartitionHighlighting_JS__ScriptURIAssignment_2 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4348:1: ( ( rule__LexicalPartitionHighlighting_JS__ScriptURIAssignment_2 ) )
+ // InternalLDef.g:4756:1: ( ( ( rule__LexicalPartitionHighlighting_JS__ScriptURIAssignment_2 ) ) )
+ // InternalLDef.g:4757:1: ( ( rule__LexicalPartitionHighlighting_JS__ScriptURIAssignment_2 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4348:1: ( ( rule__LexicalPartitionHighlighting_JS__ScriptURIAssignment_2 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4349:1: ( rule__LexicalPartitionHighlighting_JS__ScriptURIAssignment_2 )
+ // InternalLDef.g:4757:1: ( ( rule__LexicalPartitionHighlighting_JS__ScriptURIAssignment_2 ) )
+ // InternalLDef.g:4758:1: ( rule__LexicalPartitionHighlighting_JS__ScriptURIAssignment_2 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getLexicalPartitionHighlighting_JSAccess().getScriptURIAssignment_2());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4350:1: ( rule__LexicalPartitionHighlighting_JS__ScriptURIAssignment_2 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4350:2: rule__LexicalPartitionHighlighting_JS__ScriptURIAssignment_2
+ // InternalLDef.g:4759:1: ( rule__LexicalPartitionHighlighting_JS__ScriptURIAssignment_2 )
+ // InternalLDef.g:4759:2: rule__LexicalPartitionHighlighting_JS__ScriptURIAssignment_2
{
- pushFollow(FOLLOW_rule__LexicalPartitionHighlighting_JS__ScriptURIAssignment_2_in_rule__LexicalPartitionHighlighting_JS__Group__2__Impl8793);
+ pushFollow(FOLLOW_2);
rule__LexicalPartitionHighlighting_JS__ScriptURIAssignment_2();
state._fsp--;
@@ -12545,21 +13723,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LexicalPartitionHighlighting_Rule__Group__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4366:1: rule__LexicalPartitionHighlighting_Rule__Group__0 : rule__LexicalPartitionHighlighting_Rule__Group__0__Impl rule__LexicalPartitionHighlighting_Rule__Group__1 ;
+ // InternalLDef.g:4775:1: rule__LexicalPartitionHighlighting_Rule__Group__0 : rule__LexicalPartitionHighlighting_Rule__Group__0__Impl rule__LexicalPartitionHighlighting_Rule__Group__1 ;
public final void rule__LexicalPartitionHighlighting_Rule__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4370:1: ( rule__LexicalPartitionHighlighting_Rule__Group__0__Impl rule__LexicalPartitionHighlighting_Rule__Group__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4371:2: rule__LexicalPartitionHighlighting_Rule__Group__0__Impl rule__LexicalPartitionHighlighting_Rule__Group__1
+ // InternalLDef.g:4779:1: ( rule__LexicalPartitionHighlighting_Rule__Group__0__Impl rule__LexicalPartitionHighlighting_Rule__Group__1 )
+ // InternalLDef.g:4780:2: rule__LexicalPartitionHighlighting_Rule__Group__0__Impl rule__LexicalPartitionHighlighting_Rule__Group__1
{
- pushFollow(FOLLOW_rule__LexicalPartitionHighlighting_Rule__Group__0__Impl_in_rule__LexicalPartitionHighlighting_Rule__Group__08829);
+ pushFollow(FOLLOW_3);
rule__LexicalPartitionHighlighting_Rule__Group__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__LexicalPartitionHighlighting_Rule__Group__1_in_rule__LexicalPartitionHighlighting_Rule__Group__08832);
+ pushFollow(FOLLOW_2);
rule__LexicalPartitionHighlighting_Rule__Group__1();
state._fsp--;
@@ -12583,22 +13761,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LexicalPartitionHighlighting_Rule__Group__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4378:1: rule__LexicalPartitionHighlighting_Rule__Group__0__Impl : ( 'rule' ) ;
+ // InternalLDef.g:4787:1: rule__LexicalPartitionHighlighting_Rule__Group__0__Impl : ( 'rule' ) ;
public final void rule__LexicalPartitionHighlighting_Rule__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4382:1: ( ( 'rule' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4383:1: ( 'rule' )
+ // InternalLDef.g:4791:1: ( ( 'rule' ) )
+ // InternalLDef.g:4792:1: ( 'rule' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4383:1: ( 'rule' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4384:1: 'rule'
+ // InternalLDef.g:4792:1: ( 'rule' )
+ // InternalLDef.g:4793:1: 'rule'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getLexicalPartitionHighlighting_RuleAccess().getRuleKeyword_0());
}
- match(input,29,FOLLOW_29_in_rule__LexicalPartitionHighlighting_Rule__Group__0__Impl8860); if (state.failed) return ;
+ match(input,29,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getLexicalPartitionHighlighting_RuleAccess().getRuleKeyword_0());
}
@@ -12624,21 +13802,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LexicalPartitionHighlighting_Rule__Group__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4397:1: rule__LexicalPartitionHighlighting_Rule__Group__1 : rule__LexicalPartitionHighlighting_Rule__Group__1__Impl rule__LexicalPartitionHighlighting_Rule__Group__2 ;
+ // InternalLDef.g:4806:1: rule__LexicalPartitionHighlighting_Rule__Group__1 : rule__LexicalPartitionHighlighting_Rule__Group__1__Impl rule__LexicalPartitionHighlighting_Rule__Group__2 ;
public final void rule__LexicalPartitionHighlighting_Rule__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4401:1: ( rule__LexicalPartitionHighlighting_Rule__Group__1__Impl rule__LexicalPartitionHighlighting_Rule__Group__2 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4402:2: rule__LexicalPartitionHighlighting_Rule__Group__1__Impl rule__LexicalPartitionHighlighting_Rule__Group__2
+ // InternalLDef.g:4810:1: ( rule__LexicalPartitionHighlighting_Rule__Group__1__Impl rule__LexicalPartitionHighlighting_Rule__Group__2 )
+ // InternalLDef.g:4811:2: rule__LexicalPartitionHighlighting_Rule__Group__1__Impl rule__LexicalPartitionHighlighting_Rule__Group__2
{
- pushFollow(FOLLOW_rule__LexicalPartitionHighlighting_Rule__Group__1__Impl_in_rule__LexicalPartitionHighlighting_Rule__Group__18891);
+ pushFollow(FOLLOW_36);
rule__LexicalPartitionHighlighting_Rule__Group__1__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__LexicalPartitionHighlighting_Rule__Group__2_in_rule__LexicalPartitionHighlighting_Rule__Group__18894);
+ pushFollow(FOLLOW_2);
rule__LexicalPartitionHighlighting_Rule__Group__2();
state._fsp--;
@@ -12662,25 +13840,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LexicalPartitionHighlighting_Rule__Group__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4409:1: rule__LexicalPartitionHighlighting_Rule__Group__1__Impl : ( ( rule__LexicalPartitionHighlighting_Rule__PartitionAssignment_1 ) ) ;
+ // InternalLDef.g:4818:1: rule__LexicalPartitionHighlighting_Rule__Group__1__Impl : ( ( rule__LexicalPartitionHighlighting_Rule__PartitionAssignment_1 ) ) ;
public final void rule__LexicalPartitionHighlighting_Rule__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4413:1: ( ( ( rule__LexicalPartitionHighlighting_Rule__PartitionAssignment_1 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4414:1: ( ( rule__LexicalPartitionHighlighting_Rule__PartitionAssignment_1 ) )
+ // InternalLDef.g:4822:1: ( ( ( rule__LexicalPartitionHighlighting_Rule__PartitionAssignment_1 ) ) )
+ // InternalLDef.g:4823:1: ( ( rule__LexicalPartitionHighlighting_Rule__PartitionAssignment_1 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4414:1: ( ( rule__LexicalPartitionHighlighting_Rule__PartitionAssignment_1 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4415:1: ( rule__LexicalPartitionHighlighting_Rule__PartitionAssignment_1 )
+ // InternalLDef.g:4823:1: ( ( rule__LexicalPartitionHighlighting_Rule__PartitionAssignment_1 ) )
+ // InternalLDef.g:4824:1: ( rule__LexicalPartitionHighlighting_Rule__PartitionAssignment_1 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getLexicalPartitionHighlighting_RuleAccess().getPartitionAssignment_1());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4416:1: ( rule__LexicalPartitionHighlighting_Rule__PartitionAssignment_1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4416:2: rule__LexicalPartitionHighlighting_Rule__PartitionAssignment_1
+ // InternalLDef.g:4825:1: ( rule__LexicalPartitionHighlighting_Rule__PartitionAssignment_1 )
+ // InternalLDef.g:4825:2: rule__LexicalPartitionHighlighting_Rule__PartitionAssignment_1
{
- pushFollow(FOLLOW_rule__LexicalPartitionHighlighting_Rule__PartitionAssignment_1_in_rule__LexicalPartitionHighlighting_Rule__Group__1__Impl8921);
+ pushFollow(FOLLOW_2);
rule__LexicalPartitionHighlighting_Rule__PartitionAssignment_1();
state._fsp--;
@@ -12713,21 +13891,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LexicalPartitionHighlighting_Rule__Group__2"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4426:1: rule__LexicalPartitionHighlighting_Rule__Group__2 : rule__LexicalPartitionHighlighting_Rule__Group__2__Impl rule__LexicalPartitionHighlighting_Rule__Group__3 ;
+ // InternalLDef.g:4835:1: rule__LexicalPartitionHighlighting_Rule__Group__2 : rule__LexicalPartitionHighlighting_Rule__Group__2__Impl rule__LexicalPartitionHighlighting_Rule__Group__3 ;
public final void rule__LexicalPartitionHighlighting_Rule__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4430:1: ( rule__LexicalPartitionHighlighting_Rule__Group__2__Impl rule__LexicalPartitionHighlighting_Rule__Group__3 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4431:2: rule__LexicalPartitionHighlighting_Rule__Group__2__Impl rule__LexicalPartitionHighlighting_Rule__Group__3
+ // InternalLDef.g:4839:1: ( rule__LexicalPartitionHighlighting_Rule__Group__2__Impl rule__LexicalPartitionHighlighting_Rule__Group__3 )
+ // InternalLDef.g:4840:2: rule__LexicalPartitionHighlighting_Rule__Group__2__Impl rule__LexicalPartitionHighlighting_Rule__Group__3
{
- pushFollow(FOLLOW_rule__LexicalPartitionHighlighting_Rule__Group__2__Impl_in_rule__LexicalPartitionHighlighting_Rule__Group__28951);
+ pushFollow(FOLLOW_36);
rule__LexicalPartitionHighlighting_Rule__Group__2__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__LexicalPartitionHighlighting_Rule__Group__3_in_rule__LexicalPartitionHighlighting_Rule__Group__28954);
+ pushFollow(FOLLOW_2);
rule__LexicalPartitionHighlighting_Rule__Group__3();
state._fsp--;
@@ -12751,33 +13929,33 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LexicalPartitionHighlighting_Rule__Group__2__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4438:1: rule__LexicalPartitionHighlighting_Rule__Group__2__Impl : ( ( rule__LexicalPartitionHighlighting_Rule__WhitespaceAssignment_2 )? ) ;
+ // InternalLDef.g:4847:1: rule__LexicalPartitionHighlighting_Rule__Group__2__Impl : ( ( rule__LexicalPartitionHighlighting_Rule__WhitespaceAssignment_2 )? ) ;
public final void rule__LexicalPartitionHighlighting_Rule__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4442:1: ( ( ( rule__LexicalPartitionHighlighting_Rule__WhitespaceAssignment_2 )? ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4443:1: ( ( rule__LexicalPartitionHighlighting_Rule__WhitespaceAssignment_2 )? )
+ // InternalLDef.g:4851:1: ( ( ( rule__LexicalPartitionHighlighting_Rule__WhitespaceAssignment_2 )? ) )
+ // InternalLDef.g:4852:1: ( ( rule__LexicalPartitionHighlighting_Rule__WhitespaceAssignment_2 )? )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4443:1: ( ( rule__LexicalPartitionHighlighting_Rule__WhitespaceAssignment_2 )? )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4444:1: ( rule__LexicalPartitionHighlighting_Rule__WhitespaceAssignment_2 )?
+ // InternalLDef.g:4852:1: ( ( rule__LexicalPartitionHighlighting_Rule__WhitespaceAssignment_2 )? )
+ // InternalLDef.g:4853:1: ( rule__LexicalPartitionHighlighting_Rule__WhitespaceAssignment_2 )?
{
if ( state.backtracking==0 ) {
before(grammarAccess.getLexicalPartitionHighlighting_RuleAccess().getWhitespaceAssignment_2());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4445:1: ( rule__LexicalPartitionHighlighting_Rule__WhitespaceAssignment_2 )?
- int alt32=2;
- int LA32_0 = input.LA(1);
+ // InternalLDef.g:4854:1: ( rule__LexicalPartitionHighlighting_Rule__WhitespaceAssignment_2 )?
+ int alt36=2;
+ int LA36_0 = input.LA(1);
- if ( (LA32_0==45) ) {
- alt32=1;
+ if ( (LA36_0==47) ) {
+ alt36=1;
}
- switch (alt32) {
+ switch (alt36) {
case 1 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4445:2: rule__LexicalPartitionHighlighting_Rule__WhitespaceAssignment_2
+ // InternalLDef.g:4854:2: rule__LexicalPartitionHighlighting_Rule__WhitespaceAssignment_2
{
- pushFollow(FOLLOW_rule__LexicalPartitionHighlighting_Rule__WhitespaceAssignment_2_in_rule__LexicalPartitionHighlighting_Rule__Group__2__Impl8981);
+ pushFollow(FOLLOW_2);
rule__LexicalPartitionHighlighting_Rule__WhitespaceAssignment_2();
state._fsp--;
@@ -12813,21 +13991,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LexicalPartitionHighlighting_Rule__Group__3"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4455:1: rule__LexicalPartitionHighlighting_Rule__Group__3 : rule__LexicalPartitionHighlighting_Rule__Group__3__Impl rule__LexicalPartitionHighlighting_Rule__Group__4 ;
+ // InternalLDef.g:4864:1: rule__LexicalPartitionHighlighting_Rule__Group__3 : rule__LexicalPartitionHighlighting_Rule__Group__3__Impl rule__LexicalPartitionHighlighting_Rule__Group__4 ;
public final void rule__LexicalPartitionHighlighting_Rule__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4459:1: ( rule__LexicalPartitionHighlighting_Rule__Group__3__Impl rule__LexicalPartitionHighlighting_Rule__Group__4 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4460:2: rule__LexicalPartitionHighlighting_Rule__Group__3__Impl rule__LexicalPartitionHighlighting_Rule__Group__4
+ // InternalLDef.g:4868:1: ( rule__LexicalPartitionHighlighting_Rule__Group__3__Impl rule__LexicalPartitionHighlighting_Rule__Group__4 )
+ // InternalLDef.g:4869:2: rule__LexicalPartitionHighlighting_Rule__Group__3__Impl rule__LexicalPartitionHighlighting_Rule__Group__4
{
- pushFollow(FOLLOW_rule__LexicalPartitionHighlighting_Rule__Group__3__Impl_in_rule__LexicalPartitionHighlighting_Rule__Group__39012);
+ pushFollow(FOLLOW_37);
rule__LexicalPartitionHighlighting_Rule__Group__3__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__LexicalPartitionHighlighting_Rule__Group__4_in_rule__LexicalPartitionHighlighting_Rule__Group__39015);
+ pushFollow(FOLLOW_2);
rule__LexicalPartitionHighlighting_Rule__Group__4();
state._fsp--;
@@ -12851,22 +14029,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LexicalPartitionHighlighting_Rule__Group__3__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4467:1: rule__LexicalPartitionHighlighting_Rule__Group__3__Impl : ( '{' ) ;
+ // InternalLDef.g:4876:1: rule__LexicalPartitionHighlighting_Rule__Group__3__Impl : ( '{' ) ;
public final void rule__LexicalPartitionHighlighting_Rule__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4471:1: ( ( '{' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4472:1: ( '{' )
+ // InternalLDef.g:4880:1: ( ( '{' ) )
+ // InternalLDef.g:4881:1: ( '{' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4472:1: ( '{' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4473:1: '{'
+ // InternalLDef.g:4881:1: ( '{' )
+ // InternalLDef.g:4882:1: '{'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getLexicalPartitionHighlighting_RuleAccess().getLeftCurlyBracketKeyword_3());
}
- match(input,19,FOLLOW_19_in_rule__LexicalPartitionHighlighting_Rule__Group__3__Impl9043); if (state.failed) return ;
+ match(input,19,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getLexicalPartitionHighlighting_RuleAccess().getLeftCurlyBracketKeyword_3());
}
@@ -12892,21 +14070,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LexicalPartitionHighlighting_Rule__Group__4"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4486:1: rule__LexicalPartitionHighlighting_Rule__Group__4 : rule__LexicalPartitionHighlighting_Rule__Group__4__Impl rule__LexicalPartitionHighlighting_Rule__Group__5 ;
+ // InternalLDef.g:4895:1: rule__LexicalPartitionHighlighting_Rule__Group__4 : rule__LexicalPartitionHighlighting_Rule__Group__4__Impl rule__LexicalPartitionHighlighting_Rule__Group__5 ;
public final void rule__LexicalPartitionHighlighting_Rule__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4490:1: ( rule__LexicalPartitionHighlighting_Rule__Group__4__Impl rule__LexicalPartitionHighlighting_Rule__Group__5 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4491:2: rule__LexicalPartitionHighlighting_Rule__Group__4__Impl rule__LexicalPartitionHighlighting_Rule__Group__5
+ // InternalLDef.g:4899:1: ( rule__LexicalPartitionHighlighting_Rule__Group__4__Impl rule__LexicalPartitionHighlighting_Rule__Group__5 )
+ // InternalLDef.g:4900:2: rule__LexicalPartitionHighlighting_Rule__Group__4__Impl rule__LexicalPartitionHighlighting_Rule__Group__5
{
- pushFollow(FOLLOW_rule__LexicalPartitionHighlighting_Rule__Group__4__Impl_in_rule__LexicalPartitionHighlighting_Rule__Group__49074);
+ pushFollow(FOLLOW_14);
rule__LexicalPartitionHighlighting_Rule__Group__4__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__LexicalPartitionHighlighting_Rule__Group__5_in_rule__LexicalPartitionHighlighting_Rule__Group__49077);
+ pushFollow(FOLLOW_2);
rule__LexicalPartitionHighlighting_Rule__Group__5();
state._fsp--;
@@ -12930,28 +14108,28 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LexicalPartitionHighlighting_Rule__Group__4__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4498:1: rule__LexicalPartitionHighlighting_Rule__Group__4__Impl : ( ( ( rule__LexicalPartitionHighlighting_Rule__TokenListAssignment_4 ) ) ( ( rule__LexicalPartitionHighlighting_Rule__TokenListAssignment_4 )* ) ) ;
+ // InternalLDef.g:4907:1: rule__LexicalPartitionHighlighting_Rule__Group__4__Impl : ( ( ( rule__LexicalPartitionHighlighting_Rule__TokenListAssignment_4 ) ) ( ( rule__LexicalPartitionHighlighting_Rule__TokenListAssignment_4 )* ) ) ;
public final void rule__LexicalPartitionHighlighting_Rule__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4502:1: ( ( ( ( rule__LexicalPartitionHighlighting_Rule__TokenListAssignment_4 ) ) ( ( rule__LexicalPartitionHighlighting_Rule__TokenListAssignment_4 )* ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4503:1: ( ( ( rule__LexicalPartitionHighlighting_Rule__TokenListAssignment_4 ) ) ( ( rule__LexicalPartitionHighlighting_Rule__TokenListAssignment_4 )* ) )
+ // InternalLDef.g:4911:1: ( ( ( ( rule__LexicalPartitionHighlighting_Rule__TokenListAssignment_4 ) ) ( ( rule__LexicalPartitionHighlighting_Rule__TokenListAssignment_4 )* ) ) )
+ // InternalLDef.g:4912:1: ( ( ( rule__LexicalPartitionHighlighting_Rule__TokenListAssignment_4 ) ) ( ( rule__LexicalPartitionHighlighting_Rule__TokenListAssignment_4 )* ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4503:1: ( ( ( rule__LexicalPartitionHighlighting_Rule__TokenListAssignment_4 ) ) ( ( rule__LexicalPartitionHighlighting_Rule__TokenListAssignment_4 )* ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4504:1: ( ( rule__LexicalPartitionHighlighting_Rule__TokenListAssignment_4 ) ) ( ( rule__LexicalPartitionHighlighting_Rule__TokenListAssignment_4 )* )
+ // InternalLDef.g:4912:1: ( ( ( rule__LexicalPartitionHighlighting_Rule__TokenListAssignment_4 ) ) ( ( rule__LexicalPartitionHighlighting_Rule__TokenListAssignment_4 )* ) )
+ // InternalLDef.g:4913:1: ( ( rule__LexicalPartitionHighlighting_Rule__TokenListAssignment_4 ) ) ( ( rule__LexicalPartitionHighlighting_Rule__TokenListAssignment_4 )* )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4504:1: ( ( rule__LexicalPartitionHighlighting_Rule__TokenListAssignment_4 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4505:1: ( rule__LexicalPartitionHighlighting_Rule__TokenListAssignment_4 )
+ // InternalLDef.g:4913:1: ( ( rule__LexicalPartitionHighlighting_Rule__TokenListAssignment_4 ) )
+ // InternalLDef.g:4914:1: ( rule__LexicalPartitionHighlighting_Rule__TokenListAssignment_4 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getLexicalPartitionHighlighting_RuleAccess().getTokenListAssignment_4());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4506:1: ( rule__LexicalPartitionHighlighting_Rule__TokenListAssignment_4 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4506:2: rule__LexicalPartitionHighlighting_Rule__TokenListAssignment_4
+ // InternalLDef.g:4915:1: ( rule__LexicalPartitionHighlighting_Rule__TokenListAssignment_4 )
+ // InternalLDef.g:4915:2: rule__LexicalPartitionHighlighting_Rule__TokenListAssignment_4
{
- pushFollow(FOLLOW_rule__LexicalPartitionHighlighting_Rule__TokenListAssignment_4_in_rule__LexicalPartitionHighlighting_Rule__Group__4__Impl9106);
+ pushFollow(FOLLOW_38);
rule__LexicalPartitionHighlighting_Rule__TokenListAssignment_4();
state._fsp--;
@@ -12965,28 +14143,28 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4509:1: ( ( rule__LexicalPartitionHighlighting_Rule__TokenListAssignment_4 )* )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4510:1: ( rule__LexicalPartitionHighlighting_Rule__TokenListAssignment_4 )*
+ // InternalLDef.g:4918:1: ( ( rule__LexicalPartitionHighlighting_Rule__TokenListAssignment_4 )* )
+ // InternalLDef.g:4919:1: ( rule__LexicalPartitionHighlighting_Rule__TokenListAssignment_4 )*
{
if ( state.backtracking==0 ) {
before(grammarAccess.getLexicalPartitionHighlighting_RuleAccess().getTokenListAssignment_4());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4511:1: ( rule__LexicalPartitionHighlighting_Rule__TokenListAssignment_4 )*
- loop33:
+ // InternalLDef.g:4920:1: ( rule__LexicalPartitionHighlighting_Rule__TokenListAssignment_4 )*
+ loop37:
do {
- int alt33=2;
- int LA33_0 = input.LA(1);
+ int alt37=2;
+ int LA37_0 = input.LA(1);
- if ( (LA33_0==RULE_ID||LA33_0==46) ) {
- alt33=1;
+ if ( (LA37_0==RULE_ID||LA37_0==50) ) {
+ alt37=1;
}
- switch (alt33) {
+ switch (alt37) {
case 1 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4511:2: rule__LexicalPartitionHighlighting_Rule__TokenListAssignment_4
+ // InternalLDef.g:4920:2: rule__LexicalPartitionHighlighting_Rule__TokenListAssignment_4
{
- pushFollow(FOLLOW_rule__LexicalPartitionHighlighting_Rule__TokenListAssignment_4_in_rule__LexicalPartitionHighlighting_Rule__Group__4__Impl9118);
+ pushFollow(FOLLOW_38);
rule__LexicalPartitionHighlighting_Rule__TokenListAssignment_4();
state._fsp--;
@@ -12996,7 +14174,7 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop33;
+ break loop37;
}
} while (true);
@@ -13028,16 +14206,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LexicalPartitionHighlighting_Rule__Group__5"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4522:1: rule__LexicalPartitionHighlighting_Rule__Group__5 : rule__LexicalPartitionHighlighting_Rule__Group__5__Impl ;
+ // InternalLDef.g:4931:1: rule__LexicalPartitionHighlighting_Rule__Group__5 : rule__LexicalPartitionHighlighting_Rule__Group__5__Impl ;
public final void rule__LexicalPartitionHighlighting_Rule__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4526:1: ( rule__LexicalPartitionHighlighting_Rule__Group__5__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4527:2: rule__LexicalPartitionHighlighting_Rule__Group__5__Impl
+ // InternalLDef.g:4935:1: ( rule__LexicalPartitionHighlighting_Rule__Group__5__Impl )
+ // InternalLDef.g:4936:2: rule__LexicalPartitionHighlighting_Rule__Group__5__Impl
{
- pushFollow(FOLLOW_rule__LexicalPartitionHighlighting_Rule__Group__5__Impl_in_rule__LexicalPartitionHighlighting_Rule__Group__59151);
+ pushFollow(FOLLOW_2);
rule__LexicalPartitionHighlighting_Rule__Group__5__Impl();
state._fsp--;
@@ -13061,22 +14239,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LexicalPartitionHighlighting_Rule__Group__5__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4533:1: rule__LexicalPartitionHighlighting_Rule__Group__5__Impl : ( '}' ) ;
+ // InternalLDef.g:4942:1: rule__LexicalPartitionHighlighting_Rule__Group__5__Impl : ( '}' ) ;
public final void rule__LexicalPartitionHighlighting_Rule__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4537:1: ( ( '}' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4538:1: ( '}' )
+ // InternalLDef.g:4946:1: ( ( '}' ) )
+ // InternalLDef.g:4947:1: ( '}' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4538:1: ( '}' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4539:1: '}'
+ // InternalLDef.g:4947:1: ( '}' )
+ // InternalLDef.g:4948:1: '}'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getLexicalPartitionHighlighting_RuleAccess().getRightCurlyBracketKeyword_5());
}
- match(input,20,FOLLOW_20_in_rule__LexicalPartitionHighlighting_Rule__Group__5__Impl9179); if (state.failed) return ;
+ match(input,20,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getLexicalPartitionHighlighting_RuleAccess().getRightCurlyBracketKeyword_5());
}
@@ -13102,21 +14280,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Token__Group__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4564:1: rule__Token__Group__0 : rule__Token__Group__0__Impl rule__Token__Group__1 ;
+ // InternalLDef.g:4973:1: rule__Token__Group__0 : rule__Token__Group__0__Impl rule__Token__Group__1 ;
public final void rule__Token__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4568:1: ( rule__Token__Group__0__Impl rule__Token__Group__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4569:2: rule__Token__Group__0__Impl rule__Token__Group__1
+ // InternalLDef.g:4977:1: ( rule__Token__Group__0__Impl rule__Token__Group__1 )
+ // InternalLDef.g:4978:2: rule__Token__Group__0__Impl rule__Token__Group__1
{
- pushFollow(FOLLOW_rule__Token__Group__0__Impl_in_rule__Token__Group__09222);
+ pushFollow(FOLLOW_37);
rule__Token__Group__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Token__Group__1_in_rule__Token__Group__09225);
+ pushFollow(FOLLOW_2);
rule__Token__Group__1();
state._fsp--;
@@ -13140,33 +14318,33 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Token__Group__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4576:1: rule__Token__Group__0__Impl : ( ( rule__Token__DefaultAssignment_0 )? ) ;
+ // InternalLDef.g:4985:1: rule__Token__Group__0__Impl : ( ( rule__Token__DefaultAssignment_0 )? ) ;
public final void rule__Token__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4580:1: ( ( ( rule__Token__DefaultAssignment_0 )? ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4581:1: ( ( rule__Token__DefaultAssignment_0 )? )
+ // InternalLDef.g:4989:1: ( ( ( rule__Token__DefaultAssignment_0 )? ) )
+ // InternalLDef.g:4990:1: ( ( rule__Token__DefaultAssignment_0 )? )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4581:1: ( ( rule__Token__DefaultAssignment_0 )? )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4582:1: ( rule__Token__DefaultAssignment_0 )?
+ // InternalLDef.g:4990:1: ( ( rule__Token__DefaultAssignment_0 )? )
+ // InternalLDef.g:4991:1: ( rule__Token__DefaultAssignment_0 )?
{
if ( state.backtracking==0 ) {
before(grammarAccess.getTokenAccess().getDefaultAssignment_0());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4583:1: ( rule__Token__DefaultAssignment_0 )?
- int alt34=2;
- int LA34_0 = input.LA(1);
+ // InternalLDef.g:4992:1: ( rule__Token__DefaultAssignment_0 )?
+ int alt38=2;
+ int LA38_0 = input.LA(1);
- if ( (LA34_0==46) ) {
- alt34=1;
+ if ( (LA38_0==50) ) {
+ alt38=1;
}
- switch (alt34) {
+ switch (alt38) {
case 1 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4583:2: rule__Token__DefaultAssignment_0
+ // InternalLDef.g:4992:2: rule__Token__DefaultAssignment_0
{
- pushFollow(FOLLOW_rule__Token__DefaultAssignment_0_in_rule__Token__Group__0__Impl9252);
+ pushFollow(FOLLOW_2);
rule__Token__DefaultAssignment_0();
state._fsp--;
@@ -13202,21 +14380,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Token__Group__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4593:1: rule__Token__Group__1 : rule__Token__Group__1__Impl rule__Token__Group__2 ;
+ // InternalLDef.g:5002:1: rule__Token__Group__1 : rule__Token__Group__1__Impl rule__Token__Group__2 ;
public final void rule__Token__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4597:1: ( rule__Token__Group__1__Impl rule__Token__Group__2 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4598:2: rule__Token__Group__1__Impl rule__Token__Group__2
+ // InternalLDef.g:5006:1: ( rule__Token__Group__1__Impl rule__Token__Group__2 )
+ // InternalLDef.g:5007:2: rule__Token__Group__1__Impl rule__Token__Group__2
{
- pushFollow(FOLLOW_rule__Token__Group__1__Impl_in_rule__Token__Group__19283);
+ pushFollow(FOLLOW_9);
rule__Token__Group__1__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Token__Group__2_in_rule__Token__Group__19286);
+ pushFollow(FOLLOW_2);
rule__Token__Group__2();
state._fsp--;
@@ -13240,25 +14418,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Token__Group__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4605:1: rule__Token__Group__1__Impl : ( ( rule__Token__NameAssignment_1 ) ) ;
+ // InternalLDef.g:5014:1: rule__Token__Group__1__Impl : ( ( rule__Token__NameAssignment_1 ) ) ;
public final void rule__Token__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4609:1: ( ( ( rule__Token__NameAssignment_1 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4610:1: ( ( rule__Token__NameAssignment_1 ) )
+ // InternalLDef.g:5018:1: ( ( ( rule__Token__NameAssignment_1 ) ) )
+ // InternalLDef.g:5019:1: ( ( rule__Token__NameAssignment_1 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4610:1: ( ( rule__Token__NameAssignment_1 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4611:1: ( rule__Token__NameAssignment_1 )
+ // InternalLDef.g:5019:1: ( ( rule__Token__NameAssignment_1 ) )
+ // InternalLDef.g:5020:1: ( rule__Token__NameAssignment_1 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getTokenAccess().getNameAssignment_1());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4612:1: ( rule__Token__NameAssignment_1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4612:2: rule__Token__NameAssignment_1
+ // InternalLDef.g:5021:1: ( rule__Token__NameAssignment_1 )
+ // InternalLDef.g:5021:2: rule__Token__NameAssignment_1
{
- pushFollow(FOLLOW_rule__Token__NameAssignment_1_in_rule__Token__Group__1__Impl9313);
+ pushFollow(FOLLOW_2);
rule__Token__NameAssignment_1();
state._fsp--;
@@ -13291,16 +14469,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Token__Group__2"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4622:1: rule__Token__Group__2 : rule__Token__Group__2__Impl ;
+ // InternalLDef.g:5031:1: rule__Token__Group__2 : rule__Token__Group__2__Impl ;
public final void rule__Token__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4626:1: ( rule__Token__Group__2__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4627:2: rule__Token__Group__2__Impl
+ // InternalLDef.g:5035:1: ( rule__Token__Group__2__Impl )
+ // InternalLDef.g:5036:2: rule__Token__Group__2__Impl
{
- pushFollow(FOLLOW_rule__Token__Group__2__Impl_in_rule__Token__Group__29343);
+ pushFollow(FOLLOW_2);
rule__Token__Group__2__Impl();
state._fsp--;
@@ -13324,33 +14502,33 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Token__Group__2__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4633:1: rule__Token__Group__2__Impl : ( ( rule__Token__Group_2__0 )? ) ;
+ // InternalLDef.g:5042:1: rule__Token__Group__2__Impl : ( ( rule__Token__Group_2__0 )? ) ;
public final void rule__Token__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4637:1: ( ( ( rule__Token__Group_2__0 )? ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4638:1: ( ( rule__Token__Group_2__0 )? )
+ // InternalLDef.g:5046:1: ( ( ( rule__Token__Group_2__0 )? ) )
+ // InternalLDef.g:5047:1: ( ( rule__Token__Group_2__0 )? )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4638:1: ( ( rule__Token__Group_2__0 )? )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4639:1: ( rule__Token__Group_2__0 )?
+ // InternalLDef.g:5047:1: ( ( rule__Token__Group_2__0 )? )
+ // InternalLDef.g:5048:1: ( rule__Token__Group_2__0 )?
{
if ( state.backtracking==0 ) {
before(grammarAccess.getTokenAccess().getGroup_2());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4640:1: ( rule__Token__Group_2__0 )?
- int alt35=2;
- int LA35_0 = input.LA(1);
+ // InternalLDef.g:5049:1: ( rule__Token__Group_2__0 )?
+ int alt39=2;
+ int LA39_0 = input.LA(1);
- if ( (LA35_0==19) ) {
- alt35=1;
+ if ( (LA39_0==19) ) {
+ alt39=1;
}
- switch (alt35) {
+ switch (alt39) {
case 1 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4640:2: rule__Token__Group_2__0
+ // InternalLDef.g:5049:2: rule__Token__Group_2__0
{
- pushFollow(FOLLOW_rule__Token__Group_2__0_in_rule__Token__Group__2__Impl9370);
+ pushFollow(FOLLOW_2);
rule__Token__Group_2__0();
state._fsp--;
@@ -13386,21 +14564,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Token__Group_2__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4656:1: rule__Token__Group_2__0 : rule__Token__Group_2__0__Impl rule__Token__Group_2__1 ;
+ // InternalLDef.g:5065:1: rule__Token__Group_2__0 : rule__Token__Group_2__0__Impl rule__Token__Group_2__1 ;
public final void rule__Token__Group_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4660:1: ( rule__Token__Group_2__0__Impl rule__Token__Group_2__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4661:2: rule__Token__Group_2__0__Impl rule__Token__Group_2__1
+ // InternalLDef.g:5069:1: ( rule__Token__Group_2__0__Impl rule__Token__Group_2__1 )
+ // InternalLDef.g:5070:2: rule__Token__Group_2__0__Impl rule__Token__Group_2__1
{
- pushFollow(FOLLOW_rule__Token__Group_2__0__Impl_in_rule__Token__Group_2__09407);
+ pushFollow(FOLLOW_39);
rule__Token__Group_2__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Token__Group_2__1_in_rule__Token__Group_2__09410);
+ pushFollow(FOLLOW_2);
rule__Token__Group_2__1();
state._fsp--;
@@ -13424,22 +14602,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Token__Group_2__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4668:1: rule__Token__Group_2__0__Impl : ( '{' ) ;
+ // InternalLDef.g:5077:1: rule__Token__Group_2__0__Impl : ( '{' ) ;
public final void rule__Token__Group_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4672:1: ( ( '{' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4673:1: ( '{' )
+ // InternalLDef.g:5081:1: ( ( '{' ) )
+ // InternalLDef.g:5082:1: ( '{' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4673:1: ( '{' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4674:1: '{'
+ // InternalLDef.g:5082:1: ( '{' )
+ // InternalLDef.g:5083:1: '{'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getTokenAccess().getLeftCurlyBracketKeyword_2_0());
}
- match(input,19,FOLLOW_19_in_rule__Token__Group_2__0__Impl9438); if (state.failed) return ;
+ match(input,19,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getTokenAccess().getLeftCurlyBracketKeyword_2_0());
}
@@ -13465,21 +14643,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Token__Group_2__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4687:1: rule__Token__Group_2__1 : rule__Token__Group_2__1__Impl rule__Token__Group_2__2 ;
+ // InternalLDef.g:5096:1: rule__Token__Group_2__1 : rule__Token__Group_2__1__Impl rule__Token__Group_2__2 ;
public final void rule__Token__Group_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4691:1: ( rule__Token__Group_2__1__Impl rule__Token__Group_2__2 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4692:2: rule__Token__Group_2__1__Impl rule__Token__Group_2__2
+ // InternalLDef.g:5100:1: ( rule__Token__Group_2__1__Impl rule__Token__Group_2__2 )
+ // InternalLDef.g:5101:2: rule__Token__Group_2__1__Impl rule__Token__Group_2__2
{
- pushFollow(FOLLOW_rule__Token__Group_2__1__Impl_in_rule__Token__Group_2__19469);
+ pushFollow(FOLLOW_14);
rule__Token__Group_2__1__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Token__Group_2__2_in_rule__Token__Group_2__19472);
+ pushFollow(FOLLOW_2);
rule__Token__Group_2__2();
state._fsp--;
@@ -13503,28 +14681,28 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Token__Group_2__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4699:1: rule__Token__Group_2__1__Impl : ( ( ( rule__Token__ScannerListAssignment_2_1 ) ) ( ( rule__Token__ScannerListAssignment_2_1 )* ) ) ;
+ // InternalLDef.g:5108:1: rule__Token__Group_2__1__Impl : ( ( ( rule__Token__ScannerListAssignment_2_1 ) ) ( ( rule__Token__ScannerListAssignment_2_1 )* ) ) ;
public final void rule__Token__Group_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4703:1: ( ( ( ( rule__Token__ScannerListAssignment_2_1 ) ) ( ( rule__Token__ScannerListAssignment_2_1 )* ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4704:1: ( ( ( rule__Token__ScannerListAssignment_2_1 ) ) ( ( rule__Token__ScannerListAssignment_2_1 )* ) )
+ // InternalLDef.g:5112:1: ( ( ( ( rule__Token__ScannerListAssignment_2_1 ) ) ( ( rule__Token__ScannerListAssignment_2_1 )* ) ) )
+ // InternalLDef.g:5113:1: ( ( ( rule__Token__ScannerListAssignment_2_1 ) ) ( ( rule__Token__ScannerListAssignment_2_1 )* ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4704:1: ( ( ( rule__Token__ScannerListAssignment_2_1 ) ) ( ( rule__Token__ScannerListAssignment_2_1 )* ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4705:1: ( ( rule__Token__ScannerListAssignment_2_1 ) ) ( ( rule__Token__ScannerListAssignment_2_1 )* )
+ // InternalLDef.g:5113:1: ( ( ( rule__Token__ScannerListAssignment_2_1 ) ) ( ( rule__Token__ScannerListAssignment_2_1 )* ) )
+ // InternalLDef.g:5114:1: ( ( rule__Token__ScannerListAssignment_2_1 ) ) ( ( rule__Token__ScannerListAssignment_2_1 )* )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4705:1: ( ( rule__Token__ScannerListAssignment_2_1 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4706:1: ( rule__Token__ScannerListAssignment_2_1 )
+ // InternalLDef.g:5114:1: ( ( rule__Token__ScannerListAssignment_2_1 ) )
+ // InternalLDef.g:5115:1: ( rule__Token__ScannerListAssignment_2_1 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getTokenAccess().getScannerListAssignment_2_1());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4707:1: ( rule__Token__ScannerListAssignment_2_1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4707:2: rule__Token__ScannerListAssignment_2_1
+ // InternalLDef.g:5116:1: ( rule__Token__ScannerListAssignment_2_1 )
+ // InternalLDef.g:5116:2: rule__Token__ScannerListAssignment_2_1
{
- pushFollow(FOLLOW_rule__Token__ScannerListAssignment_2_1_in_rule__Token__Group_2__1__Impl9501);
+ pushFollow(FOLLOW_40);
rule__Token__ScannerListAssignment_2_1();
state._fsp--;
@@ -13538,28 +14716,28 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4710:1: ( ( rule__Token__ScannerListAssignment_2_1 )* )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4711:1: ( rule__Token__ScannerListAssignment_2_1 )*
+ // InternalLDef.g:5119:1: ( ( rule__Token__ScannerListAssignment_2_1 )* )
+ // InternalLDef.g:5120:1: ( rule__Token__ScannerListAssignment_2_1 )*
{
if ( state.backtracking==0 ) {
before(grammarAccess.getTokenAccess().getScannerListAssignment_2_1());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4712:1: ( rule__Token__ScannerListAssignment_2_1 )*
- loop36:
+ // InternalLDef.g:5121:1: ( rule__Token__ScannerListAssignment_2_1 )*
+ loop40:
do {
- int alt36=2;
- int LA36_0 = input.LA(1);
+ int alt40=2;
+ int LA40_0 = input.LA(1);
- if ( (LA36_0==28||LA36_0==30||LA36_0==35||LA36_0==37||LA36_0==40||LA36_0==42) ) {
- alt36=1;
+ if ( (LA40_0==28||LA40_0==30||LA40_0==35||LA40_0==39||LA40_0==42||LA40_0==44) ) {
+ alt40=1;
}
- switch (alt36) {
+ switch (alt40) {
case 1 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4712:2: rule__Token__ScannerListAssignment_2_1
+ // InternalLDef.g:5121:2: rule__Token__ScannerListAssignment_2_1
{
- pushFollow(FOLLOW_rule__Token__ScannerListAssignment_2_1_in_rule__Token__Group_2__1__Impl9513);
+ pushFollow(FOLLOW_40);
rule__Token__ScannerListAssignment_2_1();
state._fsp--;
@@ -13569,7 +14747,7 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop36;
+ break loop40;
}
} while (true);
@@ -13601,16 +14779,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Token__Group_2__2"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4723:1: rule__Token__Group_2__2 : rule__Token__Group_2__2__Impl ;
+ // InternalLDef.g:5132:1: rule__Token__Group_2__2 : rule__Token__Group_2__2__Impl ;
public final void rule__Token__Group_2__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4727:1: ( rule__Token__Group_2__2__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4728:2: rule__Token__Group_2__2__Impl
+ // InternalLDef.g:5136:1: ( rule__Token__Group_2__2__Impl )
+ // InternalLDef.g:5137:2: rule__Token__Group_2__2__Impl
{
- pushFollow(FOLLOW_rule__Token__Group_2__2__Impl_in_rule__Token__Group_2__29546);
+ pushFollow(FOLLOW_2);
rule__Token__Group_2__2__Impl();
state._fsp--;
@@ -13634,22 +14812,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Token__Group_2__2__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4734:1: rule__Token__Group_2__2__Impl : ( '}' ) ;
+ // InternalLDef.g:5143:1: rule__Token__Group_2__2__Impl : ( '}' ) ;
public final void rule__Token__Group_2__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4738:1: ( ( '}' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4739:1: ( '}' )
+ // InternalLDef.g:5147:1: ( ( '}' ) )
+ // InternalLDef.g:5148:1: ( '}' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4739:1: ( '}' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4740:1: '}'
+ // InternalLDef.g:5148:1: ( '}' )
+ // InternalLDef.g:5149:1: '}'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getTokenAccess().getRightCurlyBracketKeyword_2_2());
}
- match(input,20,FOLLOW_20_in_rule__Token__Group_2__2__Impl9574); if (state.failed) return ;
+ match(input,20,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getTokenAccess().getRightCurlyBracketKeyword_2_2());
}
@@ -13675,21 +14853,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_Keyword__Group__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4759:1: rule__Scanner_Keyword__Group__0 : rule__Scanner_Keyword__Group__0__Impl rule__Scanner_Keyword__Group__1 ;
+ // InternalLDef.g:5168:1: rule__Scanner_Keyword__Group__0 : rule__Scanner_Keyword__Group__0__Impl rule__Scanner_Keyword__Group__1 ;
public final void rule__Scanner_Keyword__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4763:1: ( rule__Scanner_Keyword__Group__0__Impl rule__Scanner_Keyword__Group__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4764:2: rule__Scanner_Keyword__Group__0__Impl rule__Scanner_Keyword__Group__1
+ // InternalLDef.g:5172:1: ( rule__Scanner_Keyword__Group__0__Impl rule__Scanner_Keyword__Group__1 )
+ // InternalLDef.g:5173:2: rule__Scanner_Keyword__Group__0__Impl rule__Scanner_Keyword__Group__1
{
- pushFollow(FOLLOW_rule__Scanner_Keyword__Group__0__Impl_in_rule__Scanner_Keyword__Group__09611);
+ pushFollow(FOLLOW_41);
rule__Scanner_Keyword__Group__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Scanner_Keyword__Group__1_in_rule__Scanner_Keyword__Group__09614);
+ pushFollow(FOLLOW_2);
rule__Scanner_Keyword__Group__1();
state._fsp--;
@@ -13713,22 +14891,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_Keyword__Group__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4771:1: rule__Scanner_Keyword__Group__0__Impl : ( 'keywords' ) ;
+ // InternalLDef.g:5180:1: rule__Scanner_Keyword__Group__0__Impl : ( 'keywords' ) ;
public final void rule__Scanner_Keyword__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4775:1: ( ( 'keywords' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4776:1: ( 'keywords' )
+ // InternalLDef.g:5184:1: ( ( 'keywords' ) )
+ // InternalLDef.g:5185:1: ( 'keywords' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4776:1: ( 'keywords' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4777:1: 'keywords'
+ // InternalLDef.g:5185:1: ( 'keywords' )
+ // InternalLDef.g:5186:1: 'keywords'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_KeywordAccess().getKeywordsKeyword_0());
}
- match(input,37,FOLLOW_37_in_rule__Scanner_Keyword__Group__0__Impl9642); if (state.failed) return ;
+ match(input,39,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getScanner_KeywordAccess().getKeywordsKeyword_0());
}
@@ -13754,21 +14932,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_Keyword__Group__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4790:1: rule__Scanner_Keyword__Group__1 : rule__Scanner_Keyword__Group__1__Impl rule__Scanner_Keyword__Group__2 ;
+ // InternalLDef.g:5199:1: rule__Scanner_Keyword__Group__1 : rule__Scanner_Keyword__Group__1__Impl rule__Scanner_Keyword__Group__2 ;
public final void rule__Scanner_Keyword__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4794:1: ( rule__Scanner_Keyword__Group__1__Impl rule__Scanner_Keyword__Group__2 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4795:2: rule__Scanner_Keyword__Group__1__Impl rule__Scanner_Keyword__Group__2
+ // InternalLDef.g:5203:1: ( rule__Scanner_Keyword__Group__1__Impl rule__Scanner_Keyword__Group__2 )
+ // InternalLDef.g:5204:2: rule__Scanner_Keyword__Group__1__Impl rule__Scanner_Keyword__Group__2
{
- pushFollow(FOLLOW_rule__Scanner_Keyword__Group__1__Impl_in_rule__Scanner_Keyword__Group__19673);
+ pushFollow(FOLLOW_18);
rule__Scanner_Keyword__Group__1__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Scanner_Keyword__Group__2_in_rule__Scanner_Keyword__Group__19676);
+ pushFollow(FOLLOW_2);
rule__Scanner_Keyword__Group__2();
state._fsp--;
@@ -13792,22 +14970,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_Keyword__Group__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4802:1: rule__Scanner_Keyword__Group__1__Impl : ( '[' ) ;
+ // InternalLDef.g:5211:1: rule__Scanner_Keyword__Group__1__Impl : ( '[' ) ;
public final void rule__Scanner_Keyword__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4806:1: ( ( '[' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4807:1: ( '[' )
+ // InternalLDef.g:5215:1: ( ( '[' ) )
+ // InternalLDef.g:5216:1: ( '[' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4807:1: ( '[' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4808:1: '['
+ // InternalLDef.g:5216:1: ( '[' )
+ // InternalLDef.g:5217:1: '['
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_KeywordAccess().getLeftSquareBracketKeyword_1());
}
- match(input,12,FOLLOW_12_in_rule__Scanner_Keyword__Group__1__Impl9704); if (state.failed) return ;
+ match(input,12,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getScanner_KeywordAccess().getLeftSquareBracketKeyword_1());
}
@@ -13833,21 +15011,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_Keyword__Group__2"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4821:1: rule__Scanner_Keyword__Group__2 : rule__Scanner_Keyword__Group__2__Impl rule__Scanner_Keyword__Group__3 ;
+ // InternalLDef.g:5230:1: rule__Scanner_Keyword__Group__2 : rule__Scanner_Keyword__Group__2__Impl rule__Scanner_Keyword__Group__3 ;
public final void rule__Scanner_Keyword__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4825:1: ( rule__Scanner_Keyword__Group__2__Impl rule__Scanner_Keyword__Group__3 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4826:2: rule__Scanner_Keyword__Group__2__Impl rule__Scanner_Keyword__Group__3
+ // InternalLDef.g:5234:1: ( rule__Scanner_Keyword__Group__2__Impl rule__Scanner_Keyword__Group__3 )
+ // InternalLDef.g:5235:2: rule__Scanner_Keyword__Group__2__Impl rule__Scanner_Keyword__Group__3
{
- pushFollow(FOLLOW_rule__Scanner_Keyword__Group__2__Impl_in_rule__Scanner_Keyword__Group__29735);
+ pushFollow(FOLLOW_42);
rule__Scanner_Keyword__Group__2__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Scanner_Keyword__Group__3_in_rule__Scanner_Keyword__Group__29738);
+ pushFollow(FOLLOW_2);
rule__Scanner_Keyword__Group__3();
state._fsp--;
@@ -13871,25 +15049,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_Keyword__Group__2__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4833:1: rule__Scanner_Keyword__Group__2__Impl : ( ( rule__Scanner_Keyword__KeywordsAssignment_2 ) ) ;
+ // InternalLDef.g:5242:1: rule__Scanner_Keyword__Group__2__Impl : ( ( rule__Scanner_Keyword__KeywordsAssignment_2 ) ) ;
public final void rule__Scanner_Keyword__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4837:1: ( ( ( rule__Scanner_Keyword__KeywordsAssignment_2 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4838:1: ( ( rule__Scanner_Keyword__KeywordsAssignment_2 ) )
+ // InternalLDef.g:5246:1: ( ( ( rule__Scanner_Keyword__KeywordsAssignment_2 ) ) )
+ // InternalLDef.g:5247:1: ( ( rule__Scanner_Keyword__KeywordsAssignment_2 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4838:1: ( ( rule__Scanner_Keyword__KeywordsAssignment_2 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4839:1: ( rule__Scanner_Keyword__KeywordsAssignment_2 )
+ // InternalLDef.g:5247:1: ( ( rule__Scanner_Keyword__KeywordsAssignment_2 ) )
+ // InternalLDef.g:5248:1: ( rule__Scanner_Keyword__KeywordsAssignment_2 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_KeywordAccess().getKeywordsAssignment_2());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4840:1: ( rule__Scanner_Keyword__KeywordsAssignment_2 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4840:2: rule__Scanner_Keyword__KeywordsAssignment_2
+ // InternalLDef.g:5249:1: ( rule__Scanner_Keyword__KeywordsAssignment_2 )
+ // InternalLDef.g:5249:2: rule__Scanner_Keyword__KeywordsAssignment_2
{
- pushFollow(FOLLOW_rule__Scanner_Keyword__KeywordsAssignment_2_in_rule__Scanner_Keyword__Group__2__Impl9765);
+ pushFollow(FOLLOW_2);
rule__Scanner_Keyword__KeywordsAssignment_2();
state._fsp--;
@@ -13922,21 +15100,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_Keyword__Group__3"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4850:1: rule__Scanner_Keyword__Group__3 : rule__Scanner_Keyword__Group__3__Impl rule__Scanner_Keyword__Group__4 ;
+ // InternalLDef.g:5259:1: rule__Scanner_Keyword__Group__3 : rule__Scanner_Keyword__Group__3__Impl rule__Scanner_Keyword__Group__4 ;
public final void rule__Scanner_Keyword__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4854:1: ( rule__Scanner_Keyword__Group__3__Impl rule__Scanner_Keyword__Group__4 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4855:2: rule__Scanner_Keyword__Group__3__Impl rule__Scanner_Keyword__Group__4
+ // InternalLDef.g:5263:1: ( rule__Scanner_Keyword__Group__3__Impl rule__Scanner_Keyword__Group__4 )
+ // InternalLDef.g:5264:2: rule__Scanner_Keyword__Group__3__Impl rule__Scanner_Keyword__Group__4
{
- pushFollow(FOLLOW_rule__Scanner_Keyword__Group__3__Impl_in_rule__Scanner_Keyword__Group__39795);
+ pushFollow(FOLLOW_42);
rule__Scanner_Keyword__Group__3__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Scanner_Keyword__Group__4_in_rule__Scanner_Keyword__Group__39798);
+ pushFollow(FOLLOW_2);
rule__Scanner_Keyword__Group__4();
state._fsp--;
@@ -13960,37 +15138,37 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_Keyword__Group__3__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4862:1: rule__Scanner_Keyword__Group__3__Impl : ( ( rule__Scanner_Keyword__Group_3__0 )* ) ;
+ // InternalLDef.g:5271:1: rule__Scanner_Keyword__Group__3__Impl : ( ( rule__Scanner_Keyword__Group_3__0 )* ) ;
public final void rule__Scanner_Keyword__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4866:1: ( ( ( rule__Scanner_Keyword__Group_3__0 )* ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4867:1: ( ( rule__Scanner_Keyword__Group_3__0 )* )
+ // InternalLDef.g:5275:1: ( ( ( rule__Scanner_Keyword__Group_3__0 )* ) )
+ // InternalLDef.g:5276:1: ( ( rule__Scanner_Keyword__Group_3__0 )* )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4867:1: ( ( rule__Scanner_Keyword__Group_3__0 )* )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4868:1: ( rule__Scanner_Keyword__Group_3__0 )*
+ // InternalLDef.g:5276:1: ( ( rule__Scanner_Keyword__Group_3__0 )* )
+ // InternalLDef.g:5277:1: ( rule__Scanner_Keyword__Group_3__0 )*
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_KeywordAccess().getGroup_3());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4869:1: ( rule__Scanner_Keyword__Group_3__0 )*
- loop37:
+ // InternalLDef.g:5278:1: ( rule__Scanner_Keyword__Group_3__0 )*
+ loop41:
do {
- int alt37=2;
- int LA37_0 = input.LA(1);
+ int alt41=2;
+ int LA41_0 = input.LA(1);
- if ( (LA37_0==38) ) {
- alt37=1;
+ if ( (LA41_0==40) ) {
+ alt41=1;
}
- switch (alt37) {
+ switch (alt41) {
case 1 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4869:2: rule__Scanner_Keyword__Group_3__0
+ // InternalLDef.g:5278:2: rule__Scanner_Keyword__Group_3__0
{
- pushFollow(FOLLOW_rule__Scanner_Keyword__Group_3__0_in_rule__Scanner_Keyword__Group__3__Impl9825);
+ pushFollow(FOLLOW_43);
rule__Scanner_Keyword__Group_3__0();
state._fsp--;
@@ -14000,7 +15178,7 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop37;
+ break loop41;
}
} while (true);
@@ -14029,16 +15207,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_Keyword__Group__4"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4879:1: rule__Scanner_Keyword__Group__4 : rule__Scanner_Keyword__Group__4__Impl ;
+ // InternalLDef.g:5288:1: rule__Scanner_Keyword__Group__4 : rule__Scanner_Keyword__Group__4__Impl ;
public final void rule__Scanner_Keyword__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4883:1: ( rule__Scanner_Keyword__Group__4__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4884:2: rule__Scanner_Keyword__Group__4__Impl
+ // InternalLDef.g:5292:1: ( rule__Scanner_Keyword__Group__4__Impl )
+ // InternalLDef.g:5293:2: rule__Scanner_Keyword__Group__4__Impl
{
- pushFollow(FOLLOW_rule__Scanner_Keyword__Group__4__Impl_in_rule__Scanner_Keyword__Group__49856);
+ pushFollow(FOLLOW_2);
rule__Scanner_Keyword__Group__4__Impl();
state._fsp--;
@@ -14062,22 +15240,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_Keyword__Group__4__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4890:1: rule__Scanner_Keyword__Group__4__Impl : ( ']' ) ;
+ // InternalLDef.g:5299:1: rule__Scanner_Keyword__Group__4__Impl : ( ']' ) ;
public final void rule__Scanner_Keyword__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4894:1: ( ( ']' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4895:1: ( ']' )
+ // InternalLDef.g:5303:1: ( ( ']' ) )
+ // InternalLDef.g:5304:1: ( ']' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4895:1: ( ']' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4896:1: ']'
+ // InternalLDef.g:5304:1: ( ']' )
+ // InternalLDef.g:5305:1: ']'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_KeywordAccess().getRightSquareBracketKeyword_4());
}
- match(input,14,FOLLOW_14_in_rule__Scanner_Keyword__Group__4__Impl9884); if (state.failed) return ;
+ match(input,14,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getScanner_KeywordAccess().getRightSquareBracketKeyword_4());
}
@@ -14103,21 +15281,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_Keyword__Group_3__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4919:1: rule__Scanner_Keyword__Group_3__0 : rule__Scanner_Keyword__Group_3__0__Impl rule__Scanner_Keyword__Group_3__1 ;
+ // InternalLDef.g:5328:1: rule__Scanner_Keyword__Group_3__0 : rule__Scanner_Keyword__Group_3__0__Impl rule__Scanner_Keyword__Group_3__1 ;
public final void rule__Scanner_Keyword__Group_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4923:1: ( rule__Scanner_Keyword__Group_3__0__Impl rule__Scanner_Keyword__Group_3__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4924:2: rule__Scanner_Keyword__Group_3__0__Impl rule__Scanner_Keyword__Group_3__1
+ // InternalLDef.g:5332:1: ( rule__Scanner_Keyword__Group_3__0__Impl rule__Scanner_Keyword__Group_3__1 )
+ // InternalLDef.g:5333:2: rule__Scanner_Keyword__Group_3__0__Impl rule__Scanner_Keyword__Group_3__1
{
- pushFollow(FOLLOW_rule__Scanner_Keyword__Group_3__0__Impl_in_rule__Scanner_Keyword__Group_3__09925);
+ pushFollow(FOLLOW_18);
rule__Scanner_Keyword__Group_3__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Scanner_Keyword__Group_3__1_in_rule__Scanner_Keyword__Group_3__09928);
+ pushFollow(FOLLOW_2);
rule__Scanner_Keyword__Group_3__1();
state._fsp--;
@@ -14141,22 +15319,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_Keyword__Group_3__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4931:1: rule__Scanner_Keyword__Group_3__0__Impl : ( ',' ) ;
+ // InternalLDef.g:5340:1: rule__Scanner_Keyword__Group_3__0__Impl : ( ',' ) ;
public final void rule__Scanner_Keyword__Group_3__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4935:1: ( ( ',' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4936:1: ( ',' )
+ // InternalLDef.g:5344:1: ( ( ',' ) )
+ // InternalLDef.g:5345:1: ( ',' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4936:1: ( ',' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4937:1: ','
+ // InternalLDef.g:5345:1: ( ',' )
+ // InternalLDef.g:5346:1: ','
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_KeywordAccess().getCommaKeyword_3_0());
}
- match(input,38,FOLLOW_38_in_rule__Scanner_Keyword__Group_3__0__Impl9956); if (state.failed) return ;
+ match(input,40,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getScanner_KeywordAccess().getCommaKeyword_3_0());
}
@@ -14182,16 +15360,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_Keyword__Group_3__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4950:1: rule__Scanner_Keyword__Group_3__1 : rule__Scanner_Keyword__Group_3__1__Impl ;
+ // InternalLDef.g:5359:1: rule__Scanner_Keyword__Group_3__1 : rule__Scanner_Keyword__Group_3__1__Impl ;
public final void rule__Scanner_Keyword__Group_3__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4954:1: ( rule__Scanner_Keyword__Group_3__1__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4955:2: rule__Scanner_Keyword__Group_3__1__Impl
+ // InternalLDef.g:5363:1: ( rule__Scanner_Keyword__Group_3__1__Impl )
+ // InternalLDef.g:5364:2: rule__Scanner_Keyword__Group_3__1__Impl
{
- pushFollow(FOLLOW_rule__Scanner_Keyword__Group_3__1__Impl_in_rule__Scanner_Keyword__Group_3__19987);
+ pushFollow(FOLLOW_2);
rule__Scanner_Keyword__Group_3__1__Impl();
state._fsp--;
@@ -14215,25 +15393,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_Keyword__Group_3__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4961:1: rule__Scanner_Keyword__Group_3__1__Impl : ( ( rule__Scanner_Keyword__KeywordsAssignment_3_1 ) ) ;
+ // InternalLDef.g:5370:1: rule__Scanner_Keyword__Group_3__1__Impl : ( ( rule__Scanner_Keyword__KeywordsAssignment_3_1 ) ) ;
public final void rule__Scanner_Keyword__Group_3__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4965:1: ( ( ( rule__Scanner_Keyword__KeywordsAssignment_3_1 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4966:1: ( ( rule__Scanner_Keyword__KeywordsAssignment_3_1 ) )
+ // InternalLDef.g:5374:1: ( ( ( rule__Scanner_Keyword__KeywordsAssignment_3_1 ) ) )
+ // InternalLDef.g:5375:1: ( ( rule__Scanner_Keyword__KeywordsAssignment_3_1 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4966:1: ( ( rule__Scanner_Keyword__KeywordsAssignment_3_1 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4967:1: ( rule__Scanner_Keyword__KeywordsAssignment_3_1 )
+ // InternalLDef.g:5375:1: ( ( rule__Scanner_Keyword__KeywordsAssignment_3_1 ) )
+ // InternalLDef.g:5376:1: ( rule__Scanner_Keyword__KeywordsAssignment_3_1 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_KeywordAccess().getKeywordsAssignment_3_1());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4968:1: ( rule__Scanner_Keyword__KeywordsAssignment_3_1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4968:2: rule__Scanner_Keyword__KeywordsAssignment_3_1
+ // InternalLDef.g:5377:1: ( rule__Scanner_Keyword__KeywordsAssignment_3_1 )
+ // InternalLDef.g:5377:2: rule__Scanner_Keyword__KeywordsAssignment_3_1
{
- pushFollow(FOLLOW_rule__Scanner_Keyword__KeywordsAssignment_3_1_in_rule__Scanner_Keyword__Group_3__1__Impl10014);
+ pushFollow(FOLLOW_2);
rule__Scanner_Keyword__KeywordsAssignment_3_1();
state._fsp--;
@@ -14266,21 +15444,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Keyword__Group__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4982:1: rule__Keyword__Group__0 : rule__Keyword__Group__0__Impl rule__Keyword__Group__1 ;
+ // InternalLDef.g:5391:1: rule__Keyword__Group__0 : rule__Keyword__Group__0__Impl rule__Keyword__Group__1 ;
public final void rule__Keyword__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4986:1: ( rule__Keyword__Group__0__Impl rule__Keyword__Group__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4987:2: rule__Keyword__Group__0__Impl rule__Keyword__Group__1
+ // InternalLDef.g:5395:1: ( rule__Keyword__Group__0__Impl rule__Keyword__Group__1 )
+ // InternalLDef.g:5396:2: rule__Keyword__Group__0__Impl rule__Keyword__Group__1
{
- pushFollow(FOLLOW_rule__Keyword__Group__0__Impl_in_rule__Keyword__Group__010048);
+ pushFollow(FOLLOW_44);
rule__Keyword__Group__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Keyword__Group__1_in_rule__Keyword__Group__010051);
+ pushFollow(FOLLOW_2);
rule__Keyword__Group__1();
state._fsp--;
@@ -14304,25 +15482,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Keyword__Group__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4994:1: rule__Keyword__Group__0__Impl : ( ( rule__Keyword__NameAssignment_0 ) ) ;
+ // InternalLDef.g:5403:1: rule__Keyword__Group__0__Impl : ( ( rule__Keyword__NameAssignment_0 ) ) ;
public final void rule__Keyword__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4998:1: ( ( ( rule__Keyword__NameAssignment_0 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4999:1: ( ( rule__Keyword__NameAssignment_0 ) )
+ // InternalLDef.g:5407:1: ( ( ( rule__Keyword__NameAssignment_0 ) ) )
+ // InternalLDef.g:5408:1: ( ( rule__Keyword__NameAssignment_0 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:4999:1: ( ( rule__Keyword__NameAssignment_0 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5000:1: ( rule__Keyword__NameAssignment_0 )
+ // InternalLDef.g:5408:1: ( ( rule__Keyword__NameAssignment_0 ) )
+ // InternalLDef.g:5409:1: ( rule__Keyword__NameAssignment_0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getKeywordAccess().getNameAssignment_0());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5001:1: ( rule__Keyword__NameAssignment_0 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5001:2: rule__Keyword__NameAssignment_0
+ // InternalLDef.g:5410:1: ( rule__Keyword__NameAssignment_0 )
+ // InternalLDef.g:5410:2: rule__Keyword__NameAssignment_0
{
- pushFollow(FOLLOW_rule__Keyword__NameAssignment_0_in_rule__Keyword__Group__0__Impl10078);
+ pushFollow(FOLLOW_2);
rule__Keyword__NameAssignment_0();
state._fsp--;
@@ -14355,16 +15533,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Keyword__Group__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5011:1: rule__Keyword__Group__1 : rule__Keyword__Group__1__Impl ;
+ // InternalLDef.g:5420:1: rule__Keyword__Group__1 : rule__Keyword__Group__1__Impl ;
public final void rule__Keyword__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5015:1: ( rule__Keyword__Group__1__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5016:2: rule__Keyword__Group__1__Impl
+ // InternalLDef.g:5424:1: ( rule__Keyword__Group__1__Impl )
+ // InternalLDef.g:5425:2: rule__Keyword__Group__1__Impl
{
- pushFollow(FOLLOW_rule__Keyword__Group__1__Impl_in_rule__Keyword__Group__110108);
+ pushFollow(FOLLOW_2);
rule__Keyword__Group__1__Impl();
state._fsp--;
@@ -14388,33 +15566,33 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Keyword__Group__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5022:1: rule__Keyword__Group__1__Impl : ( ( rule__Keyword__Group_1__0 )? ) ;
+ // InternalLDef.g:5431:1: rule__Keyword__Group__1__Impl : ( ( rule__Keyword__Group_1__0 )? ) ;
public final void rule__Keyword__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5026:1: ( ( ( rule__Keyword__Group_1__0 )? ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5027:1: ( ( rule__Keyword__Group_1__0 )? )
+ // InternalLDef.g:5435:1: ( ( ( rule__Keyword__Group_1__0 )? ) )
+ // InternalLDef.g:5436:1: ( ( rule__Keyword__Group_1__0 )? )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5027:1: ( ( rule__Keyword__Group_1__0 )? )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5028:1: ( rule__Keyword__Group_1__0 )?
+ // InternalLDef.g:5436:1: ( ( rule__Keyword__Group_1__0 )? )
+ // InternalLDef.g:5437:1: ( rule__Keyword__Group_1__0 )?
{
if ( state.backtracking==0 ) {
before(grammarAccess.getKeywordAccess().getGroup_1());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5029:1: ( rule__Keyword__Group_1__0 )?
- int alt38=2;
- int LA38_0 = input.LA(1);
+ // InternalLDef.g:5438:1: ( rule__Keyword__Group_1__0 )?
+ int alt42=2;
+ int LA42_0 = input.LA(1);
- if ( (LA38_0==39) ) {
- alt38=1;
+ if ( (LA42_0==41) ) {
+ alt42=1;
}
- switch (alt38) {
+ switch (alt42) {
case 1 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5029:2: rule__Keyword__Group_1__0
+ // InternalLDef.g:5438:2: rule__Keyword__Group_1__0
{
- pushFollow(FOLLOW_rule__Keyword__Group_1__0_in_rule__Keyword__Group__1__Impl10135);
+ pushFollow(FOLLOW_2);
rule__Keyword__Group_1__0();
state._fsp--;
@@ -14450,21 +15628,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Keyword__Group_1__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5043:1: rule__Keyword__Group_1__0 : rule__Keyword__Group_1__0__Impl rule__Keyword__Group_1__1 ;
+ // InternalLDef.g:5452:1: rule__Keyword__Group_1__0 : rule__Keyword__Group_1__0__Impl rule__Keyword__Group_1__1 ;
public final void rule__Keyword__Group_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5047:1: ( rule__Keyword__Group_1__0__Impl rule__Keyword__Group_1__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5048:2: rule__Keyword__Group_1__0__Impl rule__Keyword__Group_1__1
+ // InternalLDef.g:5456:1: ( rule__Keyword__Group_1__0__Impl rule__Keyword__Group_1__1 )
+ // InternalLDef.g:5457:2: rule__Keyword__Group_1__0__Impl rule__Keyword__Group_1__1
{
- pushFollow(FOLLOW_rule__Keyword__Group_1__0__Impl_in_rule__Keyword__Group_1__010170);
+ pushFollow(FOLLOW_18);
rule__Keyword__Group_1__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Keyword__Group_1__1_in_rule__Keyword__Group_1__010173);
+ pushFollow(FOLLOW_2);
rule__Keyword__Group_1__1();
state._fsp--;
@@ -14488,22 +15666,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Keyword__Group_1__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5055:1: rule__Keyword__Group_1__0__Impl : ( 'since' ) ;
+ // InternalLDef.g:5464:1: rule__Keyword__Group_1__0__Impl : ( 'since' ) ;
public final void rule__Keyword__Group_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5059:1: ( ( 'since' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5060:1: ( 'since' )
+ // InternalLDef.g:5468:1: ( ( 'since' ) )
+ // InternalLDef.g:5469:1: ( 'since' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5060:1: ( 'since' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5061:1: 'since'
+ // InternalLDef.g:5469:1: ( 'since' )
+ // InternalLDef.g:5470:1: 'since'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getKeywordAccess().getSinceKeyword_1_0());
}
- match(input,39,FOLLOW_39_in_rule__Keyword__Group_1__0__Impl10201); if (state.failed) return ;
+ match(input,41,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getKeywordAccess().getSinceKeyword_1_0());
}
@@ -14529,16 +15707,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Keyword__Group_1__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5074:1: rule__Keyword__Group_1__1 : rule__Keyword__Group_1__1__Impl ;
+ // InternalLDef.g:5483:1: rule__Keyword__Group_1__1 : rule__Keyword__Group_1__1__Impl ;
public final void rule__Keyword__Group_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5078:1: ( rule__Keyword__Group_1__1__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5079:2: rule__Keyword__Group_1__1__Impl
+ // InternalLDef.g:5487:1: ( rule__Keyword__Group_1__1__Impl )
+ // InternalLDef.g:5488:2: rule__Keyword__Group_1__1__Impl
{
- pushFollow(FOLLOW_rule__Keyword__Group_1__1__Impl_in_rule__Keyword__Group_1__110232);
+ pushFollow(FOLLOW_2);
rule__Keyword__Group_1__1__Impl();
state._fsp--;
@@ -14562,25 +15740,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Keyword__Group_1__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5085:1: rule__Keyword__Group_1__1__Impl : ( ( rule__Keyword__VersionAssignment_1_1 ) ) ;
+ // InternalLDef.g:5494:1: rule__Keyword__Group_1__1__Impl : ( ( rule__Keyword__VersionAssignment_1_1 ) ) ;
public final void rule__Keyword__Group_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5089:1: ( ( ( rule__Keyword__VersionAssignment_1_1 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5090:1: ( ( rule__Keyword__VersionAssignment_1_1 ) )
+ // InternalLDef.g:5498:1: ( ( ( rule__Keyword__VersionAssignment_1_1 ) ) )
+ // InternalLDef.g:5499:1: ( ( rule__Keyword__VersionAssignment_1_1 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5090:1: ( ( rule__Keyword__VersionAssignment_1_1 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5091:1: ( rule__Keyword__VersionAssignment_1_1 )
+ // InternalLDef.g:5499:1: ( ( rule__Keyword__VersionAssignment_1_1 ) )
+ // InternalLDef.g:5500:1: ( rule__Keyword__VersionAssignment_1_1 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getKeywordAccess().getVersionAssignment_1_1());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5092:1: ( rule__Keyword__VersionAssignment_1_1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5092:2: rule__Keyword__VersionAssignment_1_1
+ // InternalLDef.g:5501:1: ( rule__Keyword__VersionAssignment_1_1 )
+ // InternalLDef.g:5501:2: rule__Keyword__VersionAssignment_1_1
{
- pushFollow(FOLLOW_rule__Keyword__VersionAssignment_1_1_in_rule__Keyword__Group_1__1__Impl10259);
+ pushFollow(FOLLOW_2);
rule__Keyword__VersionAssignment_1_1();
state._fsp--;
@@ -14613,21 +15791,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_SingleLineRule__Group__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5106:1: rule__Scanner_SingleLineRule__Group__0 : rule__Scanner_SingleLineRule__Group__0__Impl rule__Scanner_SingleLineRule__Group__1 ;
+ // InternalLDef.g:5515:1: rule__Scanner_SingleLineRule__Group__0 : rule__Scanner_SingleLineRule__Group__0__Impl rule__Scanner_SingleLineRule__Group__1 ;
public final void rule__Scanner_SingleLineRule__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5110:1: ( rule__Scanner_SingleLineRule__Group__0__Impl rule__Scanner_SingleLineRule__Group__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5111:2: rule__Scanner_SingleLineRule__Group__0__Impl rule__Scanner_SingleLineRule__Group__1
+ // InternalLDef.g:5519:1: ( rule__Scanner_SingleLineRule__Group__0__Impl rule__Scanner_SingleLineRule__Group__1 )
+ // InternalLDef.g:5520:2: rule__Scanner_SingleLineRule__Group__0__Impl rule__Scanner_SingleLineRule__Group__1
{
- pushFollow(FOLLOW_rule__Scanner_SingleLineRule__Group__0__Impl_in_rule__Scanner_SingleLineRule__Group__010293);
+ pushFollow(FOLLOW_18);
rule__Scanner_SingleLineRule__Group__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Scanner_SingleLineRule__Group__1_in_rule__Scanner_SingleLineRule__Group__010296);
+ pushFollow(FOLLOW_2);
rule__Scanner_SingleLineRule__Group__1();
state._fsp--;
@@ -14651,22 +15829,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_SingleLineRule__Group__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5118:1: rule__Scanner_SingleLineRule__Group__0__Impl : ( 'single_line' ) ;
+ // InternalLDef.g:5527:1: rule__Scanner_SingleLineRule__Group__0__Impl : ( 'single_line' ) ;
public final void rule__Scanner_SingleLineRule__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5122:1: ( ( 'single_line' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5123:1: ( 'single_line' )
+ // InternalLDef.g:5531:1: ( ( 'single_line' ) )
+ // InternalLDef.g:5532:1: ( 'single_line' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5123:1: ( 'single_line' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5124:1: 'single_line'
+ // InternalLDef.g:5532:1: ( 'single_line' )
+ // InternalLDef.g:5533:1: 'single_line'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_SingleLineRuleAccess().getSingle_lineKeyword_0());
}
- match(input,30,FOLLOW_30_in_rule__Scanner_SingleLineRule__Group__0__Impl10324); if (state.failed) return ;
+ match(input,30,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getScanner_SingleLineRuleAccess().getSingle_lineKeyword_0());
}
@@ -14692,21 +15870,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_SingleLineRule__Group__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5137:1: rule__Scanner_SingleLineRule__Group__1 : rule__Scanner_SingleLineRule__Group__1__Impl rule__Scanner_SingleLineRule__Group__2 ;
+ // InternalLDef.g:5546:1: rule__Scanner_SingleLineRule__Group__1 : rule__Scanner_SingleLineRule__Group__1__Impl rule__Scanner_SingleLineRule__Group__2 ;
public final void rule__Scanner_SingleLineRule__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5141:1: ( rule__Scanner_SingleLineRule__Group__1__Impl rule__Scanner_SingleLineRule__Group__2 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5142:2: rule__Scanner_SingleLineRule__Group__1__Impl rule__Scanner_SingleLineRule__Group__2
+ // InternalLDef.g:5550:1: ( rule__Scanner_SingleLineRule__Group__1__Impl rule__Scanner_SingleLineRule__Group__2 )
+ // InternalLDef.g:5551:2: rule__Scanner_SingleLineRule__Group__1__Impl rule__Scanner_SingleLineRule__Group__2
{
- pushFollow(FOLLOW_rule__Scanner_SingleLineRule__Group__1__Impl_in_rule__Scanner_SingleLineRule__Group__110355);
+ pushFollow(FOLLOW_27);
rule__Scanner_SingleLineRule__Group__1__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Scanner_SingleLineRule__Group__2_in_rule__Scanner_SingleLineRule__Group__110358);
+ pushFollow(FOLLOW_2);
rule__Scanner_SingleLineRule__Group__2();
state._fsp--;
@@ -14730,25 +15908,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_SingleLineRule__Group__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5149:1: rule__Scanner_SingleLineRule__Group__1__Impl : ( ( rule__Scanner_SingleLineRule__StartSeqAssignment_1 ) ) ;
+ // InternalLDef.g:5558:1: rule__Scanner_SingleLineRule__Group__1__Impl : ( ( rule__Scanner_SingleLineRule__StartSeqAssignment_1 ) ) ;
public final void rule__Scanner_SingleLineRule__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5153:1: ( ( ( rule__Scanner_SingleLineRule__StartSeqAssignment_1 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5154:1: ( ( rule__Scanner_SingleLineRule__StartSeqAssignment_1 ) )
+ // InternalLDef.g:5562:1: ( ( ( rule__Scanner_SingleLineRule__StartSeqAssignment_1 ) ) )
+ // InternalLDef.g:5563:1: ( ( rule__Scanner_SingleLineRule__StartSeqAssignment_1 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5154:1: ( ( rule__Scanner_SingleLineRule__StartSeqAssignment_1 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5155:1: ( rule__Scanner_SingleLineRule__StartSeqAssignment_1 )
+ // InternalLDef.g:5563:1: ( ( rule__Scanner_SingleLineRule__StartSeqAssignment_1 ) )
+ // InternalLDef.g:5564:1: ( rule__Scanner_SingleLineRule__StartSeqAssignment_1 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_SingleLineRuleAccess().getStartSeqAssignment_1());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5156:1: ( rule__Scanner_SingleLineRule__StartSeqAssignment_1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5156:2: rule__Scanner_SingleLineRule__StartSeqAssignment_1
+ // InternalLDef.g:5565:1: ( rule__Scanner_SingleLineRule__StartSeqAssignment_1 )
+ // InternalLDef.g:5565:2: rule__Scanner_SingleLineRule__StartSeqAssignment_1
{
- pushFollow(FOLLOW_rule__Scanner_SingleLineRule__StartSeqAssignment_1_in_rule__Scanner_SingleLineRule__Group__1__Impl10385);
+ pushFollow(FOLLOW_2);
rule__Scanner_SingleLineRule__StartSeqAssignment_1();
state._fsp--;
@@ -14781,21 +15959,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_SingleLineRule__Group__2"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5166:1: rule__Scanner_SingleLineRule__Group__2 : rule__Scanner_SingleLineRule__Group__2__Impl rule__Scanner_SingleLineRule__Group__3 ;
+ // InternalLDef.g:5575:1: rule__Scanner_SingleLineRule__Group__2 : rule__Scanner_SingleLineRule__Group__2__Impl rule__Scanner_SingleLineRule__Group__3 ;
public final void rule__Scanner_SingleLineRule__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5170:1: ( rule__Scanner_SingleLineRule__Group__2__Impl rule__Scanner_SingleLineRule__Group__3 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5171:2: rule__Scanner_SingleLineRule__Group__2__Impl rule__Scanner_SingleLineRule__Group__3
+ // InternalLDef.g:5579:1: ( rule__Scanner_SingleLineRule__Group__2__Impl rule__Scanner_SingleLineRule__Group__3 )
+ // InternalLDef.g:5580:2: rule__Scanner_SingleLineRule__Group__2__Impl rule__Scanner_SingleLineRule__Group__3
{
- pushFollow(FOLLOW_rule__Scanner_SingleLineRule__Group__2__Impl_in_rule__Scanner_SingleLineRule__Group__210415);
+ pushFollow(FOLLOW_27);
rule__Scanner_SingleLineRule__Group__2__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Scanner_SingleLineRule__Group__3_in_rule__Scanner_SingleLineRule__Group__210418);
+ pushFollow(FOLLOW_2);
rule__Scanner_SingleLineRule__Group__3();
state._fsp--;
@@ -14819,33 +15997,33 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_SingleLineRule__Group__2__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5178:1: rule__Scanner_SingleLineRule__Group__2__Impl : ( ( rule__Scanner_SingleLineRule__Group_2__0 )? ) ;
+ // InternalLDef.g:5587:1: rule__Scanner_SingleLineRule__Group__2__Impl : ( ( rule__Scanner_SingleLineRule__Group_2__0 )? ) ;
public final void rule__Scanner_SingleLineRule__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5182:1: ( ( ( rule__Scanner_SingleLineRule__Group_2__0 )? ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5183:1: ( ( rule__Scanner_SingleLineRule__Group_2__0 )? )
+ // InternalLDef.g:5591:1: ( ( ( rule__Scanner_SingleLineRule__Group_2__0 )? ) )
+ // InternalLDef.g:5592:1: ( ( rule__Scanner_SingleLineRule__Group_2__0 )? )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5183:1: ( ( rule__Scanner_SingleLineRule__Group_2__0 )? )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5184:1: ( rule__Scanner_SingleLineRule__Group_2__0 )?
+ // InternalLDef.g:5592:1: ( ( rule__Scanner_SingleLineRule__Group_2__0 )? )
+ // InternalLDef.g:5593:1: ( rule__Scanner_SingleLineRule__Group_2__0 )?
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_SingleLineRuleAccess().getGroup_2());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5185:1: ( rule__Scanner_SingleLineRule__Group_2__0 )?
- int alt39=2;
- int LA39_0 = input.LA(1);
+ // InternalLDef.g:5594:1: ( rule__Scanner_SingleLineRule__Group_2__0 )?
+ int alt43=2;
+ int LA43_0 = input.LA(1);
- if ( (LA39_0==31) ) {
- alt39=1;
+ if ( (LA43_0==31) ) {
+ alt43=1;
}
- switch (alt39) {
+ switch (alt43) {
case 1 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5185:2: rule__Scanner_SingleLineRule__Group_2__0
+ // InternalLDef.g:5594:2: rule__Scanner_SingleLineRule__Group_2__0
{
- pushFollow(FOLLOW_rule__Scanner_SingleLineRule__Group_2__0_in_rule__Scanner_SingleLineRule__Group__2__Impl10445);
+ pushFollow(FOLLOW_2);
rule__Scanner_SingleLineRule__Group_2__0();
state._fsp--;
@@ -14881,21 +16059,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_SingleLineRule__Group__3"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5195:1: rule__Scanner_SingleLineRule__Group__3 : rule__Scanner_SingleLineRule__Group__3__Impl rule__Scanner_SingleLineRule__Group__4 ;
+ // InternalLDef.g:5604:1: rule__Scanner_SingleLineRule__Group__3 : rule__Scanner_SingleLineRule__Group__3__Impl rule__Scanner_SingleLineRule__Group__4 ;
public final void rule__Scanner_SingleLineRule__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5199:1: ( rule__Scanner_SingleLineRule__Group__3__Impl rule__Scanner_SingleLineRule__Group__4 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5200:2: rule__Scanner_SingleLineRule__Group__3__Impl rule__Scanner_SingleLineRule__Group__4
+ // InternalLDef.g:5608:1: ( rule__Scanner_SingleLineRule__Group__3__Impl rule__Scanner_SingleLineRule__Group__4 )
+ // InternalLDef.g:5609:2: rule__Scanner_SingleLineRule__Group__3__Impl rule__Scanner_SingleLineRule__Group__4
{
- pushFollow(FOLLOW_rule__Scanner_SingleLineRule__Group__3__Impl_in_rule__Scanner_SingleLineRule__Group__310476);
+ pushFollow(FOLLOW_27);
rule__Scanner_SingleLineRule__Group__3__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Scanner_SingleLineRule__Group__4_in_rule__Scanner_SingleLineRule__Group__310479);
+ pushFollow(FOLLOW_2);
rule__Scanner_SingleLineRule__Group__4();
state._fsp--;
@@ -14919,33 +16097,33 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_SingleLineRule__Group__3__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5207:1: rule__Scanner_SingleLineRule__Group__3__Impl : ( ( rule__Scanner_SingleLineRule__Group_3__0 )? ) ;
+ // InternalLDef.g:5616:1: rule__Scanner_SingleLineRule__Group__3__Impl : ( ( rule__Scanner_SingleLineRule__Group_3__0 )? ) ;
public final void rule__Scanner_SingleLineRule__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5211:1: ( ( ( rule__Scanner_SingleLineRule__Group_3__0 )? ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5212:1: ( ( rule__Scanner_SingleLineRule__Group_3__0 )? )
+ // InternalLDef.g:5620:1: ( ( ( rule__Scanner_SingleLineRule__Group_3__0 )? ) )
+ // InternalLDef.g:5621:1: ( ( rule__Scanner_SingleLineRule__Group_3__0 )? )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5212:1: ( ( rule__Scanner_SingleLineRule__Group_3__0 )? )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5213:1: ( rule__Scanner_SingleLineRule__Group_3__0 )?
+ // InternalLDef.g:5621:1: ( ( rule__Scanner_SingleLineRule__Group_3__0 )? )
+ // InternalLDef.g:5622:1: ( rule__Scanner_SingleLineRule__Group_3__0 )?
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_SingleLineRuleAccess().getGroup_3());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5214:1: ( rule__Scanner_SingleLineRule__Group_3__0 )?
- int alt40=2;
- int LA40_0 = input.LA(1);
+ // InternalLDef.g:5623:1: ( rule__Scanner_SingleLineRule__Group_3__0 )?
+ int alt44=2;
+ int LA44_0 = input.LA(1);
- if ( (LA40_0==32) ) {
- alt40=1;
+ if ( (LA44_0==32) ) {
+ alt44=1;
}
- switch (alt40) {
+ switch (alt44) {
case 1 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5214:2: rule__Scanner_SingleLineRule__Group_3__0
+ // InternalLDef.g:5623:2: rule__Scanner_SingleLineRule__Group_3__0
{
- pushFollow(FOLLOW_rule__Scanner_SingleLineRule__Group_3__0_in_rule__Scanner_SingleLineRule__Group__3__Impl10506);
+ pushFollow(FOLLOW_2);
rule__Scanner_SingleLineRule__Group_3__0();
state._fsp--;
@@ -14981,16 +16159,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_SingleLineRule__Group__4"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5224:1: rule__Scanner_SingleLineRule__Group__4 : rule__Scanner_SingleLineRule__Group__4__Impl ;
+ // InternalLDef.g:5633:1: rule__Scanner_SingleLineRule__Group__4 : rule__Scanner_SingleLineRule__Group__4__Impl ;
public final void rule__Scanner_SingleLineRule__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5228:1: ( rule__Scanner_SingleLineRule__Group__4__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5229:2: rule__Scanner_SingleLineRule__Group__4__Impl
+ // InternalLDef.g:5637:1: ( rule__Scanner_SingleLineRule__Group__4__Impl )
+ // InternalLDef.g:5638:2: rule__Scanner_SingleLineRule__Group__4__Impl
{
- pushFollow(FOLLOW_rule__Scanner_SingleLineRule__Group__4__Impl_in_rule__Scanner_SingleLineRule__Group__410537);
+ pushFollow(FOLLOW_2);
rule__Scanner_SingleLineRule__Group__4__Impl();
state._fsp--;
@@ -15014,33 +16192,33 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_SingleLineRule__Group__4__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5235:1: rule__Scanner_SingleLineRule__Group__4__Impl : ( ( rule__Scanner_SingleLineRule__Group_4__0 )? ) ;
+ // InternalLDef.g:5644:1: rule__Scanner_SingleLineRule__Group__4__Impl : ( ( rule__Scanner_SingleLineRule__Group_4__0 )? ) ;
public final void rule__Scanner_SingleLineRule__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5239:1: ( ( ( rule__Scanner_SingleLineRule__Group_4__0 )? ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5240:1: ( ( rule__Scanner_SingleLineRule__Group_4__0 )? )
+ // InternalLDef.g:5648:1: ( ( ( rule__Scanner_SingleLineRule__Group_4__0 )? ) )
+ // InternalLDef.g:5649:1: ( ( rule__Scanner_SingleLineRule__Group_4__0 )? )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5240:1: ( ( rule__Scanner_SingleLineRule__Group_4__0 )? )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5241:1: ( rule__Scanner_SingleLineRule__Group_4__0 )?
+ // InternalLDef.g:5649:1: ( ( rule__Scanner_SingleLineRule__Group_4__0 )? )
+ // InternalLDef.g:5650:1: ( rule__Scanner_SingleLineRule__Group_4__0 )?
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_SingleLineRuleAccess().getGroup_4());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5242:1: ( rule__Scanner_SingleLineRule__Group_4__0 )?
- int alt41=2;
- int LA41_0 = input.LA(1);
+ // InternalLDef.g:5651:1: ( rule__Scanner_SingleLineRule__Group_4__0 )?
+ int alt45=2;
+ int LA45_0 = input.LA(1);
- if ( (LA41_0==33) ) {
- alt41=1;
+ if ( (LA45_0==33) ) {
+ alt45=1;
}
- switch (alt41) {
+ switch (alt45) {
case 1 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5242:2: rule__Scanner_SingleLineRule__Group_4__0
+ // InternalLDef.g:5651:2: rule__Scanner_SingleLineRule__Group_4__0
{
- pushFollow(FOLLOW_rule__Scanner_SingleLineRule__Group_4__0_in_rule__Scanner_SingleLineRule__Group__4__Impl10564);
+ pushFollow(FOLLOW_2);
rule__Scanner_SingleLineRule__Group_4__0();
state._fsp--;
@@ -15076,21 +16254,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_SingleLineRule__Group_2__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5262:1: rule__Scanner_SingleLineRule__Group_2__0 : rule__Scanner_SingleLineRule__Group_2__0__Impl rule__Scanner_SingleLineRule__Group_2__1 ;
+ // InternalLDef.g:5671:1: rule__Scanner_SingleLineRule__Group_2__0 : rule__Scanner_SingleLineRule__Group_2__0__Impl rule__Scanner_SingleLineRule__Group_2__1 ;
public final void rule__Scanner_SingleLineRule__Group_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5266:1: ( rule__Scanner_SingleLineRule__Group_2__0__Impl rule__Scanner_SingleLineRule__Group_2__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5267:2: rule__Scanner_SingleLineRule__Group_2__0__Impl rule__Scanner_SingleLineRule__Group_2__1
+ // InternalLDef.g:5675:1: ( rule__Scanner_SingleLineRule__Group_2__0__Impl rule__Scanner_SingleLineRule__Group_2__1 )
+ // InternalLDef.g:5676:2: rule__Scanner_SingleLineRule__Group_2__0__Impl rule__Scanner_SingleLineRule__Group_2__1
{
- pushFollow(FOLLOW_rule__Scanner_SingleLineRule__Group_2__0__Impl_in_rule__Scanner_SingleLineRule__Group_2__010605);
+ pushFollow(FOLLOW_28);
rule__Scanner_SingleLineRule__Group_2__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Scanner_SingleLineRule__Group_2__1_in_rule__Scanner_SingleLineRule__Group_2__010608);
+ pushFollow(FOLLOW_2);
rule__Scanner_SingleLineRule__Group_2__1();
state._fsp--;
@@ -15114,22 +16292,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_SingleLineRule__Group_2__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5274:1: rule__Scanner_SingleLineRule__Group_2__0__Impl : ( 'col' ) ;
+ // InternalLDef.g:5683:1: rule__Scanner_SingleLineRule__Group_2__0__Impl : ( 'col' ) ;
public final void rule__Scanner_SingleLineRule__Group_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5278:1: ( ( 'col' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5279:1: ( 'col' )
+ // InternalLDef.g:5687:1: ( ( 'col' ) )
+ // InternalLDef.g:5688:1: ( 'col' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5279:1: ( 'col' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5280:1: 'col'
+ // InternalLDef.g:5688:1: ( 'col' )
+ // InternalLDef.g:5689:1: 'col'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_SingleLineRuleAccess().getColKeyword_2_0());
}
- match(input,31,FOLLOW_31_in_rule__Scanner_SingleLineRule__Group_2__0__Impl10636); if (state.failed) return ;
+ match(input,31,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getScanner_SingleLineRuleAccess().getColKeyword_2_0());
}
@@ -15155,16 +16333,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_SingleLineRule__Group_2__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5293:1: rule__Scanner_SingleLineRule__Group_2__1 : rule__Scanner_SingleLineRule__Group_2__1__Impl ;
+ // InternalLDef.g:5702:1: rule__Scanner_SingleLineRule__Group_2__1 : rule__Scanner_SingleLineRule__Group_2__1__Impl ;
public final void rule__Scanner_SingleLineRule__Group_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5297:1: ( rule__Scanner_SingleLineRule__Group_2__1__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5298:2: rule__Scanner_SingleLineRule__Group_2__1__Impl
+ // InternalLDef.g:5706:1: ( rule__Scanner_SingleLineRule__Group_2__1__Impl )
+ // InternalLDef.g:5707:2: rule__Scanner_SingleLineRule__Group_2__1__Impl
{
- pushFollow(FOLLOW_rule__Scanner_SingleLineRule__Group_2__1__Impl_in_rule__Scanner_SingleLineRule__Group_2__110667);
+ pushFollow(FOLLOW_2);
rule__Scanner_SingleLineRule__Group_2__1__Impl();
state._fsp--;
@@ -15188,25 +16366,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_SingleLineRule__Group_2__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5304:1: rule__Scanner_SingleLineRule__Group_2__1__Impl : ( ( rule__Scanner_SingleLineRule__CheckAssignment_2_1 ) ) ;
+ // InternalLDef.g:5713:1: rule__Scanner_SingleLineRule__Group_2__1__Impl : ( ( rule__Scanner_SingleLineRule__CheckAssignment_2_1 ) ) ;
public final void rule__Scanner_SingleLineRule__Group_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5308:1: ( ( ( rule__Scanner_SingleLineRule__CheckAssignment_2_1 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5309:1: ( ( rule__Scanner_SingleLineRule__CheckAssignment_2_1 ) )
+ // InternalLDef.g:5717:1: ( ( ( rule__Scanner_SingleLineRule__CheckAssignment_2_1 ) ) )
+ // InternalLDef.g:5718:1: ( ( rule__Scanner_SingleLineRule__CheckAssignment_2_1 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5309:1: ( ( rule__Scanner_SingleLineRule__CheckAssignment_2_1 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5310:1: ( rule__Scanner_SingleLineRule__CheckAssignment_2_1 )
+ // InternalLDef.g:5718:1: ( ( rule__Scanner_SingleLineRule__CheckAssignment_2_1 ) )
+ // InternalLDef.g:5719:1: ( rule__Scanner_SingleLineRule__CheckAssignment_2_1 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_SingleLineRuleAccess().getCheckAssignment_2_1());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5311:1: ( rule__Scanner_SingleLineRule__CheckAssignment_2_1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5311:2: rule__Scanner_SingleLineRule__CheckAssignment_2_1
+ // InternalLDef.g:5720:1: ( rule__Scanner_SingleLineRule__CheckAssignment_2_1 )
+ // InternalLDef.g:5720:2: rule__Scanner_SingleLineRule__CheckAssignment_2_1
{
- pushFollow(FOLLOW_rule__Scanner_SingleLineRule__CheckAssignment_2_1_in_rule__Scanner_SingleLineRule__Group_2__1__Impl10694);
+ pushFollow(FOLLOW_2);
rule__Scanner_SingleLineRule__CheckAssignment_2_1();
state._fsp--;
@@ -15239,21 +16417,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_SingleLineRule__Group_3__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5325:1: rule__Scanner_SingleLineRule__Group_3__0 : rule__Scanner_SingleLineRule__Group_3__0__Impl rule__Scanner_SingleLineRule__Group_3__1 ;
+ // InternalLDef.g:5734:1: rule__Scanner_SingleLineRule__Group_3__0 : rule__Scanner_SingleLineRule__Group_3__0__Impl rule__Scanner_SingleLineRule__Group_3__1 ;
public final void rule__Scanner_SingleLineRule__Group_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5329:1: ( rule__Scanner_SingleLineRule__Group_3__0__Impl rule__Scanner_SingleLineRule__Group_3__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5330:2: rule__Scanner_SingleLineRule__Group_3__0__Impl rule__Scanner_SingleLineRule__Group_3__1
+ // InternalLDef.g:5738:1: ( rule__Scanner_SingleLineRule__Group_3__0__Impl rule__Scanner_SingleLineRule__Group_3__1 )
+ // InternalLDef.g:5739:2: rule__Scanner_SingleLineRule__Group_3__0__Impl rule__Scanner_SingleLineRule__Group_3__1
{
- pushFollow(FOLLOW_rule__Scanner_SingleLineRule__Group_3__0__Impl_in_rule__Scanner_SingleLineRule__Group_3__010728);
+ pushFollow(FOLLOW_18);
rule__Scanner_SingleLineRule__Group_3__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Scanner_SingleLineRule__Group_3__1_in_rule__Scanner_SingleLineRule__Group_3__010731);
+ pushFollow(FOLLOW_2);
rule__Scanner_SingleLineRule__Group_3__1();
state._fsp--;
@@ -15277,22 +16455,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_SingleLineRule__Group_3__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5337:1: rule__Scanner_SingleLineRule__Group_3__0__Impl : ( '=>' ) ;
+ // InternalLDef.g:5746:1: rule__Scanner_SingleLineRule__Group_3__0__Impl : ( '=>' ) ;
public final void rule__Scanner_SingleLineRule__Group_3__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5341:1: ( ( '=>' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5342:1: ( '=>' )
+ // InternalLDef.g:5750:1: ( ( '=>' ) )
+ // InternalLDef.g:5751:1: ( '=>' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5342:1: ( '=>' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5343:1: '=>'
+ // InternalLDef.g:5751:1: ( '=>' )
+ // InternalLDef.g:5752:1: '=>'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_SingleLineRuleAccess().getEqualsSignGreaterThanSignKeyword_3_0());
}
- match(input,32,FOLLOW_32_in_rule__Scanner_SingleLineRule__Group_3__0__Impl10759); if (state.failed) return ;
+ match(input,32,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getScanner_SingleLineRuleAccess().getEqualsSignGreaterThanSignKeyword_3_0());
}
@@ -15318,16 +16496,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_SingleLineRule__Group_3__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5356:1: rule__Scanner_SingleLineRule__Group_3__1 : rule__Scanner_SingleLineRule__Group_3__1__Impl ;
+ // InternalLDef.g:5765:1: rule__Scanner_SingleLineRule__Group_3__1 : rule__Scanner_SingleLineRule__Group_3__1__Impl ;
public final void rule__Scanner_SingleLineRule__Group_3__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5360:1: ( rule__Scanner_SingleLineRule__Group_3__1__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5361:2: rule__Scanner_SingleLineRule__Group_3__1__Impl
+ // InternalLDef.g:5769:1: ( rule__Scanner_SingleLineRule__Group_3__1__Impl )
+ // InternalLDef.g:5770:2: rule__Scanner_SingleLineRule__Group_3__1__Impl
{
- pushFollow(FOLLOW_rule__Scanner_SingleLineRule__Group_3__1__Impl_in_rule__Scanner_SingleLineRule__Group_3__110790);
+ pushFollow(FOLLOW_2);
rule__Scanner_SingleLineRule__Group_3__1__Impl();
state._fsp--;
@@ -15351,33 +16529,33 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_SingleLineRule__Group_3__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5367:1: rule__Scanner_SingleLineRule__Group_3__1__Impl : ( ( rule__Scanner_SingleLineRule__EndSeqAssignment_3_1 )? ) ;
+ // InternalLDef.g:5776:1: rule__Scanner_SingleLineRule__Group_3__1__Impl : ( ( rule__Scanner_SingleLineRule__EndSeqAssignment_3_1 )? ) ;
public final void rule__Scanner_SingleLineRule__Group_3__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5371:1: ( ( ( rule__Scanner_SingleLineRule__EndSeqAssignment_3_1 )? ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5372:1: ( ( rule__Scanner_SingleLineRule__EndSeqAssignment_3_1 )? )
+ // InternalLDef.g:5780:1: ( ( ( rule__Scanner_SingleLineRule__EndSeqAssignment_3_1 )? ) )
+ // InternalLDef.g:5781:1: ( ( rule__Scanner_SingleLineRule__EndSeqAssignment_3_1 )? )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5372:1: ( ( rule__Scanner_SingleLineRule__EndSeqAssignment_3_1 )? )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5373:1: ( rule__Scanner_SingleLineRule__EndSeqAssignment_3_1 )?
+ // InternalLDef.g:5781:1: ( ( rule__Scanner_SingleLineRule__EndSeqAssignment_3_1 )? )
+ // InternalLDef.g:5782:1: ( rule__Scanner_SingleLineRule__EndSeqAssignment_3_1 )?
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_SingleLineRuleAccess().getEndSeqAssignment_3_1());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5374:1: ( rule__Scanner_SingleLineRule__EndSeqAssignment_3_1 )?
- int alt42=2;
- int LA42_0 = input.LA(1);
+ // InternalLDef.g:5783:1: ( rule__Scanner_SingleLineRule__EndSeqAssignment_3_1 )?
+ int alt46=2;
+ int LA46_0 = input.LA(1);
- if ( (LA42_0==RULE_STRING) ) {
- alt42=1;
+ if ( (LA46_0==RULE_STRING) ) {
+ alt46=1;
}
- switch (alt42) {
+ switch (alt46) {
case 1 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5374:2: rule__Scanner_SingleLineRule__EndSeqAssignment_3_1
+ // InternalLDef.g:5783:2: rule__Scanner_SingleLineRule__EndSeqAssignment_3_1
{
- pushFollow(FOLLOW_rule__Scanner_SingleLineRule__EndSeqAssignment_3_1_in_rule__Scanner_SingleLineRule__Group_3__1__Impl10817);
+ pushFollow(FOLLOW_2);
rule__Scanner_SingleLineRule__EndSeqAssignment_3_1();
state._fsp--;
@@ -15413,21 +16591,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_SingleLineRule__Group_4__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5388:1: rule__Scanner_SingleLineRule__Group_4__0 : rule__Scanner_SingleLineRule__Group_4__0__Impl rule__Scanner_SingleLineRule__Group_4__1 ;
+ // InternalLDef.g:5797:1: rule__Scanner_SingleLineRule__Group_4__0 : rule__Scanner_SingleLineRule__Group_4__0__Impl rule__Scanner_SingleLineRule__Group_4__1 ;
public final void rule__Scanner_SingleLineRule__Group_4__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5392:1: ( rule__Scanner_SingleLineRule__Group_4__0__Impl rule__Scanner_SingleLineRule__Group_4__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5393:2: rule__Scanner_SingleLineRule__Group_4__0__Impl rule__Scanner_SingleLineRule__Group_4__1
+ // InternalLDef.g:5801:1: ( rule__Scanner_SingleLineRule__Group_4__0__Impl rule__Scanner_SingleLineRule__Group_4__1 )
+ // InternalLDef.g:5802:2: rule__Scanner_SingleLineRule__Group_4__0__Impl rule__Scanner_SingleLineRule__Group_4__1
{
- pushFollow(FOLLOW_rule__Scanner_SingleLineRule__Group_4__0__Impl_in_rule__Scanner_SingleLineRule__Group_4__010852);
+ pushFollow(FOLLOW_29);
rule__Scanner_SingleLineRule__Group_4__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Scanner_SingleLineRule__Group_4__1_in_rule__Scanner_SingleLineRule__Group_4__010855);
+ pushFollow(FOLLOW_2);
rule__Scanner_SingleLineRule__Group_4__1();
state._fsp--;
@@ -15451,22 +16629,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_SingleLineRule__Group_4__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5400:1: rule__Scanner_SingleLineRule__Group_4__0__Impl : ( 'escaped' ) ;
+ // InternalLDef.g:5809:1: rule__Scanner_SingleLineRule__Group_4__0__Impl : ( 'escaped' ) ;
public final void rule__Scanner_SingleLineRule__Group_4__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5404:1: ( ( 'escaped' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5405:1: ( 'escaped' )
+ // InternalLDef.g:5813:1: ( ( 'escaped' ) )
+ // InternalLDef.g:5814:1: ( 'escaped' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5405:1: ( 'escaped' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5406:1: 'escaped'
+ // InternalLDef.g:5814:1: ( 'escaped' )
+ // InternalLDef.g:5815:1: 'escaped'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_SingleLineRuleAccess().getEscapedKeyword_4_0());
}
- match(input,33,FOLLOW_33_in_rule__Scanner_SingleLineRule__Group_4__0__Impl10883); if (state.failed) return ;
+ match(input,33,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getScanner_SingleLineRuleAccess().getEscapedKeyword_4_0());
}
@@ -15492,21 +16670,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_SingleLineRule__Group_4__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5419:1: rule__Scanner_SingleLineRule__Group_4__1 : rule__Scanner_SingleLineRule__Group_4__1__Impl rule__Scanner_SingleLineRule__Group_4__2 ;
+ // InternalLDef.g:5828:1: rule__Scanner_SingleLineRule__Group_4__1 : rule__Scanner_SingleLineRule__Group_4__1__Impl rule__Scanner_SingleLineRule__Group_4__2 ;
public final void rule__Scanner_SingleLineRule__Group_4__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5423:1: ( rule__Scanner_SingleLineRule__Group_4__1__Impl rule__Scanner_SingleLineRule__Group_4__2 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5424:2: rule__Scanner_SingleLineRule__Group_4__1__Impl rule__Scanner_SingleLineRule__Group_4__2
+ // InternalLDef.g:5832:1: ( rule__Scanner_SingleLineRule__Group_4__1__Impl rule__Scanner_SingleLineRule__Group_4__2 )
+ // InternalLDef.g:5833:2: rule__Scanner_SingleLineRule__Group_4__1__Impl rule__Scanner_SingleLineRule__Group_4__2
{
- pushFollow(FOLLOW_rule__Scanner_SingleLineRule__Group_4__1__Impl_in_rule__Scanner_SingleLineRule__Group_4__110914);
+ pushFollow(FOLLOW_18);
rule__Scanner_SingleLineRule__Group_4__1__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Scanner_SingleLineRule__Group_4__2_in_rule__Scanner_SingleLineRule__Group_4__110917);
+ pushFollow(FOLLOW_2);
rule__Scanner_SingleLineRule__Group_4__2();
state._fsp--;
@@ -15530,22 +16708,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_SingleLineRule__Group_4__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5431:1: rule__Scanner_SingleLineRule__Group_4__1__Impl : ( 'by' ) ;
+ // InternalLDef.g:5840:1: rule__Scanner_SingleLineRule__Group_4__1__Impl : ( 'by' ) ;
public final void rule__Scanner_SingleLineRule__Group_4__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5435:1: ( ( 'by' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5436:1: ( 'by' )
+ // InternalLDef.g:5844:1: ( ( 'by' ) )
+ // InternalLDef.g:5845:1: ( 'by' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5436:1: ( 'by' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5437:1: 'by'
+ // InternalLDef.g:5845:1: ( 'by' )
+ // InternalLDef.g:5846:1: 'by'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_SingleLineRuleAccess().getByKeyword_4_1());
}
- match(input,34,FOLLOW_34_in_rule__Scanner_SingleLineRule__Group_4__1__Impl10945); if (state.failed) return ;
+ match(input,34,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getScanner_SingleLineRuleAccess().getByKeyword_4_1());
}
@@ -15571,16 +16749,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_SingleLineRule__Group_4__2"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5450:1: rule__Scanner_SingleLineRule__Group_4__2 : rule__Scanner_SingleLineRule__Group_4__2__Impl ;
+ // InternalLDef.g:5859:1: rule__Scanner_SingleLineRule__Group_4__2 : rule__Scanner_SingleLineRule__Group_4__2__Impl ;
public final void rule__Scanner_SingleLineRule__Group_4__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5454:1: ( rule__Scanner_SingleLineRule__Group_4__2__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5455:2: rule__Scanner_SingleLineRule__Group_4__2__Impl
+ // InternalLDef.g:5863:1: ( rule__Scanner_SingleLineRule__Group_4__2__Impl )
+ // InternalLDef.g:5864:2: rule__Scanner_SingleLineRule__Group_4__2__Impl
{
- pushFollow(FOLLOW_rule__Scanner_SingleLineRule__Group_4__2__Impl_in_rule__Scanner_SingleLineRule__Group_4__210976);
+ pushFollow(FOLLOW_2);
rule__Scanner_SingleLineRule__Group_4__2__Impl();
state._fsp--;
@@ -15604,25 +16782,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_SingleLineRule__Group_4__2__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5461:1: rule__Scanner_SingleLineRule__Group_4__2__Impl : ( ( rule__Scanner_SingleLineRule__EscapeSeqAssignment_4_2 ) ) ;
+ // InternalLDef.g:5870:1: rule__Scanner_SingleLineRule__Group_4__2__Impl : ( ( rule__Scanner_SingleLineRule__EscapeSeqAssignment_4_2 ) ) ;
public final void rule__Scanner_SingleLineRule__Group_4__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5465:1: ( ( ( rule__Scanner_SingleLineRule__EscapeSeqAssignment_4_2 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5466:1: ( ( rule__Scanner_SingleLineRule__EscapeSeqAssignment_4_2 ) )
+ // InternalLDef.g:5874:1: ( ( ( rule__Scanner_SingleLineRule__EscapeSeqAssignment_4_2 ) ) )
+ // InternalLDef.g:5875:1: ( ( rule__Scanner_SingleLineRule__EscapeSeqAssignment_4_2 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5466:1: ( ( rule__Scanner_SingleLineRule__EscapeSeqAssignment_4_2 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5467:1: ( rule__Scanner_SingleLineRule__EscapeSeqAssignment_4_2 )
+ // InternalLDef.g:5875:1: ( ( rule__Scanner_SingleLineRule__EscapeSeqAssignment_4_2 ) )
+ // InternalLDef.g:5876:1: ( rule__Scanner_SingleLineRule__EscapeSeqAssignment_4_2 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_SingleLineRuleAccess().getEscapeSeqAssignment_4_2());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5468:1: ( rule__Scanner_SingleLineRule__EscapeSeqAssignment_4_2 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5468:2: rule__Scanner_SingleLineRule__EscapeSeqAssignment_4_2
+ // InternalLDef.g:5877:1: ( rule__Scanner_SingleLineRule__EscapeSeqAssignment_4_2 )
+ // InternalLDef.g:5877:2: rule__Scanner_SingleLineRule__EscapeSeqAssignment_4_2
{
- pushFollow(FOLLOW_rule__Scanner_SingleLineRule__EscapeSeqAssignment_4_2_in_rule__Scanner_SingleLineRule__Group_4__2__Impl11003);
+ pushFollow(FOLLOW_2);
rule__Scanner_SingleLineRule__EscapeSeqAssignment_4_2();
state._fsp--;
@@ -15655,21 +16833,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_MultiLineRule__Group__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5484:1: rule__Scanner_MultiLineRule__Group__0 : rule__Scanner_MultiLineRule__Group__0__Impl rule__Scanner_MultiLineRule__Group__1 ;
+ // InternalLDef.g:5893:1: rule__Scanner_MultiLineRule__Group__0 : rule__Scanner_MultiLineRule__Group__0__Impl rule__Scanner_MultiLineRule__Group__1 ;
public final void rule__Scanner_MultiLineRule__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5488:1: ( rule__Scanner_MultiLineRule__Group__0__Impl rule__Scanner_MultiLineRule__Group__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5489:2: rule__Scanner_MultiLineRule__Group__0__Impl rule__Scanner_MultiLineRule__Group__1
+ // InternalLDef.g:5897:1: ( rule__Scanner_MultiLineRule__Group__0__Impl rule__Scanner_MultiLineRule__Group__1 )
+ // InternalLDef.g:5898:2: rule__Scanner_MultiLineRule__Group__0__Impl rule__Scanner_MultiLineRule__Group__1
{
- pushFollow(FOLLOW_rule__Scanner_MultiLineRule__Group__0__Impl_in_rule__Scanner_MultiLineRule__Group__011039);
+ pushFollow(FOLLOW_18);
rule__Scanner_MultiLineRule__Group__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Scanner_MultiLineRule__Group__1_in_rule__Scanner_MultiLineRule__Group__011042);
+ pushFollow(FOLLOW_2);
rule__Scanner_MultiLineRule__Group__1();
state._fsp--;
@@ -15693,22 +16871,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_MultiLineRule__Group__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5496:1: rule__Scanner_MultiLineRule__Group__0__Impl : ( 'multi_line' ) ;
+ // InternalLDef.g:5905:1: rule__Scanner_MultiLineRule__Group__0__Impl : ( 'multi_line' ) ;
public final void rule__Scanner_MultiLineRule__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5500:1: ( ( 'multi_line' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5501:1: ( 'multi_line' )
+ // InternalLDef.g:5909:1: ( ( 'multi_line' ) )
+ // InternalLDef.g:5910:1: ( 'multi_line' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5501:1: ( 'multi_line' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5502:1: 'multi_line'
+ // InternalLDef.g:5910:1: ( 'multi_line' )
+ // InternalLDef.g:5911:1: 'multi_line'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_MultiLineRuleAccess().getMulti_lineKeyword_0());
}
- match(input,35,FOLLOW_35_in_rule__Scanner_MultiLineRule__Group__0__Impl11070); if (state.failed) return ;
+ match(input,35,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getScanner_MultiLineRuleAccess().getMulti_lineKeyword_0());
}
@@ -15734,21 +16912,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_MultiLineRule__Group__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5515:1: rule__Scanner_MultiLineRule__Group__1 : rule__Scanner_MultiLineRule__Group__1__Impl rule__Scanner_MultiLineRule__Group__2 ;
+ // InternalLDef.g:5924:1: rule__Scanner_MultiLineRule__Group__1 : rule__Scanner_MultiLineRule__Group__1__Impl rule__Scanner_MultiLineRule__Group__2 ;
public final void rule__Scanner_MultiLineRule__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5519:1: ( rule__Scanner_MultiLineRule__Group__1__Impl rule__Scanner_MultiLineRule__Group__2 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5520:2: rule__Scanner_MultiLineRule__Group__1__Impl rule__Scanner_MultiLineRule__Group__2
+ // InternalLDef.g:5928:1: ( rule__Scanner_MultiLineRule__Group__1__Impl rule__Scanner_MultiLineRule__Group__2 )
+ // InternalLDef.g:5929:2: rule__Scanner_MultiLineRule__Group__1__Impl rule__Scanner_MultiLineRule__Group__2
{
- pushFollow(FOLLOW_rule__Scanner_MultiLineRule__Group__1__Impl_in_rule__Scanner_MultiLineRule__Group__111101);
+ pushFollow(FOLLOW_30);
rule__Scanner_MultiLineRule__Group__1__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Scanner_MultiLineRule__Group__2_in_rule__Scanner_MultiLineRule__Group__111104);
+ pushFollow(FOLLOW_2);
rule__Scanner_MultiLineRule__Group__2();
state._fsp--;
@@ -15772,25 +16950,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_MultiLineRule__Group__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5527:1: rule__Scanner_MultiLineRule__Group__1__Impl : ( ( rule__Scanner_MultiLineRule__StartSeqAssignment_1 ) ) ;
+ // InternalLDef.g:5936:1: rule__Scanner_MultiLineRule__Group__1__Impl : ( ( rule__Scanner_MultiLineRule__StartSeqAssignment_1 ) ) ;
public final void rule__Scanner_MultiLineRule__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5531:1: ( ( ( rule__Scanner_MultiLineRule__StartSeqAssignment_1 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5532:1: ( ( rule__Scanner_MultiLineRule__StartSeqAssignment_1 ) )
+ // InternalLDef.g:5940:1: ( ( ( rule__Scanner_MultiLineRule__StartSeqAssignment_1 ) ) )
+ // InternalLDef.g:5941:1: ( ( rule__Scanner_MultiLineRule__StartSeqAssignment_1 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5532:1: ( ( rule__Scanner_MultiLineRule__StartSeqAssignment_1 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5533:1: ( rule__Scanner_MultiLineRule__StartSeqAssignment_1 )
+ // InternalLDef.g:5941:1: ( ( rule__Scanner_MultiLineRule__StartSeqAssignment_1 ) )
+ // InternalLDef.g:5942:1: ( rule__Scanner_MultiLineRule__StartSeqAssignment_1 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_MultiLineRuleAccess().getStartSeqAssignment_1());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5534:1: ( rule__Scanner_MultiLineRule__StartSeqAssignment_1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5534:2: rule__Scanner_MultiLineRule__StartSeqAssignment_1
+ // InternalLDef.g:5943:1: ( rule__Scanner_MultiLineRule__StartSeqAssignment_1 )
+ // InternalLDef.g:5943:2: rule__Scanner_MultiLineRule__StartSeqAssignment_1
{
- pushFollow(FOLLOW_rule__Scanner_MultiLineRule__StartSeqAssignment_1_in_rule__Scanner_MultiLineRule__Group__1__Impl11131);
+ pushFollow(FOLLOW_2);
rule__Scanner_MultiLineRule__StartSeqAssignment_1();
state._fsp--;
@@ -15823,21 +17001,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_MultiLineRule__Group__2"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5544:1: rule__Scanner_MultiLineRule__Group__2 : rule__Scanner_MultiLineRule__Group__2__Impl rule__Scanner_MultiLineRule__Group__3 ;
+ // InternalLDef.g:5953:1: rule__Scanner_MultiLineRule__Group__2 : rule__Scanner_MultiLineRule__Group__2__Impl rule__Scanner_MultiLineRule__Group__3 ;
public final void rule__Scanner_MultiLineRule__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5548:1: ( rule__Scanner_MultiLineRule__Group__2__Impl rule__Scanner_MultiLineRule__Group__3 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5549:2: rule__Scanner_MultiLineRule__Group__2__Impl rule__Scanner_MultiLineRule__Group__3
+ // InternalLDef.g:5957:1: ( rule__Scanner_MultiLineRule__Group__2__Impl rule__Scanner_MultiLineRule__Group__3 )
+ // InternalLDef.g:5958:2: rule__Scanner_MultiLineRule__Group__2__Impl rule__Scanner_MultiLineRule__Group__3
{
- pushFollow(FOLLOW_rule__Scanner_MultiLineRule__Group__2__Impl_in_rule__Scanner_MultiLineRule__Group__211161);
+ pushFollow(FOLLOW_30);
rule__Scanner_MultiLineRule__Group__2__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Scanner_MultiLineRule__Group__3_in_rule__Scanner_MultiLineRule__Group__211164);
+ pushFollow(FOLLOW_2);
rule__Scanner_MultiLineRule__Group__3();
state._fsp--;
@@ -15861,33 +17039,33 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_MultiLineRule__Group__2__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5556:1: rule__Scanner_MultiLineRule__Group__2__Impl : ( ( rule__Scanner_MultiLineRule__Group_2__0 )? ) ;
+ // InternalLDef.g:5965:1: rule__Scanner_MultiLineRule__Group__2__Impl : ( ( rule__Scanner_MultiLineRule__Group_2__0 )? ) ;
public final void rule__Scanner_MultiLineRule__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5560:1: ( ( ( rule__Scanner_MultiLineRule__Group_2__0 )? ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5561:1: ( ( rule__Scanner_MultiLineRule__Group_2__0 )? )
+ // InternalLDef.g:5969:1: ( ( ( rule__Scanner_MultiLineRule__Group_2__0 )? ) )
+ // InternalLDef.g:5970:1: ( ( rule__Scanner_MultiLineRule__Group_2__0 )? )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5561:1: ( ( rule__Scanner_MultiLineRule__Group_2__0 )? )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5562:1: ( rule__Scanner_MultiLineRule__Group_2__0 )?
+ // InternalLDef.g:5970:1: ( ( rule__Scanner_MultiLineRule__Group_2__0 )? )
+ // InternalLDef.g:5971:1: ( rule__Scanner_MultiLineRule__Group_2__0 )?
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_MultiLineRuleAccess().getGroup_2());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5563:1: ( rule__Scanner_MultiLineRule__Group_2__0 )?
- int alt43=2;
- int LA43_0 = input.LA(1);
+ // InternalLDef.g:5972:1: ( rule__Scanner_MultiLineRule__Group_2__0 )?
+ int alt47=2;
+ int LA47_0 = input.LA(1);
- if ( (LA43_0==31) ) {
- alt43=1;
+ if ( (LA47_0==31) ) {
+ alt47=1;
}
- switch (alt43) {
+ switch (alt47) {
case 1 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5563:2: rule__Scanner_MultiLineRule__Group_2__0
+ // InternalLDef.g:5972:2: rule__Scanner_MultiLineRule__Group_2__0
{
- pushFollow(FOLLOW_rule__Scanner_MultiLineRule__Group_2__0_in_rule__Scanner_MultiLineRule__Group__2__Impl11191);
+ pushFollow(FOLLOW_2);
rule__Scanner_MultiLineRule__Group_2__0();
state._fsp--;
@@ -15923,21 +17101,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_MultiLineRule__Group__3"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5573:1: rule__Scanner_MultiLineRule__Group__3 : rule__Scanner_MultiLineRule__Group__3__Impl rule__Scanner_MultiLineRule__Group__4 ;
+ // InternalLDef.g:5982:1: rule__Scanner_MultiLineRule__Group__3 : rule__Scanner_MultiLineRule__Group__3__Impl rule__Scanner_MultiLineRule__Group__4 ;
public final void rule__Scanner_MultiLineRule__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5577:1: ( rule__Scanner_MultiLineRule__Group__3__Impl rule__Scanner_MultiLineRule__Group__4 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5578:2: rule__Scanner_MultiLineRule__Group__3__Impl rule__Scanner_MultiLineRule__Group__4
+ // InternalLDef.g:5986:1: ( rule__Scanner_MultiLineRule__Group__3__Impl rule__Scanner_MultiLineRule__Group__4 )
+ // InternalLDef.g:5987:2: rule__Scanner_MultiLineRule__Group__3__Impl rule__Scanner_MultiLineRule__Group__4
{
- pushFollow(FOLLOW_rule__Scanner_MultiLineRule__Group__3__Impl_in_rule__Scanner_MultiLineRule__Group__311222);
+ pushFollow(FOLLOW_18);
rule__Scanner_MultiLineRule__Group__3__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Scanner_MultiLineRule__Group__4_in_rule__Scanner_MultiLineRule__Group__311225);
+ pushFollow(FOLLOW_2);
rule__Scanner_MultiLineRule__Group__4();
state._fsp--;
@@ -15961,22 +17139,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_MultiLineRule__Group__3__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5585:1: rule__Scanner_MultiLineRule__Group__3__Impl : ( '=>' ) ;
+ // InternalLDef.g:5994:1: rule__Scanner_MultiLineRule__Group__3__Impl : ( '=>' ) ;
public final void rule__Scanner_MultiLineRule__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5589:1: ( ( '=>' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5590:1: ( '=>' )
+ // InternalLDef.g:5998:1: ( ( '=>' ) )
+ // InternalLDef.g:5999:1: ( '=>' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5590:1: ( '=>' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5591:1: '=>'
+ // InternalLDef.g:5999:1: ( '=>' )
+ // InternalLDef.g:6000:1: '=>'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_MultiLineRuleAccess().getEqualsSignGreaterThanSignKeyword_3());
}
- match(input,32,FOLLOW_32_in_rule__Scanner_MultiLineRule__Group__3__Impl11253); if (state.failed) return ;
+ match(input,32,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getScanner_MultiLineRuleAccess().getEqualsSignGreaterThanSignKeyword_3());
}
@@ -16002,21 +17180,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_MultiLineRule__Group__4"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5604:1: rule__Scanner_MultiLineRule__Group__4 : rule__Scanner_MultiLineRule__Group__4__Impl rule__Scanner_MultiLineRule__Group__5 ;
+ // InternalLDef.g:6013:1: rule__Scanner_MultiLineRule__Group__4 : rule__Scanner_MultiLineRule__Group__4__Impl rule__Scanner_MultiLineRule__Group__5 ;
public final void rule__Scanner_MultiLineRule__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5608:1: ( rule__Scanner_MultiLineRule__Group__4__Impl rule__Scanner_MultiLineRule__Group__5 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5609:2: rule__Scanner_MultiLineRule__Group__4__Impl rule__Scanner_MultiLineRule__Group__5
+ // InternalLDef.g:6017:1: ( rule__Scanner_MultiLineRule__Group__4__Impl rule__Scanner_MultiLineRule__Group__5 )
+ // InternalLDef.g:6018:2: rule__Scanner_MultiLineRule__Group__4__Impl rule__Scanner_MultiLineRule__Group__5
{
- pushFollow(FOLLOW_rule__Scanner_MultiLineRule__Group__4__Impl_in_rule__Scanner_MultiLineRule__Group__411284);
+ pushFollow(FOLLOW_31);
rule__Scanner_MultiLineRule__Group__4__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Scanner_MultiLineRule__Group__5_in_rule__Scanner_MultiLineRule__Group__411287);
+ pushFollow(FOLLOW_2);
rule__Scanner_MultiLineRule__Group__5();
state._fsp--;
@@ -16040,25 +17218,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_MultiLineRule__Group__4__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5616:1: rule__Scanner_MultiLineRule__Group__4__Impl : ( ( rule__Scanner_MultiLineRule__EndSeqAssignment_4 ) ) ;
+ // InternalLDef.g:6025:1: rule__Scanner_MultiLineRule__Group__4__Impl : ( ( rule__Scanner_MultiLineRule__EndSeqAssignment_4 ) ) ;
public final void rule__Scanner_MultiLineRule__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5620:1: ( ( ( rule__Scanner_MultiLineRule__EndSeqAssignment_4 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5621:1: ( ( rule__Scanner_MultiLineRule__EndSeqAssignment_4 ) )
+ // InternalLDef.g:6029:1: ( ( ( rule__Scanner_MultiLineRule__EndSeqAssignment_4 ) ) )
+ // InternalLDef.g:6030:1: ( ( rule__Scanner_MultiLineRule__EndSeqAssignment_4 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5621:1: ( ( rule__Scanner_MultiLineRule__EndSeqAssignment_4 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5622:1: ( rule__Scanner_MultiLineRule__EndSeqAssignment_4 )
+ // InternalLDef.g:6030:1: ( ( rule__Scanner_MultiLineRule__EndSeqAssignment_4 ) )
+ // InternalLDef.g:6031:1: ( rule__Scanner_MultiLineRule__EndSeqAssignment_4 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_MultiLineRuleAccess().getEndSeqAssignment_4());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5623:1: ( rule__Scanner_MultiLineRule__EndSeqAssignment_4 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5623:2: rule__Scanner_MultiLineRule__EndSeqAssignment_4
+ // InternalLDef.g:6032:1: ( rule__Scanner_MultiLineRule__EndSeqAssignment_4 )
+ // InternalLDef.g:6032:2: rule__Scanner_MultiLineRule__EndSeqAssignment_4
{
- pushFollow(FOLLOW_rule__Scanner_MultiLineRule__EndSeqAssignment_4_in_rule__Scanner_MultiLineRule__Group__4__Impl11314);
+ pushFollow(FOLLOW_2);
rule__Scanner_MultiLineRule__EndSeqAssignment_4();
state._fsp--;
@@ -16091,16 +17269,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_MultiLineRule__Group__5"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5633:1: rule__Scanner_MultiLineRule__Group__5 : rule__Scanner_MultiLineRule__Group__5__Impl ;
+ // InternalLDef.g:6042:1: rule__Scanner_MultiLineRule__Group__5 : rule__Scanner_MultiLineRule__Group__5__Impl ;
public final void rule__Scanner_MultiLineRule__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5637:1: ( rule__Scanner_MultiLineRule__Group__5__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5638:2: rule__Scanner_MultiLineRule__Group__5__Impl
+ // InternalLDef.g:6046:1: ( rule__Scanner_MultiLineRule__Group__5__Impl )
+ // InternalLDef.g:6047:2: rule__Scanner_MultiLineRule__Group__5__Impl
{
- pushFollow(FOLLOW_rule__Scanner_MultiLineRule__Group__5__Impl_in_rule__Scanner_MultiLineRule__Group__511344);
+ pushFollow(FOLLOW_2);
rule__Scanner_MultiLineRule__Group__5__Impl();
state._fsp--;
@@ -16124,33 +17302,33 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_MultiLineRule__Group__5__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5644:1: rule__Scanner_MultiLineRule__Group__5__Impl : ( ( rule__Scanner_MultiLineRule__Group_5__0 )? ) ;
+ // InternalLDef.g:6053:1: rule__Scanner_MultiLineRule__Group__5__Impl : ( ( rule__Scanner_MultiLineRule__Group_5__0 )? ) ;
public final void rule__Scanner_MultiLineRule__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5648:1: ( ( ( rule__Scanner_MultiLineRule__Group_5__0 )? ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5649:1: ( ( rule__Scanner_MultiLineRule__Group_5__0 )? )
+ // InternalLDef.g:6057:1: ( ( ( rule__Scanner_MultiLineRule__Group_5__0 )? ) )
+ // InternalLDef.g:6058:1: ( ( rule__Scanner_MultiLineRule__Group_5__0 )? )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5649:1: ( ( rule__Scanner_MultiLineRule__Group_5__0 )? )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5650:1: ( rule__Scanner_MultiLineRule__Group_5__0 )?
+ // InternalLDef.g:6058:1: ( ( rule__Scanner_MultiLineRule__Group_5__0 )? )
+ // InternalLDef.g:6059:1: ( rule__Scanner_MultiLineRule__Group_5__0 )?
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_MultiLineRuleAccess().getGroup_5());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5651:1: ( rule__Scanner_MultiLineRule__Group_5__0 )?
- int alt44=2;
- int LA44_0 = input.LA(1);
+ // InternalLDef.g:6060:1: ( rule__Scanner_MultiLineRule__Group_5__0 )?
+ int alt48=2;
+ int LA48_0 = input.LA(1);
- if ( (LA44_0==33) ) {
- alt44=1;
+ if ( (LA48_0==33) ) {
+ alt48=1;
}
- switch (alt44) {
+ switch (alt48) {
case 1 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5651:2: rule__Scanner_MultiLineRule__Group_5__0
+ // InternalLDef.g:6060:2: rule__Scanner_MultiLineRule__Group_5__0
{
- pushFollow(FOLLOW_rule__Scanner_MultiLineRule__Group_5__0_in_rule__Scanner_MultiLineRule__Group__5__Impl11371);
+ pushFollow(FOLLOW_2);
rule__Scanner_MultiLineRule__Group_5__0();
state._fsp--;
@@ -16186,21 +17364,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_MultiLineRule__Group_2__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5673:1: rule__Scanner_MultiLineRule__Group_2__0 : rule__Scanner_MultiLineRule__Group_2__0__Impl rule__Scanner_MultiLineRule__Group_2__1 ;
+ // InternalLDef.g:6082:1: rule__Scanner_MultiLineRule__Group_2__0 : rule__Scanner_MultiLineRule__Group_2__0__Impl rule__Scanner_MultiLineRule__Group_2__1 ;
public final void rule__Scanner_MultiLineRule__Group_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5677:1: ( rule__Scanner_MultiLineRule__Group_2__0__Impl rule__Scanner_MultiLineRule__Group_2__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5678:2: rule__Scanner_MultiLineRule__Group_2__0__Impl rule__Scanner_MultiLineRule__Group_2__1
+ // InternalLDef.g:6086:1: ( rule__Scanner_MultiLineRule__Group_2__0__Impl rule__Scanner_MultiLineRule__Group_2__1 )
+ // InternalLDef.g:6087:2: rule__Scanner_MultiLineRule__Group_2__0__Impl rule__Scanner_MultiLineRule__Group_2__1
{
- pushFollow(FOLLOW_rule__Scanner_MultiLineRule__Group_2__0__Impl_in_rule__Scanner_MultiLineRule__Group_2__011414);
+ pushFollow(FOLLOW_28);
rule__Scanner_MultiLineRule__Group_2__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Scanner_MultiLineRule__Group_2__1_in_rule__Scanner_MultiLineRule__Group_2__011417);
+ pushFollow(FOLLOW_2);
rule__Scanner_MultiLineRule__Group_2__1();
state._fsp--;
@@ -16224,22 +17402,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_MultiLineRule__Group_2__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5685:1: rule__Scanner_MultiLineRule__Group_2__0__Impl : ( 'col' ) ;
+ // InternalLDef.g:6094:1: rule__Scanner_MultiLineRule__Group_2__0__Impl : ( 'col' ) ;
public final void rule__Scanner_MultiLineRule__Group_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5689:1: ( ( 'col' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5690:1: ( 'col' )
+ // InternalLDef.g:6098:1: ( ( 'col' ) )
+ // InternalLDef.g:6099:1: ( 'col' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5690:1: ( 'col' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5691:1: 'col'
+ // InternalLDef.g:6099:1: ( 'col' )
+ // InternalLDef.g:6100:1: 'col'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_MultiLineRuleAccess().getColKeyword_2_0());
}
- match(input,31,FOLLOW_31_in_rule__Scanner_MultiLineRule__Group_2__0__Impl11445); if (state.failed) return ;
+ match(input,31,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getScanner_MultiLineRuleAccess().getColKeyword_2_0());
}
@@ -16265,16 +17443,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_MultiLineRule__Group_2__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5704:1: rule__Scanner_MultiLineRule__Group_2__1 : rule__Scanner_MultiLineRule__Group_2__1__Impl ;
+ // InternalLDef.g:6113:1: rule__Scanner_MultiLineRule__Group_2__1 : rule__Scanner_MultiLineRule__Group_2__1__Impl ;
public final void rule__Scanner_MultiLineRule__Group_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5708:1: ( rule__Scanner_MultiLineRule__Group_2__1__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5709:2: rule__Scanner_MultiLineRule__Group_2__1__Impl
+ // InternalLDef.g:6117:1: ( rule__Scanner_MultiLineRule__Group_2__1__Impl )
+ // InternalLDef.g:6118:2: rule__Scanner_MultiLineRule__Group_2__1__Impl
{
- pushFollow(FOLLOW_rule__Scanner_MultiLineRule__Group_2__1__Impl_in_rule__Scanner_MultiLineRule__Group_2__111476);
+ pushFollow(FOLLOW_2);
rule__Scanner_MultiLineRule__Group_2__1__Impl();
state._fsp--;
@@ -16298,25 +17476,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_MultiLineRule__Group_2__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5715:1: rule__Scanner_MultiLineRule__Group_2__1__Impl : ( ( rule__Scanner_MultiLineRule__CheckAssignment_2_1 ) ) ;
+ // InternalLDef.g:6124:1: rule__Scanner_MultiLineRule__Group_2__1__Impl : ( ( rule__Scanner_MultiLineRule__CheckAssignment_2_1 ) ) ;
public final void rule__Scanner_MultiLineRule__Group_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5719:1: ( ( ( rule__Scanner_MultiLineRule__CheckAssignment_2_1 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5720:1: ( ( rule__Scanner_MultiLineRule__CheckAssignment_2_1 ) )
+ // InternalLDef.g:6128:1: ( ( ( rule__Scanner_MultiLineRule__CheckAssignment_2_1 ) ) )
+ // InternalLDef.g:6129:1: ( ( rule__Scanner_MultiLineRule__CheckAssignment_2_1 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5720:1: ( ( rule__Scanner_MultiLineRule__CheckAssignment_2_1 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5721:1: ( rule__Scanner_MultiLineRule__CheckAssignment_2_1 )
+ // InternalLDef.g:6129:1: ( ( rule__Scanner_MultiLineRule__CheckAssignment_2_1 ) )
+ // InternalLDef.g:6130:1: ( rule__Scanner_MultiLineRule__CheckAssignment_2_1 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_MultiLineRuleAccess().getCheckAssignment_2_1());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5722:1: ( rule__Scanner_MultiLineRule__CheckAssignment_2_1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5722:2: rule__Scanner_MultiLineRule__CheckAssignment_2_1
+ // InternalLDef.g:6131:1: ( rule__Scanner_MultiLineRule__CheckAssignment_2_1 )
+ // InternalLDef.g:6131:2: rule__Scanner_MultiLineRule__CheckAssignment_2_1
{
- pushFollow(FOLLOW_rule__Scanner_MultiLineRule__CheckAssignment_2_1_in_rule__Scanner_MultiLineRule__Group_2__1__Impl11503);
+ pushFollow(FOLLOW_2);
rule__Scanner_MultiLineRule__CheckAssignment_2_1();
state._fsp--;
@@ -16349,21 +17527,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_MultiLineRule__Group_5__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5736:1: rule__Scanner_MultiLineRule__Group_5__0 : rule__Scanner_MultiLineRule__Group_5__0__Impl rule__Scanner_MultiLineRule__Group_5__1 ;
+ // InternalLDef.g:6145:1: rule__Scanner_MultiLineRule__Group_5__0 : rule__Scanner_MultiLineRule__Group_5__0__Impl rule__Scanner_MultiLineRule__Group_5__1 ;
public final void rule__Scanner_MultiLineRule__Group_5__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5740:1: ( rule__Scanner_MultiLineRule__Group_5__0__Impl rule__Scanner_MultiLineRule__Group_5__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5741:2: rule__Scanner_MultiLineRule__Group_5__0__Impl rule__Scanner_MultiLineRule__Group_5__1
+ // InternalLDef.g:6149:1: ( rule__Scanner_MultiLineRule__Group_5__0__Impl rule__Scanner_MultiLineRule__Group_5__1 )
+ // InternalLDef.g:6150:2: rule__Scanner_MultiLineRule__Group_5__0__Impl rule__Scanner_MultiLineRule__Group_5__1
{
- pushFollow(FOLLOW_rule__Scanner_MultiLineRule__Group_5__0__Impl_in_rule__Scanner_MultiLineRule__Group_5__011537);
+ pushFollow(FOLLOW_29);
rule__Scanner_MultiLineRule__Group_5__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Scanner_MultiLineRule__Group_5__1_in_rule__Scanner_MultiLineRule__Group_5__011540);
+ pushFollow(FOLLOW_2);
rule__Scanner_MultiLineRule__Group_5__1();
state._fsp--;
@@ -16387,22 +17565,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_MultiLineRule__Group_5__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5748:1: rule__Scanner_MultiLineRule__Group_5__0__Impl : ( 'escaped' ) ;
+ // InternalLDef.g:6157:1: rule__Scanner_MultiLineRule__Group_5__0__Impl : ( 'escaped' ) ;
public final void rule__Scanner_MultiLineRule__Group_5__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5752:1: ( ( 'escaped' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5753:1: ( 'escaped' )
+ // InternalLDef.g:6161:1: ( ( 'escaped' ) )
+ // InternalLDef.g:6162:1: ( 'escaped' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5753:1: ( 'escaped' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5754:1: 'escaped'
+ // InternalLDef.g:6162:1: ( 'escaped' )
+ // InternalLDef.g:6163:1: 'escaped'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_MultiLineRuleAccess().getEscapedKeyword_5_0());
}
- match(input,33,FOLLOW_33_in_rule__Scanner_MultiLineRule__Group_5__0__Impl11568); if (state.failed) return ;
+ match(input,33,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getScanner_MultiLineRuleAccess().getEscapedKeyword_5_0());
}
@@ -16428,21 +17606,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_MultiLineRule__Group_5__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5767:1: rule__Scanner_MultiLineRule__Group_5__1 : rule__Scanner_MultiLineRule__Group_5__1__Impl rule__Scanner_MultiLineRule__Group_5__2 ;
+ // InternalLDef.g:6176:1: rule__Scanner_MultiLineRule__Group_5__1 : rule__Scanner_MultiLineRule__Group_5__1__Impl rule__Scanner_MultiLineRule__Group_5__2 ;
public final void rule__Scanner_MultiLineRule__Group_5__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5771:1: ( rule__Scanner_MultiLineRule__Group_5__1__Impl rule__Scanner_MultiLineRule__Group_5__2 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5772:2: rule__Scanner_MultiLineRule__Group_5__1__Impl rule__Scanner_MultiLineRule__Group_5__2
+ // InternalLDef.g:6180:1: ( rule__Scanner_MultiLineRule__Group_5__1__Impl rule__Scanner_MultiLineRule__Group_5__2 )
+ // InternalLDef.g:6181:2: rule__Scanner_MultiLineRule__Group_5__1__Impl rule__Scanner_MultiLineRule__Group_5__2
{
- pushFollow(FOLLOW_rule__Scanner_MultiLineRule__Group_5__1__Impl_in_rule__Scanner_MultiLineRule__Group_5__111599);
+ pushFollow(FOLLOW_18);
rule__Scanner_MultiLineRule__Group_5__1__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Scanner_MultiLineRule__Group_5__2_in_rule__Scanner_MultiLineRule__Group_5__111602);
+ pushFollow(FOLLOW_2);
rule__Scanner_MultiLineRule__Group_5__2();
state._fsp--;
@@ -16466,22 +17644,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_MultiLineRule__Group_5__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5779:1: rule__Scanner_MultiLineRule__Group_5__1__Impl : ( 'by' ) ;
+ // InternalLDef.g:6188:1: rule__Scanner_MultiLineRule__Group_5__1__Impl : ( 'by' ) ;
public final void rule__Scanner_MultiLineRule__Group_5__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5783:1: ( ( 'by' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5784:1: ( 'by' )
+ // InternalLDef.g:6192:1: ( ( 'by' ) )
+ // InternalLDef.g:6193:1: ( 'by' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5784:1: ( 'by' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5785:1: 'by'
+ // InternalLDef.g:6193:1: ( 'by' )
+ // InternalLDef.g:6194:1: 'by'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_MultiLineRuleAccess().getByKeyword_5_1());
}
- match(input,34,FOLLOW_34_in_rule__Scanner_MultiLineRule__Group_5__1__Impl11630); if (state.failed) return ;
+ match(input,34,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getScanner_MultiLineRuleAccess().getByKeyword_5_1());
}
@@ -16507,16 +17685,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_MultiLineRule__Group_5__2"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5798:1: rule__Scanner_MultiLineRule__Group_5__2 : rule__Scanner_MultiLineRule__Group_5__2__Impl ;
+ // InternalLDef.g:6207:1: rule__Scanner_MultiLineRule__Group_5__2 : rule__Scanner_MultiLineRule__Group_5__2__Impl ;
public final void rule__Scanner_MultiLineRule__Group_5__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5802:1: ( rule__Scanner_MultiLineRule__Group_5__2__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5803:2: rule__Scanner_MultiLineRule__Group_5__2__Impl
+ // InternalLDef.g:6211:1: ( rule__Scanner_MultiLineRule__Group_5__2__Impl )
+ // InternalLDef.g:6212:2: rule__Scanner_MultiLineRule__Group_5__2__Impl
{
- pushFollow(FOLLOW_rule__Scanner_MultiLineRule__Group_5__2__Impl_in_rule__Scanner_MultiLineRule__Group_5__211661);
+ pushFollow(FOLLOW_2);
rule__Scanner_MultiLineRule__Group_5__2__Impl();
state._fsp--;
@@ -16540,25 +17718,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_MultiLineRule__Group_5__2__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5809:1: rule__Scanner_MultiLineRule__Group_5__2__Impl : ( ( rule__Scanner_MultiLineRule__EscapeSeqAssignment_5_2 ) ) ;
+ // InternalLDef.g:6218:1: rule__Scanner_MultiLineRule__Group_5__2__Impl : ( ( rule__Scanner_MultiLineRule__EscapeSeqAssignment_5_2 ) ) ;
public final void rule__Scanner_MultiLineRule__Group_5__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5813:1: ( ( ( rule__Scanner_MultiLineRule__EscapeSeqAssignment_5_2 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5814:1: ( ( rule__Scanner_MultiLineRule__EscapeSeqAssignment_5_2 ) )
+ // InternalLDef.g:6222:1: ( ( ( rule__Scanner_MultiLineRule__EscapeSeqAssignment_5_2 ) ) )
+ // InternalLDef.g:6223:1: ( ( rule__Scanner_MultiLineRule__EscapeSeqAssignment_5_2 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5814:1: ( ( rule__Scanner_MultiLineRule__EscapeSeqAssignment_5_2 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5815:1: ( rule__Scanner_MultiLineRule__EscapeSeqAssignment_5_2 )
+ // InternalLDef.g:6223:1: ( ( rule__Scanner_MultiLineRule__EscapeSeqAssignment_5_2 ) )
+ // InternalLDef.g:6224:1: ( rule__Scanner_MultiLineRule__EscapeSeqAssignment_5_2 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_MultiLineRuleAccess().getEscapeSeqAssignment_5_2());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5816:1: ( rule__Scanner_MultiLineRule__EscapeSeqAssignment_5_2 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5816:2: rule__Scanner_MultiLineRule__EscapeSeqAssignment_5_2
+ // InternalLDef.g:6225:1: ( rule__Scanner_MultiLineRule__EscapeSeqAssignment_5_2 )
+ // InternalLDef.g:6225:2: rule__Scanner_MultiLineRule__EscapeSeqAssignment_5_2
{
- pushFollow(FOLLOW_rule__Scanner_MultiLineRule__EscapeSeqAssignment_5_2_in_rule__Scanner_MultiLineRule__Group_5__2__Impl11688);
+ pushFollow(FOLLOW_2);
rule__Scanner_MultiLineRule__EscapeSeqAssignment_5_2();
state._fsp--;
@@ -16591,21 +17769,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_PatternRule__Group__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5832:1: rule__Scanner_PatternRule__Group__0 : rule__Scanner_PatternRule__Group__0__Impl rule__Scanner_PatternRule__Group__1 ;
+ // InternalLDef.g:6241:1: rule__Scanner_PatternRule__Group__0 : rule__Scanner_PatternRule__Group__0__Impl rule__Scanner_PatternRule__Group__1 ;
public final void rule__Scanner_PatternRule__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5836:1: ( rule__Scanner_PatternRule__Group__0__Impl rule__Scanner_PatternRule__Group__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5837:2: rule__Scanner_PatternRule__Group__0__Impl rule__Scanner_PatternRule__Group__1
+ // InternalLDef.g:6245:1: ( rule__Scanner_PatternRule__Group__0__Impl rule__Scanner_PatternRule__Group__1 )
+ // InternalLDef.g:6246:2: rule__Scanner_PatternRule__Group__0__Impl rule__Scanner_PatternRule__Group__1
{
- pushFollow(FOLLOW_rule__Scanner_PatternRule__Group__0__Impl_in_rule__Scanner_PatternRule__Group__011724);
+ pushFollow(FOLLOW_18);
rule__Scanner_PatternRule__Group__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Scanner_PatternRule__Group__1_in_rule__Scanner_PatternRule__Group__011727);
+ pushFollow(FOLLOW_2);
rule__Scanner_PatternRule__Group__1();
state._fsp--;
@@ -16629,22 +17807,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_PatternRule__Group__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5844:1: rule__Scanner_PatternRule__Group__0__Impl : ( 'pattern' ) ;
+ // InternalLDef.g:6253:1: rule__Scanner_PatternRule__Group__0__Impl : ( 'pattern' ) ;
public final void rule__Scanner_PatternRule__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5848:1: ( ( 'pattern' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5849:1: ( 'pattern' )
+ // InternalLDef.g:6257:1: ( ( 'pattern' ) )
+ // InternalLDef.g:6258:1: ( 'pattern' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5849:1: ( 'pattern' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5850:1: 'pattern'
+ // InternalLDef.g:6258:1: ( 'pattern' )
+ // InternalLDef.g:6259:1: 'pattern'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_PatternRuleAccess().getPatternKeyword_0());
}
- match(input,40,FOLLOW_40_in_rule__Scanner_PatternRule__Group__0__Impl11755); if (state.failed) return ;
+ match(input,42,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getScanner_PatternRuleAccess().getPatternKeyword_0());
}
@@ -16670,21 +17848,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_PatternRule__Group__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5863:1: rule__Scanner_PatternRule__Group__1 : rule__Scanner_PatternRule__Group__1__Impl rule__Scanner_PatternRule__Group__2 ;
+ // InternalLDef.g:6272:1: rule__Scanner_PatternRule__Group__1 : rule__Scanner_PatternRule__Group__1__Impl rule__Scanner_PatternRule__Group__2 ;
public final void rule__Scanner_PatternRule__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5867:1: ( rule__Scanner_PatternRule__Group__1__Impl rule__Scanner_PatternRule__Group__2 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5868:2: rule__Scanner_PatternRule__Group__1__Impl rule__Scanner_PatternRule__Group__2
+ // InternalLDef.g:6276:1: ( rule__Scanner_PatternRule__Group__1__Impl rule__Scanner_PatternRule__Group__2 )
+ // InternalLDef.g:6277:2: rule__Scanner_PatternRule__Group__1__Impl rule__Scanner_PatternRule__Group__2
{
- pushFollow(FOLLOW_rule__Scanner_PatternRule__Group__1__Impl_in_rule__Scanner_PatternRule__Group__111786);
+ pushFollow(FOLLOW_45);
rule__Scanner_PatternRule__Group__1__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Scanner_PatternRule__Group__2_in_rule__Scanner_PatternRule__Group__111789);
+ pushFollow(FOLLOW_2);
rule__Scanner_PatternRule__Group__2();
state._fsp--;
@@ -16708,25 +17886,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_PatternRule__Group__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5875:1: rule__Scanner_PatternRule__Group__1__Impl : ( ( rule__Scanner_PatternRule__StartPatternAssignment_1 ) ) ;
+ // InternalLDef.g:6284:1: rule__Scanner_PatternRule__Group__1__Impl : ( ( rule__Scanner_PatternRule__StartPatternAssignment_1 ) ) ;
public final void rule__Scanner_PatternRule__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5879:1: ( ( ( rule__Scanner_PatternRule__StartPatternAssignment_1 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5880:1: ( ( rule__Scanner_PatternRule__StartPatternAssignment_1 ) )
+ // InternalLDef.g:6288:1: ( ( ( rule__Scanner_PatternRule__StartPatternAssignment_1 ) ) )
+ // InternalLDef.g:6289:1: ( ( rule__Scanner_PatternRule__StartPatternAssignment_1 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5880:1: ( ( rule__Scanner_PatternRule__StartPatternAssignment_1 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5881:1: ( rule__Scanner_PatternRule__StartPatternAssignment_1 )
+ // InternalLDef.g:6289:1: ( ( rule__Scanner_PatternRule__StartPatternAssignment_1 ) )
+ // InternalLDef.g:6290:1: ( rule__Scanner_PatternRule__StartPatternAssignment_1 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_PatternRuleAccess().getStartPatternAssignment_1());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5882:1: ( rule__Scanner_PatternRule__StartPatternAssignment_1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5882:2: rule__Scanner_PatternRule__StartPatternAssignment_1
+ // InternalLDef.g:6291:1: ( rule__Scanner_PatternRule__StartPatternAssignment_1 )
+ // InternalLDef.g:6291:2: rule__Scanner_PatternRule__StartPatternAssignment_1
{
- pushFollow(FOLLOW_rule__Scanner_PatternRule__StartPatternAssignment_1_in_rule__Scanner_PatternRule__Group__1__Impl11816);
+ pushFollow(FOLLOW_2);
rule__Scanner_PatternRule__StartPatternAssignment_1();
state._fsp--;
@@ -16759,21 +17937,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_PatternRule__Group__2"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5892:1: rule__Scanner_PatternRule__Group__2 : rule__Scanner_PatternRule__Group__2__Impl rule__Scanner_PatternRule__Group__3 ;
+ // InternalLDef.g:6301:1: rule__Scanner_PatternRule__Group__2 : rule__Scanner_PatternRule__Group__2__Impl rule__Scanner_PatternRule__Group__3 ;
public final void rule__Scanner_PatternRule__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5896:1: ( rule__Scanner_PatternRule__Group__2__Impl rule__Scanner_PatternRule__Group__3 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5897:2: rule__Scanner_PatternRule__Group__2__Impl rule__Scanner_PatternRule__Group__3
+ // InternalLDef.g:6305:1: ( rule__Scanner_PatternRule__Group__2__Impl rule__Scanner_PatternRule__Group__3 )
+ // InternalLDef.g:6306:2: rule__Scanner_PatternRule__Group__2__Impl rule__Scanner_PatternRule__Group__3
{
- pushFollow(FOLLOW_rule__Scanner_PatternRule__Group__2__Impl_in_rule__Scanner_PatternRule__Group__211846);
+ pushFollow(FOLLOW_45);
rule__Scanner_PatternRule__Group__2__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Scanner_PatternRule__Group__3_in_rule__Scanner_PatternRule__Group__211849);
+ pushFollow(FOLLOW_2);
rule__Scanner_PatternRule__Group__3();
state._fsp--;
@@ -16797,33 +17975,33 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_PatternRule__Group__2__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5904:1: rule__Scanner_PatternRule__Group__2__Impl : ( ( rule__Scanner_PatternRule__LengthAssignment_2 )? ) ;
+ // InternalLDef.g:6313:1: rule__Scanner_PatternRule__Group__2__Impl : ( ( rule__Scanner_PatternRule__LengthAssignment_2 )? ) ;
public final void rule__Scanner_PatternRule__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5908:1: ( ( ( rule__Scanner_PatternRule__LengthAssignment_2 )? ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5909:1: ( ( rule__Scanner_PatternRule__LengthAssignment_2 )? )
+ // InternalLDef.g:6317:1: ( ( ( rule__Scanner_PatternRule__LengthAssignment_2 )? ) )
+ // InternalLDef.g:6318:1: ( ( rule__Scanner_PatternRule__LengthAssignment_2 )? )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5909:1: ( ( rule__Scanner_PatternRule__LengthAssignment_2 )? )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5910:1: ( rule__Scanner_PatternRule__LengthAssignment_2 )?
+ // InternalLDef.g:6318:1: ( ( rule__Scanner_PatternRule__LengthAssignment_2 )? )
+ // InternalLDef.g:6319:1: ( rule__Scanner_PatternRule__LengthAssignment_2 )?
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_PatternRuleAccess().getLengthAssignment_2());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5911:1: ( rule__Scanner_PatternRule__LengthAssignment_2 )?
- int alt45=2;
- int LA45_0 = input.LA(1);
+ // InternalLDef.g:6320:1: ( rule__Scanner_PatternRule__LengthAssignment_2 )?
+ int alt49=2;
+ int LA49_0 = input.LA(1);
- if ( (LA45_0==RULE_INT) ) {
- alt45=1;
+ if ( (LA49_0==RULE_INT) ) {
+ alt49=1;
}
- switch (alt45) {
+ switch (alt49) {
case 1 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5911:2: rule__Scanner_PatternRule__LengthAssignment_2
+ // InternalLDef.g:6320:2: rule__Scanner_PatternRule__LengthAssignment_2
{
- pushFollow(FOLLOW_rule__Scanner_PatternRule__LengthAssignment_2_in_rule__Scanner_PatternRule__Group__2__Impl11876);
+ pushFollow(FOLLOW_2);
rule__Scanner_PatternRule__LengthAssignment_2();
state._fsp--;
@@ -16859,21 +18037,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_PatternRule__Group__3"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5921:1: rule__Scanner_PatternRule__Group__3 : rule__Scanner_PatternRule__Group__3__Impl rule__Scanner_PatternRule__Group__4 ;
+ // InternalLDef.g:6330:1: rule__Scanner_PatternRule__Group__3 : rule__Scanner_PatternRule__Group__3__Impl rule__Scanner_PatternRule__Group__4 ;
public final void rule__Scanner_PatternRule__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5925:1: ( rule__Scanner_PatternRule__Group__3__Impl rule__Scanner_PatternRule__Group__4 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5926:2: rule__Scanner_PatternRule__Group__3__Impl rule__Scanner_PatternRule__Group__4
+ // InternalLDef.g:6334:1: ( rule__Scanner_PatternRule__Group__3__Impl rule__Scanner_PatternRule__Group__4 )
+ // InternalLDef.g:6335:2: rule__Scanner_PatternRule__Group__3__Impl rule__Scanner_PatternRule__Group__4
{
- pushFollow(FOLLOW_rule__Scanner_PatternRule__Group__3__Impl_in_rule__Scanner_PatternRule__Group__311907);
+ pushFollow(FOLLOW_45);
rule__Scanner_PatternRule__Group__3__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Scanner_PatternRule__Group__4_in_rule__Scanner_PatternRule__Group__311910);
+ pushFollow(FOLLOW_2);
rule__Scanner_PatternRule__Group__4();
state._fsp--;
@@ -16897,33 +18075,33 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_PatternRule__Group__3__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5933:1: rule__Scanner_PatternRule__Group__3__Impl : ( ( rule__Scanner_PatternRule__Group_3__0 )? ) ;
+ // InternalLDef.g:6342:1: rule__Scanner_PatternRule__Group__3__Impl : ( ( rule__Scanner_PatternRule__Group_3__0 )? ) ;
public final void rule__Scanner_PatternRule__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5937:1: ( ( ( rule__Scanner_PatternRule__Group_3__0 )? ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5938:1: ( ( rule__Scanner_PatternRule__Group_3__0 )? )
+ // InternalLDef.g:6346:1: ( ( ( rule__Scanner_PatternRule__Group_3__0 )? ) )
+ // InternalLDef.g:6347:1: ( ( rule__Scanner_PatternRule__Group_3__0 )? )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5938:1: ( ( rule__Scanner_PatternRule__Group_3__0 )? )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5939:1: ( rule__Scanner_PatternRule__Group_3__0 )?
+ // InternalLDef.g:6347:1: ( ( rule__Scanner_PatternRule__Group_3__0 )? )
+ // InternalLDef.g:6348:1: ( rule__Scanner_PatternRule__Group_3__0 )?
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_PatternRuleAccess().getGroup_3());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5940:1: ( rule__Scanner_PatternRule__Group_3__0 )?
- int alt46=2;
- int LA46_0 = input.LA(1);
+ // InternalLDef.g:6349:1: ( rule__Scanner_PatternRule__Group_3__0 )?
+ int alt50=2;
+ int LA50_0 = input.LA(1);
- if ( (LA46_0==31) ) {
- alt46=1;
+ if ( (LA50_0==31) ) {
+ alt50=1;
}
- switch (alt46) {
+ switch (alt50) {
case 1 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5940:2: rule__Scanner_PatternRule__Group_3__0
+ // InternalLDef.g:6349:2: rule__Scanner_PatternRule__Group_3__0
{
- pushFollow(FOLLOW_rule__Scanner_PatternRule__Group_3__0_in_rule__Scanner_PatternRule__Group__3__Impl11937);
+ pushFollow(FOLLOW_2);
rule__Scanner_PatternRule__Group_3__0();
state._fsp--;
@@ -16959,21 +18137,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_PatternRule__Group__4"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5950:1: rule__Scanner_PatternRule__Group__4 : rule__Scanner_PatternRule__Group__4__Impl rule__Scanner_PatternRule__Group__5 ;
+ // InternalLDef.g:6359:1: rule__Scanner_PatternRule__Group__4 : rule__Scanner_PatternRule__Group__4__Impl rule__Scanner_PatternRule__Group__5 ;
public final void rule__Scanner_PatternRule__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5954:1: ( rule__Scanner_PatternRule__Group__4__Impl rule__Scanner_PatternRule__Group__5 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5955:2: rule__Scanner_PatternRule__Group__4__Impl rule__Scanner_PatternRule__Group__5
+ // InternalLDef.g:6363:1: ( rule__Scanner_PatternRule__Group__4__Impl rule__Scanner_PatternRule__Group__5 )
+ // InternalLDef.g:6364:2: rule__Scanner_PatternRule__Group__4__Impl rule__Scanner_PatternRule__Group__5
{
- pushFollow(FOLLOW_rule__Scanner_PatternRule__Group__4__Impl_in_rule__Scanner_PatternRule__Group__411968);
+ pushFollow(FOLLOW_18);
rule__Scanner_PatternRule__Group__4__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Scanner_PatternRule__Group__5_in_rule__Scanner_PatternRule__Group__411971);
+ pushFollow(FOLLOW_2);
rule__Scanner_PatternRule__Group__5();
state._fsp--;
@@ -16997,22 +18175,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_PatternRule__Group__4__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5962:1: rule__Scanner_PatternRule__Group__4__Impl : ( 'containing' ) ;
+ // InternalLDef.g:6371:1: rule__Scanner_PatternRule__Group__4__Impl : ( 'containing' ) ;
public final void rule__Scanner_PatternRule__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5966:1: ( ( 'containing' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5967:1: ( 'containing' )
+ // InternalLDef.g:6375:1: ( ( 'containing' ) )
+ // InternalLDef.g:6376:1: ( 'containing' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5967:1: ( 'containing' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5968:1: 'containing'
+ // InternalLDef.g:6376:1: ( 'containing' )
+ // InternalLDef.g:6377:1: 'containing'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_PatternRuleAccess().getContainingKeyword_4());
}
- match(input,41,FOLLOW_41_in_rule__Scanner_PatternRule__Group__4__Impl11999); if (state.failed) return ;
+ match(input,43,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getScanner_PatternRuleAccess().getContainingKeyword_4());
}
@@ -17038,16 +18216,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_PatternRule__Group__5"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5981:1: rule__Scanner_PatternRule__Group__5 : rule__Scanner_PatternRule__Group__5__Impl ;
+ // InternalLDef.g:6390:1: rule__Scanner_PatternRule__Group__5 : rule__Scanner_PatternRule__Group__5__Impl ;
public final void rule__Scanner_PatternRule__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5985:1: ( rule__Scanner_PatternRule__Group__5__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5986:2: rule__Scanner_PatternRule__Group__5__Impl
+ // InternalLDef.g:6394:1: ( rule__Scanner_PatternRule__Group__5__Impl )
+ // InternalLDef.g:6395:2: rule__Scanner_PatternRule__Group__5__Impl
{
- pushFollow(FOLLOW_rule__Scanner_PatternRule__Group__5__Impl_in_rule__Scanner_PatternRule__Group__512030);
+ pushFollow(FOLLOW_2);
rule__Scanner_PatternRule__Group__5__Impl();
state._fsp--;
@@ -17071,25 +18249,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_PatternRule__Group__5__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5992:1: rule__Scanner_PatternRule__Group__5__Impl : ( ( rule__Scanner_PatternRule__ContentPatternAssignment_5 ) ) ;
+ // InternalLDef.g:6401:1: rule__Scanner_PatternRule__Group__5__Impl : ( ( rule__Scanner_PatternRule__ContentPatternAssignment_5 ) ) ;
public final void rule__Scanner_PatternRule__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5996:1: ( ( ( rule__Scanner_PatternRule__ContentPatternAssignment_5 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5997:1: ( ( rule__Scanner_PatternRule__ContentPatternAssignment_5 ) )
+ // InternalLDef.g:6405:1: ( ( ( rule__Scanner_PatternRule__ContentPatternAssignment_5 ) ) )
+ // InternalLDef.g:6406:1: ( ( rule__Scanner_PatternRule__ContentPatternAssignment_5 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5997:1: ( ( rule__Scanner_PatternRule__ContentPatternAssignment_5 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5998:1: ( rule__Scanner_PatternRule__ContentPatternAssignment_5 )
+ // InternalLDef.g:6406:1: ( ( rule__Scanner_PatternRule__ContentPatternAssignment_5 ) )
+ // InternalLDef.g:6407:1: ( rule__Scanner_PatternRule__ContentPatternAssignment_5 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_PatternRuleAccess().getContentPatternAssignment_5());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5999:1: ( rule__Scanner_PatternRule__ContentPatternAssignment_5 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:5999:2: rule__Scanner_PatternRule__ContentPatternAssignment_5
+ // InternalLDef.g:6408:1: ( rule__Scanner_PatternRule__ContentPatternAssignment_5 )
+ // InternalLDef.g:6408:2: rule__Scanner_PatternRule__ContentPatternAssignment_5
{
- pushFollow(FOLLOW_rule__Scanner_PatternRule__ContentPatternAssignment_5_in_rule__Scanner_PatternRule__Group__5__Impl12057);
+ pushFollow(FOLLOW_2);
rule__Scanner_PatternRule__ContentPatternAssignment_5();
state._fsp--;
@@ -17122,21 +18300,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_PatternRule__Group_3__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6021:1: rule__Scanner_PatternRule__Group_3__0 : rule__Scanner_PatternRule__Group_3__0__Impl rule__Scanner_PatternRule__Group_3__1 ;
+ // InternalLDef.g:6430:1: rule__Scanner_PatternRule__Group_3__0 : rule__Scanner_PatternRule__Group_3__0__Impl rule__Scanner_PatternRule__Group_3__1 ;
public final void rule__Scanner_PatternRule__Group_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6025:1: ( rule__Scanner_PatternRule__Group_3__0__Impl rule__Scanner_PatternRule__Group_3__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6026:2: rule__Scanner_PatternRule__Group_3__0__Impl rule__Scanner_PatternRule__Group_3__1
+ // InternalLDef.g:6434:1: ( rule__Scanner_PatternRule__Group_3__0__Impl rule__Scanner_PatternRule__Group_3__1 )
+ // InternalLDef.g:6435:2: rule__Scanner_PatternRule__Group_3__0__Impl rule__Scanner_PatternRule__Group_3__1
{
- pushFollow(FOLLOW_rule__Scanner_PatternRule__Group_3__0__Impl_in_rule__Scanner_PatternRule__Group_3__012099);
+ pushFollow(FOLLOW_28);
rule__Scanner_PatternRule__Group_3__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Scanner_PatternRule__Group_3__1_in_rule__Scanner_PatternRule__Group_3__012102);
+ pushFollow(FOLLOW_2);
rule__Scanner_PatternRule__Group_3__1();
state._fsp--;
@@ -17160,22 +18338,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_PatternRule__Group_3__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6033:1: rule__Scanner_PatternRule__Group_3__0__Impl : ( 'col' ) ;
+ // InternalLDef.g:6442:1: rule__Scanner_PatternRule__Group_3__0__Impl : ( 'col' ) ;
public final void rule__Scanner_PatternRule__Group_3__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6037:1: ( ( 'col' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6038:1: ( 'col' )
+ // InternalLDef.g:6446:1: ( ( 'col' ) )
+ // InternalLDef.g:6447:1: ( 'col' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6038:1: ( 'col' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6039:1: 'col'
+ // InternalLDef.g:6447:1: ( 'col' )
+ // InternalLDef.g:6448:1: 'col'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_PatternRuleAccess().getColKeyword_3_0());
}
- match(input,31,FOLLOW_31_in_rule__Scanner_PatternRule__Group_3__0__Impl12130); if (state.failed) return ;
+ match(input,31,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getScanner_PatternRuleAccess().getColKeyword_3_0());
}
@@ -17201,16 +18379,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_PatternRule__Group_3__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6052:1: rule__Scanner_PatternRule__Group_3__1 : rule__Scanner_PatternRule__Group_3__1__Impl ;
+ // InternalLDef.g:6461:1: rule__Scanner_PatternRule__Group_3__1 : rule__Scanner_PatternRule__Group_3__1__Impl ;
public final void rule__Scanner_PatternRule__Group_3__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6056:1: ( rule__Scanner_PatternRule__Group_3__1__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6057:2: rule__Scanner_PatternRule__Group_3__1__Impl
+ // InternalLDef.g:6465:1: ( rule__Scanner_PatternRule__Group_3__1__Impl )
+ // InternalLDef.g:6466:2: rule__Scanner_PatternRule__Group_3__1__Impl
{
- pushFollow(FOLLOW_rule__Scanner_PatternRule__Group_3__1__Impl_in_rule__Scanner_PatternRule__Group_3__112161);
+ pushFollow(FOLLOW_2);
rule__Scanner_PatternRule__Group_3__1__Impl();
state._fsp--;
@@ -17234,25 +18412,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_PatternRule__Group_3__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6063:1: rule__Scanner_PatternRule__Group_3__1__Impl : ( ( rule__Scanner_PatternRule__CheckAssignment_3_1 ) ) ;
+ // InternalLDef.g:6472:1: rule__Scanner_PatternRule__Group_3__1__Impl : ( ( rule__Scanner_PatternRule__CheckAssignment_3_1 ) ) ;
public final void rule__Scanner_PatternRule__Group_3__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6067:1: ( ( ( rule__Scanner_PatternRule__CheckAssignment_3_1 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6068:1: ( ( rule__Scanner_PatternRule__CheckAssignment_3_1 ) )
+ // InternalLDef.g:6476:1: ( ( ( rule__Scanner_PatternRule__CheckAssignment_3_1 ) ) )
+ // InternalLDef.g:6477:1: ( ( rule__Scanner_PatternRule__CheckAssignment_3_1 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6068:1: ( ( rule__Scanner_PatternRule__CheckAssignment_3_1 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6069:1: ( rule__Scanner_PatternRule__CheckAssignment_3_1 )
+ // InternalLDef.g:6477:1: ( ( rule__Scanner_PatternRule__CheckAssignment_3_1 ) )
+ // InternalLDef.g:6478:1: ( rule__Scanner_PatternRule__CheckAssignment_3_1 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_PatternRuleAccess().getCheckAssignment_3_1());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6070:1: ( rule__Scanner_PatternRule__CheckAssignment_3_1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6070:2: rule__Scanner_PatternRule__CheckAssignment_3_1
+ // InternalLDef.g:6479:1: ( rule__Scanner_PatternRule__CheckAssignment_3_1 )
+ // InternalLDef.g:6479:2: rule__Scanner_PatternRule__CheckAssignment_3_1
{
- pushFollow(FOLLOW_rule__Scanner_PatternRule__CheckAssignment_3_1_in_rule__Scanner_PatternRule__Group_3__1__Impl12188);
+ pushFollow(FOLLOW_2);
rule__Scanner_PatternRule__CheckAssignment_3_1();
state._fsp--;
@@ -17285,21 +18463,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_CharacterRule__Group__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6084:1: rule__Scanner_CharacterRule__Group__0 : rule__Scanner_CharacterRule__Group__0__Impl rule__Scanner_CharacterRule__Group__1 ;
+ // InternalLDef.g:6493:1: rule__Scanner_CharacterRule__Group__0 : rule__Scanner_CharacterRule__Group__0__Impl rule__Scanner_CharacterRule__Group__1 ;
public final void rule__Scanner_CharacterRule__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6088:1: ( rule__Scanner_CharacterRule__Group__0__Impl rule__Scanner_CharacterRule__Group__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6089:2: rule__Scanner_CharacterRule__Group__0__Impl rule__Scanner_CharacterRule__Group__1
+ // InternalLDef.g:6497:1: ( rule__Scanner_CharacterRule__Group__0__Impl rule__Scanner_CharacterRule__Group__1 )
+ // InternalLDef.g:6498:2: rule__Scanner_CharacterRule__Group__0__Impl rule__Scanner_CharacterRule__Group__1
{
- pushFollow(FOLLOW_rule__Scanner_CharacterRule__Group__0__Impl_in_rule__Scanner_CharacterRule__Group__012222);
+ pushFollow(FOLLOW_41);
rule__Scanner_CharacterRule__Group__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Scanner_CharacterRule__Group__1_in_rule__Scanner_CharacterRule__Group__012225);
+ pushFollow(FOLLOW_2);
rule__Scanner_CharacterRule__Group__1();
state._fsp--;
@@ -17323,22 +18501,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_CharacterRule__Group__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6096:1: rule__Scanner_CharacterRule__Group__0__Impl : ( 'character' ) ;
+ // InternalLDef.g:6505:1: rule__Scanner_CharacterRule__Group__0__Impl : ( 'character' ) ;
public final void rule__Scanner_CharacterRule__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6100:1: ( ( 'character' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6101:1: ( 'character' )
+ // InternalLDef.g:6509:1: ( ( 'character' ) )
+ // InternalLDef.g:6510:1: ( 'character' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6101:1: ( 'character' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6102:1: 'character'
+ // InternalLDef.g:6510:1: ( 'character' )
+ // InternalLDef.g:6511:1: 'character'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_CharacterRuleAccess().getCharacterKeyword_0());
}
- match(input,42,FOLLOW_42_in_rule__Scanner_CharacterRule__Group__0__Impl12253); if (state.failed) return ;
+ match(input,44,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getScanner_CharacterRuleAccess().getCharacterKeyword_0());
}
@@ -17364,21 +18542,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_CharacterRule__Group__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6115:1: rule__Scanner_CharacterRule__Group__1 : rule__Scanner_CharacterRule__Group__1__Impl rule__Scanner_CharacterRule__Group__2 ;
+ // InternalLDef.g:6524:1: rule__Scanner_CharacterRule__Group__1 : rule__Scanner_CharacterRule__Group__1__Impl rule__Scanner_CharacterRule__Group__2 ;
public final void rule__Scanner_CharacterRule__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6119:1: ( rule__Scanner_CharacterRule__Group__1__Impl rule__Scanner_CharacterRule__Group__2 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6120:2: rule__Scanner_CharacterRule__Group__1__Impl rule__Scanner_CharacterRule__Group__2
+ // InternalLDef.g:6528:1: ( rule__Scanner_CharacterRule__Group__1__Impl rule__Scanner_CharacterRule__Group__2 )
+ // InternalLDef.g:6529:2: rule__Scanner_CharacterRule__Group__1__Impl rule__Scanner_CharacterRule__Group__2
{
- pushFollow(FOLLOW_rule__Scanner_CharacterRule__Group__1__Impl_in_rule__Scanner_CharacterRule__Group__112284);
+ pushFollow(FOLLOW_18);
rule__Scanner_CharacterRule__Group__1__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Scanner_CharacterRule__Group__2_in_rule__Scanner_CharacterRule__Group__112287);
+ pushFollow(FOLLOW_2);
rule__Scanner_CharacterRule__Group__2();
state._fsp--;
@@ -17402,22 +18580,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_CharacterRule__Group__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6127:1: rule__Scanner_CharacterRule__Group__1__Impl : ( '[' ) ;
+ // InternalLDef.g:6536:1: rule__Scanner_CharacterRule__Group__1__Impl : ( '[' ) ;
public final void rule__Scanner_CharacterRule__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6131:1: ( ( '[' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6132:1: ( '[' )
+ // InternalLDef.g:6540:1: ( ( '[' ) )
+ // InternalLDef.g:6541:1: ( '[' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6132:1: ( '[' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6133:1: '['
+ // InternalLDef.g:6541:1: ( '[' )
+ // InternalLDef.g:6542:1: '['
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_CharacterRuleAccess().getLeftSquareBracketKeyword_1());
}
- match(input,12,FOLLOW_12_in_rule__Scanner_CharacterRule__Group__1__Impl12315); if (state.failed) return ;
+ match(input,12,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getScanner_CharacterRuleAccess().getLeftSquareBracketKeyword_1());
}
@@ -17443,21 +18621,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_CharacterRule__Group__2"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6146:1: rule__Scanner_CharacterRule__Group__2 : rule__Scanner_CharacterRule__Group__2__Impl rule__Scanner_CharacterRule__Group__3 ;
+ // InternalLDef.g:6555:1: rule__Scanner_CharacterRule__Group__2 : rule__Scanner_CharacterRule__Group__2__Impl rule__Scanner_CharacterRule__Group__3 ;
public final void rule__Scanner_CharacterRule__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6150:1: ( rule__Scanner_CharacterRule__Group__2__Impl rule__Scanner_CharacterRule__Group__3 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6151:2: rule__Scanner_CharacterRule__Group__2__Impl rule__Scanner_CharacterRule__Group__3
+ // InternalLDef.g:6559:1: ( rule__Scanner_CharacterRule__Group__2__Impl rule__Scanner_CharacterRule__Group__3 )
+ // InternalLDef.g:6560:2: rule__Scanner_CharacterRule__Group__2__Impl rule__Scanner_CharacterRule__Group__3
{
- pushFollow(FOLLOW_rule__Scanner_CharacterRule__Group__2__Impl_in_rule__Scanner_CharacterRule__Group__212346);
+ pushFollow(FOLLOW_42);
rule__Scanner_CharacterRule__Group__2__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Scanner_CharacterRule__Group__3_in_rule__Scanner_CharacterRule__Group__212349);
+ pushFollow(FOLLOW_2);
rule__Scanner_CharacterRule__Group__3();
state._fsp--;
@@ -17481,25 +18659,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_CharacterRule__Group__2__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6158:1: rule__Scanner_CharacterRule__Group__2__Impl : ( ( rule__Scanner_CharacterRule__CharactersAssignment_2 ) ) ;
+ // InternalLDef.g:6567:1: rule__Scanner_CharacterRule__Group__2__Impl : ( ( rule__Scanner_CharacterRule__CharactersAssignment_2 ) ) ;
public final void rule__Scanner_CharacterRule__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6162:1: ( ( ( rule__Scanner_CharacterRule__CharactersAssignment_2 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6163:1: ( ( rule__Scanner_CharacterRule__CharactersAssignment_2 ) )
+ // InternalLDef.g:6571:1: ( ( ( rule__Scanner_CharacterRule__CharactersAssignment_2 ) ) )
+ // InternalLDef.g:6572:1: ( ( rule__Scanner_CharacterRule__CharactersAssignment_2 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6163:1: ( ( rule__Scanner_CharacterRule__CharactersAssignment_2 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6164:1: ( rule__Scanner_CharacterRule__CharactersAssignment_2 )
+ // InternalLDef.g:6572:1: ( ( rule__Scanner_CharacterRule__CharactersAssignment_2 ) )
+ // InternalLDef.g:6573:1: ( rule__Scanner_CharacterRule__CharactersAssignment_2 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_CharacterRuleAccess().getCharactersAssignment_2());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6165:1: ( rule__Scanner_CharacterRule__CharactersAssignment_2 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6165:2: rule__Scanner_CharacterRule__CharactersAssignment_2
+ // InternalLDef.g:6574:1: ( rule__Scanner_CharacterRule__CharactersAssignment_2 )
+ // InternalLDef.g:6574:2: rule__Scanner_CharacterRule__CharactersAssignment_2
{
- pushFollow(FOLLOW_rule__Scanner_CharacterRule__CharactersAssignment_2_in_rule__Scanner_CharacterRule__Group__2__Impl12376);
+ pushFollow(FOLLOW_2);
rule__Scanner_CharacterRule__CharactersAssignment_2();
state._fsp--;
@@ -17532,21 +18710,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_CharacterRule__Group__3"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6175:1: rule__Scanner_CharacterRule__Group__3 : rule__Scanner_CharacterRule__Group__3__Impl rule__Scanner_CharacterRule__Group__4 ;
+ // InternalLDef.g:6584:1: rule__Scanner_CharacterRule__Group__3 : rule__Scanner_CharacterRule__Group__3__Impl rule__Scanner_CharacterRule__Group__4 ;
public final void rule__Scanner_CharacterRule__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6179:1: ( rule__Scanner_CharacterRule__Group__3__Impl rule__Scanner_CharacterRule__Group__4 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6180:2: rule__Scanner_CharacterRule__Group__3__Impl rule__Scanner_CharacterRule__Group__4
+ // InternalLDef.g:6588:1: ( rule__Scanner_CharacterRule__Group__3__Impl rule__Scanner_CharacterRule__Group__4 )
+ // InternalLDef.g:6589:2: rule__Scanner_CharacterRule__Group__3__Impl rule__Scanner_CharacterRule__Group__4
{
- pushFollow(FOLLOW_rule__Scanner_CharacterRule__Group__3__Impl_in_rule__Scanner_CharacterRule__Group__312406);
+ pushFollow(FOLLOW_42);
rule__Scanner_CharacterRule__Group__3__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Scanner_CharacterRule__Group__4_in_rule__Scanner_CharacterRule__Group__312409);
+ pushFollow(FOLLOW_2);
rule__Scanner_CharacterRule__Group__4();
state._fsp--;
@@ -17570,37 +18748,37 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_CharacterRule__Group__3__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6187:1: rule__Scanner_CharacterRule__Group__3__Impl : ( ( rule__Scanner_CharacterRule__Group_3__0 )* ) ;
+ // InternalLDef.g:6596:1: rule__Scanner_CharacterRule__Group__3__Impl : ( ( rule__Scanner_CharacterRule__Group_3__0 )* ) ;
public final void rule__Scanner_CharacterRule__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6191:1: ( ( ( rule__Scanner_CharacterRule__Group_3__0 )* ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6192:1: ( ( rule__Scanner_CharacterRule__Group_3__0 )* )
+ // InternalLDef.g:6600:1: ( ( ( rule__Scanner_CharacterRule__Group_3__0 )* ) )
+ // InternalLDef.g:6601:1: ( ( rule__Scanner_CharacterRule__Group_3__0 )* )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6192:1: ( ( rule__Scanner_CharacterRule__Group_3__0 )* )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6193:1: ( rule__Scanner_CharacterRule__Group_3__0 )*
+ // InternalLDef.g:6601:1: ( ( rule__Scanner_CharacterRule__Group_3__0 )* )
+ // InternalLDef.g:6602:1: ( rule__Scanner_CharacterRule__Group_3__0 )*
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_CharacterRuleAccess().getGroup_3());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6194:1: ( rule__Scanner_CharacterRule__Group_3__0 )*
- loop47:
+ // InternalLDef.g:6603:1: ( rule__Scanner_CharacterRule__Group_3__0 )*
+ loop51:
do {
- int alt47=2;
- int LA47_0 = input.LA(1);
+ int alt51=2;
+ int LA51_0 = input.LA(1);
- if ( (LA47_0==38) ) {
- alt47=1;
+ if ( (LA51_0==40) ) {
+ alt51=1;
}
- switch (alt47) {
+ switch (alt51) {
case 1 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6194:2: rule__Scanner_CharacterRule__Group_3__0
+ // InternalLDef.g:6603:2: rule__Scanner_CharacterRule__Group_3__0
{
- pushFollow(FOLLOW_rule__Scanner_CharacterRule__Group_3__0_in_rule__Scanner_CharacterRule__Group__3__Impl12436);
+ pushFollow(FOLLOW_43);
rule__Scanner_CharacterRule__Group_3__0();
state._fsp--;
@@ -17610,7 +18788,7 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop47;
+ break loop51;
}
} while (true);
@@ -17639,21 +18817,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_CharacterRule__Group__4"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6204:1: rule__Scanner_CharacterRule__Group__4 : rule__Scanner_CharacterRule__Group__4__Impl rule__Scanner_CharacterRule__Group__5 ;
+ // InternalLDef.g:6613:1: rule__Scanner_CharacterRule__Group__4 : rule__Scanner_CharacterRule__Group__4__Impl rule__Scanner_CharacterRule__Group__5 ;
public final void rule__Scanner_CharacterRule__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6208:1: ( rule__Scanner_CharacterRule__Group__4__Impl rule__Scanner_CharacterRule__Group__5 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6209:2: rule__Scanner_CharacterRule__Group__4__Impl rule__Scanner_CharacterRule__Group__5
+ // InternalLDef.g:6617:1: ( rule__Scanner_CharacterRule__Group__4__Impl rule__Scanner_CharacterRule__Group__5 )
+ // InternalLDef.g:6618:2: rule__Scanner_CharacterRule__Group__4__Impl rule__Scanner_CharacterRule__Group__5
{
- pushFollow(FOLLOW_rule__Scanner_CharacterRule__Group__4__Impl_in_rule__Scanner_CharacterRule__Group__412467);
+ pushFollow(FOLLOW_46);
rule__Scanner_CharacterRule__Group__4__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Scanner_CharacterRule__Group__5_in_rule__Scanner_CharacterRule__Group__412470);
+ pushFollow(FOLLOW_2);
rule__Scanner_CharacterRule__Group__5();
state._fsp--;
@@ -17677,22 +18855,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_CharacterRule__Group__4__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6216:1: rule__Scanner_CharacterRule__Group__4__Impl : ( ']' ) ;
+ // InternalLDef.g:6625:1: rule__Scanner_CharacterRule__Group__4__Impl : ( ']' ) ;
public final void rule__Scanner_CharacterRule__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6220:1: ( ( ']' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6221:1: ( ']' )
+ // InternalLDef.g:6629:1: ( ( ']' ) )
+ // InternalLDef.g:6630:1: ( ']' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6221:1: ( ']' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6222:1: ']'
+ // InternalLDef.g:6630:1: ( ']' )
+ // InternalLDef.g:6631:1: ']'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_CharacterRuleAccess().getRightSquareBracketKeyword_4());
}
- match(input,14,FOLLOW_14_in_rule__Scanner_CharacterRule__Group__4__Impl12498); if (state.failed) return ;
+ match(input,14,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getScanner_CharacterRuleAccess().getRightSquareBracketKeyword_4());
}
@@ -17718,16 +18896,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_CharacterRule__Group__5"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6235:1: rule__Scanner_CharacterRule__Group__5 : rule__Scanner_CharacterRule__Group__5__Impl ;
+ // InternalLDef.g:6644:1: rule__Scanner_CharacterRule__Group__5 : rule__Scanner_CharacterRule__Group__5__Impl ;
public final void rule__Scanner_CharacterRule__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6239:1: ( rule__Scanner_CharacterRule__Group__5__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6240:2: rule__Scanner_CharacterRule__Group__5__Impl
+ // InternalLDef.g:6648:1: ( rule__Scanner_CharacterRule__Group__5__Impl )
+ // InternalLDef.g:6649:2: rule__Scanner_CharacterRule__Group__5__Impl
{
- pushFollow(FOLLOW_rule__Scanner_CharacterRule__Group__5__Impl_in_rule__Scanner_CharacterRule__Group__512529);
+ pushFollow(FOLLOW_2);
rule__Scanner_CharacterRule__Group__5__Impl();
state._fsp--;
@@ -17751,33 +18929,33 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_CharacterRule__Group__5__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6246:1: rule__Scanner_CharacterRule__Group__5__Impl : ( ( rule__Scanner_CharacterRule__Group_5__0 )? ) ;
+ // InternalLDef.g:6655:1: rule__Scanner_CharacterRule__Group__5__Impl : ( ( rule__Scanner_CharacterRule__Group_5__0 )? ) ;
public final void rule__Scanner_CharacterRule__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6250:1: ( ( ( rule__Scanner_CharacterRule__Group_5__0 )? ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6251:1: ( ( rule__Scanner_CharacterRule__Group_5__0 )? )
+ // InternalLDef.g:6659:1: ( ( ( rule__Scanner_CharacterRule__Group_5__0 )? ) )
+ // InternalLDef.g:6660:1: ( ( rule__Scanner_CharacterRule__Group_5__0 )? )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6251:1: ( ( rule__Scanner_CharacterRule__Group_5__0 )? )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6252:1: ( rule__Scanner_CharacterRule__Group_5__0 )?
+ // InternalLDef.g:6660:1: ( ( rule__Scanner_CharacterRule__Group_5__0 )? )
+ // InternalLDef.g:6661:1: ( rule__Scanner_CharacterRule__Group_5__0 )?
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_CharacterRuleAccess().getGroup_5());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6253:1: ( rule__Scanner_CharacterRule__Group_5__0 )?
- int alt48=2;
- int LA48_0 = input.LA(1);
+ // InternalLDef.g:6662:1: ( rule__Scanner_CharacterRule__Group_5__0 )?
+ int alt52=2;
+ int LA52_0 = input.LA(1);
- if ( (LA48_0==31) ) {
- alt48=1;
+ if ( (LA52_0==31) ) {
+ alt52=1;
}
- switch (alt48) {
+ switch (alt52) {
case 1 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6253:2: rule__Scanner_CharacterRule__Group_5__0
+ // InternalLDef.g:6662:2: rule__Scanner_CharacterRule__Group_5__0
{
- pushFollow(FOLLOW_rule__Scanner_CharacterRule__Group_5__0_in_rule__Scanner_CharacterRule__Group__5__Impl12556);
+ pushFollow(FOLLOW_2);
rule__Scanner_CharacterRule__Group_5__0();
state._fsp--;
@@ -17813,21 +18991,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_CharacterRule__Group_3__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6275:1: rule__Scanner_CharacterRule__Group_3__0 : rule__Scanner_CharacterRule__Group_3__0__Impl rule__Scanner_CharacterRule__Group_3__1 ;
+ // InternalLDef.g:6684:1: rule__Scanner_CharacterRule__Group_3__0 : rule__Scanner_CharacterRule__Group_3__0__Impl rule__Scanner_CharacterRule__Group_3__1 ;
public final void rule__Scanner_CharacterRule__Group_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6279:1: ( rule__Scanner_CharacterRule__Group_3__0__Impl rule__Scanner_CharacterRule__Group_3__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6280:2: rule__Scanner_CharacterRule__Group_3__0__Impl rule__Scanner_CharacterRule__Group_3__1
+ // InternalLDef.g:6688:1: ( rule__Scanner_CharacterRule__Group_3__0__Impl rule__Scanner_CharacterRule__Group_3__1 )
+ // InternalLDef.g:6689:2: rule__Scanner_CharacterRule__Group_3__0__Impl rule__Scanner_CharacterRule__Group_3__1
{
- pushFollow(FOLLOW_rule__Scanner_CharacterRule__Group_3__0__Impl_in_rule__Scanner_CharacterRule__Group_3__012599);
+ pushFollow(FOLLOW_18);
rule__Scanner_CharacterRule__Group_3__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Scanner_CharacterRule__Group_3__1_in_rule__Scanner_CharacterRule__Group_3__012602);
+ pushFollow(FOLLOW_2);
rule__Scanner_CharacterRule__Group_3__1();
state._fsp--;
@@ -17851,22 +19029,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_CharacterRule__Group_3__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6287:1: rule__Scanner_CharacterRule__Group_3__0__Impl : ( ',' ) ;
+ // InternalLDef.g:6696:1: rule__Scanner_CharacterRule__Group_3__0__Impl : ( ',' ) ;
public final void rule__Scanner_CharacterRule__Group_3__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6291:1: ( ( ',' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6292:1: ( ',' )
+ // InternalLDef.g:6700:1: ( ( ',' ) )
+ // InternalLDef.g:6701:1: ( ',' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6292:1: ( ',' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6293:1: ','
+ // InternalLDef.g:6701:1: ( ',' )
+ // InternalLDef.g:6702:1: ','
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_CharacterRuleAccess().getCommaKeyword_3_0());
}
- match(input,38,FOLLOW_38_in_rule__Scanner_CharacterRule__Group_3__0__Impl12630); if (state.failed) return ;
+ match(input,40,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getScanner_CharacterRuleAccess().getCommaKeyword_3_0());
}
@@ -17892,16 +19070,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_CharacterRule__Group_3__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6306:1: rule__Scanner_CharacterRule__Group_3__1 : rule__Scanner_CharacterRule__Group_3__1__Impl ;
+ // InternalLDef.g:6715:1: rule__Scanner_CharacterRule__Group_3__1 : rule__Scanner_CharacterRule__Group_3__1__Impl ;
public final void rule__Scanner_CharacterRule__Group_3__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6310:1: ( rule__Scanner_CharacterRule__Group_3__1__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6311:2: rule__Scanner_CharacterRule__Group_3__1__Impl
+ // InternalLDef.g:6719:1: ( rule__Scanner_CharacterRule__Group_3__1__Impl )
+ // InternalLDef.g:6720:2: rule__Scanner_CharacterRule__Group_3__1__Impl
{
- pushFollow(FOLLOW_rule__Scanner_CharacterRule__Group_3__1__Impl_in_rule__Scanner_CharacterRule__Group_3__112661);
+ pushFollow(FOLLOW_2);
rule__Scanner_CharacterRule__Group_3__1__Impl();
state._fsp--;
@@ -17925,25 +19103,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_CharacterRule__Group_3__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6317:1: rule__Scanner_CharacterRule__Group_3__1__Impl : ( ( rule__Scanner_CharacterRule__CharactersAssignment_3_1 ) ) ;
+ // InternalLDef.g:6726:1: rule__Scanner_CharacterRule__Group_3__1__Impl : ( ( rule__Scanner_CharacterRule__CharactersAssignment_3_1 ) ) ;
public final void rule__Scanner_CharacterRule__Group_3__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6321:1: ( ( ( rule__Scanner_CharacterRule__CharactersAssignment_3_1 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6322:1: ( ( rule__Scanner_CharacterRule__CharactersAssignment_3_1 ) )
+ // InternalLDef.g:6730:1: ( ( ( rule__Scanner_CharacterRule__CharactersAssignment_3_1 ) ) )
+ // InternalLDef.g:6731:1: ( ( rule__Scanner_CharacterRule__CharactersAssignment_3_1 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6322:1: ( ( rule__Scanner_CharacterRule__CharactersAssignment_3_1 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6323:1: ( rule__Scanner_CharacterRule__CharactersAssignment_3_1 )
+ // InternalLDef.g:6731:1: ( ( rule__Scanner_CharacterRule__CharactersAssignment_3_1 ) )
+ // InternalLDef.g:6732:1: ( rule__Scanner_CharacterRule__CharactersAssignment_3_1 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_CharacterRuleAccess().getCharactersAssignment_3_1());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6324:1: ( rule__Scanner_CharacterRule__CharactersAssignment_3_1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6324:2: rule__Scanner_CharacterRule__CharactersAssignment_3_1
+ // InternalLDef.g:6733:1: ( rule__Scanner_CharacterRule__CharactersAssignment_3_1 )
+ // InternalLDef.g:6733:2: rule__Scanner_CharacterRule__CharactersAssignment_3_1
{
- pushFollow(FOLLOW_rule__Scanner_CharacterRule__CharactersAssignment_3_1_in_rule__Scanner_CharacterRule__Group_3__1__Impl12688);
+ pushFollow(FOLLOW_2);
rule__Scanner_CharacterRule__CharactersAssignment_3_1();
state._fsp--;
@@ -17976,21 +19154,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_CharacterRule__Group_5__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6338:1: rule__Scanner_CharacterRule__Group_5__0 : rule__Scanner_CharacterRule__Group_5__0__Impl rule__Scanner_CharacterRule__Group_5__1 ;
+ // InternalLDef.g:6747:1: rule__Scanner_CharacterRule__Group_5__0 : rule__Scanner_CharacterRule__Group_5__0__Impl rule__Scanner_CharacterRule__Group_5__1 ;
public final void rule__Scanner_CharacterRule__Group_5__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6342:1: ( rule__Scanner_CharacterRule__Group_5__0__Impl rule__Scanner_CharacterRule__Group_5__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6343:2: rule__Scanner_CharacterRule__Group_5__0__Impl rule__Scanner_CharacterRule__Group_5__1
+ // InternalLDef.g:6751:1: ( rule__Scanner_CharacterRule__Group_5__0__Impl rule__Scanner_CharacterRule__Group_5__1 )
+ // InternalLDef.g:6752:2: rule__Scanner_CharacterRule__Group_5__0__Impl rule__Scanner_CharacterRule__Group_5__1
{
- pushFollow(FOLLOW_rule__Scanner_CharacterRule__Group_5__0__Impl_in_rule__Scanner_CharacterRule__Group_5__012722);
+ pushFollow(FOLLOW_28);
rule__Scanner_CharacterRule__Group_5__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Scanner_CharacterRule__Group_5__1_in_rule__Scanner_CharacterRule__Group_5__012725);
+ pushFollow(FOLLOW_2);
rule__Scanner_CharacterRule__Group_5__1();
state._fsp--;
@@ -18014,22 +19192,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_CharacterRule__Group_5__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6350:1: rule__Scanner_CharacterRule__Group_5__0__Impl : ( 'col' ) ;
+ // InternalLDef.g:6759:1: rule__Scanner_CharacterRule__Group_5__0__Impl : ( 'col' ) ;
public final void rule__Scanner_CharacterRule__Group_5__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6354:1: ( ( 'col' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6355:1: ( 'col' )
+ // InternalLDef.g:6763:1: ( ( 'col' ) )
+ // InternalLDef.g:6764:1: ( 'col' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6355:1: ( 'col' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6356:1: 'col'
+ // InternalLDef.g:6764:1: ( 'col' )
+ // InternalLDef.g:6765:1: 'col'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_CharacterRuleAccess().getColKeyword_5_0());
}
- match(input,31,FOLLOW_31_in_rule__Scanner_CharacterRule__Group_5__0__Impl12753); if (state.failed) return ;
+ match(input,31,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getScanner_CharacterRuleAccess().getColKeyword_5_0());
}
@@ -18055,16 +19233,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_CharacterRule__Group_5__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6369:1: rule__Scanner_CharacterRule__Group_5__1 : rule__Scanner_CharacterRule__Group_5__1__Impl ;
+ // InternalLDef.g:6778:1: rule__Scanner_CharacterRule__Group_5__1 : rule__Scanner_CharacterRule__Group_5__1__Impl ;
public final void rule__Scanner_CharacterRule__Group_5__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6373:1: ( rule__Scanner_CharacterRule__Group_5__1__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6374:2: rule__Scanner_CharacterRule__Group_5__1__Impl
+ // InternalLDef.g:6782:1: ( rule__Scanner_CharacterRule__Group_5__1__Impl )
+ // InternalLDef.g:6783:2: rule__Scanner_CharacterRule__Group_5__1__Impl
{
- pushFollow(FOLLOW_rule__Scanner_CharacterRule__Group_5__1__Impl_in_rule__Scanner_CharacterRule__Group_5__112784);
+ pushFollow(FOLLOW_2);
rule__Scanner_CharacterRule__Group_5__1__Impl();
state._fsp--;
@@ -18088,25 +19266,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_CharacterRule__Group_5__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6380:1: rule__Scanner_CharacterRule__Group_5__1__Impl : ( ( rule__Scanner_CharacterRule__CheckAssignment_5_1 ) ) ;
+ // InternalLDef.g:6789:1: rule__Scanner_CharacterRule__Group_5__1__Impl : ( ( rule__Scanner_CharacterRule__CheckAssignment_5_1 ) ) ;
public final void rule__Scanner_CharacterRule__Group_5__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6384:1: ( ( ( rule__Scanner_CharacterRule__CheckAssignment_5_1 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6385:1: ( ( rule__Scanner_CharacterRule__CheckAssignment_5_1 ) )
+ // InternalLDef.g:6793:1: ( ( ( rule__Scanner_CharacterRule__CheckAssignment_5_1 ) ) )
+ // InternalLDef.g:6794:1: ( ( rule__Scanner_CharacterRule__CheckAssignment_5_1 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6385:1: ( ( rule__Scanner_CharacterRule__CheckAssignment_5_1 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6386:1: ( rule__Scanner_CharacterRule__CheckAssignment_5_1 )
+ // InternalLDef.g:6794:1: ( ( rule__Scanner_CharacterRule__CheckAssignment_5_1 ) )
+ // InternalLDef.g:6795:1: ( rule__Scanner_CharacterRule__CheckAssignment_5_1 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_CharacterRuleAccess().getCheckAssignment_5_1());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6387:1: ( rule__Scanner_CharacterRule__CheckAssignment_5_1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6387:2: rule__Scanner_CharacterRule__CheckAssignment_5_1
+ // InternalLDef.g:6796:1: ( rule__Scanner_CharacterRule__CheckAssignment_5_1 )
+ // InternalLDef.g:6796:2: rule__Scanner_CharacterRule__CheckAssignment_5_1
{
- pushFollow(FOLLOW_rule__Scanner_CharacterRule__CheckAssignment_5_1_in_rule__Scanner_CharacterRule__Group_5__1__Impl12811);
+ pushFollow(FOLLOW_2);
rule__Scanner_CharacterRule__CheckAssignment_5_1();
state._fsp--;
@@ -18139,21 +19317,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_JSRule__Group__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6401:1: rule__Scanner_JSRule__Group__0 : rule__Scanner_JSRule__Group__0__Impl rule__Scanner_JSRule__Group__1 ;
+ // InternalLDef.g:6810:1: rule__Scanner_JSRule__Group__0 : rule__Scanner_JSRule__Group__0__Impl rule__Scanner_JSRule__Group__1 ;
public final void rule__Scanner_JSRule__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6405:1: ( rule__Scanner_JSRule__Group__0__Impl rule__Scanner_JSRule__Group__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6406:2: rule__Scanner_JSRule__Group__0__Impl rule__Scanner_JSRule__Group__1
+ // InternalLDef.g:6814:1: ( rule__Scanner_JSRule__Group__0__Impl rule__Scanner_JSRule__Group__1 )
+ // InternalLDef.g:6815:2: rule__Scanner_JSRule__Group__0__Impl rule__Scanner_JSRule__Group__1
{
- pushFollow(FOLLOW_rule__Scanner_JSRule__Group__0__Impl_in_rule__Scanner_JSRule__Group__012845);
+ pushFollow(FOLLOW_18);
rule__Scanner_JSRule__Group__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Scanner_JSRule__Group__1_in_rule__Scanner_JSRule__Group__012848);
+ pushFollow(FOLLOW_2);
rule__Scanner_JSRule__Group__1();
state._fsp--;
@@ -18177,22 +19355,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_JSRule__Group__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6413:1: rule__Scanner_JSRule__Group__0__Impl : ( 'script' ) ;
+ // InternalLDef.g:6822:1: rule__Scanner_JSRule__Group__0__Impl : ( 'script' ) ;
public final void rule__Scanner_JSRule__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6417:1: ( ( 'script' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6418:1: ( 'script' )
+ // InternalLDef.g:6826:1: ( ( 'script' ) )
+ // InternalLDef.g:6827:1: ( 'script' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6418:1: ( 'script' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6419:1: 'script'
+ // InternalLDef.g:6827:1: ( 'script' )
+ // InternalLDef.g:6828:1: 'script'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_JSRuleAccess().getScriptKeyword_0());
}
- match(input,28,FOLLOW_28_in_rule__Scanner_JSRule__Group__0__Impl12876); if (state.failed) return ;
+ match(input,28,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getScanner_JSRuleAccess().getScriptKeyword_0());
}
@@ -18218,21 +19396,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_JSRule__Group__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6432:1: rule__Scanner_JSRule__Group__1 : rule__Scanner_JSRule__Group__1__Impl rule__Scanner_JSRule__Group__2 ;
+ // InternalLDef.g:6841:1: rule__Scanner_JSRule__Group__1 : rule__Scanner_JSRule__Group__1__Impl rule__Scanner_JSRule__Group__2 ;
public final void rule__Scanner_JSRule__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6436:1: ( rule__Scanner_JSRule__Group__1__Impl rule__Scanner_JSRule__Group__2 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6437:2: rule__Scanner_JSRule__Group__1__Impl rule__Scanner_JSRule__Group__2
+ // InternalLDef.g:6845:1: ( rule__Scanner_JSRule__Group__1__Impl rule__Scanner_JSRule__Group__2 )
+ // InternalLDef.g:6846:2: rule__Scanner_JSRule__Group__1__Impl rule__Scanner_JSRule__Group__2
{
- pushFollow(FOLLOW_rule__Scanner_JSRule__Group__1__Impl_in_rule__Scanner_JSRule__Group__112907);
+ pushFollow(FOLLOW_46);
rule__Scanner_JSRule__Group__1__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Scanner_JSRule__Group__2_in_rule__Scanner_JSRule__Group__112910);
+ pushFollow(FOLLOW_2);
rule__Scanner_JSRule__Group__2();
state._fsp--;
@@ -18256,25 +19434,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_JSRule__Group__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6444:1: rule__Scanner_JSRule__Group__1__Impl : ( ( rule__Scanner_JSRule__FileURIAssignment_1 ) ) ;
+ // InternalLDef.g:6853:1: rule__Scanner_JSRule__Group__1__Impl : ( ( rule__Scanner_JSRule__FileURIAssignment_1 ) ) ;
public final void rule__Scanner_JSRule__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6448:1: ( ( ( rule__Scanner_JSRule__FileURIAssignment_1 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6449:1: ( ( rule__Scanner_JSRule__FileURIAssignment_1 ) )
+ // InternalLDef.g:6857:1: ( ( ( rule__Scanner_JSRule__FileURIAssignment_1 ) ) )
+ // InternalLDef.g:6858:1: ( ( rule__Scanner_JSRule__FileURIAssignment_1 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6449:1: ( ( rule__Scanner_JSRule__FileURIAssignment_1 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6450:1: ( rule__Scanner_JSRule__FileURIAssignment_1 )
+ // InternalLDef.g:6858:1: ( ( rule__Scanner_JSRule__FileURIAssignment_1 ) )
+ // InternalLDef.g:6859:1: ( rule__Scanner_JSRule__FileURIAssignment_1 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_JSRuleAccess().getFileURIAssignment_1());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6451:1: ( rule__Scanner_JSRule__FileURIAssignment_1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6451:2: rule__Scanner_JSRule__FileURIAssignment_1
+ // InternalLDef.g:6860:1: ( rule__Scanner_JSRule__FileURIAssignment_1 )
+ // InternalLDef.g:6860:2: rule__Scanner_JSRule__FileURIAssignment_1
{
- pushFollow(FOLLOW_rule__Scanner_JSRule__FileURIAssignment_1_in_rule__Scanner_JSRule__Group__1__Impl12937);
+ pushFollow(FOLLOW_2);
rule__Scanner_JSRule__FileURIAssignment_1();
state._fsp--;
@@ -18307,16 +19485,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_JSRule__Group__2"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6461:1: rule__Scanner_JSRule__Group__2 : rule__Scanner_JSRule__Group__2__Impl ;
+ // InternalLDef.g:6870:1: rule__Scanner_JSRule__Group__2 : rule__Scanner_JSRule__Group__2__Impl ;
public final void rule__Scanner_JSRule__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6465:1: ( rule__Scanner_JSRule__Group__2__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6466:2: rule__Scanner_JSRule__Group__2__Impl
+ // InternalLDef.g:6874:1: ( rule__Scanner_JSRule__Group__2__Impl )
+ // InternalLDef.g:6875:2: rule__Scanner_JSRule__Group__2__Impl
{
- pushFollow(FOLLOW_rule__Scanner_JSRule__Group__2__Impl_in_rule__Scanner_JSRule__Group__212967);
+ pushFollow(FOLLOW_2);
rule__Scanner_JSRule__Group__2__Impl();
state._fsp--;
@@ -18340,33 +19518,33 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_JSRule__Group__2__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6472:1: rule__Scanner_JSRule__Group__2__Impl : ( ( rule__Scanner_JSRule__Group_2__0 )? ) ;
+ // InternalLDef.g:6881:1: rule__Scanner_JSRule__Group__2__Impl : ( ( rule__Scanner_JSRule__Group_2__0 )? ) ;
public final void rule__Scanner_JSRule__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6476:1: ( ( ( rule__Scanner_JSRule__Group_2__0 )? ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6477:1: ( ( rule__Scanner_JSRule__Group_2__0 )? )
+ // InternalLDef.g:6885:1: ( ( ( rule__Scanner_JSRule__Group_2__0 )? ) )
+ // InternalLDef.g:6886:1: ( ( rule__Scanner_JSRule__Group_2__0 )? )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6477:1: ( ( rule__Scanner_JSRule__Group_2__0 )? )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6478:1: ( rule__Scanner_JSRule__Group_2__0 )?
+ // InternalLDef.g:6886:1: ( ( rule__Scanner_JSRule__Group_2__0 )? )
+ // InternalLDef.g:6887:1: ( rule__Scanner_JSRule__Group_2__0 )?
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_JSRuleAccess().getGroup_2());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6479:1: ( rule__Scanner_JSRule__Group_2__0 )?
- int alt49=2;
- int LA49_0 = input.LA(1);
+ // InternalLDef.g:6888:1: ( rule__Scanner_JSRule__Group_2__0 )?
+ int alt53=2;
+ int LA53_0 = input.LA(1);
- if ( (LA49_0==31) ) {
- alt49=1;
+ if ( (LA53_0==31) ) {
+ alt53=1;
}
- switch (alt49) {
+ switch (alt53) {
case 1 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6479:2: rule__Scanner_JSRule__Group_2__0
+ // InternalLDef.g:6888:2: rule__Scanner_JSRule__Group_2__0
{
- pushFollow(FOLLOW_rule__Scanner_JSRule__Group_2__0_in_rule__Scanner_JSRule__Group__2__Impl12994);
+ pushFollow(FOLLOW_2);
rule__Scanner_JSRule__Group_2__0();
state._fsp--;
@@ -18402,21 +19580,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_JSRule__Group_2__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6495:1: rule__Scanner_JSRule__Group_2__0 : rule__Scanner_JSRule__Group_2__0__Impl rule__Scanner_JSRule__Group_2__1 ;
+ // InternalLDef.g:6904:1: rule__Scanner_JSRule__Group_2__0 : rule__Scanner_JSRule__Group_2__0__Impl rule__Scanner_JSRule__Group_2__1 ;
public final void rule__Scanner_JSRule__Group_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6499:1: ( rule__Scanner_JSRule__Group_2__0__Impl rule__Scanner_JSRule__Group_2__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6500:2: rule__Scanner_JSRule__Group_2__0__Impl rule__Scanner_JSRule__Group_2__1
+ // InternalLDef.g:6908:1: ( rule__Scanner_JSRule__Group_2__0__Impl rule__Scanner_JSRule__Group_2__1 )
+ // InternalLDef.g:6909:2: rule__Scanner_JSRule__Group_2__0__Impl rule__Scanner_JSRule__Group_2__1
{
- pushFollow(FOLLOW_rule__Scanner_JSRule__Group_2__0__Impl_in_rule__Scanner_JSRule__Group_2__013031);
+ pushFollow(FOLLOW_28);
rule__Scanner_JSRule__Group_2__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Scanner_JSRule__Group_2__1_in_rule__Scanner_JSRule__Group_2__013034);
+ pushFollow(FOLLOW_2);
rule__Scanner_JSRule__Group_2__1();
state._fsp--;
@@ -18440,22 +19618,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_JSRule__Group_2__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6507:1: rule__Scanner_JSRule__Group_2__0__Impl : ( 'col' ) ;
+ // InternalLDef.g:6916:1: rule__Scanner_JSRule__Group_2__0__Impl : ( 'col' ) ;
public final void rule__Scanner_JSRule__Group_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6511:1: ( ( 'col' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6512:1: ( 'col' )
+ // InternalLDef.g:6920:1: ( ( 'col' ) )
+ // InternalLDef.g:6921:1: ( 'col' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6512:1: ( 'col' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6513:1: 'col'
+ // InternalLDef.g:6921:1: ( 'col' )
+ // InternalLDef.g:6922:1: 'col'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_JSRuleAccess().getColKeyword_2_0());
}
- match(input,31,FOLLOW_31_in_rule__Scanner_JSRule__Group_2__0__Impl13062); if (state.failed) return ;
+ match(input,31,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getScanner_JSRuleAccess().getColKeyword_2_0());
}
@@ -18481,16 +19659,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_JSRule__Group_2__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6526:1: rule__Scanner_JSRule__Group_2__1 : rule__Scanner_JSRule__Group_2__1__Impl ;
+ // InternalLDef.g:6935:1: rule__Scanner_JSRule__Group_2__1 : rule__Scanner_JSRule__Group_2__1__Impl ;
public final void rule__Scanner_JSRule__Group_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6530:1: ( rule__Scanner_JSRule__Group_2__1__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6531:2: rule__Scanner_JSRule__Group_2__1__Impl
+ // InternalLDef.g:6939:1: ( rule__Scanner_JSRule__Group_2__1__Impl )
+ // InternalLDef.g:6940:2: rule__Scanner_JSRule__Group_2__1__Impl
{
- pushFollow(FOLLOW_rule__Scanner_JSRule__Group_2__1__Impl_in_rule__Scanner_JSRule__Group_2__113093);
+ pushFollow(FOLLOW_2);
rule__Scanner_JSRule__Group_2__1__Impl();
state._fsp--;
@@ -18514,25 +19692,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_JSRule__Group_2__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6537:1: rule__Scanner_JSRule__Group_2__1__Impl : ( ( rule__Scanner_JSRule__CheckAssignment_2_1 ) ) ;
+ // InternalLDef.g:6946:1: rule__Scanner_JSRule__Group_2__1__Impl : ( ( rule__Scanner_JSRule__CheckAssignment_2_1 ) ) ;
public final void rule__Scanner_JSRule__Group_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6541:1: ( ( ( rule__Scanner_JSRule__CheckAssignment_2_1 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6542:1: ( ( rule__Scanner_JSRule__CheckAssignment_2_1 ) )
+ // InternalLDef.g:6950:1: ( ( ( rule__Scanner_JSRule__CheckAssignment_2_1 ) ) )
+ // InternalLDef.g:6951:1: ( ( rule__Scanner_JSRule__CheckAssignment_2_1 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6542:1: ( ( rule__Scanner_JSRule__CheckAssignment_2_1 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6543:1: ( rule__Scanner_JSRule__CheckAssignment_2_1 )
+ // InternalLDef.g:6951:1: ( ( rule__Scanner_JSRule__CheckAssignment_2_1 ) )
+ // InternalLDef.g:6952:1: ( rule__Scanner_JSRule__CheckAssignment_2_1 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_JSRuleAccess().getCheckAssignment_2_1());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6544:1: ( rule__Scanner_JSRule__CheckAssignment_2_1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6544:2: rule__Scanner_JSRule__CheckAssignment_2_1
+ // InternalLDef.g:6953:1: ( rule__Scanner_JSRule__CheckAssignment_2_1 )
+ // InternalLDef.g:6953:2: rule__Scanner_JSRule__CheckAssignment_2_1
{
- pushFollow(FOLLOW_rule__Scanner_JSRule__CheckAssignment_2_1_in_rule__Scanner_JSRule__Group_2__1__Impl13120);
+ pushFollow(FOLLOW_2);
rule__Scanner_JSRule__CheckAssignment_2_1();
state._fsp--;
@@ -18565,21 +19743,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Equals__Group__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6558:1: rule__Equals__Group__0 : rule__Equals__Group__0__Impl rule__Equals__Group__1 ;
+ // InternalLDef.g:6967:1: rule__Equals__Group__0 : rule__Equals__Group__0__Impl rule__Equals__Group__1 ;
public final void rule__Equals__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6562:1: ( rule__Equals__Group__0__Impl rule__Equals__Group__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6563:2: rule__Equals__Group__0__Impl rule__Equals__Group__1
+ // InternalLDef.g:6971:1: ( rule__Equals__Group__0__Impl rule__Equals__Group__1 )
+ // InternalLDef.g:6972:2: rule__Equals__Group__0__Impl rule__Equals__Group__1
{
- pushFollow(FOLLOW_rule__Equals__Group__0__Impl_in_rule__Equals__Group__013154);
+ pushFollow(FOLLOW_47);
rule__Equals__Group__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Equals__Group__1_in_rule__Equals__Group__013157);
+ pushFollow(FOLLOW_2);
rule__Equals__Group__1();
state._fsp--;
@@ -18603,22 +19781,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Equals__Group__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6570:1: rule__Equals__Group__0__Impl : ( 'eq' ) ;
+ // InternalLDef.g:6979:1: rule__Equals__Group__0__Impl : ( 'eq' ) ;
public final void rule__Equals__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6574:1: ( ( 'eq' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6575:1: ( 'eq' )
+ // InternalLDef.g:6983:1: ( ( 'eq' ) )
+ // InternalLDef.g:6984:1: ( 'eq' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6575:1: ( 'eq' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6576:1: 'eq'
+ // InternalLDef.g:6984:1: ( 'eq' )
+ // InternalLDef.g:6985:1: 'eq'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getEqualsAccess().getEqKeyword_0());
}
- match(input,43,FOLLOW_43_in_rule__Equals__Group__0__Impl13185); if (state.failed) return ;
+ match(input,45,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getEqualsAccess().getEqKeyword_0());
}
@@ -18644,16 +19822,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Equals__Group__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6589:1: rule__Equals__Group__1 : rule__Equals__Group__1__Impl ;
+ // InternalLDef.g:6998:1: rule__Equals__Group__1 : rule__Equals__Group__1__Impl ;
public final void rule__Equals__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6593:1: ( rule__Equals__Group__1__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6594:2: rule__Equals__Group__1__Impl
+ // InternalLDef.g:7002:1: ( rule__Equals__Group__1__Impl )
+ // InternalLDef.g:7003:2: rule__Equals__Group__1__Impl
{
- pushFollow(FOLLOW_rule__Equals__Group__1__Impl_in_rule__Equals__Group__113216);
+ pushFollow(FOLLOW_2);
rule__Equals__Group__1__Impl();
state._fsp--;
@@ -18677,25 +19855,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Equals__Group__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6600:1: rule__Equals__Group__1__Impl : ( ( rule__Equals__ValueAssignment_1 ) ) ;
+ // InternalLDef.g:7009:1: rule__Equals__Group__1__Impl : ( ( rule__Equals__ValueAssignment_1 ) ) ;
public final void rule__Equals__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6604:1: ( ( ( rule__Equals__ValueAssignment_1 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6605:1: ( ( rule__Equals__ValueAssignment_1 ) )
+ // InternalLDef.g:7013:1: ( ( ( rule__Equals__ValueAssignment_1 ) ) )
+ // InternalLDef.g:7014:1: ( ( rule__Equals__ValueAssignment_1 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6605:1: ( ( rule__Equals__ValueAssignment_1 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6606:1: ( rule__Equals__ValueAssignment_1 )
+ // InternalLDef.g:7014:1: ( ( rule__Equals__ValueAssignment_1 ) )
+ // InternalLDef.g:7015:1: ( rule__Equals__ValueAssignment_1 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getEqualsAccess().getValueAssignment_1());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6607:1: ( rule__Equals__ValueAssignment_1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6607:2: rule__Equals__ValueAssignment_1
+ // InternalLDef.g:7016:1: ( rule__Equals__ValueAssignment_1 )
+ // InternalLDef.g:7016:2: rule__Equals__ValueAssignment_1
{
- pushFollow(FOLLOW_rule__Equals__ValueAssignment_1_in_rule__Equals__Group__1__Impl13243);
+ pushFollow(FOLLOW_2);
rule__Equals__ValueAssignment_1();
state._fsp--;
@@ -18728,21 +19906,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Range__Group__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6621:1: rule__Range__Group__0 : rule__Range__Group__0__Impl rule__Range__Group__1 ;
+ // InternalLDef.g:7030:1: rule__Range__Group__0 : rule__Range__Group__0__Impl rule__Range__Group__1 ;
public final void rule__Range__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6625:1: ( rule__Range__Group__0__Impl rule__Range__Group__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6626:2: rule__Range__Group__0__Impl rule__Range__Group__1
+ // InternalLDef.g:7034:1: ( rule__Range__Group__0__Impl rule__Range__Group__1 )
+ // InternalLDef.g:7035:2: rule__Range__Group__0__Impl rule__Range__Group__1
{
- pushFollow(FOLLOW_rule__Range__Group__0__Impl_in_rule__Range__Group__013277);
+ pushFollow(FOLLOW_48);
rule__Range__Group__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Range__Group__1_in_rule__Range__Group__013280);
+ pushFollow(FOLLOW_2);
rule__Range__Group__1();
state._fsp--;
@@ -18766,22 +19944,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Range__Group__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6633:1: rule__Range__Group__0__Impl : ( 'in' ) ;
+ // InternalLDef.g:7042:1: rule__Range__Group__0__Impl : ( 'in' ) ;
public final void rule__Range__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6637:1: ( ( 'in' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6638:1: ( 'in' )
+ // InternalLDef.g:7046:1: ( ( 'in' ) )
+ // InternalLDef.g:7047:1: ( 'in' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6638:1: ( 'in' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6639:1: 'in'
+ // InternalLDef.g:7047:1: ( 'in' )
+ // InternalLDef.g:7048:1: 'in'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getRangeAccess().getInKeyword_0());
}
- match(input,44,FOLLOW_44_in_rule__Range__Group__0__Impl13308); if (state.failed) return ;
+ match(input,46,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getRangeAccess().getInKeyword_0());
}
@@ -18807,21 +19985,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Range__Group__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6652:1: rule__Range__Group__1 : rule__Range__Group__1__Impl rule__Range__Group__2 ;
+ // InternalLDef.g:7061:1: rule__Range__Group__1 : rule__Range__Group__1__Impl rule__Range__Group__2 ;
public final void rule__Range__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6656:1: ( rule__Range__Group__1__Impl rule__Range__Group__2 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6657:2: rule__Range__Group__1__Impl rule__Range__Group__2
+ // InternalLDef.g:7065:1: ( rule__Range__Group__1__Impl rule__Range__Group__2 )
+ // InternalLDef.g:7066:2: rule__Range__Group__1__Impl rule__Range__Group__2
{
- pushFollow(FOLLOW_rule__Range__Group__1__Impl_in_rule__Range__Group__113339);
+ pushFollow(FOLLOW_49);
rule__Range__Group__1__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Range__Group__2_in_rule__Range__Group__113342);
+ pushFollow(FOLLOW_2);
rule__Range__Group__2();
state._fsp--;
@@ -18845,25 +20023,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Range__Group__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6664:1: rule__Range__Group__1__Impl : ( ( rule__Range__LtInclAssignment_1 ) ) ;
+ // InternalLDef.g:7073:1: rule__Range__Group__1__Impl : ( ( rule__Range__LtInclAssignment_1 ) ) ;
public final void rule__Range__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6668:1: ( ( ( rule__Range__LtInclAssignment_1 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6669:1: ( ( rule__Range__LtInclAssignment_1 ) )
+ // InternalLDef.g:7077:1: ( ( ( rule__Range__LtInclAssignment_1 ) ) )
+ // InternalLDef.g:7078:1: ( ( rule__Range__LtInclAssignment_1 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6669:1: ( ( rule__Range__LtInclAssignment_1 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6670:1: ( rule__Range__LtInclAssignment_1 )
+ // InternalLDef.g:7078:1: ( ( rule__Range__LtInclAssignment_1 ) )
+ // InternalLDef.g:7079:1: ( rule__Range__LtInclAssignment_1 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getRangeAccess().getLtInclAssignment_1());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6671:1: ( rule__Range__LtInclAssignment_1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6671:2: rule__Range__LtInclAssignment_1
+ // InternalLDef.g:7080:1: ( rule__Range__LtInclAssignment_1 )
+ // InternalLDef.g:7080:2: rule__Range__LtInclAssignment_1
{
- pushFollow(FOLLOW_rule__Range__LtInclAssignment_1_in_rule__Range__Group__1__Impl13369);
+ pushFollow(FOLLOW_2);
rule__Range__LtInclAssignment_1();
state._fsp--;
@@ -18896,21 +20074,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Range__Group__2"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6681:1: rule__Range__Group__2 : rule__Range__Group__2__Impl rule__Range__Group__3 ;
+ // InternalLDef.g:7090:1: rule__Range__Group__2 : rule__Range__Group__2__Impl rule__Range__Group__3 ;
public final void rule__Range__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6685:1: ( rule__Range__Group__2__Impl rule__Range__Group__3 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6686:2: rule__Range__Group__2__Impl rule__Range__Group__3
+ // InternalLDef.g:7094:1: ( rule__Range__Group__2__Impl rule__Range__Group__3 )
+ // InternalLDef.g:7095:2: rule__Range__Group__2__Impl rule__Range__Group__3
{
- pushFollow(FOLLOW_rule__Range__Group__2__Impl_in_rule__Range__Group__213399);
+ pushFollow(FOLLOW_49);
rule__Range__Group__2__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Range__Group__3_in_rule__Range__Group__213402);
+ pushFollow(FOLLOW_2);
rule__Range__Group__3();
state._fsp--;
@@ -18934,33 +20112,33 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Range__Group__2__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6693:1: rule__Range__Group__2__Impl : ( ( rule__Range__MinValueAssignment_2 )? ) ;
+ // InternalLDef.g:7102:1: rule__Range__Group__2__Impl : ( ( rule__Range__MinValueAssignment_2 )? ) ;
public final void rule__Range__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6697:1: ( ( ( rule__Range__MinValueAssignment_2 )? ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6698:1: ( ( rule__Range__MinValueAssignment_2 )? )
+ // InternalLDef.g:7106:1: ( ( ( rule__Range__MinValueAssignment_2 )? ) )
+ // InternalLDef.g:7107:1: ( ( rule__Range__MinValueAssignment_2 )? )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6698:1: ( ( rule__Range__MinValueAssignment_2 )? )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6699:1: ( rule__Range__MinValueAssignment_2 )?
+ // InternalLDef.g:7107:1: ( ( rule__Range__MinValueAssignment_2 )? )
+ // InternalLDef.g:7108:1: ( rule__Range__MinValueAssignment_2 )?
{
if ( state.backtracking==0 ) {
before(grammarAccess.getRangeAccess().getMinValueAssignment_2());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6700:1: ( rule__Range__MinValueAssignment_2 )?
- int alt50=2;
- int LA50_0 = input.LA(1);
+ // InternalLDef.g:7109:1: ( rule__Range__MinValueAssignment_2 )?
+ int alt54=2;
+ int LA54_0 = input.LA(1);
- if ( (LA50_0==RULE_INT) ) {
- alt50=1;
+ if ( (LA54_0==RULE_INT) ) {
+ alt54=1;
}
- switch (alt50) {
+ switch (alt54) {
case 1 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6700:2: rule__Range__MinValueAssignment_2
+ // InternalLDef.g:7109:2: rule__Range__MinValueAssignment_2
{
- pushFollow(FOLLOW_rule__Range__MinValueAssignment_2_in_rule__Range__Group__2__Impl13429);
+ pushFollow(FOLLOW_2);
rule__Range__MinValueAssignment_2();
state._fsp--;
@@ -18996,21 +20174,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Range__Group__3"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6710:1: rule__Range__Group__3 : rule__Range__Group__3__Impl rule__Range__Group__4 ;
+ // InternalLDef.g:7119:1: rule__Range__Group__3 : rule__Range__Group__3__Impl rule__Range__Group__4 ;
public final void rule__Range__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6714:1: ( rule__Range__Group__3__Impl rule__Range__Group__4 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6715:2: rule__Range__Group__3__Impl rule__Range__Group__4
+ // InternalLDef.g:7123:1: ( rule__Range__Group__3__Impl rule__Range__Group__4 )
+ // InternalLDef.g:7124:2: rule__Range__Group__3__Impl rule__Range__Group__4
{
- pushFollow(FOLLOW_rule__Range__Group__3__Impl_in_rule__Range__Group__313460);
+ pushFollow(FOLLOW_50);
rule__Range__Group__3__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Range__Group__4_in_rule__Range__Group__313463);
+ pushFollow(FOLLOW_2);
rule__Range__Group__4();
state._fsp--;
@@ -19034,22 +20212,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Range__Group__3__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6722:1: rule__Range__Group__3__Impl : ( ',' ) ;
+ // InternalLDef.g:7131:1: rule__Range__Group__3__Impl : ( ',' ) ;
public final void rule__Range__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6726:1: ( ( ',' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6727:1: ( ',' )
+ // InternalLDef.g:7135:1: ( ( ',' ) )
+ // InternalLDef.g:7136:1: ( ',' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6727:1: ( ',' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6728:1: ','
+ // InternalLDef.g:7136:1: ( ',' )
+ // InternalLDef.g:7137:1: ','
{
if ( state.backtracking==0 ) {
before(grammarAccess.getRangeAccess().getCommaKeyword_3());
}
- match(input,38,FOLLOW_38_in_rule__Range__Group__3__Impl13491); if (state.failed) return ;
+ match(input,40,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getRangeAccess().getCommaKeyword_3());
}
@@ -19075,21 +20253,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Range__Group__4"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6741:1: rule__Range__Group__4 : rule__Range__Group__4__Impl rule__Range__Group__5 ;
+ // InternalLDef.g:7150:1: rule__Range__Group__4 : rule__Range__Group__4__Impl rule__Range__Group__5 ;
public final void rule__Range__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6745:1: ( rule__Range__Group__4__Impl rule__Range__Group__5 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6746:2: rule__Range__Group__4__Impl rule__Range__Group__5
+ // InternalLDef.g:7154:1: ( rule__Range__Group__4__Impl rule__Range__Group__5 )
+ // InternalLDef.g:7155:2: rule__Range__Group__4__Impl rule__Range__Group__5
{
- pushFollow(FOLLOW_rule__Range__Group__4__Impl_in_rule__Range__Group__413522);
+ pushFollow(FOLLOW_50);
rule__Range__Group__4__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__Range__Group__5_in_rule__Range__Group__413525);
+ pushFollow(FOLLOW_2);
rule__Range__Group__5();
state._fsp--;
@@ -19113,33 +20291,33 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Range__Group__4__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6753:1: rule__Range__Group__4__Impl : ( ( rule__Range__MaxValueAssignment_4 )? ) ;
+ // InternalLDef.g:7162:1: rule__Range__Group__4__Impl : ( ( rule__Range__MaxValueAssignment_4 )? ) ;
public final void rule__Range__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6757:1: ( ( ( rule__Range__MaxValueAssignment_4 )? ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6758:1: ( ( rule__Range__MaxValueAssignment_4 )? )
+ // InternalLDef.g:7166:1: ( ( ( rule__Range__MaxValueAssignment_4 )? ) )
+ // InternalLDef.g:7167:1: ( ( rule__Range__MaxValueAssignment_4 )? )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6758:1: ( ( rule__Range__MaxValueAssignment_4 )? )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6759:1: ( rule__Range__MaxValueAssignment_4 )?
+ // InternalLDef.g:7167:1: ( ( rule__Range__MaxValueAssignment_4 )? )
+ // InternalLDef.g:7168:1: ( rule__Range__MaxValueAssignment_4 )?
{
if ( state.backtracking==0 ) {
before(grammarAccess.getRangeAccess().getMaxValueAssignment_4());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6760:1: ( rule__Range__MaxValueAssignment_4 )?
- int alt51=2;
- int LA51_0 = input.LA(1);
+ // InternalLDef.g:7169:1: ( rule__Range__MaxValueAssignment_4 )?
+ int alt55=2;
+ int LA55_0 = input.LA(1);
- if ( (LA51_0==RULE_INT) ) {
- alt51=1;
+ if ( (LA55_0==RULE_INT) ) {
+ alt55=1;
}
- switch (alt51) {
+ switch (alt55) {
case 1 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6760:2: rule__Range__MaxValueAssignment_4
+ // InternalLDef.g:7169:2: rule__Range__MaxValueAssignment_4
{
- pushFollow(FOLLOW_rule__Range__MaxValueAssignment_4_in_rule__Range__Group__4__Impl13552);
+ pushFollow(FOLLOW_2);
rule__Range__MaxValueAssignment_4();
state._fsp--;
@@ -19175,16 +20353,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Range__Group__5"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6770:1: rule__Range__Group__5 : rule__Range__Group__5__Impl ;
+ // InternalLDef.g:7179:1: rule__Range__Group__5 : rule__Range__Group__5__Impl ;
public final void rule__Range__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6774:1: ( rule__Range__Group__5__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6775:2: rule__Range__Group__5__Impl
+ // InternalLDef.g:7183:1: ( rule__Range__Group__5__Impl )
+ // InternalLDef.g:7184:2: rule__Range__Group__5__Impl
{
- pushFollow(FOLLOW_rule__Range__Group__5__Impl_in_rule__Range__Group__513583);
+ pushFollow(FOLLOW_2);
rule__Range__Group__5__Impl();
state._fsp--;
@@ -19208,25 +20386,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Range__Group__5__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6781:1: rule__Range__Group__5__Impl : ( ( rule__Range__GtInclAssignment_5 ) ) ;
+ // InternalLDef.g:7190:1: rule__Range__Group__5__Impl : ( ( rule__Range__GtInclAssignment_5 ) ) ;
public final void rule__Range__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6785:1: ( ( ( rule__Range__GtInclAssignment_5 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6786:1: ( ( rule__Range__GtInclAssignment_5 ) )
+ // InternalLDef.g:7194:1: ( ( ( rule__Range__GtInclAssignment_5 ) ) )
+ // InternalLDef.g:7195:1: ( ( rule__Range__GtInclAssignment_5 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6786:1: ( ( rule__Range__GtInclAssignment_5 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6787:1: ( rule__Range__GtInclAssignment_5 )
+ // InternalLDef.g:7195:1: ( ( rule__Range__GtInclAssignment_5 ) )
+ // InternalLDef.g:7196:1: ( rule__Range__GtInclAssignment_5 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getRangeAccess().getGtInclAssignment_5());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6788:1: ( rule__Range__GtInclAssignment_5 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6788:2: rule__Range__GtInclAssignment_5
+ // InternalLDef.g:7197:1: ( rule__Range__GtInclAssignment_5 )
+ // InternalLDef.g:7197:2: rule__Range__GtInclAssignment_5
{
- pushFollow(FOLLOW_rule__Range__GtInclAssignment_5_in_rule__Range__Group__5__Impl13610);
+ pushFollow(FOLLOW_2);
rule__Range__GtInclAssignment_5();
state._fsp--;
@@ -19259,21 +20437,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__WhitespaceRule__Group__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6810:1: rule__WhitespaceRule__Group__0 : rule__WhitespaceRule__Group__0__Impl rule__WhitespaceRule__Group__1 ;
+ // InternalLDef.g:7219:1: rule__WhitespaceRule__Group__0 : rule__WhitespaceRule__Group__0__Impl rule__WhitespaceRule__Group__1 ;
public final void rule__WhitespaceRule__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6814:1: ( rule__WhitespaceRule__Group__0__Impl rule__WhitespaceRule__Group__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6815:2: rule__WhitespaceRule__Group__0__Impl rule__WhitespaceRule__Group__1
+ // InternalLDef.g:7223:1: ( rule__WhitespaceRule__Group__0__Impl rule__WhitespaceRule__Group__1 )
+ // InternalLDef.g:7224:2: rule__WhitespaceRule__Group__0__Impl rule__WhitespaceRule__Group__1
{
- pushFollow(FOLLOW_rule__WhitespaceRule__Group__0__Impl_in_rule__WhitespaceRule__Group__013652);
+ pushFollow(FOLLOW_51);
rule__WhitespaceRule__Group__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__WhitespaceRule__Group__1_in_rule__WhitespaceRule__Group__013655);
+ pushFollow(FOLLOW_2);
rule__WhitespaceRule__Group__1();
state._fsp--;
@@ -19297,22 +20475,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__WhitespaceRule__Group__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6822:1: rule__WhitespaceRule__Group__0__Impl : ( 'whitespace' ) ;
+ // InternalLDef.g:7231:1: rule__WhitespaceRule__Group__0__Impl : ( 'whitespace' ) ;
public final void rule__WhitespaceRule__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6826:1: ( ( 'whitespace' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6827:1: ( 'whitespace' )
+ // InternalLDef.g:7235:1: ( ( 'whitespace' ) )
+ // InternalLDef.g:7236:1: ( 'whitespace' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6827:1: ( 'whitespace' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6828:1: 'whitespace'
+ // InternalLDef.g:7236:1: ( 'whitespace' )
+ // InternalLDef.g:7237:1: 'whitespace'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getWhitespaceRuleAccess().getWhitespaceKeyword_0());
}
- match(input,45,FOLLOW_45_in_rule__WhitespaceRule__Group__0__Impl13683); if (state.failed) return ;
+ match(input,47,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getWhitespaceRuleAccess().getWhitespaceKeyword_0());
}
@@ -19338,16 +20516,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__WhitespaceRule__Group__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6841:1: rule__WhitespaceRule__Group__1 : rule__WhitespaceRule__Group__1__Impl ;
+ // InternalLDef.g:7250:1: rule__WhitespaceRule__Group__1 : rule__WhitespaceRule__Group__1__Impl ;
public final void rule__WhitespaceRule__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6845:1: ( rule__WhitespaceRule__Group__1__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6846:2: rule__WhitespaceRule__Group__1__Impl
+ // InternalLDef.g:7254:1: ( rule__WhitespaceRule__Group__1__Impl )
+ // InternalLDef.g:7255:2: rule__WhitespaceRule__Group__1__Impl
{
- pushFollow(FOLLOW_rule__WhitespaceRule__Group__1__Impl_in_rule__WhitespaceRule__Group__113714);
+ pushFollow(FOLLOW_2);
rule__WhitespaceRule__Group__1__Impl();
state._fsp--;
@@ -19371,25 +20549,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__WhitespaceRule__Group__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6852:1: rule__WhitespaceRule__Group__1__Impl : ( ( rule__WhitespaceRule__Alternatives_1 ) ) ;
+ // InternalLDef.g:7261:1: rule__WhitespaceRule__Group__1__Impl : ( ( rule__WhitespaceRule__Alternatives_1 ) ) ;
public final void rule__WhitespaceRule__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6856:1: ( ( ( rule__WhitespaceRule__Alternatives_1 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6857:1: ( ( rule__WhitespaceRule__Alternatives_1 ) )
+ // InternalLDef.g:7265:1: ( ( ( rule__WhitespaceRule__Alternatives_1 ) ) )
+ // InternalLDef.g:7266:1: ( ( rule__WhitespaceRule__Alternatives_1 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6857:1: ( ( rule__WhitespaceRule__Alternatives_1 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6858:1: ( rule__WhitespaceRule__Alternatives_1 )
+ // InternalLDef.g:7266:1: ( ( rule__WhitespaceRule__Alternatives_1 ) )
+ // InternalLDef.g:7267:1: ( rule__WhitespaceRule__Alternatives_1 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getWhitespaceRuleAccess().getAlternatives_1());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6859:1: ( rule__WhitespaceRule__Alternatives_1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6859:2: rule__WhitespaceRule__Alternatives_1
+ // InternalLDef.g:7268:1: ( rule__WhitespaceRule__Alternatives_1 )
+ // InternalLDef.g:7268:2: rule__WhitespaceRule__Alternatives_1
{
- pushFollow(FOLLOW_rule__WhitespaceRule__Alternatives_1_in_rule__WhitespaceRule__Group__1__Impl13741);
+ pushFollow(FOLLOW_2);
rule__WhitespaceRule__Alternatives_1();
state._fsp--;
@@ -19422,21 +20600,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__WhitespaceRule__Group_1_0__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6873:1: rule__WhitespaceRule__Group_1_0__0 : rule__WhitespaceRule__Group_1_0__0__Impl rule__WhitespaceRule__Group_1_0__1 ;
+ // InternalLDef.g:7282:1: rule__WhitespaceRule__Group_1_0__0 : rule__WhitespaceRule__Group_1_0__0__Impl rule__WhitespaceRule__Group_1_0__1 ;
public final void rule__WhitespaceRule__Group_1_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6877:1: ( rule__WhitespaceRule__Group_1_0__0__Impl rule__WhitespaceRule__Group_1_0__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6878:2: rule__WhitespaceRule__Group_1_0__0__Impl rule__WhitespaceRule__Group_1_0__1
+ // InternalLDef.g:7286:1: ( rule__WhitespaceRule__Group_1_0__0__Impl rule__WhitespaceRule__Group_1_0__1 )
+ // InternalLDef.g:7287:2: rule__WhitespaceRule__Group_1_0__0__Impl rule__WhitespaceRule__Group_1_0__1
{
- pushFollow(FOLLOW_rule__WhitespaceRule__Group_1_0__0__Impl_in_rule__WhitespaceRule__Group_1_0__013775);
+ pushFollow(FOLLOW_18);
rule__WhitespaceRule__Group_1_0__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__WhitespaceRule__Group_1_0__1_in_rule__WhitespaceRule__Group_1_0__013778);
+ pushFollow(FOLLOW_2);
rule__WhitespaceRule__Group_1_0__1();
state._fsp--;
@@ -19460,22 +20638,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__WhitespaceRule__Group_1_0__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6885:1: rule__WhitespaceRule__Group_1_0__0__Impl : ( '[' ) ;
+ // InternalLDef.g:7294:1: rule__WhitespaceRule__Group_1_0__0__Impl : ( '[' ) ;
public final void rule__WhitespaceRule__Group_1_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6889:1: ( ( '[' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6890:1: ( '[' )
+ // InternalLDef.g:7298:1: ( ( '[' ) )
+ // InternalLDef.g:7299:1: ( '[' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6890:1: ( '[' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6891:1: '['
+ // InternalLDef.g:7299:1: ( '[' )
+ // InternalLDef.g:7300:1: '['
{
if ( state.backtracking==0 ) {
before(grammarAccess.getWhitespaceRuleAccess().getLeftSquareBracketKeyword_1_0_0());
}
- match(input,12,FOLLOW_12_in_rule__WhitespaceRule__Group_1_0__0__Impl13806); if (state.failed) return ;
+ match(input,12,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getWhitespaceRuleAccess().getLeftSquareBracketKeyword_1_0_0());
}
@@ -19501,21 +20679,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__WhitespaceRule__Group_1_0__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6904:1: rule__WhitespaceRule__Group_1_0__1 : rule__WhitespaceRule__Group_1_0__1__Impl rule__WhitespaceRule__Group_1_0__2 ;
+ // InternalLDef.g:7313:1: rule__WhitespaceRule__Group_1_0__1 : rule__WhitespaceRule__Group_1_0__1__Impl rule__WhitespaceRule__Group_1_0__2 ;
public final void rule__WhitespaceRule__Group_1_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6908:1: ( rule__WhitespaceRule__Group_1_0__1__Impl rule__WhitespaceRule__Group_1_0__2 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6909:2: rule__WhitespaceRule__Group_1_0__1__Impl rule__WhitespaceRule__Group_1_0__2
+ // InternalLDef.g:7317:1: ( rule__WhitespaceRule__Group_1_0__1__Impl rule__WhitespaceRule__Group_1_0__2 )
+ // InternalLDef.g:7318:2: rule__WhitespaceRule__Group_1_0__1__Impl rule__WhitespaceRule__Group_1_0__2
{
- pushFollow(FOLLOW_rule__WhitespaceRule__Group_1_0__1__Impl_in_rule__WhitespaceRule__Group_1_0__113837);
+ pushFollow(FOLLOW_42);
rule__WhitespaceRule__Group_1_0__1__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__WhitespaceRule__Group_1_0__2_in_rule__WhitespaceRule__Group_1_0__113840);
+ pushFollow(FOLLOW_2);
rule__WhitespaceRule__Group_1_0__2();
state._fsp--;
@@ -19539,25 +20717,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__WhitespaceRule__Group_1_0__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6916:1: rule__WhitespaceRule__Group_1_0__1__Impl : ( ( rule__WhitespaceRule__CharactersAssignment_1_0_1 ) ) ;
+ // InternalLDef.g:7325:1: rule__WhitespaceRule__Group_1_0__1__Impl : ( ( rule__WhitespaceRule__CharactersAssignment_1_0_1 ) ) ;
public final void rule__WhitespaceRule__Group_1_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6920:1: ( ( ( rule__WhitespaceRule__CharactersAssignment_1_0_1 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6921:1: ( ( rule__WhitespaceRule__CharactersAssignment_1_0_1 ) )
+ // InternalLDef.g:7329:1: ( ( ( rule__WhitespaceRule__CharactersAssignment_1_0_1 ) ) )
+ // InternalLDef.g:7330:1: ( ( rule__WhitespaceRule__CharactersAssignment_1_0_1 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6921:1: ( ( rule__WhitespaceRule__CharactersAssignment_1_0_1 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6922:1: ( rule__WhitespaceRule__CharactersAssignment_1_0_1 )
+ // InternalLDef.g:7330:1: ( ( rule__WhitespaceRule__CharactersAssignment_1_0_1 ) )
+ // InternalLDef.g:7331:1: ( rule__WhitespaceRule__CharactersAssignment_1_0_1 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getWhitespaceRuleAccess().getCharactersAssignment_1_0_1());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6923:1: ( rule__WhitespaceRule__CharactersAssignment_1_0_1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6923:2: rule__WhitespaceRule__CharactersAssignment_1_0_1
+ // InternalLDef.g:7332:1: ( rule__WhitespaceRule__CharactersAssignment_1_0_1 )
+ // InternalLDef.g:7332:2: rule__WhitespaceRule__CharactersAssignment_1_0_1
{
- pushFollow(FOLLOW_rule__WhitespaceRule__CharactersAssignment_1_0_1_in_rule__WhitespaceRule__Group_1_0__1__Impl13867);
+ pushFollow(FOLLOW_2);
rule__WhitespaceRule__CharactersAssignment_1_0_1();
state._fsp--;
@@ -19590,21 +20768,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__WhitespaceRule__Group_1_0__2"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6933:1: rule__WhitespaceRule__Group_1_0__2 : rule__WhitespaceRule__Group_1_0__2__Impl rule__WhitespaceRule__Group_1_0__3 ;
+ // InternalLDef.g:7342:1: rule__WhitespaceRule__Group_1_0__2 : rule__WhitespaceRule__Group_1_0__2__Impl rule__WhitespaceRule__Group_1_0__3 ;
public final void rule__WhitespaceRule__Group_1_0__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6937:1: ( rule__WhitespaceRule__Group_1_0__2__Impl rule__WhitespaceRule__Group_1_0__3 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6938:2: rule__WhitespaceRule__Group_1_0__2__Impl rule__WhitespaceRule__Group_1_0__3
+ // InternalLDef.g:7346:1: ( rule__WhitespaceRule__Group_1_0__2__Impl rule__WhitespaceRule__Group_1_0__3 )
+ // InternalLDef.g:7347:2: rule__WhitespaceRule__Group_1_0__2__Impl rule__WhitespaceRule__Group_1_0__3
{
- pushFollow(FOLLOW_rule__WhitespaceRule__Group_1_0__2__Impl_in_rule__WhitespaceRule__Group_1_0__213897);
+ pushFollow(FOLLOW_42);
rule__WhitespaceRule__Group_1_0__2__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__WhitespaceRule__Group_1_0__3_in_rule__WhitespaceRule__Group_1_0__213900);
+ pushFollow(FOLLOW_2);
rule__WhitespaceRule__Group_1_0__3();
state._fsp--;
@@ -19628,37 +20806,37 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__WhitespaceRule__Group_1_0__2__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6945:1: rule__WhitespaceRule__Group_1_0__2__Impl : ( ( rule__WhitespaceRule__Group_1_0_2__0 )* ) ;
+ // InternalLDef.g:7354:1: rule__WhitespaceRule__Group_1_0__2__Impl : ( ( rule__WhitespaceRule__Group_1_0_2__0 )* ) ;
public final void rule__WhitespaceRule__Group_1_0__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6949:1: ( ( ( rule__WhitespaceRule__Group_1_0_2__0 )* ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6950:1: ( ( rule__WhitespaceRule__Group_1_0_2__0 )* )
+ // InternalLDef.g:7358:1: ( ( ( rule__WhitespaceRule__Group_1_0_2__0 )* ) )
+ // InternalLDef.g:7359:1: ( ( rule__WhitespaceRule__Group_1_0_2__0 )* )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6950:1: ( ( rule__WhitespaceRule__Group_1_0_2__0 )* )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6951:1: ( rule__WhitespaceRule__Group_1_0_2__0 )*
+ // InternalLDef.g:7359:1: ( ( rule__WhitespaceRule__Group_1_0_2__0 )* )
+ // InternalLDef.g:7360:1: ( rule__WhitespaceRule__Group_1_0_2__0 )*
{
if ( state.backtracking==0 ) {
before(grammarAccess.getWhitespaceRuleAccess().getGroup_1_0_2());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6952:1: ( rule__WhitespaceRule__Group_1_0_2__0 )*
- loop52:
+ // InternalLDef.g:7361:1: ( rule__WhitespaceRule__Group_1_0_2__0 )*
+ loop56:
do {
- int alt52=2;
- int LA52_0 = input.LA(1);
+ int alt56=2;
+ int LA56_0 = input.LA(1);
- if ( (LA52_0==38) ) {
- alt52=1;
+ if ( (LA56_0==40) ) {
+ alt56=1;
}
- switch (alt52) {
+ switch (alt56) {
case 1 :
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6952:2: rule__WhitespaceRule__Group_1_0_2__0
+ // InternalLDef.g:7361:2: rule__WhitespaceRule__Group_1_0_2__0
{
- pushFollow(FOLLOW_rule__WhitespaceRule__Group_1_0_2__0_in_rule__WhitespaceRule__Group_1_0__2__Impl13927);
+ pushFollow(FOLLOW_43);
rule__WhitespaceRule__Group_1_0_2__0();
state._fsp--;
@@ -19668,7 +20846,7 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop52;
+ break loop56;
}
} while (true);
@@ -19697,16 +20875,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__WhitespaceRule__Group_1_0__3"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6962:1: rule__WhitespaceRule__Group_1_0__3 : rule__WhitespaceRule__Group_1_0__3__Impl ;
+ // InternalLDef.g:7371:1: rule__WhitespaceRule__Group_1_0__3 : rule__WhitespaceRule__Group_1_0__3__Impl ;
public final void rule__WhitespaceRule__Group_1_0__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6966:1: ( rule__WhitespaceRule__Group_1_0__3__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6967:2: rule__WhitespaceRule__Group_1_0__3__Impl
+ // InternalLDef.g:7375:1: ( rule__WhitespaceRule__Group_1_0__3__Impl )
+ // InternalLDef.g:7376:2: rule__WhitespaceRule__Group_1_0__3__Impl
{
- pushFollow(FOLLOW_rule__WhitespaceRule__Group_1_0__3__Impl_in_rule__WhitespaceRule__Group_1_0__313958);
+ pushFollow(FOLLOW_2);
rule__WhitespaceRule__Group_1_0__3__Impl();
state._fsp--;
@@ -19730,22 +20908,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__WhitespaceRule__Group_1_0__3__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6973:1: rule__WhitespaceRule__Group_1_0__3__Impl : ( ']' ) ;
+ // InternalLDef.g:7382:1: rule__WhitespaceRule__Group_1_0__3__Impl : ( ']' ) ;
public final void rule__WhitespaceRule__Group_1_0__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6977:1: ( ( ']' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6978:1: ( ']' )
+ // InternalLDef.g:7386:1: ( ( ']' ) )
+ // InternalLDef.g:7387:1: ( ']' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6978:1: ( ']' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:6979:1: ']'
+ // InternalLDef.g:7387:1: ( ']' )
+ // InternalLDef.g:7388:1: ']'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getWhitespaceRuleAccess().getRightSquareBracketKeyword_1_0_3());
}
- match(input,14,FOLLOW_14_in_rule__WhitespaceRule__Group_1_0__3__Impl13986); if (state.failed) return ;
+ match(input,14,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getWhitespaceRuleAccess().getRightSquareBracketKeyword_1_0_3());
}
@@ -19771,21 +20949,21 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__WhitespaceRule__Group_1_0_2__0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7000:1: rule__WhitespaceRule__Group_1_0_2__0 : rule__WhitespaceRule__Group_1_0_2__0__Impl rule__WhitespaceRule__Group_1_0_2__1 ;
+ // InternalLDef.g:7409:1: rule__WhitespaceRule__Group_1_0_2__0 : rule__WhitespaceRule__Group_1_0_2__0__Impl rule__WhitespaceRule__Group_1_0_2__1 ;
public final void rule__WhitespaceRule__Group_1_0_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7004:1: ( rule__WhitespaceRule__Group_1_0_2__0__Impl rule__WhitespaceRule__Group_1_0_2__1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7005:2: rule__WhitespaceRule__Group_1_0_2__0__Impl rule__WhitespaceRule__Group_1_0_2__1
+ // InternalLDef.g:7413:1: ( rule__WhitespaceRule__Group_1_0_2__0__Impl rule__WhitespaceRule__Group_1_0_2__1 )
+ // InternalLDef.g:7414:2: rule__WhitespaceRule__Group_1_0_2__0__Impl rule__WhitespaceRule__Group_1_0_2__1
{
- pushFollow(FOLLOW_rule__WhitespaceRule__Group_1_0_2__0__Impl_in_rule__WhitespaceRule__Group_1_0_2__014025);
+ pushFollow(FOLLOW_18);
rule__WhitespaceRule__Group_1_0_2__0__Impl();
state._fsp--;
if (state.failed) return ;
- pushFollow(FOLLOW_rule__WhitespaceRule__Group_1_0_2__1_in_rule__WhitespaceRule__Group_1_0_2__014028);
+ pushFollow(FOLLOW_2);
rule__WhitespaceRule__Group_1_0_2__1();
state._fsp--;
@@ -19809,22 +20987,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__WhitespaceRule__Group_1_0_2__0__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7012:1: rule__WhitespaceRule__Group_1_0_2__0__Impl : ( ',' ) ;
+ // InternalLDef.g:7421:1: rule__WhitespaceRule__Group_1_0_2__0__Impl : ( ',' ) ;
public final void rule__WhitespaceRule__Group_1_0_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7016:1: ( ( ',' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7017:1: ( ',' )
+ // InternalLDef.g:7425:1: ( ( ',' ) )
+ // InternalLDef.g:7426:1: ( ',' )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7017:1: ( ',' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7018:1: ','
+ // InternalLDef.g:7426:1: ( ',' )
+ // InternalLDef.g:7427:1: ','
{
if ( state.backtracking==0 ) {
before(grammarAccess.getWhitespaceRuleAccess().getCommaKeyword_1_0_2_0());
}
- match(input,38,FOLLOW_38_in_rule__WhitespaceRule__Group_1_0_2__0__Impl14056); if (state.failed) return ;
+ match(input,40,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getWhitespaceRuleAccess().getCommaKeyword_1_0_2_0());
}
@@ -19850,16 +21028,16 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__WhitespaceRule__Group_1_0_2__1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7031:1: rule__WhitespaceRule__Group_1_0_2__1 : rule__WhitespaceRule__Group_1_0_2__1__Impl ;
+ // InternalLDef.g:7440:1: rule__WhitespaceRule__Group_1_0_2__1 : rule__WhitespaceRule__Group_1_0_2__1__Impl ;
public final void rule__WhitespaceRule__Group_1_0_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7035:1: ( rule__WhitespaceRule__Group_1_0_2__1__Impl )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7036:2: rule__WhitespaceRule__Group_1_0_2__1__Impl
+ // InternalLDef.g:7444:1: ( rule__WhitespaceRule__Group_1_0_2__1__Impl )
+ // InternalLDef.g:7445:2: rule__WhitespaceRule__Group_1_0_2__1__Impl
{
- pushFollow(FOLLOW_rule__WhitespaceRule__Group_1_0_2__1__Impl_in_rule__WhitespaceRule__Group_1_0_2__114087);
+ pushFollow(FOLLOW_2);
rule__WhitespaceRule__Group_1_0_2__1__Impl();
state._fsp--;
@@ -19883,25 +21061,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__WhitespaceRule__Group_1_0_2__1__Impl"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7042:1: rule__WhitespaceRule__Group_1_0_2__1__Impl : ( ( rule__WhitespaceRule__CharactersAssignment_1_0_2_1 ) ) ;
+ // InternalLDef.g:7451:1: rule__WhitespaceRule__Group_1_0_2__1__Impl : ( ( rule__WhitespaceRule__CharactersAssignment_1_0_2_1 ) ) ;
public final void rule__WhitespaceRule__Group_1_0_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7046:1: ( ( ( rule__WhitespaceRule__CharactersAssignment_1_0_2_1 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7047:1: ( ( rule__WhitespaceRule__CharactersAssignment_1_0_2_1 ) )
+ // InternalLDef.g:7455:1: ( ( ( rule__WhitespaceRule__CharactersAssignment_1_0_2_1 ) ) )
+ // InternalLDef.g:7456:1: ( ( rule__WhitespaceRule__CharactersAssignment_1_0_2_1 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7047:1: ( ( rule__WhitespaceRule__CharactersAssignment_1_0_2_1 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7048:1: ( rule__WhitespaceRule__CharactersAssignment_1_0_2_1 )
+ // InternalLDef.g:7456:1: ( ( rule__WhitespaceRule__CharactersAssignment_1_0_2_1 ) )
+ // InternalLDef.g:7457:1: ( rule__WhitespaceRule__CharactersAssignment_1_0_2_1 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getWhitespaceRuleAccess().getCharactersAssignment_1_0_2_1());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7049:1: ( rule__WhitespaceRule__CharactersAssignment_1_0_2_1 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7049:2: rule__WhitespaceRule__CharactersAssignment_1_0_2_1
+ // InternalLDef.g:7458:1: ( rule__WhitespaceRule__CharactersAssignment_1_0_2_1 )
+ // InternalLDef.g:7458:2: rule__WhitespaceRule__CharactersAssignment_1_0_2_1
{
- pushFollow(FOLLOW_rule__WhitespaceRule__CharactersAssignment_1_0_2_1_in_rule__WhitespaceRule__Group_1_0_2__1__Impl14114);
+ pushFollow(FOLLOW_2);
rule__WhitespaceRule__CharactersAssignment_1_0_2_1();
state._fsp--;
@@ -19934,22 +21112,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Root__NameAssignment_1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7064:1: rule__Root__NameAssignment_1 : ( ruleQualifiedName ) ;
+ // InternalLDef.g:7473:1: rule__Root__NameAssignment_1 : ( ruleQualifiedName ) ;
public final void rule__Root__NameAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7068:1: ( ( ruleQualifiedName ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7069:1: ( ruleQualifiedName )
+ // InternalLDef.g:7477:1: ( ( ruleQualifiedName ) )
+ // InternalLDef.g:7478:1: ( ruleQualifiedName )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7069:1: ( ruleQualifiedName )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7070:1: ruleQualifiedName
+ // InternalLDef.g:7478:1: ( ruleQualifiedName )
+ // InternalLDef.g:7479:1: ruleQualifiedName
{
if ( state.backtracking==0 ) {
before(grammarAccess.getRootAccess().getNameQualifiedNameParserRuleCall_1_0());
}
- pushFollow(FOLLOW_ruleQualifiedName_in_rule__Root__NameAssignment_114153);
+ pushFollow(FOLLOW_2);
ruleQualifiedName();
state._fsp--;
@@ -19979,22 +21157,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Root__ImportsAssignment_2"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7079:1: rule__Root__ImportsAssignment_2 : ( ruleImport ) ;
+ // InternalLDef.g:7488:1: rule__Root__ImportsAssignment_2 : ( ruleImport ) ;
public final void rule__Root__ImportsAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7083:1: ( ( ruleImport ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7084:1: ( ruleImport )
+ // InternalLDef.g:7492:1: ( ( ruleImport ) )
+ // InternalLDef.g:7493:1: ( ruleImport )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7084:1: ( ruleImport )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7085:1: ruleImport
+ // InternalLDef.g:7493:1: ( ruleImport )
+ // InternalLDef.g:7494:1: ruleImport
{
if ( state.backtracking==0 ) {
before(grammarAccess.getRootAccess().getImportsImportParserRuleCall_2_0());
}
- pushFollow(FOLLOW_ruleImport_in_rule__Root__ImportsAssignment_214184);
+ pushFollow(FOLLOW_2);
ruleImport();
state._fsp--;
@@ -20024,22 +21202,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Root__LanguageDefinitionAssignment_3"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7094:1: rule__Root__LanguageDefinitionAssignment_3 : ( ruleLanguageDef ) ;
+ // InternalLDef.g:7503:1: rule__Root__LanguageDefinitionAssignment_3 : ( ruleLanguageDef ) ;
public final void rule__Root__LanguageDefinitionAssignment_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7098:1: ( ( ruleLanguageDef ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7099:1: ( ruleLanguageDef )
+ // InternalLDef.g:7507:1: ( ( ruleLanguageDef ) )
+ // InternalLDef.g:7508:1: ( ruleLanguageDef )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7099:1: ( ruleLanguageDef )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7100:1: ruleLanguageDef
+ // InternalLDef.g:7508:1: ( ruleLanguageDef )
+ // InternalLDef.g:7509:1: ruleLanguageDef
{
if ( state.backtracking==0 ) {
before(grammarAccess.getRootAccess().getLanguageDefinitionLanguageDefParserRuleCall_3_0());
}
- pushFollow(FOLLOW_ruleLanguageDef_in_rule__Root__LanguageDefinitionAssignment_314215);
+ pushFollow(FOLLOW_2);
ruleLanguageDef();
state._fsp--;
@@ -20069,22 +21247,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Import__ImportedNamespaceAssignment_1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7109:1: rule__Import__ImportedNamespaceAssignment_1 : ( ruleQualifiedNameWithWildCard ) ;
+ // InternalLDef.g:7518:1: rule__Import__ImportedNamespaceAssignment_1 : ( ruleQualifiedNameWithWildCard ) ;
public final void rule__Import__ImportedNamespaceAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7113:1: ( ( ruleQualifiedNameWithWildCard ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7114:1: ( ruleQualifiedNameWithWildCard )
+ // InternalLDef.g:7522:1: ( ( ruleQualifiedNameWithWildCard ) )
+ // InternalLDef.g:7523:1: ( ruleQualifiedNameWithWildCard )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7114:1: ( ruleQualifiedNameWithWildCard )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7115:1: ruleQualifiedNameWithWildCard
+ // InternalLDef.g:7523:1: ( ruleQualifiedNameWithWildCard )
+ // InternalLDef.g:7524:1: ruleQualifiedNameWithWildCard
{
if ( state.backtracking==0 ) {
before(grammarAccess.getImportAccess().getImportedNamespaceQualifiedNameWithWildCardParserRuleCall_1_0());
}
- pushFollow(FOLLOW_ruleQualifiedNameWithWildCard_in_rule__Import__ImportedNamespaceAssignment_114246);
+ pushFollow(FOLLOW_2);
ruleQualifiedNameWithWildCard();
state._fsp--;
@@ -20114,22 +21292,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LanguageDef__NameAssignment_0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7124:1: rule__LanguageDef__NameAssignment_0 : ( RULE_ID ) ;
+ // InternalLDef.g:7533:1: rule__LanguageDef__NameAssignment_0 : ( RULE_ID ) ;
public final void rule__LanguageDef__NameAssignment_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7128:1: ( ( RULE_ID ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7129:1: ( RULE_ID )
+ // InternalLDef.g:7537:1: ( ( RULE_ID ) )
+ // InternalLDef.g:7538:1: ( RULE_ID )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7129:1: ( RULE_ID )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7130:1: RULE_ID
+ // InternalLDef.g:7538:1: ( RULE_ID )
+ // InternalLDef.g:7539:1: RULE_ID
{
if ( state.backtracking==0 ) {
before(grammarAccess.getLanguageDefAccess().getNameIDTerminalRuleCall_0_0());
}
- match(input,RULE_ID,FOLLOW_RULE_ID_in_rule__LanguageDef__NameAssignment_014277); if (state.failed) return ;
+ match(input,RULE_ID,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getLanguageDefAccess().getNameIDTerminalRuleCall_0_0());
}
@@ -20155,22 +21333,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LanguageDef__ParitioningAssignment_2"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7139:1: rule__LanguageDef__ParitioningAssignment_2 : ( ruleParitioning ) ;
+ // InternalLDef.g:7548:1: rule__LanguageDef__ParitioningAssignment_2 : ( ruleParitioning ) ;
public final void rule__LanguageDef__ParitioningAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7143:1: ( ( ruleParitioning ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7144:1: ( ruleParitioning )
+ // InternalLDef.g:7552:1: ( ( ruleParitioning ) )
+ // InternalLDef.g:7553:1: ( ruleParitioning )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7144:1: ( ruleParitioning )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7145:1: ruleParitioning
+ // InternalLDef.g:7553:1: ( ruleParitioning )
+ // InternalLDef.g:7554:1: ruleParitioning
{
if ( state.backtracking==0 ) {
before(grammarAccess.getLanguageDefAccess().getParitioningParitioningParserRuleCall_2_0());
}
- pushFollow(FOLLOW_ruleParitioning_in_rule__LanguageDef__ParitioningAssignment_214308);
+ pushFollow(FOLLOW_2);
ruleParitioning();
state._fsp--;
@@ -20200,22 +21378,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LanguageDef__LexicalHighlightingAssignment_3"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7154:1: rule__LanguageDef__LexicalHighlightingAssignment_3 : ( ruleLexicalHighlighting ) ;
+ // InternalLDef.g:7563:1: rule__LanguageDef__LexicalHighlightingAssignment_3 : ( ruleLexicalHighlighting ) ;
public final void rule__LanguageDef__LexicalHighlightingAssignment_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7158:1: ( ( ruleLexicalHighlighting ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7159:1: ( ruleLexicalHighlighting )
+ // InternalLDef.g:7567:1: ( ( ruleLexicalHighlighting ) )
+ // InternalLDef.g:7568:1: ( ruleLexicalHighlighting )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7159:1: ( ruleLexicalHighlighting )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7160:1: ruleLexicalHighlighting
+ // InternalLDef.g:7568:1: ( ruleLexicalHighlighting )
+ // InternalLDef.g:7569:1: ruleLexicalHighlighting
{
if ( state.backtracking==0 ) {
before(grammarAccess.getLanguageDefAccess().getLexicalHighlightingLexicalHighlightingParserRuleCall_3_0());
}
- pushFollow(FOLLOW_ruleLexicalHighlighting_in_rule__LanguageDef__LexicalHighlightingAssignment_314339);
+ pushFollow(FOLLOW_2);
ruleLexicalHighlighting();
state._fsp--;
@@ -20245,22 +21423,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LanguageDef__IntegrationAssignment_4"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7169:1: rule__LanguageDef__IntegrationAssignment_4 : ( ruleIntegration ) ;
+ // InternalLDef.g:7578:1: rule__LanguageDef__IntegrationAssignment_4 : ( ruleIntegration ) ;
public final void rule__LanguageDef__IntegrationAssignment_4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7173:1: ( ( ruleIntegration ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7174:1: ( ruleIntegration )
+ // InternalLDef.g:7582:1: ( ( ruleIntegration ) )
+ // InternalLDef.g:7583:1: ( ruleIntegration )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7174:1: ( ruleIntegration )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7175:1: ruleIntegration
+ // InternalLDef.g:7583:1: ( ruleIntegration )
+ // InternalLDef.g:7584:1: ruleIntegration
{
if ( state.backtracking==0 ) {
before(grammarAccess.getLanguageDefAccess().getIntegrationIntegrationParserRuleCall_4_0());
}
- pushFollow(FOLLOW_ruleIntegration_in_rule__LanguageDef__IntegrationAssignment_414370);
+ pushFollow(FOLLOW_2);
ruleIntegration();
state._fsp--;
@@ -20290,22 +21468,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Integration__CodeIntegrationListAssignment_2"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7184:1: rule__Integration__CodeIntegrationListAssignment_2 : ( ruleCodeIntegration ) ;
+ // InternalLDef.g:7593:1: rule__Integration__CodeIntegrationListAssignment_2 : ( ruleCodeIntegration ) ;
public final void rule__Integration__CodeIntegrationListAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7188:1: ( ( ruleCodeIntegration ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7189:1: ( ruleCodeIntegration )
+ // InternalLDef.g:7597:1: ( ( ruleCodeIntegration ) )
+ // InternalLDef.g:7598:1: ( ruleCodeIntegration )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7189:1: ( ruleCodeIntegration )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7190:1: ruleCodeIntegration
+ // InternalLDef.g:7598:1: ( ruleCodeIntegration )
+ // InternalLDef.g:7599:1: ruleCodeIntegration
{
if ( state.backtracking==0 ) {
before(grammarAccess.getIntegrationAccess().getCodeIntegrationListCodeIntegrationParserRuleCall_2_0());
}
- pushFollow(FOLLOW_ruleCodeIntegration_in_rule__Integration__CodeIntegrationListAssignment_214401);
+ pushFollow(FOLLOW_2);
ruleCodeIntegration();
state._fsp--;
@@ -20335,22 +21513,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__JavaFXIntegration__CodegenerationListAssignment_2"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7199:1: rule__JavaFXIntegration__CodegenerationListAssignment_2 : ( ruleCodegeneration ) ;
+ // InternalLDef.g:7608:1: rule__JavaFXIntegration__CodegenerationListAssignment_2 : ( ruleCodegeneration ) ;
public final void rule__JavaFXIntegration__CodegenerationListAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7203:1: ( ( ruleCodegeneration ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7204:1: ( ruleCodegeneration )
+ // InternalLDef.g:7612:1: ( ( ruleCodegeneration ) )
+ // InternalLDef.g:7613:1: ( ruleCodegeneration )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7204:1: ( ruleCodegeneration )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7205:1: ruleCodegeneration
+ // InternalLDef.g:7613:1: ( ruleCodegeneration )
+ // InternalLDef.g:7614:1: ruleCodegeneration
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJavaFXIntegrationAccess().getCodegenerationListCodegenerationParserRuleCall_2_0());
}
- pushFollow(FOLLOW_ruleCodegeneration_in_rule__JavaFXIntegration__CodegenerationListAssignment_214432);
+ pushFollow(FOLLOW_2);
ruleCodegeneration();
state._fsp--;
@@ -20380,22 +21558,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__JavaCodeGeneration__NameAssignment_1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7214:1: rule__JavaCodeGeneration__NameAssignment_1 : ( RULE_STRING ) ;
+ // InternalLDef.g:7623:1: rule__JavaCodeGeneration__NameAssignment_1 : ( RULE_STRING ) ;
public final void rule__JavaCodeGeneration__NameAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7218:1: ( ( RULE_STRING ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7219:1: ( RULE_STRING )
+ // InternalLDef.g:7627:1: ( ( RULE_STRING ) )
+ // InternalLDef.g:7628:1: ( RULE_STRING )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7219:1: ( RULE_STRING )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7220:1: RULE_STRING
+ // InternalLDef.g:7628:1: ( RULE_STRING )
+ // InternalLDef.g:7629:1: RULE_STRING
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJavaCodeGenerationAccess().getNameSTRINGTerminalRuleCall_1_0());
}
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__JavaCodeGeneration__NameAssignment_114463); if (state.failed) return ;
+ match(input,RULE_STRING,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getJavaCodeGenerationAccess().getNameSTRINGTerminalRuleCall_1_0());
}
@@ -20421,22 +21599,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__JavaCodeGeneration__ConfigValueAssignment_2_1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7229:1: rule__JavaCodeGeneration__ConfigValueAssignment_2_1 : ( ruleConfigValue ) ;
+ // InternalLDef.g:7638:1: rule__JavaCodeGeneration__ConfigValueAssignment_2_1 : ( ruleConfigValue ) ;
public final void rule__JavaCodeGeneration__ConfigValueAssignment_2_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7233:1: ( ( ruleConfigValue ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7234:1: ( ruleConfigValue )
+ // InternalLDef.g:7642:1: ( ( ruleConfigValue ) )
+ // InternalLDef.g:7643:1: ( ruleConfigValue )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7234:1: ( ruleConfigValue )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7235:1: ruleConfigValue
+ // InternalLDef.g:7643:1: ( ruleConfigValue )
+ // InternalLDef.g:7644:1: ruleConfigValue
{
if ( state.backtracking==0 ) {
before(grammarAccess.getJavaCodeGenerationAccess().getConfigValueConfigValueParserRuleCall_2_1_0());
}
- pushFollow(FOLLOW_ruleConfigValue_in_rule__JavaCodeGeneration__ConfigValueAssignment_2_114494);
+ pushFollow(FOLLOW_2);
ruleConfigValue();
state._fsp--;
@@ -20466,22 +21644,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__E4CodeGeneration__NameAssignment_1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7244:1: rule__E4CodeGeneration__NameAssignment_1 : ( RULE_STRING ) ;
+ // InternalLDef.g:7653:1: rule__E4CodeGeneration__NameAssignment_1 : ( RULE_STRING ) ;
public final void rule__E4CodeGeneration__NameAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7248:1: ( ( RULE_STRING ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7249:1: ( RULE_STRING )
+ // InternalLDef.g:7657:1: ( ( RULE_STRING ) )
+ // InternalLDef.g:7658:1: ( RULE_STRING )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7249:1: ( RULE_STRING )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7250:1: RULE_STRING
+ // InternalLDef.g:7658:1: ( RULE_STRING )
+ // InternalLDef.g:7659:1: RULE_STRING
{
if ( state.backtracking==0 ) {
before(grammarAccess.getE4CodeGenerationAccess().getNameSTRINGTerminalRuleCall_1_0());
}
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__E4CodeGeneration__NameAssignment_114525); if (state.failed) return ;
+ match(input,RULE_STRING,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getE4CodeGenerationAccess().getNameSTRINGTerminalRuleCall_1_0());
}
@@ -20507,22 +21685,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__E4CodeGeneration__ConfigValueAssignment_2_1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7259:1: rule__E4CodeGeneration__ConfigValueAssignment_2_1 : ( ruleConfigValue ) ;
+ // InternalLDef.g:7668:1: rule__E4CodeGeneration__ConfigValueAssignment_2_1 : ( ruleConfigValue ) ;
public final void rule__E4CodeGeneration__ConfigValueAssignment_2_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7263:1: ( ( ruleConfigValue ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7264:1: ( ruleConfigValue )
+ // InternalLDef.g:7672:1: ( ( ruleConfigValue ) )
+ // InternalLDef.g:7673:1: ( ruleConfigValue )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7264:1: ( ruleConfigValue )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7265:1: ruleConfigValue
+ // InternalLDef.g:7673:1: ( ruleConfigValue )
+ // InternalLDef.g:7674:1: ruleConfigValue
{
if ( state.backtracking==0 ) {
before(grammarAccess.getE4CodeGenerationAccess().getConfigValueConfigValueParserRuleCall_2_1_0());
}
- pushFollow(FOLLOW_ruleConfigValue_in_rule__E4CodeGeneration__ConfigValueAssignment_2_114556);
+ pushFollow(FOLLOW_2);
ruleConfigValue();
state._fsp--;
@@ -20552,22 +21730,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ConfigValue__KeyAssignment_0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7274:1: rule__ConfigValue__KeyAssignment_0 : ( RULE_ID ) ;
+ // InternalLDef.g:7683:1: rule__ConfigValue__KeyAssignment_0 : ( RULE_ID ) ;
public final void rule__ConfigValue__KeyAssignment_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7278:1: ( ( RULE_ID ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7279:1: ( RULE_ID )
+ // InternalLDef.g:7687:1: ( ( RULE_ID ) )
+ // InternalLDef.g:7688:1: ( RULE_ID )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7279:1: ( RULE_ID )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7280:1: RULE_ID
+ // InternalLDef.g:7688:1: ( RULE_ID )
+ // InternalLDef.g:7689:1: RULE_ID
{
if ( state.backtracking==0 ) {
before(grammarAccess.getConfigValueAccess().getKeyIDTerminalRuleCall_0_0());
}
- match(input,RULE_ID,FOLLOW_RULE_ID_in_rule__ConfigValue__KeyAssignment_014587); if (state.failed) return ;
+ match(input,RULE_ID,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getConfigValueAccess().getKeyIDTerminalRuleCall_0_0());
}
@@ -20593,22 +21771,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ConfigValue__SimpleValueAssignment_2_0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7289:1: rule__ConfigValue__SimpleValueAssignment_2_0 : ( RULE_STRING ) ;
+ // InternalLDef.g:7698:1: rule__ConfigValue__SimpleValueAssignment_2_0 : ( RULE_STRING ) ;
public final void rule__ConfigValue__SimpleValueAssignment_2_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7293:1: ( ( RULE_STRING ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7294:1: ( RULE_STRING )
+ // InternalLDef.g:7702:1: ( ( RULE_STRING ) )
+ // InternalLDef.g:7703:1: ( RULE_STRING )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7294:1: ( RULE_STRING )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7295:1: RULE_STRING
+ // InternalLDef.g:7703:1: ( RULE_STRING )
+ // InternalLDef.g:7704:1: RULE_STRING
{
if ( state.backtracking==0 ) {
before(grammarAccess.getConfigValueAccess().getSimpleValueSTRINGTerminalRuleCall_2_0_0());
}
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__ConfigValue__SimpleValueAssignment_2_014618); if (state.failed) return ;
+ match(input,RULE_STRING,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getConfigValueAccess().getSimpleValueSTRINGTerminalRuleCall_2_0_0());
}
@@ -20634,22 +21812,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ConfigValue__ChildrenAssignment_2_1_1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7304:1: rule__ConfigValue__ChildrenAssignment_2_1_1 : ( ruleConfigValue ) ;
+ // InternalLDef.g:7713:1: rule__ConfigValue__ChildrenAssignment_2_1_1 : ( ruleConfigValue ) ;
public final void rule__ConfigValue__ChildrenAssignment_2_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7308:1: ( ( ruleConfigValue ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7309:1: ( ruleConfigValue )
+ // InternalLDef.g:7717:1: ( ( ruleConfigValue ) )
+ // InternalLDef.g:7718:1: ( ruleConfigValue )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7309:1: ( ruleConfigValue )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7310:1: ruleConfigValue
+ // InternalLDef.g:7718:1: ( ruleConfigValue )
+ // InternalLDef.g:7719:1: ruleConfigValue
{
if ( state.backtracking==0 ) {
before(grammarAccess.getConfigValueAccess().getChildrenConfigValueParserRuleCall_2_1_1_0());
}
- pushFollow(FOLLOW_ruleConfigValue_in_rule__ConfigValue__ChildrenAssignment_2_1_114649);
+ pushFollow(FOLLOW_2);
ruleConfigValue();
state._fsp--;
@@ -20679,22 +21857,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Paritioning__PartitionsAssignment_2"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7319:1: rule__Paritioning__PartitionsAssignment_2 : ( rulePartition ) ;
+ // InternalLDef.g:7728:1: rule__Paritioning__PartitionsAssignment_2 : ( rulePartition ) ;
public final void rule__Paritioning__PartitionsAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7323:1: ( ( rulePartition ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7324:1: ( rulePartition )
+ // InternalLDef.g:7732:1: ( ( rulePartition ) )
+ // InternalLDef.g:7733:1: ( rulePartition )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7324:1: ( rulePartition )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7325:1: rulePartition
+ // InternalLDef.g:7733:1: ( rulePartition )
+ // InternalLDef.g:7734:1: rulePartition
{
if ( state.backtracking==0 ) {
before(grammarAccess.getParitioningAccess().getPartitionsPartitionParserRuleCall_2_0());
}
- pushFollow(FOLLOW_rulePartition_in_rule__Paritioning__PartitionsAssignment_214680);
+ pushFollow(FOLLOW_2);
rulePartition();
state._fsp--;
@@ -20724,22 +21902,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Paritioning__PartitionerAssignment_3"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7334:1: rule__Paritioning__PartitionerAssignment_3 : ( rulePartitioner ) ;
+ // InternalLDef.g:7743:1: rule__Paritioning__PartitionerAssignment_3 : ( rulePartitioner ) ;
public final void rule__Paritioning__PartitionerAssignment_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7338:1: ( ( rulePartitioner ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7339:1: ( rulePartitioner )
+ // InternalLDef.g:7747:1: ( ( rulePartitioner ) )
+ // InternalLDef.g:7748:1: ( rulePartitioner )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7339:1: ( rulePartitioner )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7340:1: rulePartitioner
+ // InternalLDef.g:7748:1: ( rulePartitioner )
+ // InternalLDef.g:7749:1: rulePartitioner
{
if ( state.backtracking==0 ) {
before(grammarAccess.getParitioningAccess().getPartitionerPartitionerParserRuleCall_3_0());
}
- pushFollow(FOLLOW_rulePartitioner_in_rule__Paritioning__PartitionerAssignment_314711);
+ pushFollow(FOLLOW_2);
rulePartitioner();
state._fsp--;
@@ -20769,22 +21947,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition__NameAssignment_1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7349:1: rule__Partition__NameAssignment_1 : ( RULE_ID ) ;
+ // InternalLDef.g:7758:1: rule__Partition__NameAssignment_1 : ( RULE_ID ) ;
public final void rule__Partition__NameAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7353:1: ( ( RULE_ID ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7354:1: ( RULE_ID )
+ // InternalLDef.g:7762:1: ( ( RULE_ID ) )
+ // InternalLDef.g:7763:1: ( RULE_ID )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7354:1: ( RULE_ID )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7355:1: RULE_ID
+ // InternalLDef.g:7763:1: ( RULE_ID )
+ // InternalLDef.g:7764:1: RULE_ID
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartitionAccess().getNameIDTerminalRuleCall_1_0());
}
- match(input,RULE_ID,FOLLOW_RULE_ID_in_rule__Partition__NameAssignment_114742); if (state.failed) return ;
+ match(input,RULE_ID,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getPartitionAccess().getNameIDTerminalRuleCall_1_0());
}
@@ -20810,22 +21988,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Paritioner_JS__ScriptURIAssignment_1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7364:1: rule__Paritioner_JS__ScriptURIAssignment_1 : ( RULE_STRING ) ;
+ // InternalLDef.g:7773:1: rule__Paritioner_JS__ScriptURIAssignment_1 : ( RULE_STRING ) ;
public final void rule__Paritioner_JS__ScriptURIAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7368:1: ( ( RULE_STRING ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7369:1: ( RULE_STRING )
+ // InternalLDef.g:7777:1: ( ( RULE_STRING ) )
+ // InternalLDef.g:7778:1: ( RULE_STRING )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7369:1: ( RULE_STRING )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7370:1: RULE_STRING
+ // InternalLDef.g:7778:1: ( RULE_STRING )
+ // InternalLDef.g:7779:1: RULE_STRING
{
if ( state.backtracking==0 ) {
before(grammarAccess.getParitioner_JSAccess().getScriptURISTRINGTerminalRuleCall_1_0());
}
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__Paritioner_JS__ScriptURIAssignment_114773); if (state.failed) return ;
+ match(input,RULE_STRING,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getParitioner_JSAccess().getScriptURISTRINGTerminalRuleCall_1_0());
}
@@ -20851,22 +22029,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partitioner_Rule__RuleListAssignment_2"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7379:1: rule__Partitioner_Rule__RuleListAssignment_2 : ( rulePartition_Rule ) ;
+ // InternalLDef.g:7788:1: rule__Partitioner_Rule__RuleListAssignment_2 : ( rulePartition_Rule ) ;
public final void rule__Partitioner_Rule__RuleListAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7383:1: ( ( rulePartition_Rule ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7384:1: ( rulePartition_Rule )
+ // InternalLDef.g:7792:1: ( ( rulePartition_Rule ) )
+ // InternalLDef.g:7793:1: ( rulePartition_Rule )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7384:1: ( rulePartition_Rule )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7385:1: rulePartition_Rule
+ // InternalLDef.g:7793:1: ( rulePartition_Rule )
+ // InternalLDef.g:7794:1: rulePartition_Rule
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartitioner_RuleAccess().getRuleListPartition_RuleParserRuleCall_2_0());
}
- pushFollow(FOLLOW_rulePartition_Rule_in_rule__Partitioner_Rule__RuleListAssignment_214804);
+ pushFollow(FOLLOW_2);
rulePartition_Rule();
state._fsp--;
@@ -20896,28 +22074,28 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_SingleLineRule__ParitionAssignment_1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7394:1: rule__Partition_SingleLineRule__ParitionAssignment_1 : ( ( RULE_ID ) ) ;
+ // InternalLDef.g:7803:1: rule__Partition_SingleLineRule__ParitionAssignment_1 : ( ( RULE_ID ) ) ;
public final void rule__Partition_SingleLineRule__ParitionAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7398:1: ( ( ( RULE_ID ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7399:1: ( ( RULE_ID ) )
+ // InternalLDef.g:7807:1: ( ( ( RULE_ID ) ) )
+ // InternalLDef.g:7808:1: ( ( RULE_ID ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7399:1: ( ( RULE_ID ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7400:1: ( RULE_ID )
+ // InternalLDef.g:7808:1: ( ( RULE_ID ) )
+ // InternalLDef.g:7809:1: ( RULE_ID )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartition_SingleLineRuleAccess().getParitionPartitionCrossReference_1_0());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7401:1: ( RULE_ID )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7402:1: RULE_ID
+ // InternalLDef.g:7810:1: ( RULE_ID )
+ // InternalLDef.g:7811:1: RULE_ID
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartition_SingleLineRuleAccess().getParitionPartitionIDTerminalRuleCall_1_0_1());
}
- match(input,RULE_ID,FOLLOW_RULE_ID_in_rule__Partition_SingleLineRule__ParitionAssignment_114839); if (state.failed) return ;
+ match(input,RULE_ID,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getPartition_SingleLineRuleAccess().getParitionPartitionIDTerminalRuleCall_1_0_1());
}
@@ -20949,22 +22127,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_SingleLineRule__StartSeqAssignment_2"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7413:1: rule__Partition_SingleLineRule__StartSeqAssignment_2 : ( RULE_STRING ) ;
+ // InternalLDef.g:7822:1: rule__Partition_SingleLineRule__StartSeqAssignment_2 : ( RULE_STRING ) ;
public final void rule__Partition_SingleLineRule__StartSeqAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7417:1: ( ( RULE_STRING ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7418:1: ( RULE_STRING )
+ // InternalLDef.g:7826:1: ( ( RULE_STRING ) )
+ // InternalLDef.g:7827:1: ( RULE_STRING )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7418:1: ( RULE_STRING )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7419:1: RULE_STRING
+ // InternalLDef.g:7827:1: ( RULE_STRING )
+ // InternalLDef.g:7828:1: RULE_STRING
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartition_SingleLineRuleAccess().getStartSeqSTRINGTerminalRuleCall_2_0());
}
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__Partition_SingleLineRule__StartSeqAssignment_214874); if (state.failed) return ;
+ match(input,RULE_STRING,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getPartition_SingleLineRuleAccess().getStartSeqSTRINGTerminalRuleCall_2_0());
}
@@ -20990,22 +22168,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_SingleLineRule__CheckAssignment_3_1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7428:1: rule__Partition_SingleLineRule__CheckAssignment_3_1 : ( ruleCheck ) ;
+ // InternalLDef.g:7837:1: rule__Partition_SingleLineRule__CheckAssignment_3_1 : ( ruleCheck ) ;
public final void rule__Partition_SingleLineRule__CheckAssignment_3_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7432:1: ( ( ruleCheck ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7433:1: ( ruleCheck )
+ // InternalLDef.g:7841:1: ( ( ruleCheck ) )
+ // InternalLDef.g:7842:1: ( ruleCheck )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7433:1: ( ruleCheck )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7434:1: ruleCheck
+ // InternalLDef.g:7842:1: ( ruleCheck )
+ // InternalLDef.g:7843:1: ruleCheck
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartition_SingleLineRuleAccess().getCheckCheckParserRuleCall_3_1_0());
}
- pushFollow(FOLLOW_ruleCheck_in_rule__Partition_SingleLineRule__CheckAssignment_3_114905);
+ pushFollow(FOLLOW_2);
ruleCheck();
state._fsp--;
@@ -21035,22 +22213,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_SingleLineRule__EndSeqAssignment_4_1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7443:1: rule__Partition_SingleLineRule__EndSeqAssignment_4_1 : ( RULE_STRING ) ;
+ // InternalLDef.g:7852:1: rule__Partition_SingleLineRule__EndSeqAssignment_4_1 : ( RULE_STRING ) ;
public final void rule__Partition_SingleLineRule__EndSeqAssignment_4_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7447:1: ( ( RULE_STRING ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7448:1: ( RULE_STRING )
+ // InternalLDef.g:7856:1: ( ( RULE_STRING ) )
+ // InternalLDef.g:7857:1: ( RULE_STRING )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7448:1: ( RULE_STRING )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7449:1: RULE_STRING
+ // InternalLDef.g:7857:1: ( RULE_STRING )
+ // InternalLDef.g:7858:1: RULE_STRING
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartition_SingleLineRuleAccess().getEndSeqSTRINGTerminalRuleCall_4_1_0());
}
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__Partition_SingleLineRule__EndSeqAssignment_4_114936); if (state.failed) return ;
+ match(input,RULE_STRING,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getPartition_SingleLineRuleAccess().getEndSeqSTRINGTerminalRuleCall_4_1_0());
}
@@ -21076,22 +22254,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_SingleLineRule__EscapeSeqAssignment_5_2"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7458:1: rule__Partition_SingleLineRule__EscapeSeqAssignment_5_2 : ( RULE_STRING ) ;
+ // InternalLDef.g:7867:1: rule__Partition_SingleLineRule__EscapeSeqAssignment_5_2 : ( RULE_STRING ) ;
public final void rule__Partition_SingleLineRule__EscapeSeqAssignment_5_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7462:1: ( ( RULE_STRING ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7463:1: ( RULE_STRING )
+ // InternalLDef.g:7871:1: ( ( RULE_STRING ) )
+ // InternalLDef.g:7872:1: ( RULE_STRING )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7463:1: ( RULE_STRING )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7464:1: RULE_STRING
+ // InternalLDef.g:7872:1: ( RULE_STRING )
+ // InternalLDef.g:7873:1: RULE_STRING
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartition_SingleLineRuleAccess().getEscapeSeqSTRINGTerminalRuleCall_5_2_0());
}
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__Partition_SingleLineRule__EscapeSeqAssignment_5_214967); if (state.failed) return ;
+ match(input,RULE_STRING,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getPartition_SingleLineRuleAccess().getEscapeSeqSTRINGTerminalRuleCall_5_2_0());
}
@@ -21117,28 +22295,28 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_MultiLineRule__ParitionAssignment_1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7473:1: rule__Partition_MultiLineRule__ParitionAssignment_1 : ( ( RULE_ID ) ) ;
+ // InternalLDef.g:7882:1: rule__Partition_MultiLineRule__ParitionAssignment_1 : ( ( RULE_ID ) ) ;
public final void rule__Partition_MultiLineRule__ParitionAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7477:1: ( ( ( RULE_ID ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7478:1: ( ( RULE_ID ) )
+ // InternalLDef.g:7886:1: ( ( ( RULE_ID ) ) )
+ // InternalLDef.g:7887:1: ( ( RULE_ID ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7478:1: ( ( RULE_ID ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7479:1: ( RULE_ID )
+ // InternalLDef.g:7887:1: ( ( RULE_ID ) )
+ // InternalLDef.g:7888:1: ( RULE_ID )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartition_MultiLineRuleAccess().getParitionPartitionCrossReference_1_0());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7480:1: ( RULE_ID )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7481:1: RULE_ID
+ // InternalLDef.g:7889:1: ( RULE_ID )
+ // InternalLDef.g:7890:1: RULE_ID
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartition_MultiLineRuleAccess().getParitionPartitionIDTerminalRuleCall_1_0_1());
}
- match(input,RULE_ID,FOLLOW_RULE_ID_in_rule__Partition_MultiLineRule__ParitionAssignment_115002); if (state.failed) return ;
+ match(input,RULE_ID,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getPartition_MultiLineRuleAccess().getParitionPartitionIDTerminalRuleCall_1_0_1());
}
@@ -21170,22 +22348,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_MultiLineRule__StartSeqAssignment_2"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7492:1: rule__Partition_MultiLineRule__StartSeqAssignment_2 : ( RULE_STRING ) ;
+ // InternalLDef.g:7901:1: rule__Partition_MultiLineRule__StartSeqAssignment_2 : ( RULE_STRING ) ;
public final void rule__Partition_MultiLineRule__StartSeqAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7496:1: ( ( RULE_STRING ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7497:1: ( RULE_STRING )
+ // InternalLDef.g:7905:1: ( ( RULE_STRING ) )
+ // InternalLDef.g:7906:1: ( RULE_STRING )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7497:1: ( RULE_STRING )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7498:1: RULE_STRING
+ // InternalLDef.g:7906:1: ( RULE_STRING )
+ // InternalLDef.g:7907:1: RULE_STRING
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartition_MultiLineRuleAccess().getStartSeqSTRINGTerminalRuleCall_2_0());
}
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__Partition_MultiLineRule__StartSeqAssignment_215037); if (state.failed) return ;
+ match(input,RULE_STRING,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getPartition_MultiLineRuleAccess().getStartSeqSTRINGTerminalRuleCall_2_0());
}
@@ -21211,22 +22389,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_MultiLineRule__CheckAssignment_3_1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7507:1: rule__Partition_MultiLineRule__CheckAssignment_3_1 : ( ruleCheck ) ;
+ // InternalLDef.g:7916:1: rule__Partition_MultiLineRule__CheckAssignment_3_1 : ( ruleCheck ) ;
public final void rule__Partition_MultiLineRule__CheckAssignment_3_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7511:1: ( ( ruleCheck ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7512:1: ( ruleCheck )
+ // InternalLDef.g:7920:1: ( ( ruleCheck ) )
+ // InternalLDef.g:7921:1: ( ruleCheck )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7512:1: ( ruleCheck )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7513:1: ruleCheck
+ // InternalLDef.g:7921:1: ( ruleCheck )
+ // InternalLDef.g:7922:1: ruleCheck
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartition_MultiLineRuleAccess().getCheckCheckParserRuleCall_3_1_0());
}
- pushFollow(FOLLOW_ruleCheck_in_rule__Partition_MultiLineRule__CheckAssignment_3_115068);
+ pushFollow(FOLLOW_2);
ruleCheck();
state._fsp--;
@@ -21256,22 +22434,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_MultiLineRule__EndSeqAssignment_5"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7522:1: rule__Partition_MultiLineRule__EndSeqAssignment_5 : ( RULE_STRING ) ;
+ // InternalLDef.g:7931:1: rule__Partition_MultiLineRule__EndSeqAssignment_5 : ( RULE_STRING ) ;
public final void rule__Partition_MultiLineRule__EndSeqAssignment_5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7526:1: ( ( RULE_STRING ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7527:1: ( RULE_STRING )
+ // InternalLDef.g:7935:1: ( ( RULE_STRING ) )
+ // InternalLDef.g:7936:1: ( RULE_STRING )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7527:1: ( RULE_STRING )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7528:1: RULE_STRING
+ // InternalLDef.g:7936:1: ( RULE_STRING )
+ // InternalLDef.g:7937:1: RULE_STRING
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartition_MultiLineRuleAccess().getEndSeqSTRINGTerminalRuleCall_5_0());
}
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__Partition_MultiLineRule__EndSeqAssignment_515099); if (state.failed) return ;
+ match(input,RULE_STRING,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getPartition_MultiLineRuleAccess().getEndSeqSTRINGTerminalRuleCall_5_0());
}
@@ -21297,22 +22475,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Partition_MultiLineRule__EscapeSeqAssignment_6_2"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7537:1: rule__Partition_MultiLineRule__EscapeSeqAssignment_6_2 : ( RULE_STRING ) ;
+ // InternalLDef.g:7946:1: rule__Partition_MultiLineRule__EscapeSeqAssignment_6_2 : ( RULE_STRING ) ;
public final void rule__Partition_MultiLineRule__EscapeSeqAssignment_6_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7541:1: ( ( RULE_STRING ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7542:1: ( RULE_STRING )
+ // InternalLDef.g:7950:1: ( ( RULE_STRING ) )
+ // InternalLDef.g:7951:1: ( RULE_STRING )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7542:1: ( RULE_STRING )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7543:1: RULE_STRING
+ // InternalLDef.g:7951:1: ( RULE_STRING )
+ // InternalLDef.g:7952:1: RULE_STRING
{
if ( state.backtracking==0 ) {
before(grammarAccess.getPartition_MultiLineRuleAccess().getEscapeSeqSTRINGTerminalRuleCall_6_2_0());
}
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__Partition_MultiLineRule__EscapeSeqAssignment_6_215130); if (state.failed) return ;
+ match(input,RULE_STRING,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getPartition_MultiLineRuleAccess().getEscapeSeqSTRINGTerminalRuleCall_6_2_0());
}
@@ -21338,22 +22516,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LexicalHighlighting__ListAssignment_2"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7552:1: rule__LexicalHighlighting__ListAssignment_2 : ( ruleLexicalPartitionHighlighting ) ;
+ // InternalLDef.g:7961:1: rule__LexicalHighlighting__ListAssignment_2 : ( ruleLexicalPartitionHighlighting ) ;
public final void rule__LexicalHighlighting__ListAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7556:1: ( ( ruleLexicalPartitionHighlighting ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7557:1: ( ruleLexicalPartitionHighlighting )
+ // InternalLDef.g:7965:1: ( ( ruleLexicalPartitionHighlighting ) )
+ // InternalLDef.g:7966:1: ( ruleLexicalPartitionHighlighting )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7557:1: ( ruleLexicalPartitionHighlighting )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7558:1: ruleLexicalPartitionHighlighting
+ // InternalLDef.g:7966:1: ( ruleLexicalPartitionHighlighting )
+ // InternalLDef.g:7967:1: ruleLexicalPartitionHighlighting
{
if ( state.backtracking==0 ) {
before(grammarAccess.getLexicalHighlightingAccess().getListLexicalPartitionHighlightingParserRuleCall_2_0());
}
- pushFollow(FOLLOW_ruleLexicalPartitionHighlighting_in_rule__LexicalHighlighting__ListAssignment_215161);
+ pushFollow(FOLLOW_2);
ruleLexicalPartitionHighlighting();
state._fsp--;
@@ -21382,29 +22560,319 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR end "rule__LexicalHighlighting__ListAssignment_2"
+ // $ANTLR start "rule__LexicalHighlighting__VistualAssignment_3"
+ // InternalLDef.g:7976:1: rule__LexicalHighlighting__VistualAssignment_3 : ( ruleTokenVisuals ) ;
+ public final void rule__LexicalHighlighting__VistualAssignment_3() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalLDef.g:7980:1: ( ( ruleTokenVisuals ) )
+ // InternalLDef.g:7981:1: ( ruleTokenVisuals )
+ {
+ // InternalLDef.g:7981:1: ( ruleTokenVisuals )
+ // InternalLDef.g:7982:1: ruleTokenVisuals
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getLexicalHighlightingAccess().getVistualTokenVisualsParserRuleCall_3_0());
+ }
+ pushFollow(FOLLOW_2);
+ ruleTokenVisuals();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getLexicalHighlightingAccess().getVistualTokenVisualsParserRuleCall_3_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__LexicalHighlighting__VistualAssignment_3"
+
+
+ // $ANTLR start "rule__TokenVisuals__TokenVisualsAssignment_2_0"
+ // InternalLDef.g:7991:1: rule__TokenVisuals__TokenVisualsAssignment_2_0 : ( ruleTokenVisual ) ;
+ public final void rule__TokenVisuals__TokenVisualsAssignment_2_0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalLDef.g:7995:1: ( ( ruleTokenVisual ) )
+ // InternalLDef.g:7996:1: ( ruleTokenVisual )
+ {
+ // InternalLDef.g:7996:1: ( ruleTokenVisual )
+ // InternalLDef.g:7997:1: ruleTokenVisual
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getTokenVisualsAccess().getTokenVisualsTokenVisualParserRuleCall_2_0_0());
+ }
+ pushFollow(FOLLOW_2);
+ ruleTokenVisual();
+
+ state._fsp--;
+ if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getTokenVisualsAccess().getTokenVisualsTokenVisualParserRuleCall_2_0_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__TokenVisuals__TokenVisualsAssignment_2_0"
+
+
+ // $ANTLR start "rule__TokenVisual__TokenAssignment_0"
+ // InternalLDef.g:8006:1: rule__TokenVisual__TokenAssignment_0 : ( ( RULE_ID ) ) ;
+ public final void rule__TokenVisual__TokenAssignment_0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalLDef.g:8010:1: ( ( ( RULE_ID ) ) )
+ // InternalLDef.g:8011:1: ( ( RULE_ID ) )
+ {
+ // InternalLDef.g:8011:1: ( ( RULE_ID ) )
+ // InternalLDef.g:8012:1: ( RULE_ID )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getTokenVisualAccess().getTokenTokenCrossReference_0_0());
+ }
+ // InternalLDef.g:8013:1: ( RULE_ID )
+ // InternalLDef.g:8014:1: RULE_ID
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getTokenVisualAccess().getTokenTokenIDTerminalRuleCall_0_0_1());
+ }
+ match(input,RULE_ID,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getTokenVisualAccess().getTokenTokenIDTerminalRuleCall_0_0_1());
+ }
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getTokenVisualAccess().getTokenTokenCrossReference_0_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__TokenVisual__TokenAssignment_0"
+
+
+ // $ANTLR start "rule__TokenVisual__ColorSpecAssignment_1"
+ // InternalLDef.g:8025:1: rule__TokenVisual__ColorSpecAssignment_1 : ( RULE_STRING ) ;
+ public final void rule__TokenVisual__ColorSpecAssignment_1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalLDef.g:8029:1: ( ( RULE_STRING ) )
+ // InternalLDef.g:8030:1: ( RULE_STRING )
+ {
+ // InternalLDef.g:8030:1: ( RULE_STRING )
+ // InternalLDef.g:8031:1: RULE_STRING
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getTokenVisualAccess().getColorSpecSTRINGTerminalRuleCall_1_0());
+ }
+ match(input,RULE_STRING,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getTokenVisualAccess().getColorSpecSTRINGTerminalRuleCall_1_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__TokenVisual__ColorSpecAssignment_1"
+
+
+ // $ANTLR start "rule__TokenVisual__BoldAssignment_2"
+ // InternalLDef.g:8040:1: rule__TokenVisual__BoldAssignment_2 : ( ( 'bold' ) ) ;
+ public final void rule__TokenVisual__BoldAssignment_2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalLDef.g:8044:1: ( ( ( 'bold' ) ) )
+ // InternalLDef.g:8045:1: ( ( 'bold' ) )
+ {
+ // InternalLDef.g:8045:1: ( ( 'bold' ) )
+ // InternalLDef.g:8046:1: ( 'bold' )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getTokenVisualAccess().getBoldBoldKeyword_2_0());
+ }
+ // InternalLDef.g:8047:1: ( 'bold' )
+ // InternalLDef.g:8048:1: 'bold'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getTokenVisualAccess().getBoldBoldKeyword_2_0());
+ }
+ match(input,48,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getTokenVisualAccess().getBoldBoldKeyword_2_0());
+ }
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getTokenVisualAccess().getBoldBoldKeyword_2_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__TokenVisual__BoldAssignment_2"
+
+
+ // $ANTLR start "rule__TokenVisual__ItalicAssignment_3"
+ // InternalLDef.g:8063:1: rule__TokenVisual__ItalicAssignment_3 : ( ( 'italic' ) ) ;
+ public final void rule__TokenVisual__ItalicAssignment_3() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalLDef.g:8067:1: ( ( ( 'italic' ) ) )
+ // InternalLDef.g:8068:1: ( ( 'italic' ) )
+ {
+ // InternalLDef.g:8068:1: ( ( 'italic' ) )
+ // InternalLDef.g:8069:1: ( 'italic' )
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getTokenVisualAccess().getItalicItalicKeyword_3_0());
+ }
+ // InternalLDef.g:8070:1: ( 'italic' )
+ // InternalLDef.g:8071:1: 'italic'
+ {
+ if ( state.backtracking==0 ) {
+ before(grammarAccess.getTokenVisualAccess().getItalicItalicKeyword_3_0());
+ }
+ match(input,49,FOLLOW_2); if (state.failed) return ;
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getTokenVisualAccess().getItalicItalicKeyword_3_0());
+ }
+
+ }
+
+ if ( state.backtracking==0 ) {
+ after(grammarAccess.getTokenVisualAccess().getItalicItalicKeyword_3_0());
+ }
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__TokenVisual__ItalicAssignment_3"
+
+
// $ANTLR start "rule__LexicalPartitionHighlighting_JS__PartitionAssignment_1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7567:1: rule__LexicalPartitionHighlighting_JS__PartitionAssignment_1 : ( ( RULE_ID ) ) ;
+ // InternalLDef.g:8086:1: rule__LexicalPartitionHighlighting_JS__PartitionAssignment_1 : ( ( RULE_ID ) ) ;
public final void rule__LexicalPartitionHighlighting_JS__PartitionAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7571:1: ( ( ( RULE_ID ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7572:1: ( ( RULE_ID ) )
+ // InternalLDef.g:8090:1: ( ( ( RULE_ID ) ) )
+ // InternalLDef.g:8091:1: ( ( RULE_ID ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7572:1: ( ( RULE_ID ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7573:1: ( RULE_ID )
+ // InternalLDef.g:8091:1: ( ( RULE_ID ) )
+ // InternalLDef.g:8092:1: ( RULE_ID )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getLexicalPartitionHighlighting_JSAccess().getPartitionPartitionCrossReference_1_0());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7574:1: ( RULE_ID )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7575:1: RULE_ID
+ // InternalLDef.g:8093:1: ( RULE_ID )
+ // InternalLDef.g:8094:1: RULE_ID
{
if ( state.backtracking==0 ) {
before(grammarAccess.getLexicalPartitionHighlighting_JSAccess().getPartitionPartitionIDTerminalRuleCall_1_0_1());
}
- match(input,RULE_ID,FOLLOW_RULE_ID_in_rule__LexicalPartitionHighlighting_JS__PartitionAssignment_115196); if (state.failed) return ;
+ match(input,RULE_ID,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getLexicalPartitionHighlighting_JSAccess().getPartitionPartitionIDTerminalRuleCall_1_0_1());
}
@@ -21436,22 +22904,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LexicalPartitionHighlighting_JS__ScriptURIAssignment_2"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7586:1: rule__LexicalPartitionHighlighting_JS__ScriptURIAssignment_2 : ( RULE_STRING ) ;
+ // InternalLDef.g:8105:1: rule__LexicalPartitionHighlighting_JS__ScriptURIAssignment_2 : ( RULE_STRING ) ;
public final void rule__LexicalPartitionHighlighting_JS__ScriptURIAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7590:1: ( ( RULE_STRING ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7591:1: ( RULE_STRING )
+ // InternalLDef.g:8109:1: ( ( RULE_STRING ) )
+ // InternalLDef.g:8110:1: ( RULE_STRING )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7591:1: ( RULE_STRING )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7592:1: RULE_STRING
+ // InternalLDef.g:8110:1: ( RULE_STRING )
+ // InternalLDef.g:8111:1: RULE_STRING
{
if ( state.backtracking==0 ) {
before(grammarAccess.getLexicalPartitionHighlighting_JSAccess().getScriptURISTRINGTerminalRuleCall_2_0());
}
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__LexicalPartitionHighlighting_JS__ScriptURIAssignment_215231); if (state.failed) return ;
+ match(input,RULE_STRING,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getLexicalPartitionHighlighting_JSAccess().getScriptURISTRINGTerminalRuleCall_2_0());
}
@@ -21477,28 +22945,28 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LexicalPartitionHighlighting_Rule__PartitionAssignment_1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7601:1: rule__LexicalPartitionHighlighting_Rule__PartitionAssignment_1 : ( ( RULE_ID ) ) ;
+ // InternalLDef.g:8120:1: rule__LexicalPartitionHighlighting_Rule__PartitionAssignment_1 : ( ( RULE_ID ) ) ;
public final void rule__LexicalPartitionHighlighting_Rule__PartitionAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7605:1: ( ( ( RULE_ID ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7606:1: ( ( RULE_ID ) )
+ // InternalLDef.g:8124:1: ( ( ( RULE_ID ) ) )
+ // InternalLDef.g:8125:1: ( ( RULE_ID ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7606:1: ( ( RULE_ID ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7607:1: ( RULE_ID )
+ // InternalLDef.g:8125:1: ( ( RULE_ID ) )
+ // InternalLDef.g:8126:1: ( RULE_ID )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getLexicalPartitionHighlighting_RuleAccess().getPartitionPartitionCrossReference_1_0());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7608:1: ( RULE_ID )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7609:1: RULE_ID
+ // InternalLDef.g:8127:1: ( RULE_ID )
+ // InternalLDef.g:8128:1: RULE_ID
{
if ( state.backtracking==0 ) {
before(grammarAccess.getLexicalPartitionHighlighting_RuleAccess().getPartitionPartitionIDTerminalRuleCall_1_0_1());
}
- match(input,RULE_ID,FOLLOW_RULE_ID_in_rule__LexicalPartitionHighlighting_Rule__PartitionAssignment_115266); if (state.failed) return ;
+ match(input,RULE_ID,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getLexicalPartitionHighlighting_RuleAccess().getPartitionPartitionIDTerminalRuleCall_1_0_1());
}
@@ -21530,22 +22998,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LexicalPartitionHighlighting_Rule__WhitespaceAssignment_2"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7620:1: rule__LexicalPartitionHighlighting_Rule__WhitespaceAssignment_2 : ( ruleWhitespaceRule ) ;
+ // InternalLDef.g:8139:1: rule__LexicalPartitionHighlighting_Rule__WhitespaceAssignment_2 : ( ruleWhitespaceRule ) ;
public final void rule__LexicalPartitionHighlighting_Rule__WhitespaceAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7624:1: ( ( ruleWhitespaceRule ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7625:1: ( ruleWhitespaceRule )
+ // InternalLDef.g:8143:1: ( ( ruleWhitespaceRule ) )
+ // InternalLDef.g:8144:1: ( ruleWhitespaceRule )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7625:1: ( ruleWhitespaceRule )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7626:1: ruleWhitespaceRule
+ // InternalLDef.g:8144:1: ( ruleWhitespaceRule )
+ // InternalLDef.g:8145:1: ruleWhitespaceRule
{
if ( state.backtracking==0 ) {
before(grammarAccess.getLexicalPartitionHighlighting_RuleAccess().getWhitespaceWhitespaceRuleParserRuleCall_2_0());
}
- pushFollow(FOLLOW_ruleWhitespaceRule_in_rule__LexicalPartitionHighlighting_Rule__WhitespaceAssignment_215301);
+ pushFollow(FOLLOW_2);
ruleWhitespaceRule();
state._fsp--;
@@ -21575,22 +23043,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LexicalPartitionHighlighting_Rule__TokenListAssignment_4"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7635:1: rule__LexicalPartitionHighlighting_Rule__TokenListAssignment_4 : ( ruleToken ) ;
+ // InternalLDef.g:8154:1: rule__LexicalPartitionHighlighting_Rule__TokenListAssignment_4 : ( ruleToken ) ;
public final void rule__LexicalPartitionHighlighting_Rule__TokenListAssignment_4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7639:1: ( ( ruleToken ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7640:1: ( ruleToken )
+ // InternalLDef.g:8158:1: ( ( ruleToken ) )
+ // InternalLDef.g:8159:1: ( ruleToken )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7640:1: ( ruleToken )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7641:1: ruleToken
+ // InternalLDef.g:8159:1: ( ruleToken )
+ // InternalLDef.g:8160:1: ruleToken
{
if ( state.backtracking==0 ) {
before(grammarAccess.getLexicalPartitionHighlighting_RuleAccess().getTokenListTokenParserRuleCall_4_0());
}
- pushFollow(FOLLOW_ruleToken_in_rule__LexicalPartitionHighlighting_Rule__TokenListAssignment_415332);
+ pushFollow(FOLLOW_2);
ruleToken();
state._fsp--;
@@ -21620,28 +23088,28 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Token__DefaultAssignment_0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7650:1: rule__Token__DefaultAssignment_0 : ( ( 'default' ) ) ;
+ // InternalLDef.g:8169:1: rule__Token__DefaultAssignment_0 : ( ( 'default' ) ) ;
public final void rule__Token__DefaultAssignment_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7654:1: ( ( ( 'default' ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7655:1: ( ( 'default' ) )
+ // InternalLDef.g:8173:1: ( ( ( 'default' ) ) )
+ // InternalLDef.g:8174:1: ( ( 'default' ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7655:1: ( ( 'default' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7656:1: ( 'default' )
+ // InternalLDef.g:8174:1: ( ( 'default' ) )
+ // InternalLDef.g:8175:1: ( 'default' )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getTokenAccess().getDefaultDefaultKeyword_0_0());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7657:1: ( 'default' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7658:1: 'default'
+ // InternalLDef.g:8176:1: ( 'default' )
+ // InternalLDef.g:8177:1: 'default'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getTokenAccess().getDefaultDefaultKeyword_0_0());
}
- match(input,46,FOLLOW_46_in_rule__Token__DefaultAssignment_015368); if (state.failed) return ;
+ match(input,50,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getTokenAccess().getDefaultDefaultKeyword_0_0());
}
@@ -21673,22 +23141,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Token__NameAssignment_1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7673:1: rule__Token__NameAssignment_1 : ( RULE_ID ) ;
+ // InternalLDef.g:8192:1: rule__Token__NameAssignment_1 : ( RULE_ID ) ;
public final void rule__Token__NameAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7677:1: ( ( RULE_ID ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7678:1: ( RULE_ID )
+ // InternalLDef.g:8196:1: ( ( RULE_ID ) )
+ // InternalLDef.g:8197:1: ( RULE_ID )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7678:1: ( RULE_ID )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7679:1: RULE_ID
+ // InternalLDef.g:8197:1: ( RULE_ID )
+ // InternalLDef.g:8198:1: RULE_ID
{
if ( state.backtracking==0 ) {
before(grammarAccess.getTokenAccess().getNameIDTerminalRuleCall_1_0());
}
- match(input,RULE_ID,FOLLOW_RULE_ID_in_rule__Token__NameAssignment_115407); if (state.failed) return ;
+ match(input,RULE_ID,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getTokenAccess().getNameIDTerminalRuleCall_1_0());
}
@@ -21714,22 +23182,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Token__ScannerListAssignment_2_1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7688:1: rule__Token__ScannerListAssignment_2_1 : ( ruleScanner ) ;
+ // InternalLDef.g:8207:1: rule__Token__ScannerListAssignment_2_1 : ( ruleScanner ) ;
public final void rule__Token__ScannerListAssignment_2_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7692:1: ( ( ruleScanner ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7693:1: ( ruleScanner )
+ // InternalLDef.g:8211:1: ( ( ruleScanner ) )
+ // InternalLDef.g:8212:1: ( ruleScanner )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7693:1: ( ruleScanner )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7694:1: ruleScanner
+ // InternalLDef.g:8212:1: ( ruleScanner )
+ // InternalLDef.g:8213:1: ruleScanner
{
if ( state.backtracking==0 ) {
before(grammarAccess.getTokenAccess().getScannerListScannerParserRuleCall_2_1_0());
}
- pushFollow(FOLLOW_ruleScanner_in_rule__Token__ScannerListAssignment_2_115438);
+ pushFollow(FOLLOW_2);
ruleScanner();
state._fsp--;
@@ -21759,22 +23227,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_Keyword__KeywordsAssignment_2"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7703:1: rule__Scanner_Keyword__KeywordsAssignment_2 : ( ruleKeyword ) ;
+ // InternalLDef.g:8222:1: rule__Scanner_Keyword__KeywordsAssignment_2 : ( ruleKeyword ) ;
public final void rule__Scanner_Keyword__KeywordsAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7707:1: ( ( ruleKeyword ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7708:1: ( ruleKeyword )
+ // InternalLDef.g:8226:1: ( ( ruleKeyword ) )
+ // InternalLDef.g:8227:1: ( ruleKeyword )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7708:1: ( ruleKeyword )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7709:1: ruleKeyword
+ // InternalLDef.g:8227:1: ( ruleKeyword )
+ // InternalLDef.g:8228:1: ruleKeyword
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_KeywordAccess().getKeywordsKeywordParserRuleCall_2_0());
}
- pushFollow(FOLLOW_ruleKeyword_in_rule__Scanner_Keyword__KeywordsAssignment_215469);
+ pushFollow(FOLLOW_2);
ruleKeyword();
state._fsp--;
@@ -21804,22 +23272,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_Keyword__KeywordsAssignment_3_1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7718:1: rule__Scanner_Keyword__KeywordsAssignment_3_1 : ( ruleKeyword ) ;
+ // InternalLDef.g:8237:1: rule__Scanner_Keyword__KeywordsAssignment_3_1 : ( ruleKeyword ) ;
public final void rule__Scanner_Keyword__KeywordsAssignment_3_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7722:1: ( ( ruleKeyword ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7723:1: ( ruleKeyword )
+ // InternalLDef.g:8241:1: ( ( ruleKeyword ) )
+ // InternalLDef.g:8242:1: ( ruleKeyword )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7723:1: ( ruleKeyword )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7724:1: ruleKeyword
+ // InternalLDef.g:8242:1: ( ruleKeyword )
+ // InternalLDef.g:8243:1: ruleKeyword
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_KeywordAccess().getKeywordsKeywordParserRuleCall_3_1_0());
}
- pushFollow(FOLLOW_ruleKeyword_in_rule__Scanner_Keyword__KeywordsAssignment_3_115500);
+ pushFollow(FOLLOW_2);
ruleKeyword();
state._fsp--;
@@ -21849,22 +23317,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Keyword__NameAssignment_0"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7733:1: rule__Keyword__NameAssignment_0 : ( RULE_STRING ) ;
+ // InternalLDef.g:8252:1: rule__Keyword__NameAssignment_0 : ( RULE_STRING ) ;
public final void rule__Keyword__NameAssignment_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7737:1: ( ( RULE_STRING ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7738:1: ( RULE_STRING )
+ // InternalLDef.g:8256:1: ( ( RULE_STRING ) )
+ // InternalLDef.g:8257:1: ( RULE_STRING )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7738:1: ( RULE_STRING )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7739:1: RULE_STRING
+ // InternalLDef.g:8257:1: ( RULE_STRING )
+ // InternalLDef.g:8258:1: RULE_STRING
{
if ( state.backtracking==0 ) {
before(grammarAccess.getKeywordAccess().getNameSTRINGTerminalRuleCall_0_0());
}
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__Keyword__NameAssignment_015531); if (state.failed) return ;
+ match(input,RULE_STRING,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getKeywordAccess().getNameSTRINGTerminalRuleCall_0_0());
}
@@ -21890,22 +23358,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Keyword__VersionAssignment_1_1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7748:1: rule__Keyword__VersionAssignment_1_1 : ( RULE_STRING ) ;
+ // InternalLDef.g:8267:1: rule__Keyword__VersionAssignment_1_1 : ( RULE_STRING ) ;
public final void rule__Keyword__VersionAssignment_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7752:1: ( ( RULE_STRING ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7753:1: ( RULE_STRING )
+ // InternalLDef.g:8271:1: ( ( RULE_STRING ) )
+ // InternalLDef.g:8272:1: ( RULE_STRING )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7753:1: ( RULE_STRING )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7754:1: RULE_STRING
+ // InternalLDef.g:8272:1: ( RULE_STRING )
+ // InternalLDef.g:8273:1: RULE_STRING
{
if ( state.backtracking==0 ) {
before(grammarAccess.getKeywordAccess().getVersionSTRINGTerminalRuleCall_1_1_0());
}
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__Keyword__VersionAssignment_1_115562); if (state.failed) return ;
+ match(input,RULE_STRING,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getKeywordAccess().getVersionSTRINGTerminalRuleCall_1_1_0());
}
@@ -21931,22 +23399,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_SingleLineRule__StartSeqAssignment_1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7763:1: rule__Scanner_SingleLineRule__StartSeqAssignment_1 : ( RULE_STRING ) ;
+ // InternalLDef.g:8282:1: rule__Scanner_SingleLineRule__StartSeqAssignment_1 : ( RULE_STRING ) ;
public final void rule__Scanner_SingleLineRule__StartSeqAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7767:1: ( ( RULE_STRING ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7768:1: ( RULE_STRING )
+ // InternalLDef.g:8286:1: ( ( RULE_STRING ) )
+ // InternalLDef.g:8287:1: ( RULE_STRING )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7768:1: ( RULE_STRING )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7769:1: RULE_STRING
+ // InternalLDef.g:8287:1: ( RULE_STRING )
+ // InternalLDef.g:8288:1: RULE_STRING
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_SingleLineRuleAccess().getStartSeqSTRINGTerminalRuleCall_1_0());
}
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__Scanner_SingleLineRule__StartSeqAssignment_115593); if (state.failed) return ;
+ match(input,RULE_STRING,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getScanner_SingleLineRuleAccess().getStartSeqSTRINGTerminalRuleCall_1_0());
}
@@ -21972,22 +23440,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_SingleLineRule__CheckAssignment_2_1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7778:1: rule__Scanner_SingleLineRule__CheckAssignment_2_1 : ( ruleCheck ) ;
+ // InternalLDef.g:8297:1: rule__Scanner_SingleLineRule__CheckAssignment_2_1 : ( ruleCheck ) ;
public final void rule__Scanner_SingleLineRule__CheckAssignment_2_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7782:1: ( ( ruleCheck ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7783:1: ( ruleCheck )
+ // InternalLDef.g:8301:1: ( ( ruleCheck ) )
+ // InternalLDef.g:8302:1: ( ruleCheck )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7783:1: ( ruleCheck )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7784:1: ruleCheck
+ // InternalLDef.g:8302:1: ( ruleCheck )
+ // InternalLDef.g:8303:1: ruleCheck
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_SingleLineRuleAccess().getCheckCheckParserRuleCall_2_1_0());
}
- pushFollow(FOLLOW_ruleCheck_in_rule__Scanner_SingleLineRule__CheckAssignment_2_115624);
+ pushFollow(FOLLOW_2);
ruleCheck();
state._fsp--;
@@ -22017,22 +23485,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_SingleLineRule__EndSeqAssignment_3_1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7793:1: rule__Scanner_SingleLineRule__EndSeqAssignment_3_1 : ( RULE_STRING ) ;
+ // InternalLDef.g:8312:1: rule__Scanner_SingleLineRule__EndSeqAssignment_3_1 : ( RULE_STRING ) ;
public final void rule__Scanner_SingleLineRule__EndSeqAssignment_3_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7797:1: ( ( RULE_STRING ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7798:1: ( RULE_STRING )
+ // InternalLDef.g:8316:1: ( ( RULE_STRING ) )
+ // InternalLDef.g:8317:1: ( RULE_STRING )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7798:1: ( RULE_STRING )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7799:1: RULE_STRING
+ // InternalLDef.g:8317:1: ( RULE_STRING )
+ // InternalLDef.g:8318:1: RULE_STRING
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_SingleLineRuleAccess().getEndSeqSTRINGTerminalRuleCall_3_1_0());
}
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__Scanner_SingleLineRule__EndSeqAssignment_3_115655); if (state.failed) return ;
+ match(input,RULE_STRING,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getScanner_SingleLineRuleAccess().getEndSeqSTRINGTerminalRuleCall_3_1_0());
}
@@ -22058,22 +23526,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_SingleLineRule__EscapeSeqAssignment_4_2"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7808:1: rule__Scanner_SingleLineRule__EscapeSeqAssignment_4_2 : ( RULE_STRING ) ;
+ // InternalLDef.g:8327:1: rule__Scanner_SingleLineRule__EscapeSeqAssignment_4_2 : ( RULE_STRING ) ;
public final void rule__Scanner_SingleLineRule__EscapeSeqAssignment_4_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7812:1: ( ( RULE_STRING ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7813:1: ( RULE_STRING )
+ // InternalLDef.g:8331:1: ( ( RULE_STRING ) )
+ // InternalLDef.g:8332:1: ( RULE_STRING )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7813:1: ( RULE_STRING )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7814:1: RULE_STRING
+ // InternalLDef.g:8332:1: ( RULE_STRING )
+ // InternalLDef.g:8333:1: RULE_STRING
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_SingleLineRuleAccess().getEscapeSeqSTRINGTerminalRuleCall_4_2_0());
}
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__Scanner_SingleLineRule__EscapeSeqAssignment_4_215686); if (state.failed) return ;
+ match(input,RULE_STRING,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getScanner_SingleLineRuleAccess().getEscapeSeqSTRINGTerminalRuleCall_4_2_0());
}
@@ -22099,22 +23567,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_MultiLineRule__StartSeqAssignment_1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7823:1: rule__Scanner_MultiLineRule__StartSeqAssignment_1 : ( RULE_STRING ) ;
+ // InternalLDef.g:8342:1: rule__Scanner_MultiLineRule__StartSeqAssignment_1 : ( RULE_STRING ) ;
public final void rule__Scanner_MultiLineRule__StartSeqAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7827:1: ( ( RULE_STRING ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7828:1: ( RULE_STRING )
+ // InternalLDef.g:8346:1: ( ( RULE_STRING ) )
+ // InternalLDef.g:8347:1: ( RULE_STRING )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7828:1: ( RULE_STRING )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7829:1: RULE_STRING
+ // InternalLDef.g:8347:1: ( RULE_STRING )
+ // InternalLDef.g:8348:1: RULE_STRING
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_MultiLineRuleAccess().getStartSeqSTRINGTerminalRuleCall_1_0());
}
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__Scanner_MultiLineRule__StartSeqAssignment_115717); if (state.failed) return ;
+ match(input,RULE_STRING,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getScanner_MultiLineRuleAccess().getStartSeqSTRINGTerminalRuleCall_1_0());
}
@@ -22140,22 +23608,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_MultiLineRule__CheckAssignment_2_1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7838:1: rule__Scanner_MultiLineRule__CheckAssignment_2_1 : ( ruleCheck ) ;
+ // InternalLDef.g:8357:1: rule__Scanner_MultiLineRule__CheckAssignment_2_1 : ( ruleCheck ) ;
public final void rule__Scanner_MultiLineRule__CheckAssignment_2_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7842:1: ( ( ruleCheck ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7843:1: ( ruleCheck )
+ // InternalLDef.g:8361:1: ( ( ruleCheck ) )
+ // InternalLDef.g:8362:1: ( ruleCheck )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7843:1: ( ruleCheck )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7844:1: ruleCheck
+ // InternalLDef.g:8362:1: ( ruleCheck )
+ // InternalLDef.g:8363:1: ruleCheck
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_MultiLineRuleAccess().getCheckCheckParserRuleCall_2_1_0());
}
- pushFollow(FOLLOW_ruleCheck_in_rule__Scanner_MultiLineRule__CheckAssignment_2_115748);
+ pushFollow(FOLLOW_2);
ruleCheck();
state._fsp--;
@@ -22185,22 +23653,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_MultiLineRule__EndSeqAssignment_4"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7853:1: rule__Scanner_MultiLineRule__EndSeqAssignment_4 : ( RULE_STRING ) ;
+ // InternalLDef.g:8372:1: rule__Scanner_MultiLineRule__EndSeqAssignment_4 : ( RULE_STRING ) ;
public final void rule__Scanner_MultiLineRule__EndSeqAssignment_4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7857:1: ( ( RULE_STRING ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7858:1: ( RULE_STRING )
+ // InternalLDef.g:8376:1: ( ( RULE_STRING ) )
+ // InternalLDef.g:8377:1: ( RULE_STRING )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7858:1: ( RULE_STRING )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7859:1: RULE_STRING
+ // InternalLDef.g:8377:1: ( RULE_STRING )
+ // InternalLDef.g:8378:1: RULE_STRING
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_MultiLineRuleAccess().getEndSeqSTRINGTerminalRuleCall_4_0());
}
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__Scanner_MultiLineRule__EndSeqAssignment_415779); if (state.failed) return ;
+ match(input,RULE_STRING,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getScanner_MultiLineRuleAccess().getEndSeqSTRINGTerminalRuleCall_4_0());
}
@@ -22226,22 +23694,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_MultiLineRule__EscapeSeqAssignment_5_2"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7868:1: rule__Scanner_MultiLineRule__EscapeSeqAssignment_5_2 : ( RULE_STRING ) ;
+ // InternalLDef.g:8387:1: rule__Scanner_MultiLineRule__EscapeSeqAssignment_5_2 : ( RULE_STRING ) ;
public final void rule__Scanner_MultiLineRule__EscapeSeqAssignment_5_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7872:1: ( ( RULE_STRING ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7873:1: ( RULE_STRING )
+ // InternalLDef.g:8391:1: ( ( RULE_STRING ) )
+ // InternalLDef.g:8392:1: ( RULE_STRING )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7873:1: ( RULE_STRING )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7874:1: RULE_STRING
+ // InternalLDef.g:8392:1: ( RULE_STRING )
+ // InternalLDef.g:8393:1: RULE_STRING
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_MultiLineRuleAccess().getEscapeSeqSTRINGTerminalRuleCall_5_2_0());
}
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__Scanner_MultiLineRule__EscapeSeqAssignment_5_215810); if (state.failed) return ;
+ match(input,RULE_STRING,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getScanner_MultiLineRuleAccess().getEscapeSeqSTRINGTerminalRuleCall_5_2_0());
}
@@ -22267,22 +23735,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_PatternRule__StartPatternAssignment_1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7883:1: rule__Scanner_PatternRule__StartPatternAssignment_1 : ( RULE_STRING ) ;
+ // InternalLDef.g:8402:1: rule__Scanner_PatternRule__StartPatternAssignment_1 : ( RULE_STRING ) ;
public final void rule__Scanner_PatternRule__StartPatternAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7887:1: ( ( RULE_STRING ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7888:1: ( RULE_STRING )
+ // InternalLDef.g:8406:1: ( ( RULE_STRING ) )
+ // InternalLDef.g:8407:1: ( RULE_STRING )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7888:1: ( RULE_STRING )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7889:1: RULE_STRING
+ // InternalLDef.g:8407:1: ( RULE_STRING )
+ // InternalLDef.g:8408:1: RULE_STRING
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_PatternRuleAccess().getStartPatternSTRINGTerminalRuleCall_1_0());
}
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__Scanner_PatternRule__StartPatternAssignment_115841); if (state.failed) return ;
+ match(input,RULE_STRING,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getScanner_PatternRuleAccess().getStartPatternSTRINGTerminalRuleCall_1_0());
}
@@ -22308,22 +23776,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_PatternRule__LengthAssignment_2"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7898:1: rule__Scanner_PatternRule__LengthAssignment_2 : ( RULE_INT ) ;
+ // InternalLDef.g:8417:1: rule__Scanner_PatternRule__LengthAssignment_2 : ( RULE_INT ) ;
public final void rule__Scanner_PatternRule__LengthAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7902:1: ( ( RULE_INT ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7903:1: ( RULE_INT )
+ // InternalLDef.g:8421:1: ( ( RULE_INT ) )
+ // InternalLDef.g:8422:1: ( RULE_INT )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7903:1: ( RULE_INT )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7904:1: RULE_INT
+ // InternalLDef.g:8422:1: ( RULE_INT )
+ // InternalLDef.g:8423:1: RULE_INT
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_PatternRuleAccess().getLengthINTTerminalRuleCall_2_0());
}
- match(input,RULE_INT,FOLLOW_RULE_INT_in_rule__Scanner_PatternRule__LengthAssignment_215872); if (state.failed) return ;
+ match(input,RULE_INT,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getScanner_PatternRuleAccess().getLengthINTTerminalRuleCall_2_0());
}
@@ -22349,22 +23817,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_PatternRule__CheckAssignment_3_1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7913:1: rule__Scanner_PatternRule__CheckAssignment_3_1 : ( ruleCheck ) ;
+ // InternalLDef.g:8432:1: rule__Scanner_PatternRule__CheckAssignment_3_1 : ( ruleCheck ) ;
public final void rule__Scanner_PatternRule__CheckAssignment_3_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7917:1: ( ( ruleCheck ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7918:1: ( ruleCheck )
+ // InternalLDef.g:8436:1: ( ( ruleCheck ) )
+ // InternalLDef.g:8437:1: ( ruleCheck )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7918:1: ( ruleCheck )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7919:1: ruleCheck
+ // InternalLDef.g:8437:1: ( ruleCheck )
+ // InternalLDef.g:8438:1: ruleCheck
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_PatternRuleAccess().getCheckCheckParserRuleCall_3_1_0());
}
- pushFollow(FOLLOW_ruleCheck_in_rule__Scanner_PatternRule__CheckAssignment_3_115903);
+ pushFollow(FOLLOW_2);
ruleCheck();
state._fsp--;
@@ -22394,22 +23862,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_PatternRule__ContentPatternAssignment_5"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7928:1: rule__Scanner_PatternRule__ContentPatternAssignment_5 : ( RULE_STRING ) ;
+ // InternalLDef.g:8447:1: rule__Scanner_PatternRule__ContentPatternAssignment_5 : ( RULE_STRING ) ;
public final void rule__Scanner_PatternRule__ContentPatternAssignment_5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7932:1: ( ( RULE_STRING ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7933:1: ( RULE_STRING )
+ // InternalLDef.g:8451:1: ( ( RULE_STRING ) )
+ // InternalLDef.g:8452:1: ( RULE_STRING )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7933:1: ( RULE_STRING )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7934:1: RULE_STRING
+ // InternalLDef.g:8452:1: ( RULE_STRING )
+ // InternalLDef.g:8453:1: RULE_STRING
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_PatternRuleAccess().getContentPatternSTRINGTerminalRuleCall_5_0());
}
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__Scanner_PatternRule__ContentPatternAssignment_515934); if (state.failed) return ;
+ match(input,RULE_STRING,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getScanner_PatternRuleAccess().getContentPatternSTRINGTerminalRuleCall_5_0());
}
@@ -22435,22 +23903,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_CharacterRule__CharactersAssignment_2"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7943:1: rule__Scanner_CharacterRule__CharactersAssignment_2 : ( RULE_STRING ) ;
+ // InternalLDef.g:8462:1: rule__Scanner_CharacterRule__CharactersAssignment_2 : ( RULE_STRING ) ;
public final void rule__Scanner_CharacterRule__CharactersAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7947:1: ( ( RULE_STRING ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7948:1: ( RULE_STRING )
+ // InternalLDef.g:8466:1: ( ( RULE_STRING ) )
+ // InternalLDef.g:8467:1: ( RULE_STRING )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7948:1: ( RULE_STRING )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7949:1: RULE_STRING
+ // InternalLDef.g:8467:1: ( RULE_STRING )
+ // InternalLDef.g:8468:1: RULE_STRING
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_CharacterRuleAccess().getCharactersSTRINGTerminalRuleCall_2_0());
}
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__Scanner_CharacterRule__CharactersAssignment_215965); if (state.failed) return ;
+ match(input,RULE_STRING,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getScanner_CharacterRuleAccess().getCharactersSTRINGTerminalRuleCall_2_0());
}
@@ -22476,22 +23944,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_CharacterRule__CharactersAssignment_3_1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7958:1: rule__Scanner_CharacterRule__CharactersAssignment_3_1 : ( RULE_STRING ) ;
+ // InternalLDef.g:8477:1: rule__Scanner_CharacterRule__CharactersAssignment_3_1 : ( RULE_STRING ) ;
public final void rule__Scanner_CharacterRule__CharactersAssignment_3_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7962:1: ( ( RULE_STRING ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7963:1: ( RULE_STRING )
+ // InternalLDef.g:8481:1: ( ( RULE_STRING ) )
+ // InternalLDef.g:8482:1: ( RULE_STRING )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7963:1: ( RULE_STRING )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7964:1: RULE_STRING
+ // InternalLDef.g:8482:1: ( RULE_STRING )
+ // InternalLDef.g:8483:1: RULE_STRING
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_CharacterRuleAccess().getCharactersSTRINGTerminalRuleCall_3_1_0());
}
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__Scanner_CharacterRule__CharactersAssignment_3_115996); if (state.failed) return ;
+ match(input,RULE_STRING,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getScanner_CharacterRuleAccess().getCharactersSTRINGTerminalRuleCall_3_1_0());
}
@@ -22517,22 +23985,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_CharacterRule__CheckAssignment_5_1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7973:1: rule__Scanner_CharacterRule__CheckAssignment_5_1 : ( ruleCheck ) ;
+ // InternalLDef.g:8492:1: rule__Scanner_CharacterRule__CheckAssignment_5_1 : ( ruleCheck ) ;
public final void rule__Scanner_CharacterRule__CheckAssignment_5_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7977:1: ( ( ruleCheck ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7978:1: ( ruleCheck )
+ // InternalLDef.g:8496:1: ( ( ruleCheck ) )
+ // InternalLDef.g:8497:1: ( ruleCheck )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7978:1: ( ruleCheck )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7979:1: ruleCheck
+ // InternalLDef.g:8497:1: ( ruleCheck )
+ // InternalLDef.g:8498:1: ruleCheck
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_CharacterRuleAccess().getCheckCheckParserRuleCall_5_1_0());
}
- pushFollow(FOLLOW_ruleCheck_in_rule__Scanner_CharacterRule__CheckAssignment_5_116027);
+ pushFollow(FOLLOW_2);
ruleCheck();
state._fsp--;
@@ -22562,22 +24030,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_JSRule__FileURIAssignment_1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7988:1: rule__Scanner_JSRule__FileURIAssignment_1 : ( RULE_STRING ) ;
+ // InternalLDef.g:8507:1: rule__Scanner_JSRule__FileURIAssignment_1 : ( RULE_STRING ) ;
public final void rule__Scanner_JSRule__FileURIAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7992:1: ( ( RULE_STRING ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7993:1: ( RULE_STRING )
+ // InternalLDef.g:8511:1: ( ( RULE_STRING ) )
+ // InternalLDef.g:8512:1: ( RULE_STRING )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7993:1: ( RULE_STRING )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:7994:1: RULE_STRING
+ // InternalLDef.g:8512:1: ( RULE_STRING )
+ // InternalLDef.g:8513:1: RULE_STRING
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_JSRuleAccess().getFileURISTRINGTerminalRuleCall_1_0());
}
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__Scanner_JSRule__FileURIAssignment_116058); if (state.failed) return ;
+ match(input,RULE_STRING,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getScanner_JSRuleAccess().getFileURISTRINGTerminalRuleCall_1_0());
}
@@ -22603,22 +24071,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Scanner_JSRule__CheckAssignment_2_1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8003:1: rule__Scanner_JSRule__CheckAssignment_2_1 : ( ruleCheck ) ;
+ // InternalLDef.g:8522:1: rule__Scanner_JSRule__CheckAssignment_2_1 : ( ruleCheck ) ;
public final void rule__Scanner_JSRule__CheckAssignment_2_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8007:1: ( ( ruleCheck ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8008:1: ( ruleCheck )
+ // InternalLDef.g:8526:1: ( ( ruleCheck ) )
+ // InternalLDef.g:8527:1: ( ruleCheck )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8008:1: ( ruleCheck )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8009:1: ruleCheck
+ // InternalLDef.g:8527:1: ( ruleCheck )
+ // InternalLDef.g:8528:1: ruleCheck
{
if ( state.backtracking==0 ) {
before(grammarAccess.getScanner_JSRuleAccess().getCheckCheckParserRuleCall_2_1_0());
}
- pushFollow(FOLLOW_ruleCheck_in_rule__Scanner_JSRule__CheckAssignment_2_116089);
+ pushFollow(FOLLOW_2);
ruleCheck();
state._fsp--;
@@ -22648,22 +24116,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Equals__ValueAssignment_1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8018:1: rule__Equals__ValueAssignment_1 : ( RULE_INT ) ;
+ // InternalLDef.g:8537:1: rule__Equals__ValueAssignment_1 : ( RULE_INT ) ;
public final void rule__Equals__ValueAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8022:1: ( ( RULE_INT ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8023:1: ( RULE_INT )
+ // InternalLDef.g:8541:1: ( ( RULE_INT ) )
+ // InternalLDef.g:8542:1: ( RULE_INT )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8023:1: ( RULE_INT )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8024:1: RULE_INT
+ // InternalLDef.g:8542:1: ( RULE_INT )
+ // InternalLDef.g:8543:1: RULE_INT
{
if ( state.backtracking==0 ) {
before(grammarAccess.getEqualsAccess().getValueINTTerminalRuleCall_1_0());
}
- match(input,RULE_INT,FOLLOW_RULE_INT_in_rule__Equals__ValueAssignment_116120); if (state.failed) return ;
+ match(input,RULE_INT,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getEqualsAccess().getValueINTTerminalRuleCall_1_0());
}
@@ -22689,25 +24157,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Range__LtInclAssignment_1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8033:1: rule__Range__LtInclAssignment_1 : ( ( rule__Range__LtInclAlternatives_1_0 ) ) ;
+ // InternalLDef.g:8552:1: rule__Range__LtInclAssignment_1 : ( ( rule__Range__LtInclAlternatives_1_0 ) ) ;
public final void rule__Range__LtInclAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8037:1: ( ( ( rule__Range__LtInclAlternatives_1_0 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8038:1: ( ( rule__Range__LtInclAlternatives_1_0 ) )
+ // InternalLDef.g:8556:1: ( ( ( rule__Range__LtInclAlternatives_1_0 ) ) )
+ // InternalLDef.g:8557:1: ( ( rule__Range__LtInclAlternatives_1_0 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8038:1: ( ( rule__Range__LtInclAlternatives_1_0 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8039:1: ( rule__Range__LtInclAlternatives_1_0 )
+ // InternalLDef.g:8557:1: ( ( rule__Range__LtInclAlternatives_1_0 ) )
+ // InternalLDef.g:8558:1: ( rule__Range__LtInclAlternatives_1_0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getRangeAccess().getLtInclAlternatives_1_0());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8040:1: ( rule__Range__LtInclAlternatives_1_0 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8040:2: rule__Range__LtInclAlternatives_1_0
+ // InternalLDef.g:8559:1: ( rule__Range__LtInclAlternatives_1_0 )
+ // InternalLDef.g:8559:2: rule__Range__LtInclAlternatives_1_0
{
- pushFollow(FOLLOW_rule__Range__LtInclAlternatives_1_0_in_rule__Range__LtInclAssignment_116151);
+ pushFollow(FOLLOW_2);
rule__Range__LtInclAlternatives_1_0();
state._fsp--;
@@ -22740,22 +24208,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Range__MinValueAssignment_2"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8049:1: rule__Range__MinValueAssignment_2 : ( RULE_INT ) ;
+ // InternalLDef.g:8568:1: rule__Range__MinValueAssignment_2 : ( RULE_INT ) ;
public final void rule__Range__MinValueAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8053:1: ( ( RULE_INT ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8054:1: ( RULE_INT )
+ // InternalLDef.g:8572:1: ( ( RULE_INT ) )
+ // InternalLDef.g:8573:1: ( RULE_INT )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8054:1: ( RULE_INT )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8055:1: RULE_INT
+ // InternalLDef.g:8573:1: ( RULE_INT )
+ // InternalLDef.g:8574:1: RULE_INT
{
if ( state.backtracking==0 ) {
before(grammarAccess.getRangeAccess().getMinValueINTTerminalRuleCall_2_0());
}
- match(input,RULE_INT,FOLLOW_RULE_INT_in_rule__Range__MinValueAssignment_216184); if (state.failed) return ;
+ match(input,RULE_INT,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getRangeAccess().getMinValueINTTerminalRuleCall_2_0());
}
@@ -22781,22 +24249,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Range__MaxValueAssignment_4"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8064:1: rule__Range__MaxValueAssignment_4 : ( RULE_INT ) ;
+ // InternalLDef.g:8583:1: rule__Range__MaxValueAssignment_4 : ( RULE_INT ) ;
public final void rule__Range__MaxValueAssignment_4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8068:1: ( ( RULE_INT ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8069:1: ( RULE_INT )
+ // InternalLDef.g:8587:1: ( ( RULE_INT ) )
+ // InternalLDef.g:8588:1: ( RULE_INT )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8069:1: ( RULE_INT )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8070:1: RULE_INT
+ // InternalLDef.g:8588:1: ( RULE_INT )
+ // InternalLDef.g:8589:1: RULE_INT
{
if ( state.backtracking==0 ) {
before(grammarAccess.getRangeAccess().getMaxValueINTTerminalRuleCall_4_0());
}
- match(input,RULE_INT,FOLLOW_RULE_INT_in_rule__Range__MaxValueAssignment_416215); if (state.failed) return ;
+ match(input,RULE_INT,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getRangeAccess().getMaxValueINTTerminalRuleCall_4_0());
}
@@ -22822,25 +24290,25 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Range__GtInclAssignment_5"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8079:1: rule__Range__GtInclAssignment_5 : ( ( rule__Range__GtInclAlternatives_5_0 ) ) ;
+ // InternalLDef.g:8598:1: rule__Range__GtInclAssignment_5 : ( ( rule__Range__GtInclAlternatives_5_0 ) ) ;
public final void rule__Range__GtInclAssignment_5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8083:1: ( ( ( rule__Range__GtInclAlternatives_5_0 ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8084:1: ( ( rule__Range__GtInclAlternatives_5_0 ) )
+ // InternalLDef.g:8602:1: ( ( ( rule__Range__GtInclAlternatives_5_0 ) ) )
+ // InternalLDef.g:8603:1: ( ( rule__Range__GtInclAlternatives_5_0 ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8084:1: ( ( rule__Range__GtInclAlternatives_5_0 ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8085:1: ( rule__Range__GtInclAlternatives_5_0 )
+ // InternalLDef.g:8603:1: ( ( rule__Range__GtInclAlternatives_5_0 ) )
+ // InternalLDef.g:8604:1: ( rule__Range__GtInclAlternatives_5_0 )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getRangeAccess().getGtInclAlternatives_5_0());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8086:1: ( rule__Range__GtInclAlternatives_5_0 )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8086:2: rule__Range__GtInclAlternatives_5_0
+ // InternalLDef.g:8605:1: ( rule__Range__GtInclAlternatives_5_0 )
+ // InternalLDef.g:8605:2: rule__Range__GtInclAlternatives_5_0
{
- pushFollow(FOLLOW_rule__Range__GtInclAlternatives_5_0_in_rule__Range__GtInclAssignment_516246);
+ pushFollow(FOLLOW_2);
rule__Range__GtInclAlternatives_5_0();
state._fsp--;
@@ -22873,22 +24341,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__WhitespaceRule__CharactersAssignment_1_0_1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8095:1: rule__WhitespaceRule__CharactersAssignment_1_0_1 : ( RULE_STRING ) ;
+ // InternalLDef.g:8614:1: rule__WhitespaceRule__CharactersAssignment_1_0_1 : ( RULE_STRING ) ;
public final void rule__WhitespaceRule__CharactersAssignment_1_0_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8099:1: ( ( RULE_STRING ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8100:1: ( RULE_STRING )
+ // InternalLDef.g:8618:1: ( ( RULE_STRING ) )
+ // InternalLDef.g:8619:1: ( RULE_STRING )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8100:1: ( RULE_STRING )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8101:1: RULE_STRING
+ // InternalLDef.g:8619:1: ( RULE_STRING )
+ // InternalLDef.g:8620:1: RULE_STRING
{
if ( state.backtracking==0 ) {
before(grammarAccess.getWhitespaceRuleAccess().getCharactersSTRINGTerminalRuleCall_1_0_1_0());
}
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__WhitespaceRule__CharactersAssignment_1_0_116279); if (state.failed) return ;
+ match(input,RULE_STRING,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getWhitespaceRuleAccess().getCharactersSTRINGTerminalRuleCall_1_0_1_0());
}
@@ -22914,22 +24382,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__WhitespaceRule__CharactersAssignment_1_0_2_1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8110:1: rule__WhitespaceRule__CharactersAssignment_1_0_2_1 : ( RULE_STRING ) ;
+ // InternalLDef.g:8629:1: rule__WhitespaceRule__CharactersAssignment_1_0_2_1 : ( RULE_STRING ) ;
public final void rule__WhitespaceRule__CharactersAssignment_1_0_2_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8114:1: ( ( RULE_STRING ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8115:1: ( RULE_STRING )
+ // InternalLDef.g:8633:1: ( ( RULE_STRING ) )
+ // InternalLDef.g:8634:1: ( RULE_STRING )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8115:1: ( RULE_STRING )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8116:1: RULE_STRING
+ // InternalLDef.g:8634:1: ( RULE_STRING )
+ // InternalLDef.g:8635:1: RULE_STRING
{
if ( state.backtracking==0 ) {
before(grammarAccess.getWhitespaceRuleAccess().getCharactersSTRINGTerminalRuleCall_1_0_2_1_0());
}
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__WhitespaceRule__CharactersAssignment_1_0_2_116310); if (state.failed) return ;
+ match(input,RULE_STRING,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getWhitespaceRuleAccess().getCharactersSTRINGTerminalRuleCall_1_0_2_1_0());
}
@@ -22955,28 +24423,28 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__WhitespaceRule__JavawhitespaceAssignment_1_1"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8125:1: rule__WhitespaceRule__JavawhitespaceAssignment_1_1 : ( ( 'javawhitespace' ) ) ;
+ // InternalLDef.g:8644:1: rule__WhitespaceRule__JavawhitespaceAssignment_1_1 : ( ( 'javawhitespace' ) ) ;
public final void rule__WhitespaceRule__JavawhitespaceAssignment_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8129:1: ( ( ( 'javawhitespace' ) ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8130:1: ( ( 'javawhitespace' ) )
+ // InternalLDef.g:8648:1: ( ( ( 'javawhitespace' ) ) )
+ // InternalLDef.g:8649:1: ( ( 'javawhitespace' ) )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8130:1: ( ( 'javawhitespace' ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8131:1: ( 'javawhitespace' )
+ // InternalLDef.g:8649:1: ( ( 'javawhitespace' ) )
+ // InternalLDef.g:8650:1: ( 'javawhitespace' )
{
if ( state.backtracking==0 ) {
before(grammarAccess.getWhitespaceRuleAccess().getJavawhitespaceJavawhitespaceKeyword_1_1_0());
}
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8132:1: ( 'javawhitespace' )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8133:1: 'javawhitespace'
+ // InternalLDef.g:8651:1: ( 'javawhitespace' )
+ // InternalLDef.g:8652:1: 'javawhitespace'
{
if ( state.backtracking==0 ) {
before(grammarAccess.getWhitespaceRuleAccess().getJavawhitespaceJavawhitespaceKeyword_1_1_0());
}
- match(input,47,FOLLOW_47_in_rule__WhitespaceRule__JavawhitespaceAssignment_1_116346); if (state.failed) return ;
+ match(input,51,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getWhitespaceRuleAccess().getJavawhitespaceJavawhitespaceKeyword_1_1_0());
}
@@ -23008,22 +24476,22 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__WhitespaceRule__FileURIAssignment_1_2"
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8148:1: rule__WhitespaceRule__FileURIAssignment_1_2 : ( RULE_STRING ) ;
+ // InternalLDef.g:8667:1: rule__WhitespaceRule__FileURIAssignment_1_2 : ( RULE_STRING ) ;
public final void rule__WhitespaceRule__FileURIAssignment_1_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8152:1: ( ( RULE_STRING ) )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8153:1: ( RULE_STRING )
+ // InternalLDef.g:8671:1: ( ( RULE_STRING ) )
+ // InternalLDef.g:8672:1: ( RULE_STRING )
{
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8153:1: ( RULE_STRING )
- // ../org.eclipse.fx.code.editor.ldef.ui/src-gen/org/eclipse/fx/code/editor/ldef/ui/contentassist/antlr/internal/InternalLDef.g:8154:1: RULE_STRING
+ // InternalLDef.g:8672:1: ( RULE_STRING )
+ // InternalLDef.g:8673:1: RULE_STRING
{
if ( state.backtracking==0 ) {
before(grammarAccess.getWhitespaceRuleAccess().getFileURISTRINGTerminalRuleCall_1_2_0());
}
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__WhitespaceRule__FileURIAssignment_1_216385); if (state.failed) return ;
+ match(input,RULE_STRING,FOLLOW_2); if (state.failed) return ;
if ( state.backtracking==0 ) {
after(grammarAccess.getWhitespaceRuleAccess().getFileURISTRINGTerminalRuleCall_1_2_0());
}
@@ -23052,703 +24520,56 @@ public class InternalLDefParser extends AbstractInternalContentAssistParser {
- public static final BitSet FOLLOW_ruleRoot_in_entryRuleRoot67 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleRoot74 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Root__Group__0_in_ruleRoot100 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleValidID_in_entryRuleValidID127 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleValidID134 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_ID_in_ruleValidID160 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleQualifiedName_in_entryRuleQualifiedName186 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleQualifiedName193 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__QualifiedName__Group__0_in_ruleQualifiedName219 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleQualifiedNameWithWildCard_in_entryRuleQualifiedNameWithWildCard246 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleQualifiedNameWithWildCard253 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__QualifiedNameWithWildCard__Group__0_in_ruleQualifiedNameWithWildCard279 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleImport_in_entryRuleImport306 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleImport313 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Import__Group__0_in_ruleImport339 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleLanguageDef_in_entryRuleLanguageDef366 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleLanguageDef373 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__LanguageDef__Group__0_in_ruleLanguageDef399 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleIntegration_in_entryRuleIntegration426 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleIntegration433 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Integration__Group__0_in_ruleIntegration459 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleCodeIntegration_in_entryRuleCodeIntegration486 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleCodeIntegration493 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleJavaFXIntegration_in_ruleCodeIntegration519 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleJavaFXIntegration_in_entryRuleJavaFXIntegration545 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleJavaFXIntegration552 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__JavaFXIntegration__Group__0_in_ruleJavaFXIntegration578 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleCodegeneration_in_entryRuleCodegeneration605 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleCodegeneration612 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Codegeneration__Alternatives_in_ruleCodegeneration638 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleJavaCodeGeneration_in_entryRuleJavaCodeGeneration665 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleJavaCodeGeneration672 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__JavaCodeGeneration__Group__0_in_ruleJavaCodeGeneration698 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleE4CodeGeneration_in_entryRuleE4CodeGeneration725 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleE4CodeGeneration732 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__E4CodeGeneration__Group__0_in_ruleE4CodeGeneration758 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleConfigValue_in_entryRuleConfigValue785 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleConfigValue792 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ConfigValue__Group__0_in_ruleConfigValue818 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleParitioning_in_entryRuleParitioning845 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleParitioning852 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Paritioning__Group__0_in_ruleParitioning878 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rulePartition_in_entryRulePartition905 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRulePartition912 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partition__Group__0_in_rulePartition938 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rulePartitioner_in_entryRulePartitioner965 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRulePartitioner972 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partitioner__Alternatives_in_rulePartitioner998 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleParitioner_JS_in_entryRuleParitioner_JS1025 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleParitioner_JS1032 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Paritioner_JS__Group__0_in_ruleParitioner_JS1058 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rulePartitioner_Rule_in_entryRulePartitioner_Rule1085 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRulePartitioner_Rule1092 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partitioner_Rule__Group__0_in_rulePartitioner_Rule1118 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rulePartition_Rule_in_entryRulePartition_Rule1145 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRulePartition_Rule1152 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partition_Rule__Alternatives_in_rulePartition_Rule1178 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rulePartition_SingleLineRule_in_entryRulePartition_SingleLineRule1205 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRulePartition_SingleLineRule1212 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partition_SingleLineRule__Group__0_in_rulePartition_SingleLineRule1238 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rulePartition_MultiLineRule_in_entryRulePartition_MultiLineRule1265 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRulePartition_MultiLineRule1272 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partition_MultiLineRule__Group__0_in_rulePartition_MultiLineRule1298 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleLexicalHighlighting_in_entryRuleLexicalHighlighting1325 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleLexicalHighlighting1332 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__LexicalHighlighting__Group__0_in_ruleLexicalHighlighting1358 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleLexicalPartitionHighlighting_in_entryRuleLexicalPartitionHighlighting1385 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleLexicalPartitionHighlighting1392 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__LexicalPartitionHighlighting__Alternatives_in_ruleLexicalPartitionHighlighting1418 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleLexicalPartitionHighlighting_JS_in_entryRuleLexicalPartitionHighlighting_JS1445 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleLexicalPartitionHighlighting_JS1452 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__LexicalPartitionHighlighting_JS__Group__0_in_ruleLexicalPartitionHighlighting_JS1478 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleLexicalPartitionHighlighting_Rule_in_entryRuleLexicalPartitionHighlighting_Rule1505 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleLexicalPartitionHighlighting_Rule1512 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__LexicalPartitionHighlighting_Rule__Group__0_in_ruleLexicalPartitionHighlighting_Rule1538 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleToken_in_entryRuleToken1565 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleToken1572 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Token__Group__0_in_ruleToken1598 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleScanner_in_entryRuleScanner1625 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleScanner1632 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner__Alternatives_in_ruleScanner1658 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleScanner_Keyword_in_entryRuleScanner_Keyword1685 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleScanner_Keyword1692 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_Keyword__Group__0_in_ruleScanner_Keyword1718 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleKeyword_in_entryRuleKeyword1745 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleKeyword1752 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Keyword__Group__0_in_ruleKeyword1778 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleScanner_Rule_in_entryRuleScanner_Rule1805 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleScanner_Rule1812 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_Rule__Alternatives_in_ruleScanner_Rule1838 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleScanner_SingleLineRule_in_entryRuleScanner_SingleLineRule1865 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleScanner_SingleLineRule1872 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_SingleLineRule__Group__0_in_ruleScanner_SingleLineRule1898 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleScanner_MultiLineRule_in_entryRuleScanner_MultiLineRule1925 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleScanner_MultiLineRule1932 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_MultiLineRule__Group__0_in_ruleScanner_MultiLineRule1958 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleScanner_PatternRule_in_entryRuleScanner_PatternRule1985 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleScanner_PatternRule1992 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_PatternRule__Group__0_in_ruleScanner_PatternRule2018 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleScanner_CharacterRule_in_entryRuleScanner_CharacterRule2045 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleScanner_CharacterRule2052 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_CharacterRule__Group__0_in_ruleScanner_CharacterRule2078 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleScanner_JSRule_in_entryRuleScanner_JSRule2105 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleScanner_JSRule2112 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_JSRule__Group__0_in_ruleScanner_JSRule2138 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleCheck_in_entryRuleCheck2165 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleCheck2172 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Check__Alternatives_in_ruleCheck2198 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleEquals_in_entryRuleEquals2225 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleEquals2232 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Equals__Group__0_in_ruleEquals2258 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleRange_in_entryRuleRange2285 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleRange2292 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Range__Group__0_in_ruleRange2318 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleWhitespaceRule_in_entryRuleWhitespaceRule2345 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleWhitespaceRule2352 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__WhitespaceRule__Group__0_in_ruleWhitespaceRule2378 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleJavaCodeGeneration_in_rule__Codegeneration__Alternatives2414 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleE4CodeGeneration_in_rule__Codegeneration__Alternatives2431 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ConfigValue__SimpleValueAssignment_2_0_in_rule__ConfigValue__Alternatives_22463 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ConfigValue__Group_2_1__0_in_rule__ConfigValue__Alternatives_22481 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rulePartitioner_Rule_in_rule__Partitioner__Alternatives2514 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleParitioner_JS_in_rule__Partitioner__Alternatives2531 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rulePartition_SingleLineRule_in_rule__Partition_Rule__Alternatives2563 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rulePartition_MultiLineRule_in_rule__Partition_Rule__Alternatives2580 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleLexicalPartitionHighlighting_Rule_in_rule__LexicalPartitionHighlighting__Alternatives2612 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleLexicalPartitionHighlighting_JS_in_rule__LexicalPartitionHighlighting__Alternatives2629 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleScanner_Keyword_in_rule__Scanner__Alternatives2661 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleScanner_Rule_in_rule__Scanner__Alternatives2678 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleScanner_SingleLineRule_in_rule__Scanner_Rule__Alternatives2710 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleScanner_MultiLineRule_in_rule__Scanner_Rule__Alternatives2727 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleScanner_CharacterRule_in_rule__Scanner_Rule__Alternatives2744 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleScanner_JSRule_in_rule__Scanner_Rule__Alternatives2761 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleScanner_PatternRule_in_rule__Scanner_Rule__Alternatives2778 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleRange_in_rule__Check__Alternatives2810 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleEquals_in_rule__Check__Alternatives2827 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_11_in_rule__Range__LtInclAlternatives_1_02860 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_12_in_rule__Range__LtInclAlternatives_1_02880 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_13_in_rule__Range__GtInclAlternatives_5_02915 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_14_in_rule__Range__GtInclAlternatives_5_02935 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__WhitespaceRule__Group_1_0__0_in_rule__WhitespaceRule__Alternatives_12969 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__WhitespaceRule__JavawhitespaceAssignment_1_1_in_rule__WhitespaceRule__Alternatives_12987 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__WhitespaceRule__FileURIAssignment_1_2_in_rule__WhitespaceRule__Alternatives_13005 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Root__Group__0__Impl_in_rule__Root__Group__03036 = new BitSet(new long[]{0x0000000000000010L});
- public static final BitSet FOLLOW_rule__Root__Group__1_in_rule__Root__Group__03039 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_15_in_rule__Root__Group__0__Impl3067 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Root__Group__1__Impl_in_rule__Root__Group__13098 = new BitSet(new long[]{0x0000000000040010L});
- public static final BitSet FOLLOW_rule__Root__Group__2_in_rule__Root__Group__13101 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Root__NameAssignment_1_in_rule__Root__Group__1__Impl3128 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Root__Group__2__Impl_in_rule__Root__Group__23158 = new BitSet(new long[]{0x0000000000040010L});
- public static final BitSet FOLLOW_rule__Root__Group__3_in_rule__Root__Group__23161 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Root__ImportsAssignment_2_in_rule__Root__Group__2__Impl3188 = new BitSet(new long[]{0x0000000000040002L});
- public static final BitSet FOLLOW_rule__Root__Group__3__Impl_in_rule__Root__Group__33219 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Root__LanguageDefinitionAssignment_3_in_rule__Root__Group__3__Impl3246 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__QualifiedName__Group__0__Impl_in_rule__QualifiedName__Group__03284 = new BitSet(new long[]{0x0000000000010000L});
- public static final BitSet FOLLOW_rule__QualifiedName__Group__1_in_rule__QualifiedName__Group__03287 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleValidID_in_rule__QualifiedName__Group__0__Impl3314 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__QualifiedName__Group__1__Impl_in_rule__QualifiedName__Group__13343 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__QualifiedName__Group_1__0_in_rule__QualifiedName__Group__1__Impl3370 = new BitSet(new long[]{0x0000000000010002L});
- public static final BitSet FOLLOW_rule__QualifiedName__Group_1__0__Impl_in_rule__QualifiedName__Group_1__03405 = new BitSet(new long[]{0x0000000000000010L});
- public static final BitSet FOLLOW_rule__QualifiedName__Group_1__1_in_rule__QualifiedName__Group_1__03408 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_16_in_rule__QualifiedName__Group_1__0__Impl3437 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__QualifiedName__Group_1__1__Impl_in_rule__QualifiedName__Group_1__13469 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleValidID_in_rule__QualifiedName__Group_1__1__Impl3496 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__QualifiedNameWithWildCard__Group__0__Impl_in_rule__QualifiedNameWithWildCard__Group__03529 = new BitSet(new long[]{0x0000000000010000L});
- public static final BitSet FOLLOW_rule__QualifiedNameWithWildCard__Group__1_in_rule__QualifiedNameWithWildCard__Group__03532 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleQualifiedName_in_rule__QualifiedNameWithWildCard__Group__0__Impl3559 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__QualifiedNameWithWildCard__Group__1__Impl_in_rule__QualifiedNameWithWildCard__Group__13588 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__QualifiedNameWithWildCard__Group_1__0_in_rule__QualifiedNameWithWildCard__Group__1__Impl3615 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__QualifiedNameWithWildCard__Group_1__0__Impl_in_rule__QualifiedNameWithWildCard__Group_1__03650 = new BitSet(new long[]{0x0000000000020000L});
- public static final BitSet FOLLOW_rule__QualifiedNameWithWildCard__Group_1__1_in_rule__QualifiedNameWithWildCard__Group_1__03653 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_16_in_rule__QualifiedNameWithWildCard__Group_1__0__Impl3681 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__QualifiedNameWithWildCard__Group_1__1__Impl_in_rule__QualifiedNameWithWildCard__Group_1__13712 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_17_in_rule__QualifiedNameWithWildCard__Group_1__1__Impl3740 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Import__Group__0__Impl_in_rule__Import__Group__03775 = new BitSet(new long[]{0x0000000000000010L});
- public static final BitSet FOLLOW_rule__Import__Group__1_in_rule__Import__Group__03778 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_18_in_rule__Import__Group__0__Impl3806 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Import__Group__1__Impl_in_rule__Import__Group__13837 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Import__ImportedNamespaceAssignment_1_in_rule__Import__Group__1__Impl3864 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__LanguageDef__Group__0__Impl_in_rule__LanguageDef__Group__03898 = new BitSet(new long[]{0x0000000000080000L});
- public static final BitSet FOLLOW_rule__LanguageDef__Group__1_in_rule__LanguageDef__Group__03901 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__LanguageDef__NameAssignment_0_in_rule__LanguageDef__Group__0__Impl3928 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__LanguageDef__Group__1__Impl_in_rule__LanguageDef__Group__13958 = new BitSet(new long[]{0x0000000004000000L});
- public static final BitSet FOLLOW_rule__LanguageDef__Group__2_in_rule__LanguageDef__Group__13961 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_19_in_rule__LanguageDef__Group__1__Impl3989 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__LanguageDef__Group__2__Impl_in_rule__LanguageDef__Group__24020 = new BitSet(new long[]{0x0000001000000000L});
- public static final BitSet FOLLOW_rule__LanguageDef__Group__3_in_rule__LanguageDef__Group__24023 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__LanguageDef__ParitioningAssignment_2_in_rule__LanguageDef__Group__2__Impl4050 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__LanguageDef__Group__3__Impl_in_rule__LanguageDef__Group__34080 = new BitSet(new long[]{0x0000000000300000L});
- public static final BitSet FOLLOW_rule__LanguageDef__Group__4_in_rule__LanguageDef__Group__34083 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__LanguageDef__LexicalHighlightingAssignment_3_in_rule__LanguageDef__Group__3__Impl4110 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__LanguageDef__Group__4__Impl_in_rule__LanguageDef__Group__44140 = new BitSet(new long[]{0x0000000000300000L});
- public static final BitSet FOLLOW_rule__LanguageDef__Group__5_in_rule__LanguageDef__Group__44143 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__LanguageDef__IntegrationAssignment_4_in_rule__LanguageDef__Group__4__Impl4170 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__LanguageDef__Group__5__Impl_in_rule__LanguageDef__Group__54201 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_20_in_rule__LanguageDef__Group__5__Impl4229 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Integration__Group__0__Impl_in_rule__Integration__Group__04272 = new BitSet(new long[]{0x0000000000080000L});
- public static final BitSet FOLLOW_rule__Integration__Group__1_in_rule__Integration__Group__04275 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_21_in_rule__Integration__Group__0__Impl4303 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Integration__Group__1__Impl_in_rule__Integration__Group__14334 = new BitSet(new long[]{0x0000000000400000L});
- public static final BitSet FOLLOW_rule__Integration__Group__2_in_rule__Integration__Group__14337 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_19_in_rule__Integration__Group__1__Impl4365 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Integration__Group__2__Impl_in_rule__Integration__Group__24396 = new BitSet(new long[]{0x0000000000100000L});
- public static final BitSet FOLLOW_rule__Integration__Group__3_in_rule__Integration__Group__24399 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Integration__CodeIntegrationListAssignment_2_in_rule__Integration__Group__2__Impl4428 = new BitSet(new long[]{0x0000000000400002L});
- public static final BitSet FOLLOW_rule__Integration__CodeIntegrationListAssignment_2_in_rule__Integration__Group__2__Impl4440 = new BitSet(new long[]{0x0000000000400002L});
- public static final BitSet FOLLOW_rule__Integration__Group__3__Impl_in_rule__Integration__Group__34473 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_20_in_rule__Integration__Group__3__Impl4501 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__JavaFXIntegration__Group__0__Impl_in_rule__JavaFXIntegration__Group__04540 = new BitSet(new long[]{0x0000000000080000L});
- public static final BitSet FOLLOW_rule__JavaFXIntegration__Group__1_in_rule__JavaFXIntegration__Group__04543 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_22_in_rule__JavaFXIntegration__Group__0__Impl4571 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__JavaFXIntegration__Group__1__Impl_in_rule__JavaFXIntegration__Group__14602 = new BitSet(new long[]{0x0000000001800000L});
- public static final BitSet FOLLOW_rule__JavaFXIntegration__Group__2_in_rule__JavaFXIntegration__Group__14605 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_19_in_rule__JavaFXIntegration__Group__1__Impl4633 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__JavaFXIntegration__Group__2__Impl_in_rule__JavaFXIntegration__Group__24664 = new BitSet(new long[]{0x0000000000100000L});
- public static final BitSet FOLLOW_rule__JavaFXIntegration__Group__3_in_rule__JavaFXIntegration__Group__24667 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__JavaFXIntegration__CodegenerationListAssignment_2_in_rule__JavaFXIntegration__Group__2__Impl4696 = new BitSet(new long[]{0x0000000001800002L});
- public static final BitSet FOLLOW_rule__JavaFXIntegration__CodegenerationListAssignment_2_in_rule__JavaFXIntegration__Group__2__Impl4708 = new BitSet(new long[]{0x0000000001800002L});
- public static final BitSet FOLLOW_rule__JavaFXIntegration__Group__3__Impl_in_rule__JavaFXIntegration__Group__34741 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_20_in_rule__JavaFXIntegration__Group__3__Impl4769 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__JavaCodeGeneration__Group__0__Impl_in_rule__JavaCodeGeneration__Group__04808 = new BitSet(new long[]{0x0000000000000020L});
- public static final BitSet FOLLOW_rule__JavaCodeGeneration__Group__1_in_rule__JavaCodeGeneration__Group__04811 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_23_in_rule__JavaCodeGeneration__Group__0__Impl4839 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__JavaCodeGeneration__Group__1__Impl_in_rule__JavaCodeGeneration__Group__14870 = new BitSet(new long[]{0x0000000000080000L});
- public static final BitSet FOLLOW_rule__JavaCodeGeneration__Group__2_in_rule__JavaCodeGeneration__Group__14873 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__JavaCodeGeneration__NameAssignment_1_in_rule__JavaCodeGeneration__Group__1__Impl4900 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__JavaCodeGeneration__Group__2__Impl_in_rule__JavaCodeGeneration__Group__24930 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__JavaCodeGeneration__Group_2__0_in_rule__JavaCodeGeneration__Group__2__Impl4957 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__JavaCodeGeneration__Group_2__0__Impl_in_rule__JavaCodeGeneration__Group_2__04994 = new BitSet(new long[]{0x0000000000000010L});
- public static final BitSet FOLLOW_rule__JavaCodeGeneration__Group_2__1_in_rule__JavaCodeGeneration__Group_2__04997 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_19_in_rule__JavaCodeGeneration__Group_2__0__Impl5025 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__JavaCodeGeneration__Group_2__1__Impl_in_rule__JavaCodeGeneration__Group_2__15056 = new BitSet(new long[]{0x0000000000100000L});
- public static final BitSet FOLLOW_rule__JavaCodeGeneration__Group_2__2_in_rule__JavaCodeGeneration__Group_2__15059 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__JavaCodeGeneration__ConfigValueAssignment_2_1_in_rule__JavaCodeGeneration__Group_2__1__Impl5088 = new BitSet(new long[]{0x0000000000000012L});
- public static final BitSet FOLLOW_rule__JavaCodeGeneration__ConfigValueAssignment_2_1_in_rule__JavaCodeGeneration__Group_2__1__Impl5100 = new BitSet(new long[]{0x0000000000000012L});
- public static final BitSet FOLLOW_rule__JavaCodeGeneration__Group_2__2__Impl_in_rule__JavaCodeGeneration__Group_2__25133 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_20_in_rule__JavaCodeGeneration__Group_2__2__Impl5161 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__E4CodeGeneration__Group__0__Impl_in_rule__E4CodeGeneration__Group__05198 = new BitSet(new long[]{0x0000000000000020L});
- public static final BitSet FOLLOW_rule__E4CodeGeneration__Group__1_in_rule__E4CodeGeneration__Group__05201 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_24_in_rule__E4CodeGeneration__Group__0__Impl5229 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__E4CodeGeneration__Group__1__Impl_in_rule__E4CodeGeneration__Group__15260 = new BitSet(new long[]{0x0000000000080000L});
- public static final BitSet FOLLOW_rule__E4CodeGeneration__Group__2_in_rule__E4CodeGeneration__Group__15263 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__E4CodeGeneration__NameAssignment_1_in_rule__E4CodeGeneration__Group__1__Impl5290 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__E4CodeGeneration__Group__2__Impl_in_rule__E4CodeGeneration__Group__25320 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__E4CodeGeneration__Group_2__0_in_rule__E4CodeGeneration__Group__2__Impl5347 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__E4CodeGeneration__Group_2__0__Impl_in_rule__E4CodeGeneration__Group_2__05384 = new BitSet(new long[]{0x0000000000000010L});
- public static final BitSet FOLLOW_rule__E4CodeGeneration__Group_2__1_in_rule__E4CodeGeneration__Group_2__05387 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_19_in_rule__E4CodeGeneration__Group_2__0__Impl5415 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__E4CodeGeneration__Group_2__1__Impl_in_rule__E4CodeGeneration__Group_2__15446 = new BitSet(new long[]{0x0000000000100000L});
- public static final BitSet FOLLOW_rule__E4CodeGeneration__Group_2__2_in_rule__E4CodeGeneration__Group_2__15449 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__E4CodeGeneration__ConfigValueAssignment_2_1_in_rule__E4CodeGeneration__Group_2__1__Impl5478 = new BitSet(new long[]{0x0000000000000012L});
- public static final BitSet FOLLOW_rule__E4CodeGeneration__ConfigValueAssignment_2_1_in_rule__E4CodeGeneration__Group_2__1__Impl5490 = new BitSet(new long[]{0x0000000000000012L});
- public static final BitSet FOLLOW_rule__E4CodeGeneration__Group_2__2__Impl_in_rule__E4CodeGeneration__Group_2__25523 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_20_in_rule__E4CodeGeneration__Group_2__2__Impl5551 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ConfigValue__Group__0__Impl_in_rule__ConfigValue__Group__05588 = new BitSet(new long[]{0x0000000002000000L});
- public static final BitSet FOLLOW_rule__ConfigValue__Group__1_in_rule__ConfigValue__Group__05591 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ConfigValue__KeyAssignment_0_in_rule__ConfigValue__Group__0__Impl5618 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ConfigValue__Group__1__Impl_in_rule__ConfigValue__Group__15648 = new BitSet(new long[]{0x0000000000080020L});
- public static final BitSet FOLLOW_rule__ConfigValue__Group__2_in_rule__ConfigValue__Group__15651 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_25_in_rule__ConfigValue__Group__1__Impl5679 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ConfigValue__Group__2__Impl_in_rule__ConfigValue__Group__25710 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ConfigValue__Alternatives_2_in_rule__ConfigValue__Group__2__Impl5737 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ConfigValue__Group_2_1__0__Impl_in_rule__ConfigValue__Group_2_1__05773 = new BitSet(new long[]{0x0000000000000010L});
- public static final BitSet FOLLOW_rule__ConfigValue__Group_2_1__1_in_rule__ConfigValue__Group_2_1__05776 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_19_in_rule__ConfigValue__Group_2_1__0__Impl5804 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ConfigValue__Group_2_1__1__Impl_in_rule__ConfigValue__Group_2_1__15835 = new BitSet(new long[]{0x0000000000100000L});
- public static final BitSet FOLLOW_rule__ConfigValue__Group_2_1__2_in_rule__ConfigValue__Group_2_1__15838 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ConfigValue__ChildrenAssignment_2_1_1_in_rule__ConfigValue__Group_2_1__1__Impl5867 = new BitSet(new long[]{0x0000000000000012L});
- public static final BitSet FOLLOW_rule__ConfigValue__ChildrenAssignment_2_1_1_in_rule__ConfigValue__Group_2_1__1__Impl5879 = new BitSet(new long[]{0x0000000000000012L});
- public static final BitSet FOLLOW_rule__ConfigValue__Group_2_1__2__Impl_in_rule__ConfigValue__Group_2_1__25912 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_20_in_rule__ConfigValue__Group_2_1__2__Impl5940 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Paritioning__Group__0__Impl_in_rule__Paritioning__Group__05977 = new BitSet(new long[]{0x0000000000080000L});
- public static final BitSet FOLLOW_rule__Paritioning__Group__1_in_rule__Paritioning__Group__05980 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_26_in_rule__Paritioning__Group__0__Impl6008 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Paritioning__Group__1__Impl_in_rule__Paritioning__Group__16039 = new BitSet(new long[]{0x0000000008000000L});
- public static final BitSet FOLLOW_rule__Paritioning__Group__2_in_rule__Paritioning__Group__16042 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_19_in_rule__Paritioning__Group__1__Impl6070 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Paritioning__Group__2__Impl_in_rule__Paritioning__Group__26101 = new BitSet(new long[]{0x0000000030000000L});
- public static final BitSet FOLLOW_rule__Paritioning__Group__3_in_rule__Paritioning__Group__26104 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Paritioning__PartitionsAssignment_2_in_rule__Paritioning__Group__2__Impl6133 = new BitSet(new long[]{0x0000000008000002L});
- public static final BitSet FOLLOW_rule__Paritioning__PartitionsAssignment_2_in_rule__Paritioning__Group__2__Impl6145 = new BitSet(new long[]{0x0000000008000002L});
- public static final BitSet FOLLOW_rule__Paritioning__Group__3__Impl_in_rule__Paritioning__Group__36178 = new BitSet(new long[]{0x0000000000100000L});
- public static final BitSet FOLLOW_rule__Paritioning__Group__4_in_rule__Paritioning__Group__36181 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Paritioning__PartitionerAssignment_3_in_rule__Paritioning__Group__3__Impl6208 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Paritioning__Group__4__Impl_in_rule__Paritioning__Group__46238 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_20_in_rule__Paritioning__Group__4__Impl6266 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partition__Group__0__Impl_in_rule__Partition__Group__06307 = new BitSet(new long[]{0x0000000000000010L});
- public static final BitSet FOLLOW_rule__Partition__Group__1_in_rule__Partition__Group__06310 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_27_in_rule__Partition__Group__0__Impl6338 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partition__Group__1__Impl_in_rule__Partition__Group__16369 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partition__NameAssignment_1_in_rule__Partition__Group__1__Impl6396 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Paritioner_JS__Group__0__Impl_in_rule__Paritioner_JS__Group__06430 = new BitSet(new long[]{0x0000000000000020L});
- public static final BitSet FOLLOW_rule__Paritioner_JS__Group__1_in_rule__Paritioner_JS__Group__06433 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_28_in_rule__Paritioner_JS__Group__0__Impl6461 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Paritioner_JS__Group__1__Impl_in_rule__Paritioner_JS__Group__16492 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Paritioner_JS__ScriptURIAssignment_1_in_rule__Paritioner_JS__Group__1__Impl6519 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partitioner_Rule__Group__0__Impl_in_rule__Partitioner_Rule__Group__06553 = new BitSet(new long[]{0x0000000000080000L});
- public static final BitSet FOLLOW_rule__Partitioner_Rule__Group__1_in_rule__Partitioner_Rule__Group__06556 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_29_in_rule__Partitioner_Rule__Group__0__Impl6584 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partitioner_Rule__Group__1__Impl_in_rule__Partitioner_Rule__Group__16615 = new BitSet(new long[]{0x0000000840000000L});
- public static final BitSet FOLLOW_rule__Partitioner_Rule__Group__2_in_rule__Partitioner_Rule__Group__16618 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_19_in_rule__Partitioner_Rule__Group__1__Impl6646 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partitioner_Rule__Group__2__Impl_in_rule__Partitioner_Rule__Group__26677 = new BitSet(new long[]{0x0000000000100000L});
- public static final BitSet FOLLOW_rule__Partitioner_Rule__Group__3_in_rule__Partitioner_Rule__Group__26680 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partitioner_Rule__RuleListAssignment_2_in_rule__Partitioner_Rule__Group__2__Impl6709 = new BitSet(new long[]{0x0000000840000002L});
- public static final BitSet FOLLOW_rule__Partitioner_Rule__RuleListAssignment_2_in_rule__Partitioner_Rule__Group__2__Impl6721 = new BitSet(new long[]{0x0000000840000002L});
- public static final BitSet FOLLOW_rule__Partitioner_Rule__Group__3__Impl_in_rule__Partitioner_Rule__Group__36754 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_20_in_rule__Partitioner_Rule__Group__3__Impl6782 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partition_SingleLineRule__Group__0__Impl_in_rule__Partition_SingleLineRule__Group__06821 = new BitSet(new long[]{0x0000000000000010L});
- public static final BitSet FOLLOW_rule__Partition_SingleLineRule__Group__1_in_rule__Partition_SingleLineRule__Group__06824 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_30_in_rule__Partition_SingleLineRule__Group__0__Impl6852 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partition_SingleLineRule__Group__1__Impl_in_rule__Partition_SingleLineRule__Group__16883 = new BitSet(new long[]{0x0000000000000020L});
- public static final BitSet FOLLOW_rule__Partition_SingleLineRule__Group__2_in_rule__Partition_SingleLineRule__Group__16886 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partition_SingleLineRule__ParitionAssignment_1_in_rule__Partition_SingleLineRule__Group__1__Impl6913 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partition_SingleLineRule__Group__2__Impl_in_rule__Partition_SingleLineRule__Group__26943 = new BitSet(new long[]{0x0000000380000000L});
- public static final BitSet FOLLOW_rule__Partition_SingleLineRule__Group__3_in_rule__Partition_SingleLineRule__Group__26946 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partition_SingleLineRule__StartSeqAssignment_2_in_rule__Partition_SingleLineRule__Group__2__Impl6973 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partition_SingleLineRule__Group__3__Impl_in_rule__Partition_SingleLineRule__Group__37003 = new BitSet(new long[]{0x0000000380000000L});
- public static final BitSet FOLLOW_rule__Partition_SingleLineRule__Group__4_in_rule__Partition_SingleLineRule__Group__37006 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partition_SingleLineRule__Group_3__0_in_rule__Partition_SingleLineRule__Group__3__Impl7033 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partition_SingleLineRule__Group__4__Impl_in_rule__Partition_SingleLineRule__Group__47064 = new BitSet(new long[]{0x0000000380000000L});
- public static final BitSet FOLLOW_rule__Partition_SingleLineRule__Group__5_in_rule__Partition_SingleLineRule__Group__47067 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partition_SingleLineRule__Group_4__0_in_rule__Partition_SingleLineRule__Group__4__Impl7094 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partition_SingleLineRule__Group__5__Impl_in_rule__Partition_SingleLineRule__Group__57125 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partition_SingleLineRule__Group_5__0_in_rule__Partition_SingleLineRule__Group__5__Impl7152 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partition_SingleLineRule__Group_3__0__Impl_in_rule__Partition_SingleLineRule__Group_3__07195 = new BitSet(new long[]{0x0000180000000000L});
- public static final BitSet FOLLOW_rule__Partition_SingleLineRule__Group_3__1_in_rule__Partition_SingleLineRule__Group_3__07198 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_31_in_rule__Partition_SingleLineRule__Group_3__0__Impl7226 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partition_SingleLineRule__Group_3__1__Impl_in_rule__Partition_SingleLineRule__Group_3__17257 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partition_SingleLineRule__CheckAssignment_3_1_in_rule__Partition_SingleLineRule__Group_3__1__Impl7284 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partition_SingleLineRule__Group_4__0__Impl_in_rule__Partition_SingleLineRule__Group_4__07318 = new BitSet(new long[]{0x0000000000000020L});
- public static final BitSet FOLLOW_rule__Partition_SingleLineRule__Group_4__1_in_rule__Partition_SingleLineRule__Group_4__07321 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_32_in_rule__Partition_SingleLineRule__Group_4__0__Impl7349 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partition_SingleLineRule__Group_4__1__Impl_in_rule__Partition_SingleLineRule__Group_4__17380 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partition_SingleLineRule__EndSeqAssignment_4_1_in_rule__Partition_SingleLineRule__Group_4__1__Impl7407 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partition_SingleLineRule__Group_5__0__Impl_in_rule__Partition_SingleLineRule__Group_5__07442 = new BitSet(new long[]{0x0000000400000000L});
- public static final BitSet FOLLOW_rule__Partition_SingleLineRule__Group_5__1_in_rule__Partition_SingleLineRule__Group_5__07445 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_33_in_rule__Partition_SingleLineRule__Group_5__0__Impl7473 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partition_SingleLineRule__Group_5__1__Impl_in_rule__Partition_SingleLineRule__Group_5__17504 = new BitSet(new long[]{0x0000000000000020L});
- public static final BitSet FOLLOW_rule__Partition_SingleLineRule__Group_5__2_in_rule__Partition_SingleLineRule__Group_5__17507 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_34_in_rule__Partition_SingleLineRule__Group_5__1__Impl7535 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partition_SingleLineRule__Group_5__2__Impl_in_rule__Partition_SingleLineRule__Group_5__27566 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partition_SingleLineRule__EscapeSeqAssignment_5_2_in_rule__Partition_SingleLineRule__Group_5__2__Impl7593 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partition_MultiLineRule__Group__0__Impl_in_rule__Partition_MultiLineRule__Group__07629 = new BitSet(new long[]{0x0000000000000010L});
- public static final BitSet FOLLOW_rule__Partition_MultiLineRule__Group__1_in_rule__Partition_MultiLineRule__Group__07632 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_35_in_rule__Partition_MultiLineRule__Group__0__Impl7660 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partition_MultiLineRule__Group__1__Impl_in_rule__Partition_MultiLineRule__Group__17691 = new BitSet(new long[]{0x0000000000000020L});
- public static final BitSet FOLLOW_rule__Partition_MultiLineRule__Group__2_in_rule__Partition_MultiLineRule__Group__17694 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partition_MultiLineRule__ParitionAssignment_1_in_rule__Partition_MultiLineRule__Group__1__Impl7721 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partition_MultiLineRule__Group__2__Impl_in_rule__Partition_MultiLineRule__Group__27751 = new BitSet(new long[]{0x0000000180000000L});
- public static final BitSet FOLLOW_rule__Partition_MultiLineRule__Group__3_in_rule__Partition_MultiLineRule__Group__27754 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partition_MultiLineRule__StartSeqAssignment_2_in_rule__Partition_MultiLineRule__Group__2__Impl7781 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partition_MultiLineRule__Group__3__Impl_in_rule__Partition_MultiLineRule__Group__37811 = new BitSet(new long[]{0x0000000180000000L});
- public static final BitSet FOLLOW_rule__Partition_MultiLineRule__Group__4_in_rule__Partition_MultiLineRule__Group__37814 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partition_MultiLineRule__Group_3__0_in_rule__Partition_MultiLineRule__Group__3__Impl7841 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partition_MultiLineRule__Group__4__Impl_in_rule__Partition_MultiLineRule__Group__47872 = new BitSet(new long[]{0x0000000000000020L});
- public static final BitSet FOLLOW_rule__Partition_MultiLineRule__Group__5_in_rule__Partition_MultiLineRule__Group__47875 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_32_in_rule__Partition_MultiLineRule__Group__4__Impl7903 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partition_MultiLineRule__Group__5__Impl_in_rule__Partition_MultiLineRule__Group__57934 = new BitSet(new long[]{0x0000000200000000L});
- public static final BitSet FOLLOW_rule__Partition_MultiLineRule__Group__6_in_rule__Partition_MultiLineRule__Group__57937 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partition_MultiLineRule__EndSeqAssignment_5_in_rule__Partition_MultiLineRule__Group__5__Impl7964 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partition_MultiLineRule__Group__6__Impl_in_rule__Partition_MultiLineRule__Group__67994 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partition_MultiLineRule__Group_6__0_in_rule__Partition_MultiLineRule__Group__6__Impl8021 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partition_MultiLineRule__Group_3__0__Impl_in_rule__Partition_MultiLineRule__Group_3__08066 = new BitSet(new long[]{0x0000180000000000L});
- public static final BitSet FOLLOW_rule__Partition_MultiLineRule__Group_3__1_in_rule__Partition_MultiLineRule__Group_3__08069 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_31_in_rule__Partition_MultiLineRule__Group_3__0__Impl8097 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partition_MultiLineRule__Group_3__1__Impl_in_rule__Partition_MultiLineRule__Group_3__18128 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partition_MultiLineRule__CheckAssignment_3_1_in_rule__Partition_MultiLineRule__Group_3__1__Impl8155 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partition_MultiLineRule__Group_6__0__Impl_in_rule__Partition_MultiLineRule__Group_6__08189 = new BitSet(new long[]{0x0000000400000000L});
- public static final BitSet FOLLOW_rule__Partition_MultiLineRule__Group_6__1_in_rule__Partition_MultiLineRule__Group_6__08192 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_33_in_rule__Partition_MultiLineRule__Group_6__0__Impl8220 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partition_MultiLineRule__Group_6__1__Impl_in_rule__Partition_MultiLineRule__Group_6__18251 = new BitSet(new long[]{0x0000000000000020L});
- public static final BitSet FOLLOW_rule__Partition_MultiLineRule__Group_6__2_in_rule__Partition_MultiLineRule__Group_6__18254 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_34_in_rule__Partition_MultiLineRule__Group_6__1__Impl8282 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partition_MultiLineRule__Group_6__2__Impl_in_rule__Partition_MultiLineRule__Group_6__28313 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Partition_MultiLineRule__EscapeSeqAssignment_6_2_in_rule__Partition_MultiLineRule__Group_6__2__Impl8340 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__LexicalHighlighting__Group__0__Impl_in_rule__LexicalHighlighting__Group__08376 = new BitSet(new long[]{0x0000000000080000L});
- public static final BitSet FOLLOW_rule__LexicalHighlighting__Group__1_in_rule__LexicalHighlighting__Group__08379 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_36_in_rule__LexicalHighlighting__Group__0__Impl8407 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__LexicalHighlighting__Group__1__Impl_in_rule__LexicalHighlighting__Group__18438 = new BitSet(new long[]{0x0000000030000000L});
- public static final BitSet FOLLOW_rule__LexicalHighlighting__Group__2_in_rule__LexicalHighlighting__Group__18441 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_19_in_rule__LexicalHighlighting__Group__1__Impl8469 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__LexicalHighlighting__Group__2__Impl_in_rule__LexicalHighlighting__Group__28500 = new BitSet(new long[]{0x0000000000100000L});
- public static final BitSet FOLLOW_rule__LexicalHighlighting__Group__3_in_rule__LexicalHighlighting__Group__28503 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__LexicalHighlighting__ListAssignment_2_in_rule__LexicalHighlighting__Group__2__Impl8532 = new BitSet(new long[]{0x0000000030000002L});
- public static final BitSet FOLLOW_rule__LexicalHighlighting__ListAssignment_2_in_rule__LexicalHighlighting__Group__2__Impl8544 = new BitSet(new long[]{0x0000000030000002L});
- public static final BitSet FOLLOW_rule__LexicalHighlighting__Group__3__Impl_in_rule__LexicalHighlighting__Group__38577 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_20_in_rule__LexicalHighlighting__Group__3__Impl8605 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__LexicalPartitionHighlighting_JS__Group__0__Impl_in_rule__LexicalPartitionHighlighting_JS__Group__08644 = new BitSet(new long[]{0x0000000000000010L});
- public static final BitSet FOLLOW_rule__LexicalPartitionHighlighting_JS__Group__1_in_rule__LexicalPartitionHighlighting_JS__Group__08647 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_28_in_rule__LexicalPartitionHighlighting_JS__Group__0__Impl8675 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__LexicalPartitionHighlighting_JS__Group__1__Impl_in_rule__LexicalPartitionHighlighting_JS__Group__18706 = new BitSet(new long[]{0x0000000000000020L});
- public static final BitSet FOLLOW_rule__LexicalPartitionHighlighting_JS__Group__2_in_rule__LexicalPartitionHighlighting_JS__Group__18709 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__LexicalPartitionHighlighting_JS__PartitionAssignment_1_in_rule__LexicalPartitionHighlighting_JS__Group__1__Impl8736 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__LexicalPartitionHighlighting_JS__Group__2__Impl_in_rule__LexicalPartitionHighlighting_JS__Group__28766 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__LexicalPartitionHighlighting_JS__ScriptURIAssignment_2_in_rule__LexicalPartitionHighlighting_JS__Group__2__Impl8793 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__LexicalPartitionHighlighting_Rule__Group__0__Impl_in_rule__LexicalPartitionHighlighting_Rule__Group__08829 = new BitSet(new long[]{0x0000000000000010L});
- public static final BitSet FOLLOW_rule__LexicalPartitionHighlighting_Rule__Group__1_in_rule__LexicalPartitionHighlighting_Rule__Group__08832 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_29_in_rule__LexicalPartitionHighlighting_Rule__Group__0__Impl8860 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__LexicalPartitionHighlighting_Rule__Group__1__Impl_in_rule__LexicalPartitionHighlighting_Rule__Group__18891 = new BitSet(new long[]{0x0000200000080000L});
- public static final BitSet FOLLOW_rule__LexicalPartitionHighlighting_Rule__Group__2_in_rule__LexicalPartitionHighlighting_Rule__Group__18894 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__LexicalPartitionHighlighting_Rule__PartitionAssignment_1_in_rule__LexicalPartitionHighlighting_Rule__Group__1__Impl8921 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__LexicalPartitionHighlighting_Rule__Group__2__Impl_in_rule__LexicalPartitionHighlighting_Rule__Group__28951 = new BitSet(new long[]{0x0000200000080000L});
- public static final BitSet FOLLOW_rule__LexicalPartitionHighlighting_Rule__Group__3_in_rule__LexicalPartitionHighlighting_Rule__Group__28954 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__LexicalPartitionHighlighting_Rule__WhitespaceAssignment_2_in_rule__LexicalPartitionHighlighting_Rule__Group__2__Impl8981 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__LexicalPartitionHighlighting_Rule__Group__3__Impl_in_rule__LexicalPartitionHighlighting_Rule__Group__39012 = new BitSet(new long[]{0x0000400000000010L});
- public static final BitSet FOLLOW_rule__LexicalPartitionHighlighting_Rule__Group__4_in_rule__LexicalPartitionHighlighting_Rule__Group__39015 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_19_in_rule__LexicalPartitionHighlighting_Rule__Group__3__Impl9043 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__LexicalPartitionHighlighting_Rule__Group__4__Impl_in_rule__LexicalPartitionHighlighting_Rule__Group__49074 = new BitSet(new long[]{0x0000000000100000L});
- public static final BitSet FOLLOW_rule__LexicalPartitionHighlighting_Rule__Group__5_in_rule__LexicalPartitionHighlighting_Rule__Group__49077 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__LexicalPartitionHighlighting_Rule__TokenListAssignment_4_in_rule__LexicalPartitionHighlighting_Rule__Group__4__Impl9106 = new BitSet(new long[]{0x0000400000000012L});
- public static final BitSet FOLLOW_rule__LexicalPartitionHighlighting_Rule__TokenListAssignment_4_in_rule__LexicalPartitionHighlighting_Rule__Group__4__Impl9118 = new BitSet(new long[]{0x0000400000000012L});
- public static final BitSet FOLLOW_rule__LexicalPartitionHighlighting_Rule__Group__5__Impl_in_rule__LexicalPartitionHighlighting_Rule__Group__59151 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_20_in_rule__LexicalPartitionHighlighting_Rule__Group__5__Impl9179 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Token__Group__0__Impl_in_rule__Token__Group__09222 = new BitSet(new long[]{0x0000400000000010L});
- public static final BitSet FOLLOW_rule__Token__Group__1_in_rule__Token__Group__09225 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Token__DefaultAssignment_0_in_rule__Token__Group__0__Impl9252 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Token__Group__1__Impl_in_rule__Token__Group__19283 = new BitSet(new long[]{0x0000000000080000L});
- public static final BitSet FOLLOW_rule__Token__Group__2_in_rule__Token__Group__19286 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Token__NameAssignment_1_in_rule__Token__Group__1__Impl9313 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Token__Group__2__Impl_in_rule__Token__Group__29343 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Token__Group_2__0_in_rule__Token__Group__2__Impl9370 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Token__Group_2__0__Impl_in_rule__Token__Group_2__09407 = new BitSet(new long[]{0x0000052850000000L});
- public static final BitSet FOLLOW_rule__Token__Group_2__1_in_rule__Token__Group_2__09410 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_19_in_rule__Token__Group_2__0__Impl9438 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Token__Group_2__1__Impl_in_rule__Token__Group_2__19469 = new BitSet(new long[]{0x0000000000100000L});
- public static final BitSet FOLLOW_rule__Token__Group_2__2_in_rule__Token__Group_2__19472 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Token__ScannerListAssignment_2_1_in_rule__Token__Group_2__1__Impl9501 = new BitSet(new long[]{0x0000052850000002L});
- public static final BitSet FOLLOW_rule__Token__ScannerListAssignment_2_1_in_rule__Token__Group_2__1__Impl9513 = new BitSet(new long[]{0x0000052850000002L});
- public static final BitSet FOLLOW_rule__Token__Group_2__2__Impl_in_rule__Token__Group_2__29546 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_20_in_rule__Token__Group_2__2__Impl9574 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_Keyword__Group__0__Impl_in_rule__Scanner_Keyword__Group__09611 = new BitSet(new long[]{0x0000000000001000L});
- public static final BitSet FOLLOW_rule__Scanner_Keyword__Group__1_in_rule__Scanner_Keyword__Group__09614 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_37_in_rule__Scanner_Keyword__Group__0__Impl9642 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_Keyword__Group__1__Impl_in_rule__Scanner_Keyword__Group__19673 = new BitSet(new long[]{0x0000000000000020L});
- public static final BitSet FOLLOW_rule__Scanner_Keyword__Group__2_in_rule__Scanner_Keyword__Group__19676 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_12_in_rule__Scanner_Keyword__Group__1__Impl9704 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_Keyword__Group__2__Impl_in_rule__Scanner_Keyword__Group__29735 = new BitSet(new long[]{0x0000004000004000L});
- public static final BitSet FOLLOW_rule__Scanner_Keyword__Group__3_in_rule__Scanner_Keyword__Group__29738 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_Keyword__KeywordsAssignment_2_in_rule__Scanner_Keyword__Group__2__Impl9765 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_Keyword__Group__3__Impl_in_rule__Scanner_Keyword__Group__39795 = new BitSet(new long[]{0x0000004000004000L});
- public static final BitSet FOLLOW_rule__Scanner_Keyword__Group__4_in_rule__Scanner_Keyword__Group__39798 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_Keyword__Group_3__0_in_rule__Scanner_Keyword__Group__3__Impl9825 = new BitSet(new long[]{0x0000004000000002L});
- public static final BitSet FOLLOW_rule__Scanner_Keyword__Group__4__Impl_in_rule__Scanner_Keyword__Group__49856 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_14_in_rule__Scanner_Keyword__Group__4__Impl9884 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_Keyword__Group_3__0__Impl_in_rule__Scanner_Keyword__Group_3__09925 = new BitSet(new long[]{0x0000000000000020L});
- public static final BitSet FOLLOW_rule__Scanner_Keyword__Group_3__1_in_rule__Scanner_Keyword__Group_3__09928 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_38_in_rule__Scanner_Keyword__Group_3__0__Impl9956 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_Keyword__Group_3__1__Impl_in_rule__Scanner_Keyword__Group_3__19987 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_Keyword__KeywordsAssignment_3_1_in_rule__Scanner_Keyword__Group_3__1__Impl10014 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Keyword__Group__0__Impl_in_rule__Keyword__Group__010048 = new BitSet(new long[]{0x0000008000000000L});
- public static final BitSet FOLLOW_rule__Keyword__Group__1_in_rule__Keyword__Group__010051 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Keyword__NameAssignment_0_in_rule__Keyword__Group__0__Impl10078 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Keyword__Group__1__Impl_in_rule__Keyword__Group__110108 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Keyword__Group_1__0_in_rule__Keyword__Group__1__Impl10135 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Keyword__Group_1__0__Impl_in_rule__Keyword__Group_1__010170 = new BitSet(new long[]{0x0000000000000020L});
- public static final BitSet FOLLOW_rule__Keyword__Group_1__1_in_rule__Keyword__Group_1__010173 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_39_in_rule__Keyword__Group_1__0__Impl10201 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Keyword__Group_1__1__Impl_in_rule__Keyword__Group_1__110232 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Keyword__VersionAssignment_1_1_in_rule__Keyword__Group_1__1__Impl10259 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_SingleLineRule__Group__0__Impl_in_rule__Scanner_SingleLineRule__Group__010293 = new BitSet(new long[]{0x0000000000000020L});
- public static final BitSet FOLLOW_rule__Scanner_SingleLineRule__Group__1_in_rule__Scanner_SingleLineRule__Group__010296 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_30_in_rule__Scanner_SingleLineRule__Group__0__Impl10324 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_SingleLineRule__Group__1__Impl_in_rule__Scanner_SingleLineRule__Group__110355 = new BitSet(new long[]{0x0000000380000000L});
- public static final BitSet FOLLOW_rule__Scanner_SingleLineRule__Group__2_in_rule__Scanner_SingleLineRule__Group__110358 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_SingleLineRule__StartSeqAssignment_1_in_rule__Scanner_SingleLineRule__Group__1__Impl10385 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_SingleLineRule__Group__2__Impl_in_rule__Scanner_SingleLineRule__Group__210415 = new BitSet(new long[]{0x0000000380000000L});
- public static final BitSet FOLLOW_rule__Scanner_SingleLineRule__Group__3_in_rule__Scanner_SingleLineRule__Group__210418 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_SingleLineRule__Group_2__0_in_rule__Scanner_SingleLineRule__Group__2__Impl10445 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_SingleLineRule__Group__3__Impl_in_rule__Scanner_SingleLineRule__Group__310476 = new BitSet(new long[]{0x0000000380000000L});
- public static final BitSet FOLLOW_rule__Scanner_SingleLineRule__Group__4_in_rule__Scanner_SingleLineRule__Group__310479 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_SingleLineRule__Group_3__0_in_rule__Scanner_SingleLineRule__Group__3__Impl10506 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_SingleLineRule__Group__4__Impl_in_rule__Scanner_SingleLineRule__Group__410537 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_SingleLineRule__Group_4__0_in_rule__Scanner_SingleLineRule__Group__4__Impl10564 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_SingleLineRule__Group_2__0__Impl_in_rule__Scanner_SingleLineRule__Group_2__010605 = new BitSet(new long[]{0x0000180000000000L});
- public static final BitSet FOLLOW_rule__Scanner_SingleLineRule__Group_2__1_in_rule__Scanner_SingleLineRule__Group_2__010608 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_31_in_rule__Scanner_SingleLineRule__Group_2__0__Impl10636 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_SingleLineRule__Group_2__1__Impl_in_rule__Scanner_SingleLineRule__Group_2__110667 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_SingleLineRule__CheckAssignment_2_1_in_rule__Scanner_SingleLineRule__Group_2__1__Impl10694 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_SingleLineRule__Group_3__0__Impl_in_rule__Scanner_SingleLineRule__Group_3__010728 = new BitSet(new long[]{0x0000000000000020L});
- public static final BitSet FOLLOW_rule__Scanner_SingleLineRule__Group_3__1_in_rule__Scanner_SingleLineRule__Group_3__010731 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_32_in_rule__Scanner_SingleLineRule__Group_3__0__Impl10759 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_SingleLineRule__Group_3__1__Impl_in_rule__Scanner_SingleLineRule__Group_3__110790 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_SingleLineRule__EndSeqAssignment_3_1_in_rule__Scanner_SingleLineRule__Group_3__1__Impl10817 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_SingleLineRule__Group_4__0__Impl_in_rule__Scanner_SingleLineRule__Group_4__010852 = new BitSet(new long[]{0x0000000400000000L});
- public static final BitSet FOLLOW_rule__Scanner_SingleLineRule__Group_4__1_in_rule__Scanner_SingleLineRule__Group_4__010855 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_33_in_rule__Scanner_SingleLineRule__Group_4__0__Impl10883 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_SingleLineRule__Group_4__1__Impl_in_rule__Scanner_SingleLineRule__Group_4__110914 = new BitSet(new long[]{0x0000000000000020L});
- public static final BitSet FOLLOW_rule__Scanner_SingleLineRule__Group_4__2_in_rule__Scanner_SingleLineRule__Group_4__110917 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_34_in_rule__Scanner_SingleLineRule__Group_4__1__Impl10945 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_SingleLineRule__Group_4__2__Impl_in_rule__Scanner_SingleLineRule__Group_4__210976 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_SingleLineRule__EscapeSeqAssignment_4_2_in_rule__Scanner_SingleLineRule__Group_4__2__Impl11003 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_MultiLineRule__Group__0__Impl_in_rule__Scanner_MultiLineRule__Group__011039 = new BitSet(new long[]{0x0000000000000020L});
- public static final BitSet FOLLOW_rule__Scanner_MultiLineRule__Group__1_in_rule__Scanner_MultiLineRule__Group__011042 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_35_in_rule__Scanner_MultiLineRule__Group__0__Impl11070 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_MultiLineRule__Group__1__Impl_in_rule__Scanner_MultiLineRule__Group__111101 = new BitSet(new long[]{0x0000000180000000L});
- public static final BitSet FOLLOW_rule__Scanner_MultiLineRule__Group__2_in_rule__Scanner_MultiLineRule__Group__111104 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_MultiLineRule__StartSeqAssignment_1_in_rule__Scanner_MultiLineRule__Group__1__Impl11131 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_MultiLineRule__Group__2__Impl_in_rule__Scanner_MultiLineRule__Group__211161 = new BitSet(new long[]{0x0000000180000000L});
- public static final BitSet FOLLOW_rule__Scanner_MultiLineRule__Group__3_in_rule__Scanner_MultiLineRule__Group__211164 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_MultiLineRule__Group_2__0_in_rule__Scanner_MultiLineRule__Group__2__Impl11191 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_MultiLineRule__Group__3__Impl_in_rule__Scanner_MultiLineRule__Group__311222 = new BitSet(new long[]{0x0000000000000020L});
- public static final BitSet FOLLOW_rule__Scanner_MultiLineRule__Group__4_in_rule__Scanner_MultiLineRule__Group__311225 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_32_in_rule__Scanner_MultiLineRule__Group__3__Impl11253 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_MultiLineRule__Group__4__Impl_in_rule__Scanner_MultiLineRule__Group__411284 = new BitSet(new long[]{0x0000000200000000L});
- public static final BitSet FOLLOW_rule__Scanner_MultiLineRule__Group__5_in_rule__Scanner_MultiLineRule__Group__411287 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_MultiLineRule__EndSeqAssignment_4_in_rule__Scanner_MultiLineRule__Group__4__Impl11314 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_MultiLineRule__Group__5__Impl_in_rule__Scanner_MultiLineRule__Group__511344 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_MultiLineRule__Group_5__0_in_rule__Scanner_MultiLineRule__Group__5__Impl11371 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_MultiLineRule__Group_2__0__Impl_in_rule__Scanner_MultiLineRule__Group_2__011414 = new BitSet(new long[]{0x0000180000000000L});
- public static final BitSet FOLLOW_rule__Scanner_MultiLineRule__Group_2__1_in_rule__Scanner_MultiLineRule__Group_2__011417 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_31_in_rule__Scanner_MultiLineRule__Group_2__0__Impl11445 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_MultiLineRule__Group_2__1__Impl_in_rule__Scanner_MultiLineRule__Group_2__111476 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_MultiLineRule__CheckAssignment_2_1_in_rule__Scanner_MultiLineRule__Group_2__1__Impl11503 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_MultiLineRule__Group_5__0__Impl_in_rule__Scanner_MultiLineRule__Group_5__011537 = new BitSet(new long[]{0x0000000400000000L});
- public static final BitSet FOLLOW_rule__Scanner_MultiLineRule__Group_5__1_in_rule__Scanner_MultiLineRule__Group_5__011540 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_33_in_rule__Scanner_MultiLineRule__Group_5__0__Impl11568 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_MultiLineRule__Group_5__1__Impl_in_rule__Scanner_MultiLineRule__Group_5__111599 = new BitSet(new long[]{0x0000000000000020L});
- public static final BitSet FOLLOW_rule__Scanner_MultiLineRule__Group_5__2_in_rule__Scanner_MultiLineRule__Group_5__111602 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_34_in_rule__Scanner_MultiLineRule__Group_5__1__Impl11630 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_MultiLineRule__Group_5__2__Impl_in_rule__Scanner_MultiLineRule__Group_5__211661 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_MultiLineRule__EscapeSeqAssignment_5_2_in_rule__Scanner_MultiLineRule__Group_5__2__Impl11688 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_PatternRule__Group__0__Impl_in_rule__Scanner_PatternRule__Group__011724 = new BitSet(new long[]{0x0000000000000020L});
- public static final BitSet FOLLOW_rule__Scanner_PatternRule__Group__1_in_rule__Scanner_PatternRule__Group__011727 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_40_in_rule__Scanner_PatternRule__Group__0__Impl11755 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_PatternRule__Group__1__Impl_in_rule__Scanner_PatternRule__Group__111786 = new BitSet(new long[]{0x0000020080000040L});
- public static final BitSet FOLLOW_rule__Scanner_PatternRule__Group__2_in_rule__Scanner_PatternRule__Group__111789 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_PatternRule__StartPatternAssignment_1_in_rule__Scanner_PatternRule__Group__1__Impl11816 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_PatternRule__Group__2__Impl_in_rule__Scanner_PatternRule__Group__211846 = new BitSet(new long[]{0x0000020080000040L});
- public static final BitSet FOLLOW_rule__Scanner_PatternRule__Group__3_in_rule__Scanner_PatternRule__Group__211849 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_PatternRule__LengthAssignment_2_in_rule__Scanner_PatternRule__Group__2__Impl11876 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_PatternRule__Group__3__Impl_in_rule__Scanner_PatternRule__Group__311907 = new BitSet(new long[]{0x0000020080000040L});
- public static final BitSet FOLLOW_rule__Scanner_PatternRule__Group__4_in_rule__Scanner_PatternRule__Group__311910 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_PatternRule__Group_3__0_in_rule__Scanner_PatternRule__Group__3__Impl11937 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_PatternRule__Group__4__Impl_in_rule__Scanner_PatternRule__Group__411968 = new BitSet(new long[]{0x0000000000000020L});
- public static final BitSet FOLLOW_rule__Scanner_PatternRule__Group__5_in_rule__Scanner_PatternRule__Group__411971 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_41_in_rule__Scanner_PatternRule__Group__4__Impl11999 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_PatternRule__Group__5__Impl_in_rule__Scanner_PatternRule__Group__512030 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_PatternRule__ContentPatternAssignment_5_in_rule__Scanner_PatternRule__Group__5__Impl12057 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_PatternRule__Group_3__0__Impl_in_rule__Scanner_PatternRule__Group_3__012099 = new BitSet(new long[]{0x0000180000000000L});
- public static final BitSet FOLLOW_rule__Scanner_PatternRule__Group_3__1_in_rule__Scanner_PatternRule__Group_3__012102 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_31_in_rule__Scanner_PatternRule__Group_3__0__Impl12130 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_PatternRule__Group_3__1__Impl_in_rule__Scanner_PatternRule__Group_3__112161 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_PatternRule__CheckAssignment_3_1_in_rule__Scanner_PatternRule__Group_3__1__Impl12188 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_CharacterRule__Group__0__Impl_in_rule__Scanner_CharacterRule__Group__012222 = new BitSet(new long[]{0x0000000000001000L});
- public static final BitSet FOLLOW_rule__Scanner_CharacterRule__Group__1_in_rule__Scanner_CharacterRule__Group__012225 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_42_in_rule__Scanner_CharacterRule__Group__0__Impl12253 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_CharacterRule__Group__1__Impl_in_rule__Scanner_CharacterRule__Group__112284 = new BitSet(new long[]{0x0000000000000020L});
- public static final BitSet FOLLOW_rule__Scanner_CharacterRule__Group__2_in_rule__Scanner_CharacterRule__Group__112287 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_12_in_rule__Scanner_CharacterRule__Group__1__Impl12315 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_CharacterRule__Group__2__Impl_in_rule__Scanner_CharacterRule__Group__212346 = new BitSet(new long[]{0x0000004000004000L});
- public static final BitSet FOLLOW_rule__Scanner_CharacterRule__Group__3_in_rule__Scanner_CharacterRule__Group__212349 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_CharacterRule__CharactersAssignment_2_in_rule__Scanner_CharacterRule__Group__2__Impl12376 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_CharacterRule__Group__3__Impl_in_rule__Scanner_CharacterRule__Group__312406 = new BitSet(new long[]{0x0000004000004000L});
- public static final BitSet FOLLOW_rule__Scanner_CharacterRule__Group__4_in_rule__Scanner_CharacterRule__Group__312409 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_CharacterRule__Group_3__0_in_rule__Scanner_CharacterRule__Group__3__Impl12436 = new BitSet(new long[]{0x0000004000000002L});
- public static final BitSet FOLLOW_rule__Scanner_CharacterRule__Group__4__Impl_in_rule__Scanner_CharacterRule__Group__412467 = new BitSet(new long[]{0x0000000080000000L});
- public static final BitSet FOLLOW_rule__Scanner_CharacterRule__Group__5_in_rule__Scanner_CharacterRule__Group__412470 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_14_in_rule__Scanner_CharacterRule__Group__4__Impl12498 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_CharacterRule__Group__5__Impl_in_rule__Scanner_CharacterRule__Group__512529 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_CharacterRule__Group_5__0_in_rule__Scanner_CharacterRule__Group__5__Impl12556 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_CharacterRule__Group_3__0__Impl_in_rule__Scanner_CharacterRule__Group_3__012599 = new BitSet(new long[]{0x0000000000000020L});
- public static final BitSet FOLLOW_rule__Scanner_CharacterRule__Group_3__1_in_rule__Scanner_CharacterRule__Group_3__012602 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_38_in_rule__Scanner_CharacterRule__Group_3__0__Impl12630 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_CharacterRule__Group_3__1__Impl_in_rule__Scanner_CharacterRule__Group_3__112661 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_CharacterRule__CharactersAssignment_3_1_in_rule__Scanner_CharacterRule__Group_3__1__Impl12688 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_CharacterRule__Group_5__0__Impl_in_rule__Scanner_CharacterRule__Group_5__012722 = new BitSet(new long[]{0x0000180000000000L});
- public static final BitSet FOLLOW_rule__Scanner_CharacterRule__Group_5__1_in_rule__Scanner_CharacterRule__Group_5__012725 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_31_in_rule__Scanner_CharacterRule__Group_5__0__Impl12753 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_CharacterRule__Group_5__1__Impl_in_rule__Scanner_CharacterRule__Group_5__112784 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_CharacterRule__CheckAssignment_5_1_in_rule__Scanner_CharacterRule__Group_5__1__Impl12811 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_JSRule__Group__0__Impl_in_rule__Scanner_JSRule__Group__012845 = new BitSet(new long[]{0x0000000000000020L});
- public static final BitSet FOLLOW_rule__Scanner_JSRule__Group__1_in_rule__Scanner_JSRule__Group__012848 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_28_in_rule__Scanner_JSRule__Group__0__Impl12876 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_JSRule__Group__1__Impl_in_rule__Scanner_JSRule__Group__112907 = new BitSet(new long[]{0x0000000080000000L});
- public static final BitSet FOLLOW_rule__Scanner_JSRule__Group__2_in_rule__Scanner_JSRule__Group__112910 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_JSRule__FileURIAssignment_1_in_rule__Scanner_JSRule__Group__1__Impl12937 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_JSRule__Group__2__Impl_in_rule__Scanner_JSRule__Group__212967 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_JSRule__Group_2__0_in_rule__Scanner_JSRule__Group__2__Impl12994 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_JSRule__Group_2__0__Impl_in_rule__Scanner_JSRule__Group_2__013031 = new BitSet(new long[]{0x0000180000000000L});
- public static final BitSet FOLLOW_rule__Scanner_JSRule__Group_2__1_in_rule__Scanner_JSRule__Group_2__013034 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_31_in_rule__Scanner_JSRule__Group_2__0__Impl13062 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_JSRule__Group_2__1__Impl_in_rule__Scanner_JSRule__Group_2__113093 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Scanner_JSRule__CheckAssignment_2_1_in_rule__Scanner_JSRule__Group_2__1__Impl13120 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Equals__Group__0__Impl_in_rule__Equals__Group__013154 = new BitSet(new long[]{0x0000000000000040L});
- public static final BitSet FOLLOW_rule__Equals__Group__1_in_rule__Equals__Group__013157 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_43_in_rule__Equals__Group__0__Impl13185 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Equals__Group__1__Impl_in_rule__Equals__Group__113216 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Equals__ValueAssignment_1_in_rule__Equals__Group__1__Impl13243 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Range__Group__0__Impl_in_rule__Range__Group__013277 = new BitSet(new long[]{0x0000000000001800L});
- public static final BitSet FOLLOW_rule__Range__Group__1_in_rule__Range__Group__013280 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_44_in_rule__Range__Group__0__Impl13308 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Range__Group__1__Impl_in_rule__Range__Group__113339 = new BitSet(new long[]{0x0000004000000040L});
- public static final BitSet FOLLOW_rule__Range__Group__2_in_rule__Range__Group__113342 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Range__LtInclAssignment_1_in_rule__Range__Group__1__Impl13369 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Range__Group__2__Impl_in_rule__Range__Group__213399 = new BitSet(new long[]{0x0000004000000040L});
- public static final BitSet FOLLOW_rule__Range__Group__3_in_rule__Range__Group__213402 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Range__MinValueAssignment_2_in_rule__Range__Group__2__Impl13429 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Range__Group__3__Impl_in_rule__Range__Group__313460 = new BitSet(new long[]{0x0000000000006040L});
- public static final BitSet FOLLOW_rule__Range__Group__4_in_rule__Range__Group__313463 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_38_in_rule__Range__Group__3__Impl13491 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Range__Group__4__Impl_in_rule__Range__Group__413522 = new BitSet(new long[]{0x0000000000006040L});
- public static final BitSet FOLLOW_rule__Range__Group__5_in_rule__Range__Group__413525 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Range__MaxValueAssignment_4_in_rule__Range__Group__4__Impl13552 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Range__Group__5__Impl_in_rule__Range__Group__513583 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Range__GtInclAssignment_5_in_rule__Range__Group__5__Impl13610 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__WhitespaceRule__Group__0__Impl_in_rule__WhitespaceRule__Group__013652 = new BitSet(new long[]{0x0000800000001020L});
- public static final BitSet FOLLOW_rule__WhitespaceRule__Group__1_in_rule__WhitespaceRule__Group__013655 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_45_in_rule__WhitespaceRule__Group__0__Impl13683 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__WhitespaceRule__Group__1__Impl_in_rule__WhitespaceRule__Group__113714 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__WhitespaceRule__Alternatives_1_in_rule__WhitespaceRule__Group__1__Impl13741 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__WhitespaceRule__Group_1_0__0__Impl_in_rule__WhitespaceRule__Group_1_0__013775 = new BitSet(new long[]{0x0000000000000020L});
- public static final BitSet FOLLOW_rule__WhitespaceRule__Group_1_0__1_in_rule__WhitespaceRule__Group_1_0__013778 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_12_in_rule__WhitespaceRule__Group_1_0__0__Impl13806 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__WhitespaceRule__Group_1_0__1__Impl_in_rule__WhitespaceRule__Group_1_0__113837 = new BitSet(new long[]{0x0000004000004000L});
- public static final BitSet FOLLOW_rule__WhitespaceRule__Group_1_0__2_in_rule__WhitespaceRule__Group_1_0__113840 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__WhitespaceRule__CharactersAssignment_1_0_1_in_rule__WhitespaceRule__Group_1_0__1__Impl13867 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__WhitespaceRule__Group_1_0__2__Impl_in_rule__WhitespaceRule__Group_1_0__213897 = new BitSet(new long[]{0x0000004000004000L});
- public static final BitSet FOLLOW_rule__WhitespaceRule__Group_1_0__3_in_rule__WhitespaceRule__Group_1_0__213900 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__WhitespaceRule__Group_1_0_2__0_in_rule__WhitespaceRule__Group_1_0__2__Impl13927 = new BitSet(new long[]{0x0000004000000002L});
- public static final BitSet FOLLOW_rule__WhitespaceRule__Group_1_0__3__Impl_in_rule__WhitespaceRule__Group_1_0__313958 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_14_in_rule__WhitespaceRule__Group_1_0__3__Impl13986 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__WhitespaceRule__Group_1_0_2__0__Impl_in_rule__WhitespaceRule__Group_1_0_2__014025 = new BitSet(new long[]{0x0000000000000020L});
- public static final BitSet FOLLOW_rule__WhitespaceRule__Group_1_0_2__1_in_rule__WhitespaceRule__Group_1_0_2__014028 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_38_in_rule__WhitespaceRule__Group_1_0_2__0__Impl14056 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__WhitespaceRule__Group_1_0_2__1__Impl_in_rule__WhitespaceRule__Group_1_0_2__114087 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__WhitespaceRule__CharactersAssignment_1_0_2_1_in_rule__WhitespaceRule__Group_1_0_2__1__Impl14114 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleQualifiedName_in_rule__Root__NameAssignment_114153 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleImport_in_rule__Root__ImportsAssignment_214184 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleLanguageDef_in_rule__Root__LanguageDefinitionAssignment_314215 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleQualifiedNameWithWildCard_in_rule__Import__ImportedNamespaceAssignment_114246 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_ID_in_rule__LanguageDef__NameAssignment_014277 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleParitioning_in_rule__LanguageDef__ParitioningAssignment_214308 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleLexicalHighlighting_in_rule__LanguageDef__LexicalHighlightingAssignment_314339 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleIntegration_in_rule__LanguageDef__IntegrationAssignment_414370 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleCodeIntegration_in_rule__Integration__CodeIntegrationListAssignment_214401 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleCodegeneration_in_rule__JavaFXIntegration__CodegenerationListAssignment_214432 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__JavaCodeGeneration__NameAssignment_114463 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleConfigValue_in_rule__JavaCodeGeneration__ConfigValueAssignment_2_114494 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__E4CodeGeneration__NameAssignment_114525 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleConfigValue_in_rule__E4CodeGeneration__ConfigValueAssignment_2_114556 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_ID_in_rule__ConfigValue__KeyAssignment_014587 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__ConfigValue__SimpleValueAssignment_2_014618 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleConfigValue_in_rule__ConfigValue__ChildrenAssignment_2_1_114649 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rulePartition_in_rule__Paritioning__PartitionsAssignment_214680 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rulePartitioner_in_rule__Paritioning__PartitionerAssignment_314711 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_ID_in_rule__Partition__NameAssignment_114742 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__Paritioner_JS__ScriptURIAssignment_114773 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rulePartition_Rule_in_rule__Partitioner_Rule__RuleListAssignment_214804 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_ID_in_rule__Partition_SingleLineRule__ParitionAssignment_114839 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__Partition_SingleLineRule__StartSeqAssignment_214874 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleCheck_in_rule__Partition_SingleLineRule__CheckAssignment_3_114905 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__Partition_SingleLineRule__EndSeqAssignment_4_114936 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__Partition_SingleLineRule__EscapeSeqAssignment_5_214967 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_ID_in_rule__Partition_MultiLineRule__ParitionAssignment_115002 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__Partition_MultiLineRule__StartSeqAssignment_215037 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleCheck_in_rule__Partition_MultiLineRule__CheckAssignment_3_115068 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__Partition_MultiLineRule__EndSeqAssignment_515099 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__Partition_MultiLineRule__EscapeSeqAssignment_6_215130 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleLexicalPartitionHighlighting_in_rule__LexicalHighlighting__ListAssignment_215161 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_ID_in_rule__LexicalPartitionHighlighting_JS__PartitionAssignment_115196 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__LexicalPartitionHighlighting_JS__ScriptURIAssignment_215231 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_ID_in_rule__LexicalPartitionHighlighting_Rule__PartitionAssignment_115266 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleWhitespaceRule_in_rule__LexicalPartitionHighlighting_Rule__WhitespaceAssignment_215301 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleToken_in_rule__LexicalPartitionHighlighting_Rule__TokenListAssignment_415332 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_46_in_rule__Token__DefaultAssignment_015368 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_ID_in_rule__Token__NameAssignment_115407 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleScanner_in_rule__Token__ScannerListAssignment_2_115438 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleKeyword_in_rule__Scanner_Keyword__KeywordsAssignment_215469 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleKeyword_in_rule__Scanner_Keyword__KeywordsAssignment_3_115500 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__Keyword__NameAssignment_015531 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__Keyword__VersionAssignment_1_115562 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__Scanner_SingleLineRule__StartSeqAssignment_115593 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleCheck_in_rule__Scanner_SingleLineRule__CheckAssignment_2_115624 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__Scanner_SingleLineRule__EndSeqAssignment_3_115655 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__Scanner_SingleLineRule__EscapeSeqAssignment_4_215686 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__Scanner_MultiLineRule__StartSeqAssignment_115717 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleCheck_in_rule__Scanner_MultiLineRule__CheckAssignment_2_115748 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__Scanner_MultiLineRule__EndSeqAssignment_415779 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__Scanner_MultiLineRule__EscapeSeqAssignment_5_215810 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__Scanner_PatternRule__StartPatternAssignment_115841 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_INT_in_rule__Scanner_PatternRule__LengthAssignment_215872 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleCheck_in_rule__Scanner_PatternRule__CheckAssignment_3_115903 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__Scanner_PatternRule__ContentPatternAssignment_515934 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__Scanner_CharacterRule__CharactersAssignment_215965 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__Scanner_CharacterRule__CharactersAssignment_3_115996 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleCheck_in_rule__Scanner_CharacterRule__CheckAssignment_5_116027 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__Scanner_JSRule__FileURIAssignment_116058 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleCheck_in_rule__Scanner_JSRule__CheckAssignment_2_116089 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_INT_in_rule__Equals__ValueAssignment_116120 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Range__LtInclAlternatives_1_0_in_rule__Range__LtInclAssignment_116151 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_INT_in_rule__Range__MinValueAssignment_216184 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_INT_in_rule__Range__MaxValueAssignment_416215 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Range__GtInclAlternatives_5_0_in_rule__Range__GtInclAssignment_516246 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__WhitespaceRule__CharactersAssignment_1_0_116279 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__WhitespaceRule__CharactersAssignment_1_0_2_116310 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_47_in_rule__WhitespaceRule__JavawhitespaceAssignment_1_116346 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__WhitespaceRule__FileURIAssignment_1_216385 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_1 = new BitSet(new long[]{0x0000000000000000L});
+ public static final BitSet FOLLOW_2 = new BitSet(new long[]{0x0000000000000002L});
+ public static final BitSet FOLLOW_3 = new BitSet(new long[]{0x0000000000000010L});
+ public static final BitSet FOLLOW_4 = new BitSet(new long[]{0x0000000000040010L});
+ public static final BitSet FOLLOW_5 = new BitSet(new long[]{0x0000000000040002L});
+ public static final BitSet FOLLOW_6 = new BitSet(new long[]{0x0000000000010000L});
+ public static final BitSet FOLLOW_7 = new BitSet(new long[]{0x0000000000010002L});
+ public static final BitSet FOLLOW_8 = new BitSet(new long[]{0x0000000000020000L});
+ public static final BitSet FOLLOW_9 = new BitSet(new long[]{0x0000000000080000L});
+ public static final BitSet FOLLOW_10 = new BitSet(new long[]{0x0000000004000000L});
+ public static final BitSet FOLLOW_11 = new BitSet(new long[]{0x0000001000000000L});
+ public static final BitSet FOLLOW_12 = new BitSet(new long[]{0x0000000000300000L});
+ public static final BitSet FOLLOW_13 = new BitSet(new long[]{0x0000000000400000L});
+ public static final BitSet FOLLOW_14 = new BitSet(new long[]{0x0000000000100000L});
+ public static final BitSet FOLLOW_15 = new BitSet(new long[]{0x0000000000400002L});
+ public static final BitSet FOLLOW_16 = new BitSet(new long[]{0x0000000001800000L});
+ public static final BitSet FOLLOW_17 = new BitSet(new long[]{0x0000000001800002L});
+ public static final BitSet FOLLOW_18 = new BitSet(new long[]{0x0000000000000020L});
+ public static final BitSet FOLLOW_19 = new BitSet(new long[]{0x0000000000000012L});
+ public static final BitSet FOLLOW_20 = new BitSet(new long[]{0x0000000002000000L});
+ public static final BitSet FOLLOW_21 = new BitSet(new long[]{0x0000000000080020L});
+ public static final BitSet FOLLOW_22 = new BitSet(new long[]{0x0000000008000000L});
+ public static final BitSet FOLLOW_23 = new BitSet(new long[]{0x0000000030000000L});
+ public static final BitSet FOLLOW_24 = new BitSet(new long[]{0x0000000008000002L});
+ public static final BitSet FOLLOW_25 = new BitSet(new long[]{0x0000000840000000L});
+ public static final BitSet FOLLOW_26 = new BitSet(new long[]{0x0000000840000002L});
+ public static final BitSet FOLLOW_27 = new BitSet(new long[]{0x0000000380000000L});
+ public static final BitSet FOLLOW_28 = new BitSet(new long[]{0x0000600000000000L});
+ public static final BitSet FOLLOW_29 = new BitSet(new long[]{0x0000000400000000L});
+ public static final BitSet FOLLOW_30 = new BitSet(new long[]{0x0000000180000000L});
+ public static final BitSet FOLLOW_31 = new BitSet(new long[]{0x0000000200000000L});
+ public static final BitSet FOLLOW_32 = new BitSet(new long[]{0x0000002000100000L});
+ public static final BitSet FOLLOW_33 = new BitSet(new long[]{0x0000000030000002L});
+ public static final BitSet FOLLOW_34 = new BitSet(new long[]{0x0000004000000000L});
+ public static final BitSet FOLLOW_35 = new BitSet(new long[]{0x0003000000000000L});
+ public static final BitSet FOLLOW_36 = new BitSet(new long[]{0x0000800000080000L});
+ public static final BitSet FOLLOW_37 = new BitSet(new long[]{0x0004000000000010L});
+ public static final BitSet FOLLOW_38 = new BitSet(new long[]{0x0004000000000012L});
+ public static final BitSet FOLLOW_39 = new BitSet(new long[]{0x0000148850000000L});
+ public static final BitSet FOLLOW_40 = new BitSet(new long[]{0x0000148850000002L});
+ public static final BitSet FOLLOW_41 = new BitSet(new long[]{0x0000000000001000L});
+ public static final BitSet FOLLOW_42 = new BitSet(new long[]{0x0000010000004000L});
+ public static final BitSet FOLLOW_43 = new BitSet(new long[]{0x0000010000000002L});
+ public static final BitSet FOLLOW_44 = new BitSet(new long[]{0x0000020000000000L});
+ public static final BitSet FOLLOW_45 = new BitSet(new long[]{0x0000080080000040L});
+ public static final BitSet FOLLOW_46 = new BitSet(new long[]{0x0000000080000000L});
+ public static final BitSet FOLLOW_47 = new BitSet(new long[]{0x0000000000000040L});
+ public static final BitSet FOLLOW_48 = new BitSet(new long[]{0x0000000000001800L});
+ public static final BitSet FOLLOW_49 = new BitSet(new long[]{0x0000010000000040L});
+ public static final BitSet FOLLOW_50 = new BitSet(new long[]{0x0000000000006040L});
+ public static final BitSet FOLLOW_51 = new BitSet(new long[]{0x0008000000001020L});
} \ No newline at end of file

Back to the top