Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core')
-rw-r--r--plugins/org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/AbstractETPhysUiModule.java3
-rw-r--r--plugins/org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/AbstractETPhysProposalProvider.java4
-rw-r--r--plugins/org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/ETPhysParser.java4
-rw-r--r--plugins/org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/PartialETPhysContentAssistParser.java6
-rw-r--r--plugins/org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g7
-rw-r--r--plugins/org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhysLexer.java509
-rw-r--r--plugins/org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhysParser.java9625
7 files changed, 3880 insertions, 6278 deletions
diff --git a/plugins/org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/AbstractETPhysUiModule.java b/plugins/org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/AbstractETPhysUiModule.java
index 8b51ddeb3..bb4ad7642 100644
--- a/plugins/org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/AbstractETPhysUiModule.java
+++ b/plugins/org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/AbstractETPhysUiModule.java
@@ -4,14 +4,13 @@
*/
package org.eclipse.etrice.core.etphys.ui;
-import org.eclipse.xtext.ui.DefaultUiModule;
import org.eclipse.ui.plugin.AbstractUIPlugin;
/**
* Manual modifications go to {org.eclipse.etrice.core.etphys.ui.ETPhysUiModule}
*/
@SuppressWarnings("all")
-public abstract class AbstractETPhysUiModule extends DefaultUiModule {
+public abstract class AbstractETPhysUiModule extends org.eclipse.xtext.ui.DefaultUiModule {
public AbstractETPhysUiModule(AbstractUIPlugin plugin) {
super(plugin);
diff --git a/plugins/org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/AbstractETPhysProposalProvider.java b/plugins/org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/AbstractETPhysProposalProvider.java
index 6100caac9..828393971 100644
--- a/plugins/org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/AbstractETPhysProposalProvider.java
+++ b/plugins/org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/AbstractETPhysProposalProvider.java
@@ -1,6 +1,6 @@
/*
-* generated by Xtext
-*/
+ * generated by Xtext
+ */
package org.eclipse.etrice.core.etphys.ui.contentassist;
import org.eclipse.emf.ecore.EObject;
diff --git a/plugins/org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/ETPhysParser.java b/plugins/org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/ETPhysParser.java
index 5b41fd55e..c0740364c 100644
--- a/plugins/org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/ETPhysParser.java
+++ b/plugins/org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/ETPhysParser.java
@@ -1,6 +1,6 @@
/*
-* generated by Xtext
-*/
+ * generated by Xtext
+ */
package org.eclipse.etrice.core.etphys.ui.contentassist.antlr;
import java.util.Collection;
diff --git a/plugins/org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/PartialETPhysContentAssistParser.java b/plugins/org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/PartialETPhysContentAssistParser.java
index 7baa8a49b..5b704574a 100644
--- a/plugins/org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/PartialETPhysContentAssistParser.java
+++ b/plugins/org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/PartialETPhysContentAssistParser.java
@@ -12,14 +12,14 @@ import org.eclipse.xtext.ui.editor.contentassist.antlr.FollowElement;
import org.eclipse.xtext.ui.editor.contentassist.antlr.internal.AbstractInternalContentAssistParser;
import org.eclipse.xtext.util.PolymorphicDispatcher;
-/**
- * @author Sebastian Zarnekow - Initial contribution and API
+/*
+ * Template CodetemplatesGeneratorFragment.xpt
*/
-@SuppressWarnings("restriction")
public class PartialETPhysContentAssistParser extends ETPhysParser implements IPartialContentAssistParser {
private AbstractRule rule;
+ @Override
public void initializeFor(AbstractRule rule) {
this.rule = rule;
}
diff --git a/plugins/org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g b/plugins/org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g
index c91523587..0415240bb 100644
--- a/plugins/org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g
+++ b/plugins/org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g
@@ -1,11 +1,10 @@
/*
-* generated by Xtext
-*/
+ * generated by Xtext
+ */
grammar InternalETPhys;
options {
superClass=AbstractInternalContentAssistParser;
- backtrack=true;
}
@@ -5241,7 +5240,7 @@ rule__DecimalExp__Group__6__Impl
:
(
{ before(grammarAccess.getDecimalExpAccess().getINTTerminalRuleCall_6()); }
-( RULE_INT)
+ RULE_INT
{ after(grammarAccess.getDecimalExpAccess().getINTTerminalRuleCall_6()); }
)
diff --git a/plugins/org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhysLexer.java b/plugins/org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhysLexer.java
index 0af5b997b..dd546cf95 100644
--- a/plugins/org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhysLexer.java
+++ b/plugins/org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhysLexer.java
@@ -83,15 +83,15 @@ public class InternalETPhysLexer extends Lexer {
super(input,state);
}
- public String getGrammarFileName() { return "../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g"; }
+ public String getGrammarFileName() { return "InternalETPhys.g"; }
// $ANTLR start "T__12"
public final void mT__12() throws RecognitionException {
try {
int _type = T__12;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:11:7: ( 'Thread' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:11:9: 'Thread'
+ // InternalETPhys.g:11:7: ( 'Thread' )
+ // InternalETPhys.g:11:9: 'Thread'
{
match("Thread");
@@ -111,8 +111,8 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = T__13;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:12:7: ( 'mandatory' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:12:9: 'mandatory'
+ // InternalETPhys.g:12:7: ( 'mandatory' )
+ // InternalETPhys.g:12:9: 'mandatory'
{
match("mandatory");
@@ -132,8 +132,8 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = T__14;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:13:7: ( 'model' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:13:9: 'model'
+ // InternalETPhys.g:13:7: ( 'model' )
+ // InternalETPhys.g:13:9: 'model'
{
match("model");
@@ -153,8 +153,8 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = T__15;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:14:7: ( 'false' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:14:9: 'false'
+ // InternalETPhys.g:14:7: ( 'false' )
+ // InternalETPhys.g:14:9: 'false'
{
match("false");
@@ -174,8 +174,8 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = T__16;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:15:7: ( '+' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:15:9: '+'
+ // InternalETPhys.g:15:7: ( '+' )
+ // InternalETPhys.g:15:9: '+'
{
match('+');
@@ -194,8 +194,8 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = T__17;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:16:7: ( '-' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:16:9: '-'
+ // InternalETPhys.g:16:7: ( '-' )
+ // InternalETPhys.g:16:9: '-'
{
match('-');
@@ -214,8 +214,8 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = T__18;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:17:7: ( 'e' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:17:9: 'e'
+ // InternalETPhys.g:17:7: ( 'e' )
+ // InternalETPhys.g:17:9: 'e'
{
match('e');
@@ -234,8 +234,8 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = T__19;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:18:7: ( 'E' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:18:9: 'E'
+ // InternalETPhys.g:18:7: ( 'E' )
+ // InternalETPhys.g:18:9: 'E'
{
match('E');
@@ -254,8 +254,8 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = T__20;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:19:7: ( 'polled' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:19:9: 'polled'
+ // InternalETPhys.g:19:7: ( 'polled' )
+ // InternalETPhys.g:19:9: 'polled'
{
match("polled");
@@ -275,8 +275,8 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = T__21;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:20:7: ( 'blocked' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:20:9: 'blocked'
+ // InternalETPhys.g:20:7: ( 'blocked' )
+ // InternalETPhys.g:20:9: 'blocked'
{
match("blocked");
@@ -296,8 +296,8 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = T__22;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:21:7: ( 'mixed' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:21:9: 'mixed'
+ // InternalETPhys.g:21:7: ( 'mixed' )
+ // InternalETPhys.g:21:9: 'mixed'
{
match("mixed");
@@ -317,8 +317,8 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = T__23;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:22:7: ( 'singleThreaded' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:22:9: 'singleThreaded'
+ // InternalETPhys.g:22:7: ( 'singleThreaded' )
+ // InternalETPhys.g:22:9: 'singleThreaded'
{
match("singleThreaded");
@@ -338,8 +338,8 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = T__24;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:23:7: ( 'multiThreaded' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:23:9: 'multiThreaded'
+ // InternalETPhys.g:23:7: ( 'multiThreaded' )
+ // InternalETPhys.g:23:9: 'multiThreaded'
{
match("multiThreaded");
@@ -359,8 +359,8 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = T__25;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:24:7: ( 'ptBoolean' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:24:9: 'ptBoolean'
+ // InternalETPhys.g:24:7: ( 'ptBoolean' )
+ // InternalETPhys.g:24:9: 'ptBoolean'
{
match("ptBoolean");
@@ -380,8 +380,8 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = T__26;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:25:7: ( 'ptInteger' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:25:9: 'ptInteger'
+ // InternalETPhys.g:25:7: ( 'ptInteger' )
+ // InternalETPhys.g:25:9: 'ptInteger'
{
match("ptInteger");
@@ -401,8 +401,8 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = T__27;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:26:7: ( 'ptReal' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:26:9: 'ptReal'
+ // InternalETPhys.g:26:7: ( 'ptReal' )
+ // InternalETPhys.g:26:9: 'ptReal'
{
match("ptReal");
@@ -422,8 +422,8 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = T__28;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:27:7: ( 'ptCharacter' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:27:9: 'ptCharacter'
+ // InternalETPhys.g:27:7: ( 'ptCharacter' )
+ // InternalETPhys.g:27:9: 'ptCharacter'
{
match("ptCharacter");
@@ -443,8 +443,8 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = T__29;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:28:7: ( 'PhysicalModel' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:28:9: 'PhysicalModel'
+ // InternalETPhys.g:28:7: ( 'PhysicalModel' )
+ // InternalETPhys.g:28:9: 'PhysicalModel'
{
match("PhysicalModel");
@@ -464,8 +464,8 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = T__30;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:29:7: ( '{' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:29:9: '{'
+ // InternalETPhys.g:29:7: ( '{' )
+ // InternalETPhys.g:29:9: '{'
{
match('{');
@@ -484,8 +484,8 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = T__31;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:30:7: ( '}' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:30:9: '}'
+ // InternalETPhys.g:30:7: ( '}' )
+ // InternalETPhys.g:30:9: '}'
{
match('}');
@@ -504,8 +504,8 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = T__32;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:31:7: ( 'PhysicalSystem' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:31:9: 'PhysicalSystem'
+ // InternalETPhys.g:31:7: ( 'PhysicalSystem' )
+ // InternalETPhys.g:31:9: 'PhysicalSystem'
{
match("PhysicalSystem");
@@ -525,8 +525,8 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = T__33;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:32:7: ( 'NodeRef' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:32:9: 'NodeRef'
+ // InternalETPhys.g:32:7: ( 'NodeRef' )
+ // InternalETPhys.g:32:9: 'NodeRef'
{
match("NodeRef");
@@ -546,8 +546,8 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = T__34;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:33:7: ( ':' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:33:9: ':'
+ // InternalETPhys.g:33:7: ( ':' )
+ // InternalETPhys.g:33:9: ':'
{
match(':');
@@ -566,8 +566,8 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = T__35;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:34:7: ( 'NodeClass' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:34:9: 'NodeClass'
+ // InternalETPhys.g:34:7: ( 'NodeClass' )
+ // InternalETPhys.g:34:9: 'NodeClass'
{
match("NodeClass");
@@ -587,8 +587,8 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = T__36;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:35:7: ( 'runtime' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:35:9: 'runtime'
+ // InternalETPhys.g:35:7: ( 'runtime' )
+ // InternalETPhys.g:35:9: 'runtime'
{
match("runtime");
@@ -608,8 +608,8 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = T__37;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:36:7: ( '=' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:36:9: '='
+ // InternalETPhys.g:36:7: ( '=' )
+ // InternalETPhys.g:36:9: '='
{
match('=');
@@ -628,8 +628,8 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = T__38;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:37:7: ( 'priomin' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:37:9: 'priomin'
+ // InternalETPhys.g:37:7: ( 'priomin' )
+ // InternalETPhys.g:37:9: 'priomin'
{
match("priomin");
@@ -649,8 +649,8 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = T__39;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:38:7: ( 'priomax' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:38:9: 'priomax'
+ // InternalETPhys.g:38:7: ( 'priomax' )
+ // InternalETPhys.g:38:9: 'priomax'
{
match("priomax");
@@ -670,8 +670,8 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = T__40;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:39:7: ( 'execmode' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:39:9: 'execmode'
+ // InternalETPhys.g:39:7: ( 'execmode' )
+ // InternalETPhys.g:39:9: 'execmode'
{
match("execmode");
@@ -691,8 +691,8 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = T__41;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:40:7: ( 'interval' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:40:9: 'interval'
+ // InternalETPhys.g:40:7: ( 'interval' )
+ // InternalETPhys.g:40:9: 'interval'
{
match("interval");
@@ -712,8 +712,8 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = T__42;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:41:7: ( 'prio' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:41:9: 'prio'
+ // InternalETPhys.g:41:7: ( 'prio' )
+ // InternalETPhys.g:41:9: 'prio'
{
match("prio");
@@ -733,8 +733,8 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = T__43;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:42:7: ( 'stacksize' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:42:9: 'stacksize'
+ // InternalETPhys.g:42:7: ( 'stacksize' )
+ // InternalETPhys.g:42:9: 'stacksize'
{
match("stacksize");
@@ -754,8 +754,8 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = T__44;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:43:7: ( 'msgblocksize' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:43:9: 'msgblocksize'
+ // InternalETPhys.g:43:7: ( 'msgblocksize' )
+ // InternalETPhys.g:43:9: 'msgblocksize'
{
match("msgblocksize");
@@ -775,8 +775,8 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = T__45;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:44:7: ( 'msgpoolsize' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:44:9: 'msgpoolsize'
+ // InternalETPhys.g:44:7: ( 'msgpoolsize' )
+ // InternalETPhys.g:44:9: 'msgpoolsize'
{
match("msgpoolsize");
@@ -796,8 +796,8 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = T__46;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:45:7: ( 'RuntimeClass' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:45:9: 'RuntimeClass'
+ // InternalETPhys.g:45:7: ( 'RuntimeClass' )
+ // InternalETPhys.g:45:9: 'RuntimeClass'
{
match("RuntimeClass");
@@ -817,8 +817,8 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = T__47;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:46:7: ( 'attribute' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:46:9: 'attribute'
+ // InternalETPhys.g:46:7: ( 'attribute' )
+ // InternalETPhys.g:46:9: 'attribute'
{
match("attribute");
@@ -838,8 +838,8 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = T__48;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:47:7: ( ',' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:47:9: ','
+ // InternalETPhys.g:47:7: ( ',' )
+ // InternalETPhys.g:47:9: ','
{
match(',');
@@ -858,8 +858,8 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = T__49;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:48:7: ( 'import' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:48:9: 'import'
+ // InternalETPhys.g:48:7: ( 'import' )
+ // InternalETPhys.g:48:9: 'import'
{
match("import");
@@ -879,8 +879,8 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = T__50;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:49:7: ( 'from' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:49:9: 'from'
+ // InternalETPhys.g:49:7: ( 'from' )
+ // InternalETPhys.g:49:9: 'from'
{
match("from");
@@ -900,8 +900,8 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = T__51;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:50:7: ( '.*' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:50:9: '.*'
+ // InternalETPhys.g:50:7: ( '.*' )
+ // InternalETPhys.g:50:9: '.*'
{
match(".*");
@@ -921,8 +921,8 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = T__52;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:51:7: ( '[' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:51:9: '['
+ // InternalETPhys.g:51:7: ( '[' )
+ // InternalETPhys.g:51:9: '['
{
match('[');
@@ -941,8 +941,8 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = T__53;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:52:7: ( ']' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:52:9: ']'
+ // InternalETPhys.g:52:7: ( ']' )
+ // InternalETPhys.g:52:9: ']'
{
match(']');
@@ -961,8 +961,8 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = T__54;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:53:7: ( 's' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:53:9: 's'
+ // InternalETPhys.g:53:7: ( 's' )
+ // InternalETPhys.g:53:9: 's'
{
match('s');
@@ -981,8 +981,8 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = T__55;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:54:7: ( 'ms' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:54:9: 'ms'
+ // InternalETPhys.g:54:7: ( 'ms' )
+ // InternalETPhys.g:54:9: 'ms'
{
match("ms");
@@ -1002,8 +1002,8 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = T__56;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:55:7: ( 'us' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:55:9: 'us'
+ // InternalETPhys.g:55:7: ( 'us' )
+ // InternalETPhys.g:55:9: 'us'
{
match("us");
@@ -1023,8 +1023,8 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = T__57;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:56:7: ( 'ns' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:56:9: 'ns'
+ // InternalETPhys.g:56:7: ( 'ns' )
+ // InternalETPhys.g:56:9: 'ns'
{
match("ns");
@@ -1044,8 +1044,8 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = T__58;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:57:7: ( '.' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:57:9: '.'
+ // InternalETPhys.g:57:7: ( '.' )
+ // InternalETPhys.g:57:9: '.'
{
match('.');
@@ -1064,8 +1064,8 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = T__59;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:58:7: ( 'DefaultThread' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:58:9: 'DefaultThread'
+ // InternalETPhys.g:58:7: ( 'DefaultThread' )
+ // InternalETPhys.g:58:9: 'DefaultThread'
{
match("DefaultThread");
@@ -1085,8 +1085,8 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = T__60;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:59:7: ( 'optional' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:59:9: 'optional'
+ // InternalETPhys.g:59:7: ( 'optional' )
+ // InternalETPhys.g:59:9: 'optional'
{
match("optional");
@@ -1106,8 +1106,8 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = T__61;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:60:7: ( 'true' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:60:9: 'true'
+ // InternalETPhys.g:60:7: ( 'true' )
+ // InternalETPhys.g:60:9: 'true'
{
match("true");
@@ -1127,10 +1127,10 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = RULE_HEX;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6459:10: ( ( '0x' | '0X' ) ( '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' )+ )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6459:12: ( '0x' | '0X' ) ( '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' )+
+ // InternalETPhys.g:6458:10: ( ( '0x' | '0X' ) ( '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' )+ )
+ // InternalETPhys.g:6458:12: ( '0x' | '0X' ) ( '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' )+
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6459:12: ( '0x' | '0X' )
+ // InternalETPhys.g:6458:12: ( '0x' | '0X' )
int alt1=2;
int LA1_0 = input.LA(1);
@@ -1158,7 +1158,7 @@ public class InternalETPhysLexer extends Lexer {
}
switch (alt1) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6459:13: '0x'
+ // InternalETPhys.g:6458:13: '0x'
{
match("0x");
@@ -1166,7 +1166,7 @@ public class InternalETPhysLexer extends Lexer {
}
break;
case 2 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6459:18: '0X'
+ // InternalETPhys.g:6458:18: '0X'
{
match("0X");
@@ -1176,7 +1176,7 @@ public class InternalETPhysLexer extends Lexer {
}
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6459:24: ( '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' )+
+ // InternalETPhys.g:6458:24: ( '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' )+
int cnt2=0;
loop2:
do {
@@ -1190,7 +1190,7 @@ public class InternalETPhysLexer extends Lexer {
switch (alt2) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:
+ // InternalETPhys.g:
{
if ( (input.LA(1)>='0' && input.LA(1)<='9')||(input.LA(1)>='A' && input.LA(1)<='F')||(input.LA(1)>='a' && input.LA(1)<='f') ) {
input.consume();
@@ -1230,10 +1230,10 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = RULE_ID;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6461:9: ( ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6461:11: ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
+ // InternalETPhys.g:6460:9: ( ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* )
+ // InternalETPhys.g:6460:11: ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6461:11: ( '^' )?
+ // InternalETPhys.g:6460:11: ( '^' )?
int alt3=2;
int LA3_0 = input.LA(1);
@@ -1242,7 +1242,7 @@ public class InternalETPhysLexer extends Lexer {
}
switch (alt3) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6461:11: '^'
+ // InternalETPhys.g:6460:11: '^'
{
match('^');
@@ -1260,7 +1260,7 @@ public class InternalETPhysLexer extends Lexer {
recover(mse);
throw mse;}
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6461:40: ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
+ // InternalETPhys.g:6460:40: ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
loop4:
do {
int alt4=2;
@@ -1273,7 +1273,7 @@ public class InternalETPhysLexer extends Lexer {
switch (alt4) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:
+ // InternalETPhys.g:
{
if ( (input.LA(1)>='0' && input.LA(1)<='9')||(input.LA(1)>='A' && input.LA(1)<='Z')||input.LA(1)=='_'||(input.LA(1)>='a' && input.LA(1)<='z') ) {
input.consume();
@@ -1309,10 +1309,10 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = RULE_INT;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6463:10: ( ( '0' .. '9' )+ )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6463:12: ( '0' .. '9' )+
+ // InternalETPhys.g:6462:10: ( ( '0' .. '9' )+ )
+ // InternalETPhys.g:6462:12: ( '0' .. '9' )+
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6463:12: ( '0' .. '9' )+
+ // InternalETPhys.g:6462:12: ( '0' .. '9' )+
int cnt5=0;
loop5:
do {
@@ -1326,7 +1326,7 @@ public class InternalETPhysLexer extends Lexer {
switch (alt5) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6463:13: '0' .. '9'
+ // InternalETPhys.g:6462:13: '0' .. '9'
{
matchRange('0','9');
@@ -1358,10 +1358,10 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = RULE_STRING;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6465:13: ( ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6465:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
+ // InternalETPhys.g:6464:13: ( ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) )
+ // InternalETPhys.g:6464:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6465:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
+ // InternalETPhys.g:6464:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
int alt8=2;
int LA8_0 = input.LA(1);
@@ -1379,10 +1379,10 @@ public class InternalETPhysLexer extends Lexer {
}
switch (alt8) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6465:16: '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"'
+ // InternalETPhys.g:6464:16: '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"'
{
match('\"');
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6465:20: ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )*
+ // InternalETPhys.g:6464:20: ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )*
loop6:
do {
int alt6=3;
@@ -1398,7 +1398,7 @@ public class InternalETPhysLexer extends Lexer {
switch (alt6) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6465:21: '\\\\' .
+ // InternalETPhys.g:6464:21: '\\\\' .
{
match('\\');
matchAny();
@@ -1406,7 +1406,7 @@ public class InternalETPhysLexer extends Lexer {
}
break;
case 2 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6465:28: ~ ( ( '\\\\' | '\"' ) )
+ // InternalETPhys.g:6464:28: ~ ( ( '\\\\' | '\"' ) )
{
if ( (input.LA(1)>='\u0000' && input.LA(1)<='!')||(input.LA(1)>='#' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) {
input.consume();
@@ -1431,10 +1431,10 @@ public class InternalETPhysLexer extends Lexer {
}
break;
case 2 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6465:48: '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\''
+ // InternalETPhys.g:6464:48: '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\''
{
match('\'');
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6465:53: ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )*
+ // InternalETPhys.g:6464:53: ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )*
loop7:
do {
int alt7=3;
@@ -1450,7 +1450,7 @@ public class InternalETPhysLexer extends Lexer {
switch (alt7) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6465:54: '\\\\' .
+ // InternalETPhys.g:6464:54: '\\\\' .
{
match('\\');
matchAny();
@@ -1458,7 +1458,7 @@ public class InternalETPhysLexer extends Lexer {
}
break;
case 2 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6465:61: ~ ( ( '\\\\' | '\\'' ) )
+ // InternalETPhys.g:6464:61: ~ ( ( '\\\\' | '\\'' ) )
{
if ( (input.LA(1)>='\u0000' && input.LA(1)<='&')||(input.LA(1)>='(' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) {
input.consume();
@@ -1501,12 +1501,12 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = RULE_ML_COMMENT;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6467:17: ( '/*' ( options {greedy=false; } : . )* '*/' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6467:19: '/*' ( options {greedy=false; } : . )* '*/'
+ // InternalETPhys.g:6466:17: ( '/*' ( options {greedy=false; } : . )* '*/' )
+ // InternalETPhys.g:6466:19: '/*' ( options {greedy=false; } : . )* '*/'
{
match("/*");
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6467:24: ( options {greedy=false; } : . )*
+ // InternalETPhys.g:6466:24: ( options {greedy=false; } : . )*
loop9:
do {
int alt9=2;
@@ -1531,7 +1531,7 @@ public class InternalETPhysLexer extends Lexer {
switch (alt9) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6467:52: .
+ // InternalETPhys.g:6466:52: .
{
matchAny();
@@ -1561,12 +1561,12 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = RULE_SL_COMMENT;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6469:17: ( '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6469:19: '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )?
+ // InternalETPhys.g:6468:17: ( '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? )
+ // InternalETPhys.g:6468:19: '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )?
{
match("//");
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6469:24: (~ ( ( '\\n' | '\\r' ) ) )*
+ // InternalETPhys.g:6468:24: (~ ( ( '\\n' | '\\r' ) ) )*
loop10:
do {
int alt10=2;
@@ -1579,7 +1579,7 @@ public class InternalETPhysLexer extends Lexer {
switch (alt10) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6469:24: ~ ( ( '\\n' | '\\r' ) )
+ // InternalETPhys.g:6468:24: ~ ( ( '\\n' | '\\r' ) )
{
if ( (input.LA(1)>='\u0000' && input.LA(1)<='\t')||(input.LA(1)>='\u000B' && input.LA(1)<='\f')||(input.LA(1)>='\u000E' && input.LA(1)<='\uFFFF') ) {
input.consume();
@@ -1599,7 +1599,7 @@ public class InternalETPhysLexer extends Lexer {
}
} while (true);
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6469:40: ( ( '\\r' )? '\\n' )?
+ // InternalETPhys.g:6468:40: ( ( '\\r' )? '\\n' )?
int alt12=2;
int LA12_0 = input.LA(1);
@@ -1608,9 +1608,9 @@ public class InternalETPhysLexer extends Lexer {
}
switch (alt12) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6469:41: ( '\\r' )? '\\n'
+ // InternalETPhys.g:6468:41: ( '\\r' )? '\\n'
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6469:41: ( '\\r' )?
+ // InternalETPhys.g:6468:41: ( '\\r' )?
int alt11=2;
int LA11_0 = input.LA(1);
@@ -1619,7 +1619,7 @@ public class InternalETPhysLexer extends Lexer {
}
switch (alt11) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6469:41: '\\r'
+ // InternalETPhys.g:6468:41: '\\r'
{
match('\r');
@@ -1651,10 +1651,10 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = RULE_WS;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6471:9: ( ( ' ' | '\\t' | '\\r' | '\\n' )+ )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6471:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
+ // InternalETPhys.g:6470:9: ( ( ' ' | '\\t' | '\\r' | '\\n' )+ )
+ // InternalETPhys.g:6470:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6471:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
+ // InternalETPhys.g:6470:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
int cnt13=0;
loop13:
do {
@@ -1668,7 +1668,7 @@ public class InternalETPhysLexer extends Lexer {
switch (alt13) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:
+ // InternalETPhys.g:
{
if ( (input.LA(1)>='\t' && input.LA(1)<='\n')||input.LA(1)=='\r'||input.LA(1)==' ' ) {
input.consume();
@@ -1708,8 +1708,8 @@ public class InternalETPhysLexer extends Lexer {
try {
int _type = RULE_ANY_OTHER;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6473:16: ( . )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6473:18: .
+ // InternalETPhys.g:6472:16: ( . )
+ // InternalETPhys.g:6472:18: .
{
matchAny();
@@ -1724,411 +1724,411 @@ public class InternalETPhysLexer extends Lexer {
// $ANTLR end "RULE_ANY_OTHER"
public void mTokens() throws RecognitionException {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:8: ( T__12 | T__13 | T__14 | T__15 | T__16 | T__17 | T__18 | T__19 | T__20 | T__21 | T__22 | T__23 | T__24 | T__25 | T__26 | T__27 | T__28 | T__29 | T__30 | T__31 | T__32 | T__33 | T__34 | T__35 | T__36 | T__37 | T__38 | T__39 | T__40 | T__41 | T__42 | T__43 | T__44 | T__45 | T__46 | T__47 | T__48 | T__49 | T__50 | T__51 | T__52 | T__53 | T__54 | T__55 | T__56 | T__57 | T__58 | T__59 | T__60 | T__61 | RULE_HEX | RULE_ID | RULE_INT | RULE_STRING | RULE_ML_COMMENT | RULE_SL_COMMENT | RULE_WS | RULE_ANY_OTHER )
+ // InternalETPhys.g:1:8: ( T__12 | T__13 | T__14 | T__15 | T__16 | T__17 | T__18 | T__19 | T__20 | T__21 | T__22 | T__23 | T__24 | T__25 | T__26 | T__27 | T__28 | T__29 | T__30 | T__31 | T__32 | T__33 | T__34 | T__35 | T__36 | T__37 | T__38 | T__39 | T__40 | T__41 | T__42 | T__43 | T__44 | T__45 | T__46 | T__47 | T__48 | T__49 | T__50 | T__51 | T__52 | T__53 | T__54 | T__55 | T__56 | T__57 | T__58 | T__59 | T__60 | T__61 | RULE_HEX | RULE_ID | RULE_INT | RULE_STRING | RULE_ML_COMMENT | RULE_SL_COMMENT | RULE_WS | RULE_ANY_OTHER )
int alt14=58;
alt14 = dfa14.predict(input);
switch (alt14) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:10: T__12
+ // InternalETPhys.g:1:10: T__12
{
mT__12();
}
break;
case 2 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:16: T__13
+ // InternalETPhys.g:1:16: T__13
{
mT__13();
}
break;
case 3 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:22: T__14
+ // InternalETPhys.g:1:22: T__14
{
mT__14();
}
break;
case 4 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:28: T__15
+ // InternalETPhys.g:1:28: T__15
{
mT__15();
}
break;
case 5 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:34: T__16
+ // InternalETPhys.g:1:34: T__16
{
mT__16();
}
break;
case 6 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:40: T__17
+ // InternalETPhys.g:1:40: T__17
{
mT__17();
}
break;
case 7 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:46: T__18
+ // InternalETPhys.g:1:46: T__18
{
mT__18();
}
break;
case 8 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:52: T__19
+ // InternalETPhys.g:1:52: T__19
{
mT__19();
}
break;
case 9 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:58: T__20
+ // InternalETPhys.g:1:58: T__20
{
mT__20();
}
break;
case 10 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:64: T__21
+ // InternalETPhys.g:1:64: T__21
{
mT__21();
}
break;
case 11 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:70: T__22
+ // InternalETPhys.g:1:70: T__22
{
mT__22();
}
break;
case 12 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:76: T__23
+ // InternalETPhys.g:1:76: T__23
{
mT__23();
}
break;
case 13 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:82: T__24
+ // InternalETPhys.g:1:82: T__24
{
mT__24();
}
break;
case 14 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:88: T__25
+ // InternalETPhys.g:1:88: T__25
{
mT__25();
}
break;
case 15 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:94: T__26
+ // InternalETPhys.g:1:94: T__26
{
mT__26();
}
break;
case 16 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:100: T__27
+ // InternalETPhys.g:1:100: T__27
{
mT__27();
}
break;
case 17 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:106: T__28
+ // InternalETPhys.g:1:106: T__28
{
mT__28();
}
break;
case 18 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:112: T__29
+ // InternalETPhys.g:1:112: T__29
{
mT__29();
}
break;
case 19 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:118: T__30
+ // InternalETPhys.g:1:118: T__30
{
mT__30();
}
break;
case 20 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:124: T__31
+ // InternalETPhys.g:1:124: T__31
{
mT__31();
}
break;
case 21 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:130: T__32
+ // InternalETPhys.g:1:130: T__32
{
mT__32();
}
break;
case 22 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:136: T__33
+ // InternalETPhys.g:1:136: T__33
{
mT__33();
}
break;
case 23 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:142: T__34
+ // InternalETPhys.g:1:142: T__34
{
mT__34();
}
break;
case 24 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:148: T__35
+ // InternalETPhys.g:1:148: T__35
{
mT__35();
}
break;
case 25 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:154: T__36
+ // InternalETPhys.g:1:154: T__36
{
mT__36();
}
break;
case 26 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:160: T__37
+ // InternalETPhys.g:1:160: T__37
{
mT__37();
}
break;
case 27 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:166: T__38
+ // InternalETPhys.g:1:166: T__38
{
mT__38();
}
break;
case 28 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:172: T__39
+ // InternalETPhys.g:1:172: T__39
{
mT__39();
}
break;
case 29 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:178: T__40
+ // InternalETPhys.g:1:178: T__40
{
mT__40();
}
break;
case 30 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:184: T__41
+ // InternalETPhys.g:1:184: T__41
{
mT__41();
}
break;
case 31 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:190: T__42
+ // InternalETPhys.g:1:190: T__42
{
mT__42();
}
break;
case 32 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:196: T__43
+ // InternalETPhys.g:1:196: T__43
{
mT__43();
}
break;
case 33 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:202: T__44
+ // InternalETPhys.g:1:202: T__44
{
mT__44();
}
break;
case 34 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:208: T__45
+ // InternalETPhys.g:1:208: T__45
{
mT__45();
}
break;
case 35 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:214: T__46
+ // InternalETPhys.g:1:214: T__46
{
mT__46();
}
break;
case 36 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:220: T__47
+ // InternalETPhys.g:1:220: T__47
{
mT__47();
}
break;
case 37 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:226: T__48
+ // InternalETPhys.g:1:226: T__48
{
mT__48();
}
break;
case 38 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:232: T__49
+ // InternalETPhys.g:1:232: T__49
{
mT__49();
}
break;
case 39 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:238: T__50
+ // InternalETPhys.g:1:238: T__50
{
mT__50();
}
break;
case 40 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:244: T__51
+ // InternalETPhys.g:1:244: T__51
{
mT__51();
}
break;
case 41 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:250: T__52
+ // InternalETPhys.g:1:250: T__52
{
mT__52();
}
break;
case 42 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:256: T__53
+ // InternalETPhys.g:1:256: T__53
{
mT__53();
}
break;
case 43 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:262: T__54
+ // InternalETPhys.g:1:262: T__54
{
mT__54();
}
break;
case 44 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:268: T__55
+ // InternalETPhys.g:1:268: T__55
{
mT__55();
}
break;
case 45 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:274: T__56
+ // InternalETPhys.g:1:274: T__56
{
mT__56();
}
break;
case 46 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:280: T__57
+ // InternalETPhys.g:1:280: T__57
{
mT__57();
}
break;
case 47 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:286: T__58
+ // InternalETPhys.g:1:286: T__58
{
mT__58();
}
break;
case 48 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:292: T__59
+ // InternalETPhys.g:1:292: T__59
{
mT__59();
}
break;
case 49 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:298: T__60
+ // InternalETPhys.g:1:298: T__60
{
mT__60();
}
break;
case 50 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:304: T__61
+ // InternalETPhys.g:1:304: T__61
{
mT__61();
}
break;
case 51 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:310: RULE_HEX
+ // InternalETPhys.g:1:310: RULE_HEX
{
mRULE_HEX();
}
break;
case 52 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:319: RULE_ID
+ // InternalETPhys.g:1:319: RULE_ID
{
mRULE_ID();
}
break;
case 53 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:327: RULE_INT
+ // InternalETPhys.g:1:327: RULE_INT
{
mRULE_INT();
}
break;
case 54 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:336: RULE_STRING
+ // InternalETPhys.g:1:336: RULE_STRING
{
mRULE_STRING();
}
break;
case 55 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:348: RULE_ML_COMMENT
+ // InternalETPhys.g:1:348: RULE_ML_COMMENT
{
mRULE_ML_COMMENT();
}
break;
case 56 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:364: RULE_SL_COMMENT
+ // InternalETPhys.g:1:364: RULE_SL_COMMENT
{
mRULE_SL_COMMENT();
}
break;
case 57 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:380: RULE_WS
+ // InternalETPhys.g:1:380: RULE_WS
{
mRULE_WS();
}
break;
case 58 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1:388: RULE_ANY_OTHER
+ // InternalETPhys.g:1:388: RULE_ANY_OTHER
{
mRULE_ANY_OTHER();
@@ -2142,100 +2142,19 @@ public class InternalETPhysLexer extends Lexer {
protected DFA14 dfa14 = new DFA14(this);
static final String DFA14_eotS =
- "\1\uffff\3\50\2\uffff\1\63\1\64\2\50\1\73\1\50\2\uffff\1\50\1\uffff"+
- "\1\50\1\uffff\3\50\1\uffff\1\111\2\uffff\5\50\1\122\1\46\2\uffff"+
- "\3\46\2\uffff\1\50\1\uffff\4\50\1\135\2\50\2\uffff\1\50\2\uffff"+
- "\6\50\1\uffff\1\50\2\uffff\1\50\1\uffff\1\50\1\uffff\4\50\5\uffff"+
- "\1\161\1\162\3\50\6\uffff\6\50\1\uffff\23\50\2\uffff\13\50\1\u009b"+
- "\6\50\1\u00a3\14\50\1\u00b1\2\50\1\u00b4\1\u00b5\3\50\1\u00b9\1"+
- "\uffff\7\50\1\uffff\15\50\1\uffff\1\u00cf\1\50\2\uffff\3\50\1\uffff"+
- "\1\50\1\u00d5\2\50\1\u00d8\13\50\1\u00e4\4\50\1\uffff\5\50\1\uffff"+
- "\2\50\1\uffff\1\50\1\u00f1\1\u00f2\1\u00f3\3\50\1\u00f7\1\50\1\u00f9"+
- "\1\50\1\uffff\10\50\1\u0103\3\50\3\uffff\3\50\1\uffff\1\50\1\uffff"+
- "\1\u010c\3\50\1\u0110\1\u0111\3\50\1\uffff\1\u0115\1\u0116\2\50"+
- "\1\u0119\2\50\1\u011c\1\uffff\1\50\1\u011e\1\50\2\uffff\3\50\2\uffff"+
- "\2\50\1\uffff\2\50\1\uffff\1\50\1\uffff\3\50\1\u012b\1\u012c\6\50"+
- "\1\u0133\2\uffff\3\50\1\u0137\1\50\1\u0139\1\uffff\1\50\1\u013b"+
- "\1\50\1\uffff\1\u013d\1\uffff\1\u013e\1\uffff\1\u013f\3\uffff";
+ "\1\uffff\3\50\2\uffff\1\63\1\64\2\50\1\73\1\50\2\uffff\1\50\1\uffff\1\50\1\uffff\3\50\1\uffff\1\111\2\uffff\5\50\1\122\1\46\2\uffff\3\46\2\uffff\1\50\1\uffff\4\50\1\135\2\50\2\uffff\1\50\2\uffff\6\50\1\uffff\1\50\2\uffff\1\50\1\uffff\1\50\1\uffff\4\50\5\uffff\1\161\1\162\3\50\6\uffff\6\50\1\uffff\23\50\2\uffff\13\50\1\u009b\6\50\1\u00a3\14\50\1\u00b1\2\50\1\u00b4\1\u00b5\3\50\1\u00b9\1\uffff\7\50\1\uffff\15\50\1\uffff\1\u00cf\1\50\2\uffff\3\50\1\uffff\1\50\1\u00d5\2\50\1\u00d8\13\50\1\u00e4\4\50\1\uffff\5\50\1\uffff\2\50\1\uffff\1\50\1\u00f1\1\u00f2\1\u00f3\3\50\1\u00f7\1\50\1\u00f9\1\50\1\uffff\10\50\1\u0103\3\50\3\uffff\3\50\1\uffff\1\50\1\uffff\1\u010c\3\50\1\u0110\1\u0111\3\50\1\uffff\1\u0115\1\u0116\2\50\1\u0119\2\50\1\u011c\1\uffff\1\50\1\u011e\1\50\2\uffff\3\50\2\uffff\2\50\1\uffff\2\50\1\uffff\1\50\1\uffff\3\50\1\u012b\1\u012c\6\50\1\u0133\2\uffff\3\50\1\u0137\1\50\1\u0139\1\uffff\1\50\1\u013b\1\50\1\uffff\1\u013d\1\uffff\1\u013e\1\uffff\1\u013f\3\uffff";
static final String DFA14_eofS =
"\u0140\uffff";
static final String DFA14_minS =
- "\1\0\1\150\2\141\2\uffff\2\60\1\157\1\154\1\60\1\150\2\uffff\1"+
- "\157\1\uffff\1\165\1\uffff\1\155\1\165\1\164\1\uffff\1\52\2\uffff"+
- "\2\163\1\145\1\160\1\162\1\130\1\101\2\uffff\2\0\1\52\2\uffff\1"+
- "\162\1\uffff\1\156\1\144\1\170\1\154\1\60\1\154\1\157\2\uffff\1"+
- "\145\2\uffff\1\154\1\102\1\151\1\157\1\156\1\141\1\uffff\1\171\2"+
- "\uffff\1\144\1\uffff\1\156\1\uffff\1\164\1\160\1\156\1\164\5\uffff"+
- "\2\60\1\146\1\164\1\165\6\uffff\1\145\1\144\2\145\1\164\1\142\1"+
- "\uffff\1\163\1\155\1\143\1\154\1\157\1\156\1\145\1\150\1\157\1\143"+
- "\1\147\1\143\1\163\1\145\1\164\1\145\1\157\1\164\1\162\2\uffff\1"+
- "\141\1\151\1\145\2\141\1\154\1\144\1\151\1\154\1\157\1\145\1\60"+
- "\1\155\1\145\1\157\1\164\2\141\1\60\1\153\1\154\1\153\1\151\1\103"+
- "\1\151\2\162\2\151\1\165\1\157\1\60\1\144\1\164\2\60\1\124\2\157"+
- "\1\60\1\uffff\1\157\1\144\1\154\1\145\1\154\1\162\1\141\1\uffff"+
- "\2\145\1\163\1\143\1\145\1\154\1\155\1\166\1\164\1\155\1\142\1\154"+
- "\1\156\1\uffff\1\60\1\157\2\uffff\1\150\1\143\1\154\1\uffff\1\144"+
- "\1\60\1\145\1\147\1\60\1\141\1\156\1\170\1\144\1\124\1\151\1\141"+
- "\1\146\1\141\1\145\1\141\1\60\1\145\1\165\1\164\1\141\1\uffff\2"+
- "\162\1\153\1\163\1\145\1\uffff\1\141\1\145\1\uffff\1\143\3\60\1"+
- "\150\1\172\1\154\1\60\1\163\1\60\1\154\1\uffff\1\103\1\164\1\124"+
- "\1\154\1\171\1\145\1\163\1\151\1\60\1\156\1\162\1\164\3\uffff\1"+
- "\162\1\145\1\115\1\uffff\1\163\1\uffff\1\60\1\154\1\145\1\150\2"+
- "\60\1\141\1\151\1\172\1\uffff\2\60\2\145\1\60\1\157\1\171\1\60\1"+
- "\uffff\1\141\1\60\1\162\2\uffff\1\144\1\172\1\145\2\uffff\1\162"+
- "\1\141\1\uffff\1\144\1\163\1\uffff\1\163\1\uffff\3\145\2\60\1\144"+
- "\1\145\1\164\1\163\1\141\1\144\1\60\2\uffff\1\145\1\154\1\145\1"+
- "\60\1\144\1\60\1\uffff\1\144\1\60\1\155\1\uffff\1\60\1\uffff\1\60"+
- "\1\uffff\1\60\3\uffff";
+ "\1\0\1\150\2\141\2\uffff\2\60\1\157\1\154\1\60\1\150\2\uffff\1\157\1\uffff\1\165\1\uffff\1\155\1\165\1\164\1\uffff\1\52\2\uffff\2\163\1\145\1\160\1\162\1\130\1\101\2\uffff\2\0\1\52\2\uffff\1\162\1\uffff\1\156\1\144\1\170\1\154\1\60\1\154\1\157\2\uffff\1\145\2\uffff\1\154\1\102\1\151\1\157\1\156\1\141\1\uffff\1\171\2\uffff\1\144\1\uffff\1\156\1\uffff\1\164\1\160\1\156\1\164\5\uffff\2\60\1\146\1\164\1\165\6\uffff\1\145\1\144\2\145\1\164\1\142\1\uffff\1\163\1\155\1\143\1\154\1\157\1\156\1\145\1\150\1\157\1\143\1\147\1\143\1\163\1\145\1\164\1\145\1\157\1\164\1\162\2\uffff\1\141\1\151\1\145\2\141\1\154\1\144\1\151\1\154\1\157\1\145\1\60\1\155\1\145\1\157\1\164\2\141\1\60\1\153\1\154\1\153\1\151\1\103\1\151\2\162\2\151\1\165\1\157\1\60\1\144\1\164\2\60\1\124\2\157\1\60\1\uffff\1\157\1\144\1\154\1\145\1\154\1\162\1\141\1\uffff\2\145\1\163\1\143\1\145\1\154\1\155\1\166\1\164\1\155\1\142\1\154\1\156\1\uffff\1\60\1\157\2\uffff\1\150\1\143\1\154\1\uffff\1\144\1\60\1\145\1\147\1\60\1\141\1\156\1\170\1\144\1\124\1\151\1\141\1\146\1\141\1\145\1\141\1\60\1\145\1\165\1\164\1\141\1\uffff\2\162\1\153\1\163\1\145\1\uffff\1\141\1\145\1\uffff\1\143\3\60\1\150\1\172\1\154\1\60\1\163\1\60\1\154\1\uffff\1\103\1\164\1\124\1\154\1\171\1\145\1\163\1\151\1\60\1\156\1\162\1\164\3\uffff\1\162\1\145\1\115\1\uffff\1\163\1\uffff\1\60\1\154\1\145\1\150\2\60\1\141\1\151\1\172\1\uffff\2\60\2\145\1\60\1\157\1\171\1\60\1\uffff\1\141\1\60\1\162\2\uffff\1\144\1\172\1\145\2\uffff\1\162\1\141\1\uffff\1\144\1\163\1\uffff\1\163\1\uffff\3\145\2\60\1\144\1\145\1\164\1\163\1\141\1\144\1\60\2\uffff\1\145\1\154\1\145\1\60\1\144\1\60\1\uffff\1\144\1\60\1\155\1\uffff\1\60\1\uffff\1\60\1\uffff\1\60\3\uffff";
static final String DFA14_maxS =
- "\1\uffff\1\150\1\165\1\162\2\uffff\2\172\1\164\1\154\1\172\1\150"+
- "\2\uffff\1\157\1\uffff\1\165\1\uffff\1\156\1\165\1\164\1\uffff\1"+
- "\52\2\uffff\2\163\1\145\1\160\1\162\1\170\1\172\2\uffff\2\uffff"+
- "\1\57\2\uffff\1\162\1\uffff\1\156\1\144\1\170\1\154\1\172\1\154"+
- "\1\157\2\uffff\1\145\2\uffff\1\154\1\122\1\151\1\157\1\156\1\141"+
- "\1\uffff\1\171\2\uffff\1\144\1\uffff\1\156\1\uffff\1\164\1\160\1"+
- "\156\1\164\5\uffff\2\172\1\146\1\164\1\165\6\uffff\1\145\1\144\2"+
- "\145\1\164\1\160\1\uffff\1\163\1\155\1\143\1\154\1\157\1\156\1\145"+
- "\1\150\1\157\1\143\1\147\1\143\1\163\1\145\1\164\1\145\1\157\1\164"+
- "\1\162\2\uffff\1\141\1\151\1\145\2\141\1\154\1\144\1\151\1\154\1"+
- "\157\1\145\1\172\1\155\1\145\1\157\1\164\2\141\1\172\1\153\1\154"+
- "\1\153\1\151\1\122\1\151\2\162\2\151\1\165\1\157\1\172\1\144\1\164"+
- "\2\172\1\124\2\157\1\172\1\uffff\1\157\1\144\1\154\1\145\1\154\1"+
- "\162\1\151\1\uffff\2\145\1\163\1\143\1\145\1\154\1\155\1\166\1\164"+
- "\1\155\1\142\1\154\1\156\1\uffff\1\172\1\157\2\uffff\1\150\1\143"+
- "\1\154\1\uffff\1\144\1\172\1\145\1\147\1\172\1\141\1\156\1\170\1"+
- "\144\1\124\1\151\1\141\1\146\1\141\1\145\1\141\1\172\1\145\1\165"+
- "\1\164\1\141\1\uffff\2\162\1\153\1\163\1\145\1\uffff\1\141\1\145"+
- "\1\uffff\1\143\3\172\1\150\1\172\1\154\1\172\1\163\1\172\1\154\1"+
- "\uffff\1\103\1\164\1\124\1\154\1\171\1\145\1\163\1\151\1\172\1\156"+
- "\1\162\1\164\3\uffff\1\162\1\145\1\123\1\uffff\1\163\1\uffff\1\172"+
- "\1\154\1\145\1\150\2\172\1\141\1\151\1\172\1\uffff\2\172\2\145\1"+
- "\172\1\157\1\171\1\172\1\uffff\1\141\1\172\1\162\2\uffff\1\144\1"+
- "\172\1\145\2\uffff\1\162\1\141\1\uffff\1\144\1\163\1\uffff\1\163"+
- "\1\uffff\3\145\2\172\1\144\1\145\1\164\1\163\1\141\1\144\1\172\2"+
- "\uffff\1\145\1\154\1\145\1\172\1\144\1\172\1\uffff\1\144\1\172\1"+
- "\155\1\uffff\1\172\1\uffff\1\172\1\uffff\1\172\3\uffff";
+ "\1\uffff\1\150\1\165\1\162\2\uffff\2\172\1\164\1\154\1\172\1\150\2\uffff\1\157\1\uffff\1\165\1\uffff\1\156\1\165\1\164\1\uffff\1\52\2\uffff\2\163\1\145\1\160\1\162\1\170\1\172\2\uffff\2\uffff\1\57\2\uffff\1\162\1\uffff\1\156\1\144\1\170\1\154\1\172\1\154\1\157\2\uffff\1\145\2\uffff\1\154\1\122\1\151\1\157\1\156\1\141\1\uffff\1\171\2\uffff\1\144\1\uffff\1\156\1\uffff\1\164\1\160\1\156\1\164\5\uffff\2\172\1\146\1\164\1\165\6\uffff\1\145\1\144\2\145\1\164\1\160\1\uffff\1\163\1\155\1\143\1\154\1\157\1\156\1\145\1\150\1\157\1\143\1\147\1\143\1\163\1\145\1\164\1\145\1\157\1\164\1\162\2\uffff\1\141\1\151\1\145\2\141\1\154\1\144\1\151\1\154\1\157\1\145\1\172\1\155\1\145\1\157\1\164\2\141\1\172\1\153\1\154\1\153\1\151\1\122\1\151\2\162\2\151\1\165\1\157\1\172\1\144\1\164\2\172\1\124\2\157\1\172\1\uffff\1\157\1\144\1\154\1\145\1\154\1\162\1\151\1\uffff\2\145\1\163\1\143\1\145\1\154\1\155\1\166\1\164\1\155\1\142\1\154\1\156\1\uffff\1\172\1\157\2\uffff\1\150\1\143\1\154\1\uffff\1\144\1\172\1\145\1\147\1\172\1\141\1\156\1\170\1\144\1\124\1\151\1\141\1\146\1\141\1\145\1\141\1\172\1\145\1\165\1\164\1\141\1\uffff\2\162\1\153\1\163\1\145\1\uffff\1\141\1\145\1\uffff\1\143\3\172\1\150\1\172\1\154\1\172\1\163\1\172\1\154\1\uffff\1\103\1\164\1\124\1\154\1\171\1\145\1\163\1\151\1\172\1\156\1\162\1\164\3\uffff\1\162\1\145\1\123\1\uffff\1\163\1\uffff\1\172\1\154\1\145\1\150\2\172\1\141\1\151\1\172\1\uffff\2\172\2\145\1\172\1\157\1\171\1\172\1\uffff\1\141\1\172\1\162\2\uffff\1\144\1\172\1\145\2\uffff\1\162\1\141\1\uffff\1\144\1\163\1\uffff\1\163\1\uffff\3\145\2\172\1\144\1\145\1\164\1\163\1\141\1\144\1\172\2\uffff\1\145\1\154\1\145\1\172\1\144\1\172\1\uffff\1\144\1\172\1\155\1\uffff\1\172\1\uffff\1\172\1\uffff\1\172\3\uffff";
static final String DFA14_acceptS =
- "\4\uffff\1\5\1\6\6\uffff\1\23\1\24\1\uffff\1\27\1\uffff\1\32\3"+
- "\uffff\1\45\1\uffff\1\51\1\52\7\uffff\1\64\1\65\3\uffff\1\71\1\72"+
- "\1\uffff\1\64\7\uffff\1\5\1\6\1\uffff\1\7\1\10\6\uffff\1\53\1\uffff"+
- "\1\23\1\24\1\uffff\1\27\1\uffff\1\32\4\uffff\1\45\1\50\1\57\1\51"+
- "\1\52\5\uffff\1\63\1\65\1\66\1\67\1\70\1\71\6\uffff\1\54\23\uffff"+
- "\1\55\1\56\50\uffff\1\47\7\uffff\1\37\15\uffff\1\62\2\uffff\1\3"+
- "\1\13\3\uffff\1\4\25\uffff\1\1\5\uffff\1\11\2\uffff\1\20\13\uffff"+
- "\1\46\14\uffff\1\33\1\34\1\12\3\uffff\1\26\1\uffff\1\31\11\uffff"+
- "\1\35\10\uffff\1\36\3\uffff\1\61\1\2\3\uffff\1\16\1\17\2\uffff\1"+
- "\40\2\uffff\1\30\1\uffff\1\44\14\uffff\1\42\1\21\6\uffff\1\41\3"+
- "\uffff\1\43\1\uffff\1\15\1\uffff\1\22\1\uffff\1\60\1\14\1\25";
+ "\4\uffff\1\5\1\6\6\uffff\1\23\1\24\1\uffff\1\27\1\uffff\1\32\3\uffff\1\45\1\uffff\1\51\1\52\7\uffff\1\64\1\65\3\uffff\1\71\1\72\1\uffff\1\64\7\uffff\1\5\1\6\1\uffff\1\7\1\10\6\uffff\1\53\1\uffff\1\23\1\24\1\uffff\1\27\1\uffff\1\32\4\uffff\1\45\1\50\1\57\1\51\1\52\5\uffff\1\63\1\65\1\66\1\67\1\70\1\71\6\uffff\1\54\23\uffff\1\55\1\56\50\uffff\1\47\7\uffff\1\37\15\uffff\1\62\2\uffff\1\3\1\13\3\uffff\1\4\25\uffff\1\1\5\uffff\1\11\2\uffff\1\20\13\uffff\1\46\14\uffff\1\33\1\34\1\12\3\uffff\1\26\1\uffff\1\31\11\uffff\1\35\10\uffff\1\36\3\uffff\1\61\1\2\3\uffff\1\16\1\17\2\uffff\1\40\2\uffff\1\30\1\uffff\1\44\14\uffff\1\42\1\21\6\uffff\1\41\3\uffff\1\43\1\uffff\1\15\1\uffff\1\22\1\uffff\1\60\1\14\1\25";
static final String DFA14_specialS =
"\1\2\41\uffff\1\1\1\0\u011c\uffff}>";
static final String[] DFA14_transitionS = {
- "\11\46\2\45\2\46\1\45\22\46\1\45\1\46\1\42\4\46\1\43\3\46\1"+
- "\4\1\25\1\5\1\26\1\44\1\36\11\41\1\17\2\46\1\21\3\46\3\40\1"+
- "\33\1\7\10\40\1\16\1\40\1\13\1\40\1\23\1\40\1\1\6\40\1\27\1"+
- "\46\1\30\1\37\1\40\1\46\1\24\1\11\2\40\1\6\1\3\2\40\1\22\3\40"+
- "\1\2\1\32\1\34\1\10\1\40\1\20\1\12\1\35\1\31\5\40\1\14\1\46"+
- "\1\15\uff82\46",
+ "\11\46\2\45\2\46\1\45\22\46\1\45\1\46\1\42\4\46\1\43\3\46\1\4\1\25\1\5\1\26\1\44\1\36\11\41\1\17\2\46\1\21\3\46\3\40\1\33\1\7\10\40\1\16\1\40\1\13\1\40\1\23\1\40\1\1\6\40\1\27\1\46\1\30\1\37\1\40\1\46\1\24\1\11\2\40\1\6\1\3\2\40\1\22\3\40\1\2\1\32\1\34\1\10\1\40\1\20\1\12\1\35\1\31\5\40\1\14\1\46\1\15\uff82\46",
"\1\47",
"\1\51\7\uffff\1\53\5\uffff\1\52\3\uffff\1\55\1\uffff\1\54",
"\1\56\20\uffff\1\57",
@@ -2245,8 +2164,7 @@ public class InternalETPhysLexer extends Lexer {
"\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
"\1\65\2\uffff\1\67\1\uffff\1\66",
"\1\70",
- "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\10\50\1\71\12\50"+
- "\1\72\6\50",
+ "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\10\50\1\71\12\50\1\72\6\50",
"\1\74",
"",
"",
@@ -2369,8 +2287,7 @@ public class InternalETPhysLexer extends Lexer {
"\1\u009f",
"\1\u00a0",
"\1\u00a1",
- "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\14\50\1\u00a2\15"+
- "\50",
+ "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\14\50\1\u00a2\15\50",
"\1\u00a4",
"\1\u00a5",
"\1\u00a6",
diff --git a/plugins/org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhysParser.java b/plugins/org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhysParser.java
index b0656880e..863368e3f 100644
--- a/plugins/org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhysParser.java
+++ b/plugins/org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhysParser.java
@@ -18,8 +18,7 @@ import org.antlr.runtime.*;
import java.util.Stack;
import java.util.List;
import java.util.ArrayList;
-import java.util.Map;
-import java.util.HashMap;
+
@SuppressWarnings("all")
public class InternalETPhysParser extends AbstractInternalContentAssistParser {
public static final String[] tokenNames = new String[] {
@@ -99,7 +98,7 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
public String[] getTokenNames() { return InternalETPhysParser.tokenNames; }
- public String getGrammarFileName() { return "../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g"; }
+ public String getGrammarFileName() { return "InternalETPhys.g"; }
@@ -123,24 +122,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRulePhysicalModel"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:61:1: entryRulePhysicalModel : rulePhysicalModel EOF ;
+ // InternalETPhys.g:60:1: entryRulePhysicalModel : rulePhysicalModel EOF ;
public final void entryRulePhysicalModel() throws RecognitionException {
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:62:1: ( rulePhysicalModel EOF )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:63:1: rulePhysicalModel EOF
+ // InternalETPhys.g:61:1: ( rulePhysicalModel EOF )
+ // InternalETPhys.g:62:1: rulePhysicalModel EOF
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalModelRule());
- }
- pushFollow(FOLLOW_rulePhysicalModel_in_entryRulePhysicalModel67);
+ before(grammarAccess.getPhysicalModelRule());
+ pushFollow(FOLLOW_1);
rulePhysicalModel();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalModelRule());
- }
- match(input,EOF,FOLLOW_EOF_in_entryRulePhysicalModel74); if (state.failed) return ;
+
+ after(grammarAccess.getPhysicalModelRule());
+ match(input,EOF,FOLLOW_2);
}
@@ -157,36 +152,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rulePhysicalModel"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:70:1: rulePhysicalModel : ( ( rule__PhysicalModel__Group__0 ) ) ;
+ // InternalETPhys.g:69:1: rulePhysicalModel : ( ( rule__PhysicalModel__Group__0 ) ) ;
public final void rulePhysicalModel() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:74:2: ( ( ( rule__PhysicalModel__Group__0 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:75:1: ( ( rule__PhysicalModel__Group__0 ) )
+ // InternalETPhys.g:73:2: ( ( ( rule__PhysicalModel__Group__0 ) ) )
+ // InternalETPhys.g:74:1: ( ( rule__PhysicalModel__Group__0 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:75:1: ( ( rule__PhysicalModel__Group__0 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:76:1: ( rule__PhysicalModel__Group__0 )
+ // InternalETPhys.g:74:1: ( ( rule__PhysicalModel__Group__0 ) )
+ // InternalETPhys.g:75:1: ( rule__PhysicalModel__Group__0 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalModelAccess().getGroup());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:77:1: ( rule__PhysicalModel__Group__0 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:77:2: rule__PhysicalModel__Group__0
+ before(grammarAccess.getPhysicalModelAccess().getGroup());
+ // InternalETPhys.g:76:1: ( rule__PhysicalModel__Group__0 )
+ // InternalETPhys.g:76:2: rule__PhysicalModel__Group__0
{
- pushFollow(FOLLOW_rule__PhysicalModel__Group__0_in_rulePhysicalModel100);
+ pushFollow(FOLLOW_2);
rule__PhysicalModel__Group__0();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalModelAccess().getGroup());
}
+ after(grammarAccess.getPhysicalModelAccess().getGroup());
+
}
@@ -208,24 +199,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRulePhysicalSystem"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:89:1: entryRulePhysicalSystem : rulePhysicalSystem EOF ;
+ // InternalETPhys.g:88:1: entryRulePhysicalSystem : rulePhysicalSystem EOF ;
public final void entryRulePhysicalSystem() throws RecognitionException {
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:90:1: ( rulePhysicalSystem EOF )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:91:1: rulePhysicalSystem EOF
+ // InternalETPhys.g:89:1: ( rulePhysicalSystem EOF )
+ // InternalETPhys.g:90:1: rulePhysicalSystem EOF
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalSystemRule());
- }
- pushFollow(FOLLOW_rulePhysicalSystem_in_entryRulePhysicalSystem127);
+ before(grammarAccess.getPhysicalSystemRule());
+ pushFollow(FOLLOW_1);
rulePhysicalSystem();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalSystemRule());
- }
- match(input,EOF,FOLLOW_EOF_in_entryRulePhysicalSystem134); if (state.failed) return ;
+
+ after(grammarAccess.getPhysicalSystemRule());
+ match(input,EOF,FOLLOW_2);
}
@@ -242,36 +229,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rulePhysicalSystem"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:98:1: rulePhysicalSystem : ( ( rule__PhysicalSystem__Group__0 ) ) ;
+ // InternalETPhys.g:97:1: rulePhysicalSystem : ( ( rule__PhysicalSystem__Group__0 ) ) ;
public final void rulePhysicalSystem() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:102:2: ( ( ( rule__PhysicalSystem__Group__0 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:103:1: ( ( rule__PhysicalSystem__Group__0 ) )
+ // InternalETPhys.g:101:2: ( ( ( rule__PhysicalSystem__Group__0 ) ) )
+ // InternalETPhys.g:102:1: ( ( rule__PhysicalSystem__Group__0 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:103:1: ( ( rule__PhysicalSystem__Group__0 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:104:1: ( rule__PhysicalSystem__Group__0 )
+ // InternalETPhys.g:102:1: ( ( rule__PhysicalSystem__Group__0 ) )
+ // InternalETPhys.g:103:1: ( rule__PhysicalSystem__Group__0 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalSystemAccess().getGroup());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:105:1: ( rule__PhysicalSystem__Group__0 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:105:2: rule__PhysicalSystem__Group__0
+ before(grammarAccess.getPhysicalSystemAccess().getGroup());
+ // InternalETPhys.g:104:1: ( rule__PhysicalSystem__Group__0 )
+ // InternalETPhys.g:104:2: rule__PhysicalSystem__Group__0
{
- pushFollow(FOLLOW_rule__PhysicalSystem__Group__0_in_rulePhysicalSystem160);
+ pushFollow(FOLLOW_2);
rule__PhysicalSystem__Group__0();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalSystemAccess().getGroup());
}
+ after(grammarAccess.getPhysicalSystemAccess().getGroup());
+
}
@@ -293,24 +276,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleNodeRef"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:117:1: entryRuleNodeRef : ruleNodeRef EOF ;
+ // InternalETPhys.g:116:1: entryRuleNodeRef : ruleNodeRef EOF ;
public final void entryRuleNodeRef() throws RecognitionException {
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:118:1: ( ruleNodeRef EOF )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:119:1: ruleNodeRef EOF
+ // InternalETPhys.g:117:1: ( ruleNodeRef EOF )
+ // InternalETPhys.g:118:1: ruleNodeRef EOF
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getNodeRefRule());
- }
- pushFollow(FOLLOW_ruleNodeRef_in_entryRuleNodeRef187);
+ before(grammarAccess.getNodeRefRule());
+ pushFollow(FOLLOW_1);
ruleNodeRef();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getNodeRefRule());
- }
- match(input,EOF,FOLLOW_EOF_in_entryRuleNodeRef194); if (state.failed) return ;
+
+ after(grammarAccess.getNodeRefRule());
+ match(input,EOF,FOLLOW_2);
}
@@ -327,36 +306,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleNodeRef"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:126:1: ruleNodeRef : ( ( rule__NodeRef__Group__0 ) ) ;
+ // InternalETPhys.g:125:1: ruleNodeRef : ( ( rule__NodeRef__Group__0 ) ) ;
public final void ruleNodeRef() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:130:2: ( ( ( rule__NodeRef__Group__0 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:131:1: ( ( rule__NodeRef__Group__0 ) )
+ // InternalETPhys.g:129:2: ( ( ( rule__NodeRef__Group__0 ) ) )
+ // InternalETPhys.g:130:1: ( ( rule__NodeRef__Group__0 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:131:1: ( ( rule__NodeRef__Group__0 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:132:1: ( rule__NodeRef__Group__0 )
+ // InternalETPhys.g:130:1: ( ( rule__NodeRef__Group__0 ) )
+ // InternalETPhys.g:131:1: ( rule__NodeRef__Group__0 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getNodeRefAccess().getGroup());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:133:1: ( rule__NodeRef__Group__0 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:133:2: rule__NodeRef__Group__0
+ before(grammarAccess.getNodeRefAccess().getGroup());
+ // InternalETPhys.g:132:1: ( rule__NodeRef__Group__0 )
+ // InternalETPhys.g:132:2: rule__NodeRef__Group__0
{
- pushFollow(FOLLOW_rule__NodeRef__Group__0_in_ruleNodeRef220);
+ pushFollow(FOLLOW_2);
rule__NodeRef__Group__0();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getNodeRefAccess().getGroup());
}
+ after(grammarAccess.getNodeRefAccess().getGroup());
+
}
@@ -378,24 +353,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleNodeClass"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:145:1: entryRuleNodeClass : ruleNodeClass EOF ;
+ // InternalETPhys.g:144:1: entryRuleNodeClass : ruleNodeClass EOF ;
public final void entryRuleNodeClass() throws RecognitionException {
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:146:1: ( ruleNodeClass EOF )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:147:1: ruleNodeClass EOF
+ // InternalETPhys.g:145:1: ( ruleNodeClass EOF )
+ // InternalETPhys.g:146:1: ruleNodeClass EOF
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getNodeClassRule());
- }
- pushFollow(FOLLOW_ruleNodeClass_in_entryRuleNodeClass247);
+ before(grammarAccess.getNodeClassRule());
+ pushFollow(FOLLOW_1);
ruleNodeClass();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getNodeClassRule());
- }
- match(input,EOF,FOLLOW_EOF_in_entryRuleNodeClass254); if (state.failed) return ;
+
+ after(grammarAccess.getNodeClassRule());
+ match(input,EOF,FOLLOW_2);
}
@@ -412,36 +383,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleNodeClass"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:154:1: ruleNodeClass : ( ( rule__NodeClass__Group__0 ) ) ;
+ // InternalETPhys.g:153:1: ruleNodeClass : ( ( rule__NodeClass__Group__0 ) ) ;
public final void ruleNodeClass() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:158:2: ( ( ( rule__NodeClass__Group__0 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:159:1: ( ( rule__NodeClass__Group__0 ) )
+ // InternalETPhys.g:157:2: ( ( ( rule__NodeClass__Group__0 ) ) )
+ // InternalETPhys.g:158:1: ( ( rule__NodeClass__Group__0 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:159:1: ( ( rule__NodeClass__Group__0 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:160:1: ( rule__NodeClass__Group__0 )
+ // InternalETPhys.g:158:1: ( ( rule__NodeClass__Group__0 ) )
+ // InternalETPhys.g:159:1: ( rule__NodeClass__Group__0 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getNodeClassAccess().getGroup());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:161:1: ( rule__NodeClass__Group__0 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:161:2: rule__NodeClass__Group__0
+ before(grammarAccess.getNodeClassAccess().getGroup());
+ // InternalETPhys.g:160:1: ( rule__NodeClass__Group__0 )
+ // InternalETPhys.g:160:2: rule__NodeClass__Group__0
{
- pushFollow(FOLLOW_rule__NodeClass__Group__0_in_ruleNodeClass280);
+ pushFollow(FOLLOW_2);
rule__NodeClass__Group__0();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getNodeClassAccess().getGroup());
}
+ after(grammarAccess.getNodeClassAccess().getGroup());
+
}
@@ -463,24 +430,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRulePhysicalThread"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:173:1: entryRulePhysicalThread : rulePhysicalThread EOF ;
+ // InternalETPhys.g:172:1: entryRulePhysicalThread : rulePhysicalThread EOF ;
public final void entryRulePhysicalThread() throws RecognitionException {
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:174:1: ( rulePhysicalThread EOF )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:175:1: rulePhysicalThread EOF
+ // InternalETPhys.g:173:1: ( rulePhysicalThread EOF )
+ // InternalETPhys.g:174:1: rulePhysicalThread EOF
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalThreadRule());
- }
- pushFollow(FOLLOW_rulePhysicalThread_in_entryRulePhysicalThread307);
+ before(grammarAccess.getPhysicalThreadRule());
+ pushFollow(FOLLOW_1);
rulePhysicalThread();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalThreadRule());
- }
- match(input,EOF,FOLLOW_EOF_in_entryRulePhysicalThread314); if (state.failed) return ;
+
+ after(grammarAccess.getPhysicalThreadRule());
+ match(input,EOF,FOLLOW_2);
}
@@ -497,36 +460,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rulePhysicalThread"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:182:1: rulePhysicalThread : ( ( rule__PhysicalThread__Group__0 ) ) ;
+ // InternalETPhys.g:181:1: rulePhysicalThread : ( ( rule__PhysicalThread__Group__0 ) ) ;
public final void rulePhysicalThread() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:186:2: ( ( ( rule__PhysicalThread__Group__0 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:187:1: ( ( rule__PhysicalThread__Group__0 ) )
+ // InternalETPhys.g:185:2: ( ( ( rule__PhysicalThread__Group__0 ) ) )
+ // InternalETPhys.g:186:1: ( ( rule__PhysicalThread__Group__0 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:187:1: ( ( rule__PhysicalThread__Group__0 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:188:1: ( rule__PhysicalThread__Group__0 )
+ // InternalETPhys.g:186:1: ( ( rule__PhysicalThread__Group__0 ) )
+ // InternalETPhys.g:187:1: ( rule__PhysicalThread__Group__0 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalThreadAccess().getGroup());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:189:1: ( rule__PhysicalThread__Group__0 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:189:2: rule__PhysicalThread__Group__0
+ before(grammarAccess.getPhysicalThreadAccess().getGroup());
+ // InternalETPhys.g:188:1: ( rule__PhysicalThread__Group__0 )
+ // InternalETPhys.g:188:2: rule__PhysicalThread__Group__0
{
- pushFollow(FOLLOW_rule__PhysicalThread__Group__0_in_rulePhysicalThread340);
+ pushFollow(FOLLOW_2);
rule__PhysicalThread__Group__0();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalThreadAccess().getGroup());
}
+ after(grammarAccess.getPhysicalThreadAccess().getGroup());
+
}
@@ -548,24 +507,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleRuntimeClass"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:201:1: entryRuleRuntimeClass : ruleRuntimeClass EOF ;
+ // InternalETPhys.g:200:1: entryRuleRuntimeClass : ruleRuntimeClass EOF ;
public final void entryRuleRuntimeClass() throws RecognitionException {
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:202:1: ( ruleRuntimeClass EOF )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:203:1: ruleRuntimeClass EOF
+ // InternalETPhys.g:201:1: ( ruleRuntimeClass EOF )
+ // InternalETPhys.g:202:1: ruleRuntimeClass EOF
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getRuntimeClassRule());
- }
- pushFollow(FOLLOW_ruleRuntimeClass_in_entryRuleRuntimeClass367);
+ before(grammarAccess.getRuntimeClassRule());
+ pushFollow(FOLLOW_1);
ruleRuntimeClass();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getRuntimeClassRule());
- }
- match(input,EOF,FOLLOW_EOF_in_entryRuleRuntimeClass374); if (state.failed) return ;
+
+ after(grammarAccess.getRuntimeClassRule());
+ match(input,EOF,FOLLOW_2);
}
@@ -582,36 +537,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleRuntimeClass"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:210:1: ruleRuntimeClass : ( ( rule__RuntimeClass__Group__0 ) ) ;
+ // InternalETPhys.g:209:1: ruleRuntimeClass : ( ( rule__RuntimeClass__Group__0 ) ) ;
public final void ruleRuntimeClass() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:214:2: ( ( ( rule__RuntimeClass__Group__0 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:215:1: ( ( rule__RuntimeClass__Group__0 ) )
+ // InternalETPhys.g:213:2: ( ( ( rule__RuntimeClass__Group__0 ) ) )
+ // InternalETPhys.g:214:1: ( ( rule__RuntimeClass__Group__0 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:215:1: ( ( rule__RuntimeClass__Group__0 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:216:1: ( rule__RuntimeClass__Group__0 )
+ // InternalETPhys.g:214:1: ( ( rule__RuntimeClass__Group__0 ) )
+ // InternalETPhys.g:215:1: ( rule__RuntimeClass__Group__0 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getRuntimeClassAccess().getGroup());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:217:1: ( rule__RuntimeClass__Group__0 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:217:2: rule__RuntimeClass__Group__0
+ before(grammarAccess.getRuntimeClassAccess().getGroup());
+ // InternalETPhys.g:216:1: ( rule__RuntimeClass__Group__0 )
+ // InternalETPhys.g:216:2: rule__RuntimeClass__Group__0
{
- pushFollow(FOLLOW_rule__RuntimeClass__Group__0_in_ruleRuntimeClass400);
+ pushFollow(FOLLOW_2);
rule__RuntimeClass__Group__0();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getRuntimeClassAccess().getGroup());
}
+ after(grammarAccess.getRuntimeClassAccess().getGroup());
+
}
@@ -633,24 +584,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleKeyValue"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:231:1: entryRuleKeyValue : ruleKeyValue EOF ;
+ // InternalETPhys.g:230:1: entryRuleKeyValue : ruleKeyValue EOF ;
public final void entryRuleKeyValue() throws RecognitionException {
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:232:1: ( ruleKeyValue EOF )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:233:1: ruleKeyValue EOF
+ // InternalETPhys.g:231:1: ( ruleKeyValue EOF )
+ // InternalETPhys.g:232:1: ruleKeyValue EOF
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getKeyValueRule());
- }
- pushFollow(FOLLOW_ruleKeyValue_in_entryRuleKeyValue429);
+ before(grammarAccess.getKeyValueRule());
+ pushFollow(FOLLOW_1);
ruleKeyValue();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getKeyValueRule());
- }
- match(input,EOF,FOLLOW_EOF_in_entryRuleKeyValue436); if (state.failed) return ;
+
+ after(grammarAccess.getKeyValueRule());
+ match(input,EOF,FOLLOW_2);
}
@@ -667,36 +614,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleKeyValue"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:240:1: ruleKeyValue : ( ( rule__KeyValue__Group__0 ) ) ;
+ // InternalETPhys.g:239:1: ruleKeyValue : ( ( rule__KeyValue__Group__0 ) ) ;
public final void ruleKeyValue() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:244:2: ( ( ( rule__KeyValue__Group__0 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:245:1: ( ( rule__KeyValue__Group__0 ) )
+ // InternalETPhys.g:243:2: ( ( ( rule__KeyValue__Group__0 ) ) )
+ // InternalETPhys.g:244:1: ( ( rule__KeyValue__Group__0 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:245:1: ( ( rule__KeyValue__Group__0 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:246:1: ( rule__KeyValue__Group__0 )
+ // InternalETPhys.g:244:1: ( ( rule__KeyValue__Group__0 ) )
+ // InternalETPhys.g:245:1: ( rule__KeyValue__Group__0 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getKeyValueAccess().getGroup());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:247:1: ( rule__KeyValue__Group__0 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:247:2: rule__KeyValue__Group__0
+ before(grammarAccess.getKeyValueAccess().getGroup());
+ // InternalETPhys.g:246:1: ( rule__KeyValue__Group__0 )
+ // InternalETPhys.g:246:2: rule__KeyValue__Group__0
{
- pushFollow(FOLLOW_rule__KeyValue__Group__0_in_ruleKeyValue462);
+ pushFollow(FOLLOW_2);
rule__KeyValue__Group__0();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getKeyValueAccess().getGroup());
}
+ after(grammarAccess.getKeyValueAccess().getGroup());
+
}
@@ -718,24 +661,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleAnnotationTargetType"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:261:1: entryRuleAnnotationTargetType : ruleAnnotationTargetType EOF ;
+ // InternalETPhys.g:260:1: entryRuleAnnotationTargetType : ruleAnnotationTargetType EOF ;
public final void entryRuleAnnotationTargetType() throws RecognitionException {
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:262:1: ( ruleAnnotationTargetType EOF )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:263:1: ruleAnnotationTargetType EOF
+ // InternalETPhys.g:261:1: ( ruleAnnotationTargetType EOF )
+ // InternalETPhys.g:262:1: ruleAnnotationTargetType EOF
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getAnnotationTargetTypeRule());
- }
- pushFollow(FOLLOW_ruleAnnotationTargetType_in_entryRuleAnnotationTargetType491);
+ before(grammarAccess.getAnnotationTargetTypeRule());
+ pushFollow(FOLLOW_1);
ruleAnnotationTargetType();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getAnnotationTargetTypeRule());
- }
- match(input,EOF,FOLLOW_EOF_in_entryRuleAnnotationTargetType498); if (state.failed) return ;
+
+ after(grammarAccess.getAnnotationTargetTypeRule());
+ match(input,EOF,FOLLOW_2);
}
@@ -752,25 +691,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleAnnotationTargetType"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:270:1: ruleAnnotationTargetType : ( RULE_ID ) ;
+ // InternalETPhys.g:269:1: ruleAnnotationTargetType : ( RULE_ID ) ;
public final void ruleAnnotationTargetType() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:274:2: ( ( RULE_ID ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:275:1: ( RULE_ID )
+ // InternalETPhys.g:273:2: ( ( RULE_ID ) )
+ // InternalETPhys.g:274:1: ( RULE_ID )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:275:1: ( RULE_ID )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:276:1: RULE_ID
+ // InternalETPhys.g:274:1: ( RULE_ID )
+ // InternalETPhys.g:275:1: RULE_ID
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getAnnotationTargetTypeAccess().getIDTerminalRuleCall());
- }
- match(input,RULE_ID,FOLLOW_RULE_ID_in_ruleAnnotationTargetType524); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getAnnotationTargetTypeAccess().getIDTerminalRuleCall());
- }
+ before(grammarAccess.getAnnotationTargetTypeAccess().getIDTerminalRuleCall());
+ match(input,RULE_ID,FOLLOW_2);
+ after(grammarAccess.getAnnotationTargetTypeAccess().getIDTerminalRuleCall());
}
@@ -793,24 +728,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleAnnotationAttribute"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:289:1: entryRuleAnnotationAttribute : ruleAnnotationAttribute EOF ;
+ // InternalETPhys.g:288:1: entryRuleAnnotationAttribute : ruleAnnotationAttribute EOF ;
public final void entryRuleAnnotationAttribute() throws RecognitionException {
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:290:1: ( ruleAnnotationAttribute EOF )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:291:1: ruleAnnotationAttribute EOF
+ // InternalETPhys.g:289:1: ( ruleAnnotationAttribute EOF )
+ // InternalETPhys.g:290:1: ruleAnnotationAttribute EOF
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getAnnotationAttributeRule());
- }
- pushFollow(FOLLOW_ruleAnnotationAttribute_in_entryRuleAnnotationAttribute550);
+ before(grammarAccess.getAnnotationAttributeRule());
+ pushFollow(FOLLOW_1);
ruleAnnotationAttribute();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getAnnotationAttributeRule());
- }
- match(input,EOF,FOLLOW_EOF_in_entryRuleAnnotationAttribute557); if (state.failed) return ;
+
+ after(grammarAccess.getAnnotationAttributeRule());
+ match(input,EOF,FOLLOW_2);
}
@@ -827,36 +758,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleAnnotationAttribute"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:298:1: ruleAnnotationAttribute : ( ( rule__AnnotationAttribute__Alternatives ) ) ;
+ // InternalETPhys.g:297:1: ruleAnnotationAttribute : ( ( rule__AnnotationAttribute__Alternatives ) ) ;
public final void ruleAnnotationAttribute() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:302:2: ( ( ( rule__AnnotationAttribute__Alternatives ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:303:1: ( ( rule__AnnotationAttribute__Alternatives ) )
+ // InternalETPhys.g:301:2: ( ( ( rule__AnnotationAttribute__Alternatives ) ) )
+ // InternalETPhys.g:302:1: ( ( rule__AnnotationAttribute__Alternatives ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:303:1: ( ( rule__AnnotationAttribute__Alternatives ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:304:1: ( rule__AnnotationAttribute__Alternatives )
+ // InternalETPhys.g:302:1: ( ( rule__AnnotationAttribute__Alternatives ) )
+ // InternalETPhys.g:303:1: ( rule__AnnotationAttribute__Alternatives )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getAnnotationAttributeAccess().getAlternatives());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:305:1: ( rule__AnnotationAttribute__Alternatives )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:305:2: rule__AnnotationAttribute__Alternatives
+ before(grammarAccess.getAnnotationAttributeAccess().getAlternatives());
+ // InternalETPhys.g:304:1: ( rule__AnnotationAttribute__Alternatives )
+ // InternalETPhys.g:304:2: rule__AnnotationAttribute__Alternatives
{
- pushFollow(FOLLOW_rule__AnnotationAttribute__Alternatives_in_ruleAnnotationAttribute583);
+ pushFollow(FOLLOW_2);
rule__AnnotationAttribute__Alternatives();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getAnnotationAttributeAccess().getAlternatives());
}
+ after(grammarAccess.getAnnotationAttributeAccess().getAlternatives());
+
}
@@ -878,24 +805,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleSimpleAnnotationAttribute"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:317:1: entryRuleSimpleAnnotationAttribute : ruleSimpleAnnotationAttribute EOF ;
+ // InternalETPhys.g:316:1: entryRuleSimpleAnnotationAttribute : ruleSimpleAnnotationAttribute EOF ;
public final void entryRuleSimpleAnnotationAttribute() throws RecognitionException {
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:318:1: ( ruleSimpleAnnotationAttribute EOF )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:319:1: ruleSimpleAnnotationAttribute EOF
+ // InternalETPhys.g:317:1: ( ruleSimpleAnnotationAttribute EOF )
+ // InternalETPhys.g:318:1: ruleSimpleAnnotationAttribute EOF
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getSimpleAnnotationAttributeRule());
- }
- pushFollow(FOLLOW_ruleSimpleAnnotationAttribute_in_entryRuleSimpleAnnotationAttribute610);
+ before(grammarAccess.getSimpleAnnotationAttributeRule());
+ pushFollow(FOLLOW_1);
ruleSimpleAnnotationAttribute();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getSimpleAnnotationAttributeRule());
- }
- match(input,EOF,FOLLOW_EOF_in_entryRuleSimpleAnnotationAttribute617); if (state.failed) return ;
+
+ after(grammarAccess.getSimpleAnnotationAttributeRule());
+ match(input,EOF,FOLLOW_2);
}
@@ -912,36 +835,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleSimpleAnnotationAttribute"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:326:1: ruleSimpleAnnotationAttribute : ( ( rule__SimpleAnnotationAttribute__Group__0 ) ) ;
+ // InternalETPhys.g:325:1: ruleSimpleAnnotationAttribute : ( ( rule__SimpleAnnotationAttribute__Group__0 ) ) ;
public final void ruleSimpleAnnotationAttribute() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:330:2: ( ( ( rule__SimpleAnnotationAttribute__Group__0 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:331:1: ( ( rule__SimpleAnnotationAttribute__Group__0 ) )
+ // InternalETPhys.g:329:2: ( ( ( rule__SimpleAnnotationAttribute__Group__0 ) ) )
+ // InternalETPhys.g:330:1: ( ( rule__SimpleAnnotationAttribute__Group__0 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:331:1: ( ( rule__SimpleAnnotationAttribute__Group__0 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:332:1: ( rule__SimpleAnnotationAttribute__Group__0 )
+ // InternalETPhys.g:330:1: ( ( rule__SimpleAnnotationAttribute__Group__0 ) )
+ // InternalETPhys.g:331:1: ( rule__SimpleAnnotationAttribute__Group__0 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getSimpleAnnotationAttributeAccess().getGroup());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:333:1: ( rule__SimpleAnnotationAttribute__Group__0 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:333:2: rule__SimpleAnnotationAttribute__Group__0
+ before(grammarAccess.getSimpleAnnotationAttributeAccess().getGroup());
+ // InternalETPhys.g:332:1: ( rule__SimpleAnnotationAttribute__Group__0 )
+ // InternalETPhys.g:332:2: rule__SimpleAnnotationAttribute__Group__0
{
- pushFollow(FOLLOW_rule__SimpleAnnotationAttribute__Group__0_in_ruleSimpleAnnotationAttribute643);
+ pushFollow(FOLLOW_2);
rule__SimpleAnnotationAttribute__Group__0();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getSimpleAnnotationAttributeAccess().getGroup());
}
+ after(grammarAccess.getSimpleAnnotationAttributeAccess().getGroup());
+
}
@@ -963,24 +882,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleEnumAnnotationAttribute"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:345:1: entryRuleEnumAnnotationAttribute : ruleEnumAnnotationAttribute EOF ;
+ // InternalETPhys.g:344:1: entryRuleEnumAnnotationAttribute : ruleEnumAnnotationAttribute EOF ;
public final void entryRuleEnumAnnotationAttribute() throws RecognitionException {
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:346:1: ( ruleEnumAnnotationAttribute EOF )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:347:1: ruleEnumAnnotationAttribute EOF
+ // InternalETPhys.g:345:1: ( ruleEnumAnnotationAttribute EOF )
+ // InternalETPhys.g:346:1: ruleEnumAnnotationAttribute EOF
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getEnumAnnotationAttributeRule());
- }
- pushFollow(FOLLOW_ruleEnumAnnotationAttribute_in_entryRuleEnumAnnotationAttribute670);
+ before(grammarAccess.getEnumAnnotationAttributeRule());
+ pushFollow(FOLLOW_1);
ruleEnumAnnotationAttribute();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getEnumAnnotationAttributeRule());
- }
- match(input,EOF,FOLLOW_EOF_in_entryRuleEnumAnnotationAttribute677); if (state.failed) return ;
+
+ after(grammarAccess.getEnumAnnotationAttributeRule());
+ match(input,EOF,FOLLOW_2);
}
@@ -997,36 +912,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleEnumAnnotationAttribute"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:354:1: ruleEnumAnnotationAttribute : ( ( rule__EnumAnnotationAttribute__Group__0 ) ) ;
+ // InternalETPhys.g:353:1: ruleEnumAnnotationAttribute : ( ( rule__EnumAnnotationAttribute__Group__0 ) ) ;
public final void ruleEnumAnnotationAttribute() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:358:2: ( ( ( rule__EnumAnnotationAttribute__Group__0 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:359:1: ( ( rule__EnumAnnotationAttribute__Group__0 ) )
+ // InternalETPhys.g:357:2: ( ( ( rule__EnumAnnotationAttribute__Group__0 ) ) )
+ // InternalETPhys.g:358:1: ( ( rule__EnumAnnotationAttribute__Group__0 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:359:1: ( ( rule__EnumAnnotationAttribute__Group__0 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:360:1: ( rule__EnumAnnotationAttribute__Group__0 )
+ // InternalETPhys.g:358:1: ( ( rule__EnumAnnotationAttribute__Group__0 ) )
+ // InternalETPhys.g:359:1: ( rule__EnumAnnotationAttribute__Group__0 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getEnumAnnotationAttributeAccess().getGroup());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:361:1: ( rule__EnumAnnotationAttribute__Group__0 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:361:2: rule__EnumAnnotationAttribute__Group__0
+ before(grammarAccess.getEnumAnnotationAttributeAccess().getGroup());
+ // InternalETPhys.g:360:1: ( rule__EnumAnnotationAttribute__Group__0 )
+ // InternalETPhys.g:360:2: rule__EnumAnnotationAttribute__Group__0
{
- pushFollow(FOLLOW_rule__EnumAnnotationAttribute__Group__0_in_ruleEnumAnnotationAttribute703);
+ pushFollow(FOLLOW_2);
rule__EnumAnnotationAttribute__Group__0();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getEnumAnnotationAttributeAccess().getGroup());
}
+ after(grammarAccess.getEnumAnnotationAttributeAccess().getGroup());
+
}
@@ -1048,24 +959,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleImport"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:373:1: entryRuleImport : ruleImport EOF ;
+ // InternalETPhys.g:372:1: entryRuleImport : ruleImport EOF ;
public final void entryRuleImport() throws RecognitionException {
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:374:1: ( ruleImport EOF )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:375:1: ruleImport EOF
+ // InternalETPhys.g:373:1: ( ruleImport EOF )
+ // InternalETPhys.g:374:1: ruleImport EOF
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getImportRule());
- }
- pushFollow(FOLLOW_ruleImport_in_entryRuleImport730);
+ before(grammarAccess.getImportRule());
+ pushFollow(FOLLOW_1);
ruleImport();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getImportRule());
- }
- match(input,EOF,FOLLOW_EOF_in_entryRuleImport737); if (state.failed) return ;
+
+ after(grammarAccess.getImportRule());
+ match(input,EOF,FOLLOW_2);
}
@@ -1082,36 +989,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleImport"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:382:1: ruleImport : ( ( rule__Import__Group__0 ) ) ;
+ // InternalETPhys.g:381:1: ruleImport : ( ( rule__Import__Group__0 ) ) ;
public final void ruleImport() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:386:2: ( ( ( rule__Import__Group__0 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:387:1: ( ( rule__Import__Group__0 ) )
+ // InternalETPhys.g:385:2: ( ( ( rule__Import__Group__0 ) ) )
+ // InternalETPhys.g:386:1: ( ( rule__Import__Group__0 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:387:1: ( ( rule__Import__Group__0 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:388:1: ( rule__Import__Group__0 )
+ // InternalETPhys.g:386:1: ( ( rule__Import__Group__0 ) )
+ // InternalETPhys.g:387:1: ( rule__Import__Group__0 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getImportAccess().getGroup());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:389:1: ( rule__Import__Group__0 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:389:2: rule__Import__Group__0
+ before(grammarAccess.getImportAccess().getGroup());
+ // InternalETPhys.g:388:1: ( rule__Import__Group__0 )
+ // InternalETPhys.g:388:2: rule__Import__Group__0
{
- pushFollow(FOLLOW_rule__Import__Group__0_in_ruleImport763);
+ pushFollow(FOLLOW_2);
rule__Import__Group__0();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getImportAccess().getGroup());
}
+ after(grammarAccess.getImportAccess().getGroup());
+
}
@@ -1133,24 +1036,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleImportedFQN"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:401:1: entryRuleImportedFQN : ruleImportedFQN EOF ;
+ // InternalETPhys.g:400:1: entryRuleImportedFQN : ruleImportedFQN EOF ;
public final void entryRuleImportedFQN() throws RecognitionException {
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:402:1: ( ruleImportedFQN EOF )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:403:1: ruleImportedFQN EOF
+ // InternalETPhys.g:401:1: ( ruleImportedFQN EOF )
+ // InternalETPhys.g:402:1: ruleImportedFQN EOF
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getImportedFQNRule());
- }
- pushFollow(FOLLOW_ruleImportedFQN_in_entryRuleImportedFQN790);
+ before(grammarAccess.getImportedFQNRule());
+ pushFollow(FOLLOW_1);
ruleImportedFQN();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getImportedFQNRule());
- }
- match(input,EOF,FOLLOW_EOF_in_entryRuleImportedFQN797); if (state.failed) return ;
+
+ after(grammarAccess.getImportedFQNRule());
+ match(input,EOF,FOLLOW_2);
}
@@ -1167,36 +1066,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleImportedFQN"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:410:1: ruleImportedFQN : ( ( rule__ImportedFQN__Group__0 ) ) ;
+ // InternalETPhys.g:409:1: ruleImportedFQN : ( ( rule__ImportedFQN__Group__0 ) ) ;
public final void ruleImportedFQN() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:414:2: ( ( ( rule__ImportedFQN__Group__0 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:415:1: ( ( rule__ImportedFQN__Group__0 ) )
+ // InternalETPhys.g:413:2: ( ( ( rule__ImportedFQN__Group__0 ) ) )
+ // InternalETPhys.g:414:1: ( ( rule__ImportedFQN__Group__0 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:415:1: ( ( rule__ImportedFQN__Group__0 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:416:1: ( rule__ImportedFQN__Group__0 )
+ // InternalETPhys.g:414:1: ( ( rule__ImportedFQN__Group__0 ) )
+ // InternalETPhys.g:415:1: ( rule__ImportedFQN__Group__0 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getImportedFQNAccess().getGroup());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:417:1: ( rule__ImportedFQN__Group__0 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:417:2: rule__ImportedFQN__Group__0
+ before(grammarAccess.getImportedFQNAccess().getGroup());
+ // InternalETPhys.g:416:1: ( rule__ImportedFQN__Group__0 )
+ // InternalETPhys.g:416:2: rule__ImportedFQN__Group__0
{
- pushFollow(FOLLOW_rule__ImportedFQN__Group__0_in_ruleImportedFQN823);
+ pushFollow(FOLLOW_2);
rule__ImportedFQN__Group__0();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getImportedFQNAccess().getGroup());
}
+ after(grammarAccess.getImportedFQNAccess().getGroup());
+
}
@@ -1218,24 +1113,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleDocumentation"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:429:1: entryRuleDocumentation : ruleDocumentation EOF ;
+ // InternalETPhys.g:428:1: entryRuleDocumentation : ruleDocumentation EOF ;
public final void entryRuleDocumentation() throws RecognitionException {
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:430:1: ( ruleDocumentation EOF )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:431:1: ruleDocumentation EOF
+ // InternalETPhys.g:429:1: ( ruleDocumentation EOF )
+ // InternalETPhys.g:430:1: ruleDocumentation EOF
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getDocumentationRule());
- }
- pushFollow(FOLLOW_ruleDocumentation_in_entryRuleDocumentation850);
+ before(grammarAccess.getDocumentationRule());
+ pushFollow(FOLLOW_1);
ruleDocumentation();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getDocumentationRule());
- }
- match(input,EOF,FOLLOW_EOF_in_entryRuleDocumentation857); if (state.failed) return ;
+
+ after(grammarAccess.getDocumentationRule());
+ match(input,EOF,FOLLOW_2);
}
@@ -1252,36 +1143,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleDocumentation"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:438:1: ruleDocumentation : ( ( rule__Documentation__Group__0 ) ) ;
+ // InternalETPhys.g:437:1: ruleDocumentation : ( ( rule__Documentation__Group__0 ) ) ;
public final void ruleDocumentation() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:442:2: ( ( ( rule__Documentation__Group__0 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:443:1: ( ( rule__Documentation__Group__0 ) )
+ // InternalETPhys.g:441:2: ( ( ( rule__Documentation__Group__0 ) ) )
+ // InternalETPhys.g:442:1: ( ( rule__Documentation__Group__0 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:443:1: ( ( rule__Documentation__Group__0 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:444:1: ( rule__Documentation__Group__0 )
+ // InternalETPhys.g:442:1: ( ( rule__Documentation__Group__0 ) )
+ // InternalETPhys.g:443:1: ( rule__Documentation__Group__0 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getDocumentationAccess().getGroup());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:445:1: ( rule__Documentation__Group__0 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:445:2: rule__Documentation__Group__0
+ before(grammarAccess.getDocumentationAccess().getGroup());
+ // InternalETPhys.g:444:1: ( rule__Documentation__Group__0 )
+ // InternalETPhys.g:444:2: rule__Documentation__Group__0
{
- pushFollow(FOLLOW_rule__Documentation__Group__0_in_ruleDocumentation883);
+ pushFollow(FOLLOW_2);
rule__Documentation__Group__0();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getDocumentationAccess().getGroup());
}
+ after(grammarAccess.getDocumentationAccess().getGroup());
+
}
@@ -1303,24 +1190,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleTIME"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:457:1: entryRuleTIME : ruleTIME EOF ;
+ // InternalETPhys.g:456:1: entryRuleTIME : ruleTIME EOF ;
public final void entryRuleTIME() throws RecognitionException {
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:458:1: ( ruleTIME EOF )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:459:1: ruleTIME EOF
+ // InternalETPhys.g:457:1: ( ruleTIME EOF )
+ // InternalETPhys.g:458:1: ruleTIME EOF
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getTIMERule());
- }
- pushFollow(FOLLOW_ruleTIME_in_entryRuleTIME910);
+ before(grammarAccess.getTIMERule());
+ pushFollow(FOLLOW_1);
ruleTIME();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getTIMERule());
- }
- match(input,EOF,FOLLOW_EOF_in_entryRuleTIME917); if (state.failed) return ;
+
+ after(grammarAccess.getTIMERule());
+ match(input,EOF,FOLLOW_2);
}
@@ -1337,36 +1220,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleTIME"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:466:1: ruleTIME : ( ( rule__TIME__Alternatives ) ) ;
+ // InternalETPhys.g:465:1: ruleTIME : ( ( rule__TIME__Alternatives ) ) ;
public final void ruleTIME() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:470:2: ( ( ( rule__TIME__Alternatives ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:471:1: ( ( rule__TIME__Alternatives ) )
+ // InternalETPhys.g:469:2: ( ( ( rule__TIME__Alternatives ) ) )
+ // InternalETPhys.g:470:1: ( ( rule__TIME__Alternatives ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:471:1: ( ( rule__TIME__Alternatives ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:472:1: ( rule__TIME__Alternatives )
+ // InternalETPhys.g:470:1: ( ( rule__TIME__Alternatives ) )
+ // InternalETPhys.g:471:1: ( rule__TIME__Alternatives )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getTIMEAccess().getAlternatives());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:473:1: ( rule__TIME__Alternatives )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:473:2: rule__TIME__Alternatives
+ before(grammarAccess.getTIMEAccess().getAlternatives());
+ // InternalETPhys.g:472:1: ( rule__TIME__Alternatives )
+ // InternalETPhys.g:472:2: rule__TIME__Alternatives
{
- pushFollow(FOLLOW_rule__TIME__Alternatives_in_ruleTIME943);
+ pushFollow(FOLLOW_2);
rule__TIME__Alternatives();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getTIMEAccess().getAlternatives());
}
+ after(grammarAccess.getTIMEAccess().getAlternatives());
+
}
@@ -1388,24 +1267,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleLiteral"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:487:1: entryRuleLiteral : ruleLiteral EOF ;
+ // InternalETPhys.g:486:1: entryRuleLiteral : ruleLiteral EOF ;
public final void entryRuleLiteral() throws RecognitionException {
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:488:1: ( ruleLiteral EOF )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:489:1: ruleLiteral EOF
+ // InternalETPhys.g:487:1: ( ruleLiteral EOF )
+ // InternalETPhys.g:488:1: ruleLiteral EOF
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getLiteralRule());
- }
- pushFollow(FOLLOW_ruleLiteral_in_entryRuleLiteral972);
+ before(grammarAccess.getLiteralRule());
+ pushFollow(FOLLOW_1);
ruleLiteral();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getLiteralRule());
- }
- match(input,EOF,FOLLOW_EOF_in_entryRuleLiteral979); if (state.failed) return ;
+
+ after(grammarAccess.getLiteralRule());
+ match(input,EOF,FOLLOW_2);
}
@@ -1422,36 +1297,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleLiteral"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:496:1: ruleLiteral : ( ( rule__Literal__Alternatives ) ) ;
+ // InternalETPhys.g:495:1: ruleLiteral : ( ( rule__Literal__Alternatives ) ) ;
public final void ruleLiteral() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:500:2: ( ( ( rule__Literal__Alternatives ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:501:1: ( ( rule__Literal__Alternatives ) )
+ // InternalETPhys.g:499:2: ( ( ( rule__Literal__Alternatives ) ) )
+ // InternalETPhys.g:500:1: ( ( rule__Literal__Alternatives ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:501:1: ( ( rule__Literal__Alternatives ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:502:1: ( rule__Literal__Alternatives )
+ // InternalETPhys.g:500:1: ( ( rule__Literal__Alternatives ) )
+ // InternalETPhys.g:501:1: ( rule__Literal__Alternatives )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getLiteralAccess().getAlternatives());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:503:1: ( rule__Literal__Alternatives )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:503:2: rule__Literal__Alternatives
+ before(grammarAccess.getLiteralAccess().getAlternatives());
+ // InternalETPhys.g:502:1: ( rule__Literal__Alternatives )
+ // InternalETPhys.g:502:2: rule__Literal__Alternatives
{
- pushFollow(FOLLOW_rule__Literal__Alternatives_in_ruleLiteral1005);
+ pushFollow(FOLLOW_2);
rule__Literal__Alternatives();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getLiteralAccess().getAlternatives());
}
+ after(grammarAccess.getLiteralAccess().getAlternatives());
+
}
@@ -1473,24 +1344,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleBooleanLiteral"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:515:1: entryRuleBooleanLiteral : ruleBooleanLiteral EOF ;
+ // InternalETPhys.g:514:1: entryRuleBooleanLiteral : ruleBooleanLiteral EOF ;
public final void entryRuleBooleanLiteral() throws RecognitionException {
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:516:1: ( ruleBooleanLiteral EOF )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:517:1: ruleBooleanLiteral EOF
+ // InternalETPhys.g:515:1: ( ruleBooleanLiteral EOF )
+ // InternalETPhys.g:516:1: ruleBooleanLiteral EOF
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getBooleanLiteralRule());
- }
- pushFollow(FOLLOW_ruleBooleanLiteral_in_entryRuleBooleanLiteral1032);
+ before(grammarAccess.getBooleanLiteralRule());
+ pushFollow(FOLLOW_1);
ruleBooleanLiteral();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getBooleanLiteralRule());
- }
- match(input,EOF,FOLLOW_EOF_in_entryRuleBooleanLiteral1039); if (state.failed) return ;
+
+ after(grammarAccess.getBooleanLiteralRule());
+ match(input,EOF,FOLLOW_2);
}
@@ -1507,36 +1374,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleBooleanLiteral"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:524:1: ruleBooleanLiteral : ( ( rule__BooleanLiteral__Group__0 ) ) ;
+ // InternalETPhys.g:523:1: ruleBooleanLiteral : ( ( rule__BooleanLiteral__Group__0 ) ) ;
public final void ruleBooleanLiteral() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:528:2: ( ( ( rule__BooleanLiteral__Group__0 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:529:1: ( ( rule__BooleanLiteral__Group__0 ) )
+ // InternalETPhys.g:527:2: ( ( ( rule__BooleanLiteral__Group__0 ) ) )
+ // InternalETPhys.g:528:1: ( ( rule__BooleanLiteral__Group__0 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:529:1: ( ( rule__BooleanLiteral__Group__0 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:530:1: ( rule__BooleanLiteral__Group__0 )
+ // InternalETPhys.g:528:1: ( ( rule__BooleanLiteral__Group__0 ) )
+ // InternalETPhys.g:529:1: ( rule__BooleanLiteral__Group__0 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getBooleanLiteralAccess().getGroup());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:531:1: ( rule__BooleanLiteral__Group__0 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:531:2: rule__BooleanLiteral__Group__0
+ before(grammarAccess.getBooleanLiteralAccess().getGroup());
+ // InternalETPhys.g:530:1: ( rule__BooleanLiteral__Group__0 )
+ // InternalETPhys.g:530:2: rule__BooleanLiteral__Group__0
{
- pushFollow(FOLLOW_rule__BooleanLiteral__Group__0_in_ruleBooleanLiteral1065);
+ pushFollow(FOLLOW_2);
rule__BooleanLiteral__Group__0();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getBooleanLiteralAccess().getGroup());
}
+ after(grammarAccess.getBooleanLiteralAccess().getGroup());
+
}
@@ -1558,24 +1421,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleNumberLiteral"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:543:1: entryRuleNumberLiteral : ruleNumberLiteral EOF ;
+ // InternalETPhys.g:542:1: entryRuleNumberLiteral : ruleNumberLiteral EOF ;
public final void entryRuleNumberLiteral() throws RecognitionException {
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:544:1: ( ruleNumberLiteral EOF )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:545:1: ruleNumberLiteral EOF
+ // InternalETPhys.g:543:1: ( ruleNumberLiteral EOF )
+ // InternalETPhys.g:544:1: ruleNumberLiteral EOF
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getNumberLiteralRule());
- }
- pushFollow(FOLLOW_ruleNumberLiteral_in_entryRuleNumberLiteral1092);
+ before(grammarAccess.getNumberLiteralRule());
+ pushFollow(FOLLOW_1);
ruleNumberLiteral();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getNumberLiteralRule());
- }
- match(input,EOF,FOLLOW_EOF_in_entryRuleNumberLiteral1099); if (state.failed) return ;
+
+ after(grammarAccess.getNumberLiteralRule());
+ match(input,EOF,FOLLOW_2);
}
@@ -1592,36 +1451,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleNumberLiteral"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:552:1: ruleNumberLiteral : ( ( rule__NumberLiteral__Alternatives ) ) ;
+ // InternalETPhys.g:551:1: ruleNumberLiteral : ( ( rule__NumberLiteral__Alternatives ) ) ;
public final void ruleNumberLiteral() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:556:2: ( ( ( rule__NumberLiteral__Alternatives ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:557:1: ( ( rule__NumberLiteral__Alternatives ) )
+ // InternalETPhys.g:555:2: ( ( ( rule__NumberLiteral__Alternatives ) ) )
+ // InternalETPhys.g:556:1: ( ( rule__NumberLiteral__Alternatives ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:557:1: ( ( rule__NumberLiteral__Alternatives ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:558:1: ( rule__NumberLiteral__Alternatives )
+ // InternalETPhys.g:556:1: ( ( rule__NumberLiteral__Alternatives ) )
+ // InternalETPhys.g:557:1: ( rule__NumberLiteral__Alternatives )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getNumberLiteralAccess().getAlternatives());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:559:1: ( rule__NumberLiteral__Alternatives )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:559:2: rule__NumberLiteral__Alternatives
+ before(grammarAccess.getNumberLiteralAccess().getAlternatives());
+ // InternalETPhys.g:558:1: ( rule__NumberLiteral__Alternatives )
+ // InternalETPhys.g:558:2: rule__NumberLiteral__Alternatives
{
- pushFollow(FOLLOW_rule__NumberLiteral__Alternatives_in_ruleNumberLiteral1125);
+ pushFollow(FOLLOW_2);
rule__NumberLiteral__Alternatives();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getNumberLiteralAccess().getAlternatives());
}
+ after(grammarAccess.getNumberLiteralAccess().getAlternatives());
+
}
@@ -1643,24 +1498,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleRealLiteral"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:571:1: entryRuleRealLiteral : ruleRealLiteral EOF ;
+ // InternalETPhys.g:570:1: entryRuleRealLiteral : ruleRealLiteral EOF ;
public final void entryRuleRealLiteral() throws RecognitionException {
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:572:1: ( ruleRealLiteral EOF )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:573:1: ruleRealLiteral EOF
+ // InternalETPhys.g:571:1: ( ruleRealLiteral EOF )
+ // InternalETPhys.g:572:1: ruleRealLiteral EOF
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getRealLiteralRule());
- }
- pushFollow(FOLLOW_ruleRealLiteral_in_entryRuleRealLiteral1152);
+ before(grammarAccess.getRealLiteralRule());
+ pushFollow(FOLLOW_1);
ruleRealLiteral();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getRealLiteralRule());
- }
- match(input,EOF,FOLLOW_EOF_in_entryRuleRealLiteral1159); if (state.failed) return ;
+
+ after(grammarAccess.getRealLiteralRule());
+ match(input,EOF,FOLLOW_2);
}
@@ -1677,36 +1528,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleRealLiteral"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:580:1: ruleRealLiteral : ( ( rule__RealLiteral__Group__0 ) ) ;
+ // InternalETPhys.g:579:1: ruleRealLiteral : ( ( rule__RealLiteral__Group__0 ) ) ;
public final void ruleRealLiteral() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:584:2: ( ( ( rule__RealLiteral__Group__0 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:585:1: ( ( rule__RealLiteral__Group__0 ) )
+ // InternalETPhys.g:583:2: ( ( ( rule__RealLiteral__Group__0 ) ) )
+ // InternalETPhys.g:584:1: ( ( rule__RealLiteral__Group__0 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:585:1: ( ( rule__RealLiteral__Group__0 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:586:1: ( rule__RealLiteral__Group__0 )
+ // InternalETPhys.g:584:1: ( ( rule__RealLiteral__Group__0 ) )
+ // InternalETPhys.g:585:1: ( rule__RealLiteral__Group__0 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getRealLiteralAccess().getGroup());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:587:1: ( rule__RealLiteral__Group__0 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:587:2: rule__RealLiteral__Group__0
+ before(grammarAccess.getRealLiteralAccess().getGroup());
+ // InternalETPhys.g:586:1: ( rule__RealLiteral__Group__0 )
+ // InternalETPhys.g:586:2: rule__RealLiteral__Group__0
{
- pushFollow(FOLLOW_rule__RealLiteral__Group__0_in_ruleRealLiteral1185);
+ pushFollow(FOLLOW_2);
rule__RealLiteral__Group__0();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getRealLiteralAccess().getGroup());
}
+ after(grammarAccess.getRealLiteralAccess().getGroup());
+
}
@@ -1728,24 +1575,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleIntLiteral"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:599:1: entryRuleIntLiteral : ruleIntLiteral EOF ;
+ // InternalETPhys.g:598:1: entryRuleIntLiteral : ruleIntLiteral EOF ;
public final void entryRuleIntLiteral() throws RecognitionException {
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:600:1: ( ruleIntLiteral EOF )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:601:1: ruleIntLiteral EOF
+ // InternalETPhys.g:599:1: ( ruleIntLiteral EOF )
+ // InternalETPhys.g:600:1: ruleIntLiteral EOF
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getIntLiteralRule());
- }
- pushFollow(FOLLOW_ruleIntLiteral_in_entryRuleIntLiteral1212);
+ before(grammarAccess.getIntLiteralRule());
+ pushFollow(FOLLOW_1);
ruleIntLiteral();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getIntLiteralRule());
- }
- match(input,EOF,FOLLOW_EOF_in_entryRuleIntLiteral1219); if (state.failed) return ;
+
+ after(grammarAccess.getIntLiteralRule());
+ match(input,EOF,FOLLOW_2);
}
@@ -1762,36 +1605,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleIntLiteral"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:608:1: ruleIntLiteral : ( ( rule__IntLiteral__Group__0 ) ) ;
+ // InternalETPhys.g:607:1: ruleIntLiteral : ( ( rule__IntLiteral__Group__0 ) ) ;
public final void ruleIntLiteral() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:612:2: ( ( ( rule__IntLiteral__Group__0 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:613:1: ( ( rule__IntLiteral__Group__0 ) )
+ // InternalETPhys.g:611:2: ( ( ( rule__IntLiteral__Group__0 ) ) )
+ // InternalETPhys.g:612:1: ( ( rule__IntLiteral__Group__0 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:613:1: ( ( rule__IntLiteral__Group__0 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:614:1: ( rule__IntLiteral__Group__0 )
+ // InternalETPhys.g:612:1: ( ( rule__IntLiteral__Group__0 ) )
+ // InternalETPhys.g:613:1: ( rule__IntLiteral__Group__0 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getIntLiteralAccess().getGroup());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:615:1: ( rule__IntLiteral__Group__0 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:615:2: rule__IntLiteral__Group__0
+ before(grammarAccess.getIntLiteralAccess().getGroup());
+ // InternalETPhys.g:614:1: ( rule__IntLiteral__Group__0 )
+ // InternalETPhys.g:614:2: rule__IntLiteral__Group__0
{
- pushFollow(FOLLOW_rule__IntLiteral__Group__0_in_ruleIntLiteral1245);
+ pushFollow(FOLLOW_2);
rule__IntLiteral__Group__0();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getIntLiteralAccess().getGroup());
}
+ after(grammarAccess.getIntLiteralAccess().getGroup());
+
}
@@ -1813,24 +1652,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleStringLiteral"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:627:1: entryRuleStringLiteral : ruleStringLiteral EOF ;
+ // InternalETPhys.g:626:1: entryRuleStringLiteral : ruleStringLiteral EOF ;
public final void entryRuleStringLiteral() throws RecognitionException {
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:628:1: ( ruleStringLiteral EOF )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:629:1: ruleStringLiteral EOF
+ // InternalETPhys.g:627:1: ( ruleStringLiteral EOF )
+ // InternalETPhys.g:628:1: ruleStringLiteral EOF
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getStringLiteralRule());
- }
- pushFollow(FOLLOW_ruleStringLiteral_in_entryRuleStringLiteral1272);
+ before(grammarAccess.getStringLiteralRule());
+ pushFollow(FOLLOW_1);
ruleStringLiteral();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getStringLiteralRule());
- }
- match(input,EOF,FOLLOW_EOF_in_entryRuleStringLiteral1279); if (state.failed) return ;
+
+ after(grammarAccess.getStringLiteralRule());
+ match(input,EOF,FOLLOW_2);
}
@@ -1847,36 +1682,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleStringLiteral"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:636:1: ruleStringLiteral : ( ( rule__StringLiteral__Group__0 ) ) ;
+ // InternalETPhys.g:635:1: ruleStringLiteral : ( ( rule__StringLiteral__Group__0 ) ) ;
public final void ruleStringLiteral() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:640:2: ( ( ( rule__StringLiteral__Group__0 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:641:1: ( ( rule__StringLiteral__Group__0 ) )
+ // InternalETPhys.g:639:2: ( ( ( rule__StringLiteral__Group__0 ) ) )
+ // InternalETPhys.g:640:1: ( ( rule__StringLiteral__Group__0 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:641:1: ( ( rule__StringLiteral__Group__0 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:642:1: ( rule__StringLiteral__Group__0 )
+ // InternalETPhys.g:640:1: ( ( rule__StringLiteral__Group__0 ) )
+ // InternalETPhys.g:641:1: ( rule__StringLiteral__Group__0 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getStringLiteralAccess().getGroup());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:643:1: ( rule__StringLiteral__Group__0 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:643:2: rule__StringLiteral__Group__0
+ before(grammarAccess.getStringLiteralAccess().getGroup());
+ // InternalETPhys.g:642:1: ( rule__StringLiteral__Group__0 )
+ // InternalETPhys.g:642:2: rule__StringLiteral__Group__0
{
- pushFollow(FOLLOW_rule__StringLiteral__Group__0_in_ruleStringLiteral1305);
+ pushFollow(FOLLOW_2);
rule__StringLiteral__Group__0();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getStringLiteralAccess().getGroup());
}
+ after(grammarAccess.getStringLiteralAccess().getGroup());
+
}
@@ -1898,24 +1729,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleInteger"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:655:1: entryRuleInteger : ruleInteger EOF ;
+ // InternalETPhys.g:654:1: entryRuleInteger : ruleInteger EOF ;
public final void entryRuleInteger() throws RecognitionException {
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:656:1: ( ruleInteger EOF )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:657:1: ruleInteger EOF
+ // InternalETPhys.g:655:1: ( ruleInteger EOF )
+ // InternalETPhys.g:656:1: ruleInteger EOF
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getIntegerRule());
- }
- pushFollow(FOLLOW_ruleInteger_in_entryRuleInteger1332);
+ before(grammarAccess.getIntegerRule());
+ pushFollow(FOLLOW_1);
ruleInteger();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getIntegerRule());
- }
- match(input,EOF,FOLLOW_EOF_in_entryRuleInteger1339); if (state.failed) return ;
+
+ after(grammarAccess.getIntegerRule());
+ match(input,EOF,FOLLOW_2);
}
@@ -1932,36 +1759,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleInteger"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:664:1: ruleInteger : ( ( rule__Integer__Alternatives ) ) ;
+ // InternalETPhys.g:663:1: ruleInteger : ( ( rule__Integer__Alternatives ) ) ;
public final void ruleInteger() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:668:2: ( ( ( rule__Integer__Alternatives ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:669:1: ( ( rule__Integer__Alternatives ) )
+ // InternalETPhys.g:667:2: ( ( ( rule__Integer__Alternatives ) ) )
+ // InternalETPhys.g:668:1: ( ( rule__Integer__Alternatives ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:669:1: ( ( rule__Integer__Alternatives ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:670:1: ( rule__Integer__Alternatives )
+ // InternalETPhys.g:668:1: ( ( rule__Integer__Alternatives ) )
+ // InternalETPhys.g:669:1: ( rule__Integer__Alternatives )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getIntegerAccess().getAlternatives());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:671:1: ( rule__Integer__Alternatives )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:671:2: rule__Integer__Alternatives
+ before(grammarAccess.getIntegerAccess().getAlternatives());
+ // InternalETPhys.g:670:1: ( rule__Integer__Alternatives )
+ // InternalETPhys.g:670:2: rule__Integer__Alternatives
{
- pushFollow(FOLLOW_rule__Integer__Alternatives_in_ruleInteger1365);
+ pushFollow(FOLLOW_2);
rule__Integer__Alternatives();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getIntegerAccess().getAlternatives());
}
+ after(grammarAccess.getIntegerAccess().getAlternatives());
+
}
@@ -1983,24 +1806,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleReal"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:683:1: entryRuleReal : ruleReal EOF ;
+ // InternalETPhys.g:682:1: entryRuleReal : ruleReal EOF ;
public final void entryRuleReal() throws RecognitionException {
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:684:1: ( ruleReal EOF )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:685:1: ruleReal EOF
+ // InternalETPhys.g:683:1: ( ruleReal EOF )
+ // InternalETPhys.g:684:1: ruleReal EOF
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getRealRule());
- }
- pushFollow(FOLLOW_ruleReal_in_entryRuleReal1392);
+ before(grammarAccess.getRealRule());
+ pushFollow(FOLLOW_1);
ruleReal();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getRealRule());
- }
- match(input,EOF,FOLLOW_EOF_in_entryRuleReal1399); if (state.failed) return ;
+
+ after(grammarAccess.getRealRule());
+ match(input,EOF,FOLLOW_2);
}
@@ -2017,36 +1836,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleReal"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:692:1: ruleReal : ( ( rule__Real__Alternatives ) ) ;
+ // InternalETPhys.g:691:1: ruleReal : ( ( rule__Real__Alternatives ) ) ;
public final void ruleReal() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:696:2: ( ( ( rule__Real__Alternatives ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:697:1: ( ( rule__Real__Alternatives ) )
+ // InternalETPhys.g:695:2: ( ( ( rule__Real__Alternatives ) ) )
+ // InternalETPhys.g:696:1: ( ( rule__Real__Alternatives ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:697:1: ( ( rule__Real__Alternatives ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:698:1: ( rule__Real__Alternatives )
+ // InternalETPhys.g:696:1: ( ( rule__Real__Alternatives ) )
+ // InternalETPhys.g:697:1: ( rule__Real__Alternatives )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getRealAccess().getAlternatives());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:699:1: ( rule__Real__Alternatives )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:699:2: rule__Real__Alternatives
+ before(grammarAccess.getRealAccess().getAlternatives());
+ // InternalETPhys.g:698:1: ( rule__Real__Alternatives )
+ // InternalETPhys.g:698:2: rule__Real__Alternatives
{
- pushFollow(FOLLOW_rule__Real__Alternatives_in_ruleReal1425);
+ pushFollow(FOLLOW_2);
rule__Real__Alternatives();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getRealAccess().getAlternatives());
}
+ after(grammarAccess.getRealAccess().getAlternatives());
+
}
@@ -2068,27 +1883,23 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleDecimal"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:711:1: entryRuleDecimal : ruleDecimal EOF ;
+ // InternalETPhys.g:710:1: entryRuleDecimal : ruleDecimal EOF ;
public final void entryRuleDecimal() throws RecognitionException {
HiddenTokens myHiddenTokenState = ((XtextTokenStream)input).setHiddenTokens();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:715:1: ( ruleDecimal EOF )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:716:1: ruleDecimal EOF
+ // InternalETPhys.g:714:1: ( ruleDecimal EOF )
+ // InternalETPhys.g:715:1: ruleDecimal EOF
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getDecimalRule());
- }
- pushFollow(FOLLOW_ruleDecimal_in_entryRuleDecimal1457);
+ before(grammarAccess.getDecimalRule());
+ pushFollow(FOLLOW_1);
ruleDecimal();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getDecimalRule());
- }
- match(input,EOF,FOLLOW_EOF_in_entryRuleDecimal1464); if (state.failed) return ;
+
+ after(grammarAccess.getDecimalRule());
+ match(input,EOF,FOLLOW_2);
}
@@ -2108,37 +1919,33 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleDecimal"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:726:1: ruleDecimal : ( ( rule__Decimal__Group__0 ) ) ;
+ // InternalETPhys.g:725:1: ruleDecimal : ( ( rule__Decimal__Group__0 ) ) ;
public final void ruleDecimal() throws RecognitionException {
HiddenTokens myHiddenTokenState = ((XtextTokenStream)input).setHiddenTokens();
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:731:2: ( ( ( rule__Decimal__Group__0 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:732:1: ( ( rule__Decimal__Group__0 ) )
+ // InternalETPhys.g:730:2: ( ( ( rule__Decimal__Group__0 ) ) )
+ // InternalETPhys.g:731:1: ( ( rule__Decimal__Group__0 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:732:1: ( ( rule__Decimal__Group__0 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:733:1: ( rule__Decimal__Group__0 )
+ // InternalETPhys.g:731:1: ( ( rule__Decimal__Group__0 ) )
+ // InternalETPhys.g:732:1: ( rule__Decimal__Group__0 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getDecimalAccess().getGroup());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:734:1: ( rule__Decimal__Group__0 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:734:2: rule__Decimal__Group__0
+ before(grammarAccess.getDecimalAccess().getGroup());
+ // InternalETPhys.g:733:1: ( rule__Decimal__Group__0 )
+ // InternalETPhys.g:733:2: rule__Decimal__Group__0
{
- pushFollow(FOLLOW_rule__Decimal__Group__0_in_ruleDecimal1494);
+ pushFollow(FOLLOW_2);
rule__Decimal__Group__0();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getDecimalAccess().getGroup());
}
+ after(grammarAccess.getDecimalAccess().getGroup());
+
}
@@ -2161,27 +1968,23 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleDecimalExp"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:747:1: entryRuleDecimalExp : ruleDecimalExp EOF ;
+ // InternalETPhys.g:746:1: entryRuleDecimalExp : ruleDecimalExp EOF ;
public final void entryRuleDecimalExp() throws RecognitionException {
HiddenTokens myHiddenTokenState = ((XtextTokenStream)input).setHiddenTokens();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:751:1: ( ruleDecimalExp EOF )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:752:1: ruleDecimalExp EOF
+ // InternalETPhys.g:750:1: ( ruleDecimalExp EOF )
+ // InternalETPhys.g:751:1: ruleDecimalExp EOF
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getDecimalExpRule());
- }
- pushFollow(FOLLOW_ruleDecimalExp_in_entryRuleDecimalExp1526);
+ before(grammarAccess.getDecimalExpRule());
+ pushFollow(FOLLOW_1);
ruleDecimalExp();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getDecimalExpRule());
- }
- match(input,EOF,FOLLOW_EOF_in_entryRuleDecimalExp1533); if (state.failed) return ;
+
+ after(grammarAccess.getDecimalExpRule());
+ match(input,EOF,FOLLOW_2);
}
@@ -2201,37 +2004,33 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleDecimalExp"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:762:1: ruleDecimalExp : ( ( rule__DecimalExp__Group__0 ) ) ;
+ // InternalETPhys.g:761:1: ruleDecimalExp : ( ( rule__DecimalExp__Group__0 ) ) ;
public final void ruleDecimalExp() throws RecognitionException {
HiddenTokens myHiddenTokenState = ((XtextTokenStream)input).setHiddenTokens();
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:767:2: ( ( ( rule__DecimalExp__Group__0 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:768:1: ( ( rule__DecimalExp__Group__0 ) )
+ // InternalETPhys.g:766:2: ( ( ( rule__DecimalExp__Group__0 ) ) )
+ // InternalETPhys.g:767:1: ( ( rule__DecimalExp__Group__0 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:768:1: ( ( rule__DecimalExp__Group__0 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:769:1: ( rule__DecimalExp__Group__0 )
+ // InternalETPhys.g:767:1: ( ( rule__DecimalExp__Group__0 ) )
+ // InternalETPhys.g:768:1: ( rule__DecimalExp__Group__0 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getDecimalExpAccess().getGroup());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:770:1: ( rule__DecimalExp__Group__0 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:770:2: rule__DecimalExp__Group__0
+ before(grammarAccess.getDecimalExpAccess().getGroup());
+ // InternalETPhys.g:769:1: ( rule__DecimalExp__Group__0 )
+ // InternalETPhys.g:769:2: rule__DecimalExp__Group__0
{
- pushFollow(FOLLOW_rule__DecimalExp__Group__0_in_ruleDecimalExp1563);
+ pushFollow(FOLLOW_2);
rule__DecimalExp__Group__0();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getDecimalExpAccess().getGroup());
}
+ after(grammarAccess.getDecimalExpAccess().getGroup());
+
}
@@ -2254,24 +2053,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleFQN"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:783:1: entryRuleFQN : ruleFQN EOF ;
+ // InternalETPhys.g:782:1: entryRuleFQN : ruleFQN EOF ;
public final void entryRuleFQN() throws RecognitionException {
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:784:1: ( ruleFQN EOF )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:785:1: ruleFQN EOF
+ // InternalETPhys.g:783:1: ( ruleFQN EOF )
+ // InternalETPhys.g:784:1: ruleFQN EOF
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getFQNRule());
- }
- pushFollow(FOLLOW_ruleFQN_in_entryRuleFQN1590);
+ before(grammarAccess.getFQNRule());
+ pushFollow(FOLLOW_1);
ruleFQN();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getFQNRule());
- }
- match(input,EOF,FOLLOW_EOF_in_entryRuleFQN1597); if (state.failed) return ;
+
+ after(grammarAccess.getFQNRule());
+ match(input,EOF,FOLLOW_2);
}
@@ -2288,36 +2083,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleFQN"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:792:1: ruleFQN : ( ( rule__FQN__Group__0 ) ) ;
+ // InternalETPhys.g:791:1: ruleFQN : ( ( rule__FQN__Group__0 ) ) ;
public final void ruleFQN() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:796:2: ( ( ( rule__FQN__Group__0 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:797:1: ( ( rule__FQN__Group__0 ) )
+ // InternalETPhys.g:795:2: ( ( ( rule__FQN__Group__0 ) ) )
+ // InternalETPhys.g:796:1: ( ( rule__FQN__Group__0 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:797:1: ( ( rule__FQN__Group__0 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:798:1: ( rule__FQN__Group__0 )
+ // InternalETPhys.g:796:1: ( ( rule__FQN__Group__0 ) )
+ // InternalETPhys.g:797:1: ( rule__FQN__Group__0 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getFQNAccess().getGroup());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:799:1: ( rule__FQN__Group__0 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:799:2: rule__FQN__Group__0
+ before(grammarAccess.getFQNAccess().getGroup());
+ // InternalETPhys.g:798:1: ( rule__FQN__Group__0 )
+ // InternalETPhys.g:798:2: rule__FQN__Group__0
{
- pushFollow(FOLLOW_rule__FQN__Group__0_in_ruleFQN1623);
+ pushFollow(FOLLOW_2);
rule__FQN__Group__0();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getFQNAccess().getGroup());
}
+ after(grammarAccess.getFQNAccess().getGroup());
+
}
@@ -2339,36 +2130,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleExecMode"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:812:1: ruleExecMode : ( ( rule__ExecMode__Alternatives ) ) ;
+ // InternalETPhys.g:811:1: ruleExecMode : ( ( rule__ExecMode__Alternatives ) ) ;
public final void ruleExecMode() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:816:1: ( ( ( rule__ExecMode__Alternatives ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:817:1: ( ( rule__ExecMode__Alternatives ) )
+ // InternalETPhys.g:815:1: ( ( ( rule__ExecMode__Alternatives ) ) )
+ // InternalETPhys.g:816:1: ( ( rule__ExecMode__Alternatives ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:817:1: ( ( rule__ExecMode__Alternatives ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:818:1: ( rule__ExecMode__Alternatives )
+ // InternalETPhys.g:816:1: ( ( rule__ExecMode__Alternatives ) )
+ // InternalETPhys.g:817:1: ( rule__ExecMode__Alternatives )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getExecModeAccess().getAlternatives());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:819:1: ( rule__ExecMode__Alternatives )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:819:2: rule__ExecMode__Alternatives
+ before(grammarAccess.getExecModeAccess().getAlternatives());
+ // InternalETPhys.g:818:1: ( rule__ExecMode__Alternatives )
+ // InternalETPhys.g:818:2: rule__ExecMode__Alternatives
{
- pushFollow(FOLLOW_rule__ExecMode__Alternatives_in_ruleExecMode1660);
+ pushFollow(FOLLOW_2);
rule__ExecMode__Alternatives();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getExecModeAccess().getAlternatives());
}
+ after(grammarAccess.getExecModeAccess().getAlternatives());
+
}
@@ -2390,36 +2177,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleThreadModel"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:831:1: ruleThreadModel : ( ( rule__ThreadModel__Alternatives ) ) ;
+ // InternalETPhys.g:830:1: ruleThreadModel : ( ( rule__ThreadModel__Alternatives ) ) ;
public final void ruleThreadModel() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:835:1: ( ( ( rule__ThreadModel__Alternatives ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:836:1: ( ( rule__ThreadModel__Alternatives ) )
+ // InternalETPhys.g:834:1: ( ( ( rule__ThreadModel__Alternatives ) ) )
+ // InternalETPhys.g:835:1: ( ( rule__ThreadModel__Alternatives ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:836:1: ( ( rule__ThreadModel__Alternatives ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:837:1: ( rule__ThreadModel__Alternatives )
+ // InternalETPhys.g:835:1: ( ( rule__ThreadModel__Alternatives ) )
+ // InternalETPhys.g:836:1: ( rule__ThreadModel__Alternatives )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getThreadModelAccess().getAlternatives());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:838:1: ( rule__ThreadModel__Alternatives )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:838:2: rule__ThreadModel__Alternatives
+ before(grammarAccess.getThreadModelAccess().getAlternatives());
+ // InternalETPhys.g:837:1: ( rule__ThreadModel__Alternatives )
+ // InternalETPhys.g:837:2: rule__ThreadModel__Alternatives
{
- pushFollow(FOLLOW_rule__ThreadModel__Alternatives_in_ruleThreadModel1696);
+ pushFollow(FOLLOW_2);
rule__ThreadModel__Alternatives();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getThreadModelAccess().getAlternatives());
}
+ after(grammarAccess.getThreadModelAccess().getAlternatives());
+
}
@@ -2441,36 +2224,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleLiteralType"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:850:1: ruleLiteralType : ( ( rule__LiteralType__Alternatives ) ) ;
+ // InternalETPhys.g:849:1: ruleLiteralType : ( ( rule__LiteralType__Alternatives ) ) ;
public final void ruleLiteralType() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:854:1: ( ( ( rule__LiteralType__Alternatives ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:855:1: ( ( rule__LiteralType__Alternatives ) )
+ // InternalETPhys.g:853:1: ( ( ( rule__LiteralType__Alternatives ) ) )
+ // InternalETPhys.g:854:1: ( ( rule__LiteralType__Alternatives ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:855:1: ( ( rule__LiteralType__Alternatives ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:856:1: ( rule__LiteralType__Alternatives )
+ // InternalETPhys.g:854:1: ( ( rule__LiteralType__Alternatives ) )
+ // InternalETPhys.g:855:1: ( rule__LiteralType__Alternatives )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getLiteralTypeAccess().getAlternatives());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:857:1: ( rule__LiteralType__Alternatives )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:857:2: rule__LiteralType__Alternatives
+ before(grammarAccess.getLiteralTypeAccess().getAlternatives());
+ // InternalETPhys.g:856:1: ( rule__LiteralType__Alternatives )
+ // InternalETPhys.g:856:2: rule__LiteralType__Alternatives
{
- pushFollow(FOLLOW_rule__LiteralType__Alternatives_in_ruleLiteralType1732);
+ pushFollow(FOLLOW_2);
rule__LiteralType__Alternatives();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getLiteralTypeAccess().getAlternatives());
}
+ after(grammarAccess.getLiteralTypeAccess().getAlternatives());
+
}
@@ -2492,13 +2271,13 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalModel__Alternatives_4"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:868:1: rule__PhysicalModel__Alternatives_4 : ( ( ( rule__PhysicalModel__SystemsAssignment_4_0 ) ) | ( ( rule__PhysicalModel__NodeClassesAssignment_4_1 ) ) | ( ( rule__PhysicalModel__RuntimeClassesAssignment_4_2 ) ) );
+ // InternalETPhys.g:867:1: rule__PhysicalModel__Alternatives_4 : ( ( ( rule__PhysicalModel__SystemsAssignment_4_0 ) ) | ( ( rule__PhysicalModel__NodeClassesAssignment_4_1 ) ) | ( ( rule__PhysicalModel__RuntimeClassesAssignment_4_2 ) ) );
public final void rule__PhysicalModel__Alternatives_4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:872:1: ( ( ( rule__PhysicalModel__SystemsAssignment_4_0 ) ) | ( ( rule__PhysicalModel__NodeClassesAssignment_4_1 ) ) | ( ( rule__PhysicalModel__RuntimeClassesAssignment_4_2 ) ) )
+ // InternalETPhys.g:871:1: ( ( ( rule__PhysicalModel__SystemsAssignment_4_0 ) ) | ( ( rule__PhysicalModel__NodeClassesAssignment_4_1 ) ) | ( ( rule__PhysicalModel__RuntimeClassesAssignment_4_2 ) ) )
int alt1=3;
switch ( input.LA(1) ) {
case 32:
@@ -2517,7 +2296,6 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
break;
default:
- if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 1, 0, input);
@@ -2526,87 +2304,75 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
switch (alt1) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:873:1: ( ( rule__PhysicalModel__SystemsAssignment_4_0 ) )
+ // InternalETPhys.g:872:1: ( ( rule__PhysicalModel__SystemsAssignment_4_0 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:873:1: ( ( rule__PhysicalModel__SystemsAssignment_4_0 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:874:1: ( rule__PhysicalModel__SystemsAssignment_4_0 )
+ // InternalETPhys.g:872:1: ( ( rule__PhysicalModel__SystemsAssignment_4_0 ) )
+ // InternalETPhys.g:873:1: ( rule__PhysicalModel__SystemsAssignment_4_0 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalModelAccess().getSystemsAssignment_4_0());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:875:1: ( rule__PhysicalModel__SystemsAssignment_4_0 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:875:2: rule__PhysicalModel__SystemsAssignment_4_0
+ before(grammarAccess.getPhysicalModelAccess().getSystemsAssignment_4_0());
+ // InternalETPhys.g:874:1: ( rule__PhysicalModel__SystemsAssignment_4_0 )
+ // InternalETPhys.g:874:2: rule__PhysicalModel__SystemsAssignment_4_0
{
- pushFollow(FOLLOW_rule__PhysicalModel__SystemsAssignment_4_0_in_rule__PhysicalModel__Alternatives_41767);
+ pushFollow(FOLLOW_2);
rule__PhysicalModel__SystemsAssignment_4_0();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalModelAccess().getSystemsAssignment_4_0());
}
+ after(grammarAccess.getPhysicalModelAccess().getSystemsAssignment_4_0());
+
}
}
break;
case 2 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:879:6: ( ( rule__PhysicalModel__NodeClassesAssignment_4_1 ) )
+ // InternalETPhys.g:878:6: ( ( rule__PhysicalModel__NodeClassesAssignment_4_1 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:879:6: ( ( rule__PhysicalModel__NodeClassesAssignment_4_1 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:880:1: ( rule__PhysicalModel__NodeClassesAssignment_4_1 )
+ // InternalETPhys.g:878:6: ( ( rule__PhysicalModel__NodeClassesAssignment_4_1 ) )
+ // InternalETPhys.g:879:1: ( rule__PhysicalModel__NodeClassesAssignment_4_1 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalModelAccess().getNodeClassesAssignment_4_1());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:881:1: ( rule__PhysicalModel__NodeClassesAssignment_4_1 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:881:2: rule__PhysicalModel__NodeClassesAssignment_4_1
+ before(grammarAccess.getPhysicalModelAccess().getNodeClassesAssignment_4_1());
+ // InternalETPhys.g:880:1: ( rule__PhysicalModel__NodeClassesAssignment_4_1 )
+ // InternalETPhys.g:880:2: rule__PhysicalModel__NodeClassesAssignment_4_1
{
- pushFollow(FOLLOW_rule__PhysicalModel__NodeClassesAssignment_4_1_in_rule__PhysicalModel__Alternatives_41785);
+ pushFollow(FOLLOW_2);
rule__PhysicalModel__NodeClassesAssignment_4_1();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalModelAccess().getNodeClassesAssignment_4_1());
}
+ after(grammarAccess.getPhysicalModelAccess().getNodeClassesAssignment_4_1());
+
}
}
break;
case 3 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:885:6: ( ( rule__PhysicalModel__RuntimeClassesAssignment_4_2 ) )
+ // InternalETPhys.g:884:6: ( ( rule__PhysicalModel__RuntimeClassesAssignment_4_2 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:885:6: ( ( rule__PhysicalModel__RuntimeClassesAssignment_4_2 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:886:1: ( rule__PhysicalModel__RuntimeClassesAssignment_4_2 )
+ // InternalETPhys.g:884:6: ( ( rule__PhysicalModel__RuntimeClassesAssignment_4_2 ) )
+ // InternalETPhys.g:885:1: ( rule__PhysicalModel__RuntimeClassesAssignment_4_2 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalModelAccess().getRuntimeClassesAssignment_4_2());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:887:1: ( rule__PhysicalModel__RuntimeClassesAssignment_4_2 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:887:2: rule__PhysicalModel__RuntimeClassesAssignment_4_2
+ before(grammarAccess.getPhysicalModelAccess().getRuntimeClassesAssignment_4_2());
+ // InternalETPhys.g:886:1: ( rule__PhysicalModel__RuntimeClassesAssignment_4_2 )
+ // InternalETPhys.g:886:2: rule__PhysicalModel__RuntimeClassesAssignment_4_2
{
- pushFollow(FOLLOW_rule__PhysicalModel__RuntimeClassesAssignment_4_2_in_rule__PhysicalModel__Alternatives_41803);
+ pushFollow(FOLLOW_2);
rule__PhysicalModel__RuntimeClassesAssignment_4_2();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalModelAccess().getRuntimeClassesAssignment_4_2());
}
+ after(grammarAccess.getPhysicalModelAccess().getRuntimeClassesAssignment_4_2());
+
}
@@ -2630,13 +2396,13 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__Alternatives_0"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:896:1: rule__PhysicalThread__Alternatives_0 : ( ( ( rule__PhysicalThread__DefaultAssignment_0_0 ) ) | ( 'Thread' ) );
+ // InternalETPhys.g:895:1: rule__PhysicalThread__Alternatives_0 : ( ( ( rule__PhysicalThread__DefaultAssignment_0_0 ) ) | ( 'Thread' ) );
public final void rule__PhysicalThread__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:900:1: ( ( ( rule__PhysicalThread__DefaultAssignment_0_0 ) ) | ( 'Thread' ) )
+ // InternalETPhys.g:899:1: ( ( ( rule__PhysicalThread__DefaultAssignment_0_0 ) ) | ( 'Thread' ) )
int alt2=2;
int LA2_0 = input.LA(1);
@@ -2647,7 +2413,6 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
alt2=2;
}
else {
- if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 2, 0, input);
@@ -2655,47 +2420,39 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
switch (alt2) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:901:1: ( ( rule__PhysicalThread__DefaultAssignment_0_0 ) )
+ // InternalETPhys.g:900:1: ( ( rule__PhysicalThread__DefaultAssignment_0_0 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:901:1: ( ( rule__PhysicalThread__DefaultAssignment_0_0 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:902:1: ( rule__PhysicalThread__DefaultAssignment_0_0 )
+ // InternalETPhys.g:900:1: ( ( rule__PhysicalThread__DefaultAssignment_0_0 ) )
+ // InternalETPhys.g:901:1: ( rule__PhysicalThread__DefaultAssignment_0_0 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalThreadAccess().getDefaultAssignment_0_0());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:903:1: ( rule__PhysicalThread__DefaultAssignment_0_0 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:903:2: rule__PhysicalThread__DefaultAssignment_0_0
+ before(grammarAccess.getPhysicalThreadAccess().getDefaultAssignment_0_0());
+ // InternalETPhys.g:902:1: ( rule__PhysicalThread__DefaultAssignment_0_0 )
+ // InternalETPhys.g:902:2: rule__PhysicalThread__DefaultAssignment_0_0
{
- pushFollow(FOLLOW_rule__PhysicalThread__DefaultAssignment_0_0_in_rule__PhysicalThread__Alternatives_01836);
+ pushFollow(FOLLOW_2);
rule__PhysicalThread__DefaultAssignment_0_0();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalThreadAccess().getDefaultAssignment_0_0());
}
+ after(grammarAccess.getPhysicalThreadAccess().getDefaultAssignment_0_0());
+
}
}
break;
case 2 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:907:6: ( 'Thread' )
+ // InternalETPhys.g:906:6: ( 'Thread' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:907:6: ( 'Thread' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:908:1: 'Thread'
+ // InternalETPhys.g:906:6: ( 'Thread' )
+ // InternalETPhys.g:907:1: 'Thread'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalThreadAccess().getThreadKeyword_0_1());
- }
- match(input,12,FOLLOW_12_in_rule__PhysicalThread__Alternatives_01855); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalThreadAccess().getThreadKeyword_0_1());
- }
+ before(grammarAccess.getPhysicalThreadAccess().getThreadKeyword_0_1());
+ match(input,12,FOLLOW_2);
+ after(grammarAccess.getPhysicalThreadAccess().getThreadKeyword_0_1());
}
@@ -2720,13 +2477,13 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AnnotationAttribute__Alternatives"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:921:1: rule__AnnotationAttribute__Alternatives : ( ( ruleSimpleAnnotationAttribute ) | ( ruleEnumAnnotationAttribute ) );
+ // InternalETPhys.g:920:1: rule__AnnotationAttribute__Alternatives : ( ( ruleSimpleAnnotationAttribute ) | ( ruleEnumAnnotationAttribute ) );
public final void rule__AnnotationAttribute__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:925:1: ( ( ruleSimpleAnnotationAttribute ) | ( ruleEnumAnnotationAttribute ) )
+ // InternalETPhys.g:924:1: ( ( ruleSimpleAnnotationAttribute ) | ( ruleEnumAnnotationAttribute ) )
int alt3=2;
int LA3_0 = input.LA(1);
@@ -2742,14 +2499,13 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
if ( (LA3_4==34) ) {
int LA3_5 = input.LA(5);
- if ( (LA3_5==30) ) {
- alt3=2;
- }
- else if ( ((LA3_5>=25 && LA3_5<=28)) ) {
+ if ( ((LA3_5>=25 && LA3_5<=28)) ) {
alt3=1;
}
+ else if ( (LA3_5==30) ) {
+ alt3=2;
+ }
else {
- if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 3, 5, input);
@@ -2757,7 +2513,6 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
}
else {
- if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 3, 4, input);
@@ -2765,7 +2520,6 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
}
else {
- if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 3, 3, input);
@@ -2773,7 +2527,6 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
}
else {
- if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 3, 1, input);
@@ -2792,14 +2545,13 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
if ( (LA3_4==34) ) {
int LA3_5 = input.LA(5);
- if ( (LA3_5==30) ) {
- alt3=2;
- }
- else if ( ((LA3_5>=25 && LA3_5<=28)) ) {
+ if ( ((LA3_5>=25 && LA3_5<=28)) ) {
alt3=1;
}
+ else if ( (LA3_5==30) ) {
+ alt3=2;
+ }
else {
- if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 3, 5, input);
@@ -2807,7 +2559,6 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
}
else {
- if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 3, 4, input);
@@ -2815,7 +2566,6 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
}
else {
- if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 3, 3, input);
@@ -2823,7 +2573,6 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
}
else {
- if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 3, 2, input);
@@ -2831,7 +2580,6 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
}
else {
- if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 3, 0, input);
@@ -2839,22 +2587,18 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
switch (alt3) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:926:1: ( ruleSimpleAnnotationAttribute )
+ // InternalETPhys.g:925:1: ( ruleSimpleAnnotationAttribute )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:926:1: ( ruleSimpleAnnotationAttribute )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:927:1: ruleSimpleAnnotationAttribute
+ // InternalETPhys.g:925:1: ( ruleSimpleAnnotationAttribute )
+ // InternalETPhys.g:926:1: ruleSimpleAnnotationAttribute
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getAnnotationAttributeAccess().getSimpleAnnotationAttributeParserRuleCall_0());
- }
- pushFollow(FOLLOW_ruleSimpleAnnotationAttribute_in_rule__AnnotationAttribute__Alternatives1890);
+ before(grammarAccess.getAnnotationAttributeAccess().getSimpleAnnotationAttributeParserRuleCall_0());
+ pushFollow(FOLLOW_2);
ruleSimpleAnnotationAttribute();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getAnnotationAttributeAccess().getSimpleAnnotationAttributeParserRuleCall_0());
- }
+
+ after(grammarAccess.getAnnotationAttributeAccess().getSimpleAnnotationAttributeParserRuleCall_0());
}
@@ -2862,22 +2606,18 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:932:6: ( ruleEnumAnnotationAttribute )
+ // InternalETPhys.g:931:6: ( ruleEnumAnnotationAttribute )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:932:6: ( ruleEnumAnnotationAttribute )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:933:1: ruleEnumAnnotationAttribute
+ // InternalETPhys.g:931:6: ( ruleEnumAnnotationAttribute )
+ // InternalETPhys.g:932:1: ruleEnumAnnotationAttribute
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getAnnotationAttributeAccess().getEnumAnnotationAttributeParserRuleCall_1());
- }
- pushFollow(FOLLOW_ruleEnumAnnotationAttribute_in_rule__AnnotationAttribute__Alternatives1907);
+ before(grammarAccess.getAnnotationAttributeAccess().getEnumAnnotationAttributeParserRuleCall_1());
+ pushFollow(FOLLOW_2);
ruleEnumAnnotationAttribute();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getAnnotationAttributeAccess().getEnumAnnotationAttributeParserRuleCall_1());
- }
+
+ after(grammarAccess.getAnnotationAttributeAccess().getEnumAnnotationAttributeParserRuleCall_1());
}
@@ -2902,13 +2642,13 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleAnnotationAttribute__Alternatives_0"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:943:1: rule__SimpleAnnotationAttribute__Alternatives_0 : ( ( ( rule__SimpleAnnotationAttribute__OptionalAssignment_0_0 ) ) | ( 'mandatory' ) );
+ // InternalETPhys.g:942:1: rule__SimpleAnnotationAttribute__Alternatives_0 : ( ( ( rule__SimpleAnnotationAttribute__OptionalAssignment_0_0 ) ) | ( 'mandatory' ) );
public final void rule__SimpleAnnotationAttribute__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:947:1: ( ( ( rule__SimpleAnnotationAttribute__OptionalAssignment_0_0 ) ) | ( 'mandatory' ) )
+ // InternalETPhys.g:946:1: ( ( ( rule__SimpleAnnotationAttribute__OptionalAssignment_0_0 ) ) | ( 'mandatory' ) )
int alt4=2;
int LA4_0 = input.LA(1);
@@ -2919,7 +2659,6 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
alt4=2;
}
else {
- if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 4, 0, input);
@@ -2927,47 +2666,39 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
switch (alt4) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:948:1: ( ( rule__SimpleAnnotationAttribute__OptionalAssignment_0_0 ) )
+ // InternalETPhys.g:947:1: ( ( rule__SimpleAnnotationAttribute__OptionalAssignment_0_0 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:948:1: ( ( rule__SimpleAnnotationAttribute__OptionalAssignment_0_0 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:949:1: ( rule__SimpleAnnotationAttribute__OptionalAssignment_0_0 )
+ // InternalETPhys.g:947:1: ( ( rule__SimpleAnnotationAttribute__OptionalAssignment_0_0 ) )
+ // InternalETPhys.g:948:1: ( rule__SimpleAnnotationAttribute__OptionalAssignment_0_0 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getSimpleAnnotationAttributeAccess().getOptionalAssignment_0_0());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:950:1: ( rule__SimpleAnnotationAttribute__OptionalAssignment_0_0 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:950:2: rule__SimpleAnnotationAttribute__OptionalAssignment_0_0
+ before(grammarAccess.getSimpleAnnotationAttributeAccess().getOptionalAssignment_0_0());
+ // InternalETPhys.g:949:1: ( rule__SimpleAnnotationAttribute__OptionalAssignment_0_0 )
+ // InternalETPhys.g:949:2: rule__SimpleAnnotationAttribute__OptionalAssignment_0_0
{
- pushFollow(FOLLOW_rule__SimpleAnnotationAttribute__OptionalAssignment_0_0_in_rule__SimpleAnnotationAttribute__Alternatives_01939);
+ pushFollow(FOLLOW_2);
rule__SimpleAnnotationAttribute__OptionalAssignment_0_0();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getSimpleAnnotationAttributeAccess().getOptionalAssignment_0_0());
}
+ after(grammarAccess.getSimpleAnnotationAttributeAccess().getOptionalAssignment_0_0());
+
}
}
break;
case 2 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:954:6: ( 'mandatory' )
+ // InternalETPhys.g:953:6: ( 'mandatory' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:954:6: ( 'mandatory' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:955:1: 'mandatory'
+ // InternalETPhys.g:953:6: ( 'mandatory' )
+ // InternalETPhys.g:954:1: 'mandatory'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getSimpleAnnotationAttributeAccess().getMandatoryKeyword_0_1());
- }
- match(input,13,FOLLOW_13_in_rule__SimpleAnnotationAttribute__Alternatives_01958); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getSimpleAnnotationAttributeAccess().getMandatoryKeyword_0_1());
- }
+ before(grammarAccess.getSimpleAnnotationAttributeAccess().getMandatoryKeyword_0_1());
+ match(input,13,FOLLOW_2);
+ after(grammarAccess.getSimpleAnnotationAttributeAccess().getMandatoryKeyword_0_1());
}
@@ -2992,13 +2723,13 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumAnnotationAttribute__Alternatives_0"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:967:1: rule__EnumAnnotationAttribute__Alternatives_0 : ( ( ( rule__EnumAnnotationAttribute__OptionalAssignment_0_0 ) ) | ( 'mandatory' ) );
+ // InternalETPhys.g:966:1: rule__EnumAnnotationAttribute__Alternatives_0 : ( ( ( rule__EnumAnnotationAttribute__OptionalAssignment_0_0 ) ) | ( 'mandatory' ) );
public final void rule__EnumAnnotationAttribute__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:971:1: ( ( ( rule__EnumAnnotationAttribute__OptionalAssignment_0_0 ) ) | ( 'mandatory' ) )
+ // InternalETPhys.g:970:1: ( ( ( rule__EnumAnnotationAttribute__OptionalAssignment_0_0 ) ) | ( 'mandatory' ) )
int alt5=2;
int LA5_0 = input.LA(1);
@@ -3009,7 +2740,6 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
alt5=2;
}
else {
- if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 5, 0, input);
@@ -3017,47 +2747,39 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
switch (alt5) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:972:1: ( ( rule__EnumAnnotationAttribute__OptionalAssignment_0_0 ) )
+ // InternalETPhys.g:971:1: ( ( rule__EnumAnnotationAttribute__OptionalAssignment_0_0 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:972:1: ( ( rule__EnumAnnotationAttribute__OptionalAssignment_0_0 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:973:1: ( rule__EnumAnnotationAttribute__OptionalAssignment_0_0 )
+ // InternalETPhys.g:971:1: ( ( rule__EnumAnnotationAttribute__OptionalAssignment_0_0 ) )
+ // InternalETPhys.g:972:1: ( rule__EnumAnnotationAttribute__OptionalAssignment_0_0 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getEnumAnnotationAttributeAccess().getOptionalAssignment_0_0());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:974:1: ( rule__EnumAnnotationAttribute__OptionalAssignment_0_0 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:974:2: rule__EnumAnnotationAttribute__OptionalAssignment_0_0
+ before(grammarAccess.getEnumAnnotationAttributeAccess().getOptionalAssignment_0_0());
+ // InternalETPhys.g:973:1: ( rule__EnumAnnotationAttribute__OptionalAssignment_0_0 )
+ // InternalETPhys.g:973:2: rule__EnumAnnotationAttribute__OptionalAssignment_0_0
{
- pushFollow(FOLLOW_rule__EnumAnnotationAttribute__OptionalAssignment_0_0_in_rule__EnumAnnotationAttribute__Alternatives_01992);
+ pushFollow(FOLLOW_2);
rule__EnumAnnotationAttribute__OptionalAssignment_0_0();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getEnumAnnotationAttributeAccess().getOptionalAssignment_0_0());
}
+ after(grammarAccess.getEnumAnnotationAttributeAccess().getOptionalAssignment_0_0());
+
}
}
break;
case 2 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:978:6: ( 'mandatory' )
+ // InternalETPhys.g:977:6: ( 'mandatory' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:978:6: ( 'mandatory' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:979:1: 'mandatory'
+ // InternalETPhys.g:977:6: ( 'mandatory' )
+ // InternalETPhys.g:978:1: 'mandatory'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getEnumAnnotationAttributeAccess().getMandatoryKeyword_0_1());
- }
- match(input,13,FOLLOW_13_in_rule__EnumAnnotationAttribute__Alternatives_02011); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getEnumAnnotationAttributeAccess().getMandatoryKeyword_0_1());
- }
+ before(grammarAccess.getEnumAnnotationAttributeAccess().getMandatoryKeyword_0_1());
+ match(input,13,FOLLOW_2);
+ after(grammarAccess.getEnumAnnotationAttributeAccess().getMandatoryKeyword_0_1());
}
@@ -3082,13 +2804,13 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Import__Alternatives_1"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:991:1: rule__Import__Alternatives_1 : ( ( ( rule__Import__Group_1_0__0 ) ) | ( 'model' ) );
+ // InternalETPhys.g:990:1: rule__Import__Alternatives_1 : ( ( ( rule__Import__Group_1_0__0 ) ) | ( 'model' ) );
public final void rule__Import__Alternatives_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:995:1: ( ( ( rule__Import__Group_1_0__0 ) ) | ( 'model' ) )
+ // InternalETPhys.g:994:1: ( ( ( rule__Import__Group_1_0__0 ) ) | ( 'model' ) )
int alt6=2;
int LA6_0 = input.LA(1);
@@ -3099,7 +2821,6 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
alt6=2;
}
else {
- if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 6, 0, input);
@@ -3107,47 +2828,39 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
switch (alt6) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:996:1: ( ( rule__Import__Group_1_0__0 ) )
+ // InternalETPhys.g:995:1: ( ( rule__Import__Group_1_0__0 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:996:1: ( ( rule__Import__Group_1_0__0 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:997:1: ( rule__Import__Group_1_0__0 )
+ // InternalETPhys.g:995:1: ( ( rule__Import__Group_1_0__0 ) )
+ // InternalETPhys.g:996:1: ( rule__Import__Group_1_0__0 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getImportAccess().getGroup_1_0());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:998:1: ( rule__Import__Group_1_0__0 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:998:2: rule__Import__Group_1_0__0
+ before(grammarAccess.getImportAccess().getGroup_1_0());
+ // InternalETPhys.g:997:1: ( rule__Import__Group_1_0__0 )
+ // InternalETPhys.g:997:2: rule__Import__Group_1_0__0
{
- pushFollow(FOLLOW_rule__Import__Group_1_0__0_in_rule__Import__Alternatives_12045);
+ pushFollow(FOLLOW_2);
rule__Import__Group_1_0__0();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getImportAccess().getGroup_1_0());
}
+ after(grammarAccess.getImportAccess().getGroup_1_0());
+
}
}
break;
case 2 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1002:6: ( 'model' )
+ // InternalETPhys.g:1001:6: ( 'model' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1002:6: ( 'model' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1003:1: 'model'
+ // InternalETPhys.g:1001:6: ( 'model' )
+ // InternalETPhys.g:1002:1: 'model'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getImportAccess().getModelKeyword_1_1());
- }
- match(input,14,FOLLOW_14_in_rule__Import__Alternatives_12064); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getImportAccess().getModelKeyword_1_1());
- }
+ before(grammarAccess.getImportAccess().getModelKeyword_1_1());
+ match(input,14,FOLLOW_2);
+ after(grammarAccess.getImportAccess().getModelKeyword_1_1());
}
@@ -3172,13 +2885,13 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TIME__Alternatives"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1015:1: rule__TIME__Alternatives : ( ( ( rule__TIME__Group_0__0 ) ) | ( ( rule__TIME__Group_1__0 ) ) | ( ( rule__TIME__Group_2__0 ) ) | ( ( rule__TIME__Group_3__0 ) ) );
+ // InternalETPhys.g:1014:1: rule__TIME__Alternatives : ( ( ( rule__TIME__Group_0__0 ) ) | ( ( rule__TIME__Group_1__0 ) ) | ( ( rule__TIME__Group_2__0 ) ) | ( ( rule__TIME__Group_3__0 ) ) );
public final void rule__TIME__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1019:1: ( ( ( rule__TIME__Group_0__0 ) ) | ( ( rule__TIME__Group_1__0 ) ) | ( ( rule__TIME__Group_2__0 ) ) | ( ( rule__TIME__Group_3__0 ) ) )
+ // InternalETPhys.g:1018:1: ( ( ( rule__TIME__Group_0__0 ) ) | ( ( rule__TIME__Group_1__0 ) ) | ( ( rule__TIME__Group_2__0 ) ) | ( ( rule__TIME__Group_3__0 ) ) )
int alt7=4;
int LA7_0 = input.LA(1);
@@ -3205,7 +2918,6 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
break;
default:
- if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 7, 1, input);
@@ -3214,7 +2926,6 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
else {
- if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 7, 0, input);
@@ -3222,116 +2933,100 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
switch (alt7) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1020:1: ( ( rule__TIME__Group_0__0 ) )
+ // InternalETPhys.g:1019:1: ( ( rule__TIME__Group_0__0 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1020:1: ( ( rule__TIME__Group_0__0 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1021:1: ( rule__TIME__Group_0__0 )
+ // InternalETPhys.g:1019:1: ( ( rule__TIME__Group_0__0 ) )
+ // InternalETPhys.g:1020:1: ( rule__TIME__Group_0__0 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getTIMEAccess().getGroup_0());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1022:1: ( rule__TIME__Group_0__0 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1022:2: rule__TIME__Group_0__0
+ before(grammarAccess.getTIMEAccess().getGroup_0());
+ // InternalETPhys.g:1021:1: ( rule__TIME__Group_0__0 )
+ // InternalETPhys.g:1021:2: rule__TIME__Group_0__0
{
- pushFollow(FOLLOW_rule__TIME__Group_0__0_in_rule__TIME__Alternatives2098);
+ pushFollow(FOLLOW_2);
rule__TIME__Group_0__0();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getTIMEAccess().getGroup_0());
}
+ after(grammarAccess.getTIMEAccess().getGroup_0());
+
}
}
break;
case 2 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1026:6: ( ( rule__TIME__Group_1__0 ) )
+ // InternalETPhys.g:1025:6: ( ( rule__TIME__Group_1__0 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1026:6: ( ( rule__TIME__Group_1__0 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1027:1: ( rule__TIME__Group_1__0 )
+ // InternalETPhys.g:1025:6: ( ( rule__TIME__Group_1__0 ) )
+ // InternalETPhys.g:1026:1: ( rule__TIME__Group_1__0 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getTIMEAccess().getGroup_1());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1028:1: ( rule__TIME__Group_1__0 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1028:2: rule__TIME__Group_1__0
+ before(grammarAccess.getTIMEAccess().getGroup_1());
+ // InternalETPhys.g:1027:1: ( rule__TIME__Group_1__0 )
+ // InternalETPhys.g:1027:2: rule__TIME__Group_1__0
{
- pushFollow(FOLLOW_rule__TIME__Group_1__0_in_rule__TIME__Alternatives2116);
+ pushFollow(FOLLOW_2);
rule__TIME__Group_1__0();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getTIMEAccess().getGroup_1());
}
+ after(grammarAccess.getTIMEAccess().getGroup_1());
+
}
}
break;
case 3 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1032:6: ( ( rule__TIME__Group_2__0 ) )
+ // InternalETPhys.g:1031:6: ( ( rule__TIME__Group_2__0 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1032:6: ( ( rule__TIME__Group_2__0 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1033:1: ( rule__TIME__Group_2__0 )
+ // InternalETPhys.g:1031:6: ( ( rule__TIME__Group_2__0 ) )
+ // InternalETPhys.g:1032:1: ( rule__TIME__Group_2__0 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getTIMEAccess().getGroup_2());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1034:1: ( rule__TIME__Group_2__0 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1034:2: rule__TIME__Group_2__0
+ before(grammarAccess.getTIMEAccess().getGroup_2());
+ // InternalETPhys.g:1033:1: ( rule__TIME__Group_2__0 )
+ // InternalETPhys.g:1033:2: rule__TIME__Group_2__0
{
- pushFollow(FOLLOW_rule__TIME__Group_2__0_in_rule__TIME__Alternatives2134);
+ pushFollow(FOLLOW_2);
rule__TIME__Group_2__0();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getTIMEAccess().getGroup_2());
}
+ after(grammarAccess.getTIMEAccess().getGroup_2());
+
}
}
break;
case 4 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1038:6: ( ( rule__TIME__Group_3__0 ) )
+ // InternalETPhys.g:1037:6: ( ( rule__TIME__Group_3__0 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1038:6: ( ( rule__TIME__Group_3__0 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1039:1: ( rule__TIME__Group_3__0 )
+ // InternalETPhys.g:1037:6: ( ( rule__TIME__Group_3__0 ) )
+ // InternalETPhys.g:1038:1: ( rule__TIME__Group_3__0 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getTIMEAccess().getGroup_3());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1040:1: ( rule__TIME__Group_3__0 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1040:2: rule__TIME__Group_3__0
+ before(grammarAccess.getTIMEAccess().getGroup_3());
+ // InternalETPhys.g:1039:1: ( rule__TIME__Group_3__0 )
+ // InternalETPhys.g:1039:2: rule__TIME__Group_3__0
{
- pushFollow(FOLLOW_rule__TIME__Group_3__0_in_rule__TIME__Alternatives2152);
+ pushFollow(FOLLOW_2);
rule__TIME__Group_3__0();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getTIMEAccess().getGroup_3());
}
+ after(grammarAccess.getTIMEAccess().getGroup_3());
+
}
@@ -3355,13 +3050,13 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Literal__Alternatives"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1049:1: rule__Literal__Alternatives : ( ( ruleBooleanLiteral ) | ( ruleNumberLiteral ) | ( ruleStringLiteral ) );
+ // InternalETPhys.g:1048:1: rule__Literal__Alternatives : ( ( ruleBooleanLiteral ) | ( ruleNumberLiteral ) | ( ruleStringLiteral ) );
public final void rule__Literal__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1053:1: ( ( ruleBooleanLiteral ) | ( ruleNumberLiteral ) | ( ruleStringLiteral ) )
+ // InternalETPhys.g:1052:1: ( ( ruleBooleanLiteral ) | ( ruleNumberLiteral ) | ( ruleStringLiteral ) )
int alt8=3;
switch ( input.LA(1) ) {
case 15:
@@ -3384,7 +3079,6 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
break;
default:
- if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 8, 0, input);
@@ -3393,22 +3087,18 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
switch (alt8) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1054:1: ( ruleBooleanLiteral )
+ // InternalETPhys.g:1053:1: ( ruleBooleanLiteral )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1054:1: ( ruleBooleanLiteral )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1055:1: ruleBooleanLiteral
+ // InternalETPhys.g:1053:1: ( ruleBooleanLiteral )
+ // InternalETPhys.g:1054:1: ruleBooleanLiteral
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getLiteralAccess().getBooleanLiteralParserRuleCall_0());
- }
- pushFollow(FOLLOW_ruleBooleanLiteral_in_rule__Literal__Alternatives2185);
+ before(grammarAccess.getLiteralAccess().getBooleanLiteralParserRuleCall_0());
+ pushFollow(FOLLOW_2);
ruleBooleanLiteral();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getLiteralAccess().getBooleanLiteralParserRuleCall_0());
- }
+
+ after(grammarAccess.getLiteralAccess().getBooleanLiteralParserRuleCall_0());
}
@@ -3416,22 +3106,18 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1060:6: ( ruleNumberLiteral )
+ // InternalETPhys.g:1059:6: ( ruleNumberLiteral )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1060:6: ( ruleNumberLiteral )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1061:1: ruleNumberLiteral
+ // InternalETPhys.g:1059:6: ( ruleNumberLiteral )
+ // InternalETPhys.g:1060:1: ruleNumberLiteral
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getLiteralAccess().getNumberLiteralParserRuleCall_1());
- }
- pushFollow(FOLLOW_ruleNumberLiteral_in_rule__Literal__Alternatives2202);
+ before(grammarAccess.getLiteralAccess().getNumberLiteralParserRuleCall_1());
+ pushFollow(FOLLOW_2);
ruleNumberLiteral();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getLiteralAccess().getNumberLiteralParserRuleCall_1());
- }
+
+ after(grammarAccess.getLiteralAccess().getNumberLiteralParserRuleCall_1());
}
@@ -3439,22 +3125,18 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
break;
case 3 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1066:6: ( ruleStringLiteral )
+ // InternalETPhys.g:1065:6: ( ruleStringLiteral )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1066:6: ( ruleStringLiteral )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1067:1: ruleStringLiteral
+ // InternalETPhys.g:1065:6: ( ruleStringLiteral )
+ // InternalETPhys.g:1066:1: ruleStringLiteral
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getLiteralAccess().getStringLiteralParserRuleCall_2());
- }
- pushFollow(FOLLOW_ruleStringLiteral_in_rule__Literal__Alternatives2219);
+ before(grammarAccess.getLiteralAccess().getStringLiteralParserRuleCall_2());
+ pushFollow(FOLLOW_2);
ruleStringLiteral();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getLiteralAccess().getStringLiteralParserRuleCall_2());
- }
+
+ after(grammarAccess.getLiteralAccess().getStringLiteralParserRuleCall_2());
}
@@ -3479,13 +3161,13 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__BooleanLiteral__Alternatives_1"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1077:1: rule__BooleanLiteral__Alternatives_1 : ( ( 'false' ) | ( ( rule__BooleanLiteral__IsTrueAssignment_1_1 ) ) );
+ // InternalETPhys.g:1076:1: rule__BooleanLiteral__Alternatives_1 : ( ( 'false' ) | ( ( rule__BooleanLiteral__IsTrueAssignment_1_1 ) ) );
public final void rule__BooleanLiteral__Alternatives_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1081:1: ( ( 'false' ) | ( ( rule__BooleanLiteral__IsTrueAssignment_1_1 ) ) )
+ // InternalETPhys.g:1080:1: ( ( 'false' ) | ( ( rule__BooleanLiteral__IsTrueAssignment_1_1 ) ) )
int alt9=2;
int LA9_0 = input.LA(1);
@@ -3496,7 +3178,6 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
alt9=2;
}
else {
- if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 9, 0, input);
@@ -3504,18 +3185,14 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
switch (alt9) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1082:1: ( 'false' )
+ // InternalETPhys.g:1081:1: ( 'false' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1082:1: ( 'false' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1083:1: 'false'
+ // InternalETPhys.g:1081:1: ( 'false' )
+ // InternalETPhys.g:1082:1: 'false'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getBooleanLiteralAccess().getFalseKeyword_1_0());
- }
- match(input,15,FOLLOW_15_in_rule__BooleanLiteral__Alternatives_12252); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getBooleanLiteralAccess().getFalseKeyword_1_0());
- }
+ before(grammarAccess.getBooleanLiteralAccess().getFalseKeyword_1_0());
+ match(input,15,FOLLOW_2);
+ after(grammarAccess.getBooleanLiteralAccess().getFalseKeyword_1_0());
}
@@ -3523,29 +3200,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1090:6: ( ( rule__BooleanLiteral__IsTrueAssignment_1_1 ) )
+ // InternalETPhys.g:1089:6: ( ( rule__BooleanLiteral__IsTrueAssignment_1_1 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1090:6: ( ( rule__BooleanLiteral__IsTrueAssignment_1_1 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1091:1: ( rule__BooleanLiteral__IsTrueAssignment_1_1 )
+ // InternalETPhys.g:1089:6: ( ( rule__BooleanLiteral__IsTrueAssignment_1_1 ) )
+ // InternalETPhys.g:1090:1: ( rule__BooleanLiteral__IsTrueAssignment_1_1 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getBooleanLiteralAccess().getIsTrueAssignment_1_1());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1092:1: ( rule__BooleanLiteral__IsTrueAssignment_1_1 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1092:2: rule__BooleanLiteral__IsTrueAssignment_1_1
+ before(grammarAccess.getBooleanLiteralAccess().getIsTrueAssignment_1_1());
+ // InternalETPhys.g:1091:1: ( rule__BooleanLiteral__IsTrueAssignment_1_1 )
+ // InternalETPhys.g:1091:2: rule__BooleanLiteral__IsTrueAssignment_1_1
{
- pushFollow(FOLLOW_rule__BooleanLiteral__IsTrueAssignment_1_1_in_rule__BooleanLiteral__Alternatives_12271);
+ pushFollow(FOLLOW_2);
rule__BooleanLiteral__IsTrueAssignment_1_1();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getBooleanLiteralAccess().getIsTrueAssignment_1_1());
}
+ after(grammarAccess.getBooleanLiteralAccess().getIsTrueAssignment_1_1());
+
}
@@ -3569,13 +3242,13 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NumberLiteral__Alternatives"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1101:1: rule__NumberLiteral__Alternatives : ( ( ruleIntLiteral ) | ( ruleRealLiteral ) );
+ // InternalETPhys.g:1100:1: rule__NumberLiteral__Alternatives : ( ( ruleIntLiteral ) | ( ruleRealLiteral ) );
public final void rule__NumberLiteral__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1105:1: ( ( ruleIntLiteral ) | ( ruleRealLiteral ) )
+ // InternalETPhys.g:1104:1: ( ( ruleIntLiteral ) | ( ruleRealLiteral ) )
int alt10=2;
switch ( input.LA(1) ) {
case 16:
@@ -3592,7 +3265,6 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
alt10=1;
}
else {
- if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 10, 3, input);
@@ -3600,7 +3272,6 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
}
else {
- if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 10, 1, input);
@@ -3622,7 +3293,6 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
alt10=1;
}
else {
- if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 10, 3, input);
@@ -3630,7 +3300,6 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
}
else {
- if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 10, 2, input);
@@ -3649,7 +3318,6 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
alt10=1;
}
else {
- if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 10, 3, input);
@@ -3663,7 +3331,6 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
break;
default:
- if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 10, 0, input);
@@ -3672,22 +3339,18 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
switch (alt10) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1106:1: ( ruleIntLiteral )
+ // InternalETPhys.g:1105:1: ( ruleIntLiteral )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1106:1: ( ruleIntLiteral )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1107:1: ruleIntLiteral
+ // InternalETPhys.g:1105:1: ( ruleIntLiteral )
+ // InternalETPhys.g:1106:1: ruleIntLiteral
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getNumberLiteralAccess().getIntLiteralParserRuleCall_0());
- }
- pushFollow(FOLLOW_ruleIntLiteral_in_rule__NumberLiteral__Alternatives2304);
+ before(grammarAccess.getNumberLiteralAccess().getIntLiteralParserRuleCall_0());
+ pushFollow(FOLLOW_2);
ruleIntLiteral();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getNumberLiteralAccess().getIntLiteralParserRuleCall_0());
- }
+
+ after(grammarAccess.getNumberLiteralAccess().getIntLiteralParserRuleCall_0());
}
@@ -3695,22 +3358,18 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1112:6: ( ruleRealLiteral )
+ // InternalETPhys.g:1111:6: ( ruleRealLiteral )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1112:6: ( ruleRealLiteral )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1113:1: ruleRealLiteral
+ // InternalETPhys.g:1111:6: ( ruleRealLiteral )
+ // InternalETPhys.g:1112:1: ruleRealLiteral
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getNumberLiteralAccess().getRealLiteralParserRuleCall_1());
- }
- pushFollow(FOLLOW_ruleRealLiteral_in_rule__NumberLiteral__Alternatives2321);
+ before(grammarAccess.getNumberLiteralAccess().getRealLiteralParserRuleCall_1());
+ pushFollow(FOLLOW_2);
ruleRealLiteral();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getNumberLiteralAccess().getRealLiteralParserRuleCall_1());
- }
+
+ after(grammarAccess.getNumberLiteralAccess().getRealLiteralParserRuleCall_1());
}
@@ -3735,13 +3394,13 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Integer__Alternatives"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1123:1: rule__Integer__Alternatives : ( ( ( rule__Integer__Group_0__0 ) ) | ( RULE_HEX ) );
+ // InternalETPhys.g:1122:1: rule__Integer__Alternatives : ( ( ( rule__Integer__Group_0__0 ) ) | ( RULE_HEX ) );
public final void rule__Integer__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1127:1: ( ( ( rule__Integer__Group_0__0 ) ) | ( RULE_HEX ) )
+ // InternalETPhys.g:1126:1: ( ( ( rule__Integer__Group_0__0 ) ) | ( RULE_HEX ) )
int alt11=2;
int LA11_0 = input.LA(1);
@@ -3752,7 +3411,6 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
alt11=2;
}
else {
- if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 11, 0, input);
@@ -3760,47 +3418,39 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
switch (alt11) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1128:1: ( ( rule__Integer__Group_0__0 ) )
+ // InternalETPhys.g:1127:1: ( ( rule__Integer__Group_0__0 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1128:1: ( ( rule__Integer__Group_0__0 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1129:1: ( rule__Integer__Group_0__0 )
+ // InternalETPhys.g:1127:1: ( ( rule__Integer__Group_0__0 ) )
+ // InternalETPhys.g:1128:1: ( rule__Integer__Group_0__0 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getIntegerAccess().getGroup_0());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1130:1: ( rule__Integer__Group_0__0 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1130:2: rule__Integer__Group_0__0
+ before(grammarAccess.getIntegerAccess().getGroup_0());
+ // InternalETPhys.g:1129:1: ( rule__Integer__Group_0__0 )
+ // InternalETPhys.g:1129:2: rule__Integer__Group_0__0
{
- pushFollow(FOLLOW_rule__Integer__Group_0__0_in_rule__Integer__Alternatives2353);
+ pushFollow(FOLLOW_2);
rule__Integer__Group_0__0();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getIntegerAccess().getGroup_0());
}
+ after(grammarAccess.getIntegerAccess().getGroup_0());
+
}
}
break;
case 2 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1134:6: ( RULE_HEX )
+ // InternalETPhys.g:1133:6: ( RULE_HEX )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1134:6: ( RULE_HEX )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1135:1: RULE_HEX
+ // InternalETPhys.g:1133:6: ( RULE_HEX )
+ // InternalETPhys.g:1134:1: RULE_HEX
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getIntegerAccess().getHEXTerminalRuleCall_1());
- }
- match(input,RULE_HEX,FOLLOW_RULE_HEX_in_rule__Integer__Alternatives2371); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getIntegerAccess().getHEXTerminalRuleCall_1());
- }
+ before(grammarAccess.getIntegerAccess().getHEXTerminalRuleCall_1());
+ match(input,RULE_HEX,FOLLOW_2);
+ after(grammarAccess.getIntegerAccess().getHEXTerminalRuleCall_1());
}
@@ -3825,13 +3475,13 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Integer__Alternatives_0_0"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1145:1: rule__Integer__Alternatives_0_0 : ( ( '+' ) | ( '-' ) );
+ // InternalETPhys.g:1144:1: rule__Integer__Alternatives_0_0 : ( ( '+' ) | ( '-' ) );
public final void rule__Integer__Alternatives_0_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1149:1: ( ( '+' ) | ( '-' ) )
+ // InternalETPhys.g:1148:1: ( ( '+' ) | ( '-' ) )
int alt12=2;
int LA12_0 = input.LA(1);
@@ -3842,7 +3492,6 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
alt12=2;
}
else {
- if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 12, 0, input);
@@ -3850,18 +3499,14 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
switch (alt12) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1150:1: ( '+' )
+ // InternalETPhys.g:1149:1: ( '+' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1150:1: ( '+' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1151:1: '+'
+ // InternalETPhys.g:1149:1: ( '+' )
+ // InternalETPhys.g:1150:1: '+'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getIntegerAccess().getPlusSignKeyword_0_0_0());
- }
- match(input,16,FOLLOW_16_in_rule__Integer__Alternatives_0_02404); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getIntegerAccess().getPlusSignKeyword_0_0_0());
- }
+ before(grammarAccess.getIntegerAccess().getPlusSignKeyword_0_0_0());
+ match(input,16,FOLLOW_2);
+ after(grammarAccess.getIntegerAccess().getPlusSignKeyword_0_0_0());
}
@@ -3869,18 +3514,14 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1158:6: ( '-' )
+ // InternalETPhys.g:1157:6: ( '-' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1158:6: ( '-' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1159:1: '-'
+ // InternalETPhys.g:1157:6: ( '-' )
+ // InternalETPhys.g:1158:1: '-'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getIntegerAccess().getHyphenMinusKeyword_0_0_1());
- }
- match(input,17,FOLLOW_17_in_rule__Integer__Alternatives_0_02424); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getIntegerAccess().getHyphenMinusKeyword_0_0_1());
- }
+ before(grammarAccess.getIntegerAccess().getHyphenMinusKeyword_0_0_1());
+ match(input,17,FOLLOW_2);
+ after(grammarAccess.getIntegerAccess().getHyphenMinusKeyword_0_0_1());
}
@@ -3905,13 +3546,13 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Real__Alternatives"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1171:1: rule__Real__Alternatives : ( ( ruleDecimal ) | ( ruleDecimalExp ) );
+ // InternalETPhys.g:1170:1: rule__Real__Alternatives : ( ( ruleDecimal ) | ( ruleDecimalExp ) );
public final void rule__Real__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1175:1: ( ( ruleDecimal ) | ( ruleDecimalExp ) )
+ // InternalETPhys.g:1174:1: ( ( ruleDecimal ) | ( ruleDecimalExp ) )
int alt13=2;
switch ( input.LA(1) ) {
case 16:
@@ -3934,7 +3575,6 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
alt13=2;
}
else {
- if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 13, 5, input);
@@ -3942,7 +3582,6 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
}
else {
- if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 13, 4, input);
@@ -3950,7 +3589,6 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
}
else {
- if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 13, 3, input);
@@ -3958,7 +3596,6 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
}
else {
- if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 13, 1, input);
@@ -3986,7 +3623,6 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
alt13=2;
}
else {
- if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 13, 5, input);
@@ -3994,7 +3630,6 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
}
else {
- if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 13, 4, input);
@@ -4002,7 +3637,6 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
}
else {
- if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 13, 3, input);
@@ -4010,7 +3644,6 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
}
else {
- if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 13, 2, input);
@@ -4035,7 +3668,6 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
alt13=2;
}
else {
- if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 13, 5, input);
@@ -4043,7 +3675,6 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
}
else {
- if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 13, 4, input);
@@ -4051,7 +3682,6 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
}
else {
- if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 13, 3, input);
@@ -4060,7 +3690,6 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
break;
default:
- if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 13, 0, input);
@@ -4069,22 +3698,18 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
switch (alt13) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1176:1: ( ruleDecimal )
+ // InternalETPhys.g:1175:1: ( ruleDecimal )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1176:1: ( ruleDecimal )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1177:1: ruleDecimal
+ // InternalETPhys.g:1175:1: ( ruleDecimal )
+ // InternalETPhys.g:1176:1: ruleDecimal
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getRealAccess().getDecimalParserRuleCall_0());
- }
- pushFollow(FOLLOW_ruleDecimal_in_rule__Real__Alternatives2458);
+ before(grammarAccess.getRealAccess().getDecimalParserRuleCall_0());
+ pushFollow(FOLLOW_2);
ruleDecimal();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getRealAccess().getDecimalParserRuleCall_0());
- }
+
+ after(grammarAccess.getRealAccess().getDecimalParserRuleCall_0());
}
@@ -4092,22 +3717,18 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1182:6: ( ruleDecimalExp )
+ // InternalETPhys.g:1181:6: ( ruleDecimalExp )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1182:6: ( ruleDecimalExp )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1183:1: ruleDecimalExp
+ // InternalETPhys.g:1181:6: ( ruleDecimalExp )
+ // InternalETPhys.g:1182:1: ruleDecimalExp
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getRealAccess().getDecimalExpParserRuleCall_1());
- }
- pushFollow(FOLLOW_ruleDecimalExp_in_rule__Real__Alternatives2475);
+ before(grammarAccess.getRealAccess().getDecimalExpParserRuleCall_1());
+ pushFollow(FOLLOW_2);
ruleDecimalExp();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getRealAccess().getDecimalExpParserRuleCall_1());
- }
+
+ after(grammarAccess.getRealAccess().getDecimalExpParserRuleCall_1());
}
@@ -4132,13 +3753,13 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Decimal__Alternatives_0"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1193:1: rule__Decimal__Alternatives_0 : ( ( '+' ) | ( '-' ) );
+ // InternalETPhys.g:1192:1: rule__Decimal__Alternatives_0 : ( ( '+' ) | ( '-' ) );
public final void rule__Decimal__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1197:1: ( ( '+' ) | ( '-' ) )
+ // InternalETPhys.g:1196:1: ( ( '+' ) | ( '-' ) )
int alt14=2;
int LA14_0 = input.LA(1);
@@ -4149,7 +3770,6 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
alt14=2;
}
else {
- if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 14, 0, input);
@@ -4157,18 +3777,14 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
switch (alt14) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1198:1: ( '+' )
+ // InternalETPhys.g:1197:1: ( '+' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1198:1: ( '+' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1199:1: '+'
+ // InternalETPhys.g:1197:1: ( '+' )
+ // InternalETPhys.g:1198:1: '+'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getDecimalAccess().getPlusSignKeyword_0_0());
- }
- match(input,16,FOLLOW_16_in_rule__Decimal__Alternatives_02508); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getDecimalAccess().getPlusSignKeyword_0_0());
- }
+ before(grammarAccess.getDecimalAccess().getPlusSignKeyword_0_0());
+ match(input,16,FOLLOW_2);
+ after(grammarAccess.getDecimalAccess().getPlusSignKeyword_0_0());
}
@@ -4176,18 +3792,14 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1206:6: ( '-' )
+ // InternalETPhys.g:1205:6: ( '-' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1206:6: ( '-' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1207:1: '-'
+ // InternalETPhys.g:1205:6: ( '-' )
+ // InternalETPhys.g:1206:1: '-'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getDecimalAccess().getHyphenMinusKeyword_0_1());
- }
- match(input,17,FOLLOW_17_in_rule__Decimal__Alternatives_02528); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getDecimalAccess().getHyphenMinusKeyword_0_1());
- }
+ before(grammarAccess.getDecimalAccess().getHyphenMinusKeyword_0_1());
+ match(input,17,FOLLOW_2);
+ after(grammarAccess.getDecimalAccess().getHyphenMinusKeyword_0_1());
}
@@ -4212,13 +3824,13 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DecimalExp__Alternatives_0"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1219:1: rule__DecimalExp__Alternatives_0 : ( ( '+' ) | ( '-' ) );
+ // InternalETPhys.g:1218:1: rule__DecimalExp__Alternatives_0 : ( ( '+' ) | ( '-' ) );
public final void rule__DecimalExp__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1223:1: ( ( '+' ) | ( '-' ) )
+ // InternalETPhys.g:1222:1: ( ( '+' ) | ( '-' ) )
int alt15=2;
int LA15_0 = input.LA(1);
@@ -4229,7 +3841,6 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
alt15=2;
}
else {
- if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 15, 0, input);
@@ -4237,18 +3848,14 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
switch (alt15) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1224:1: ( '+' )
+ // InternalETPhys.g:1223:1: ( '+' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1224:1: ( '+' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1225:1: '+'
+ // InternalETPhys.g:1223:1: ( '+' )
+ // InternalETPhys.g:1224:1: '+'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getDecimalExpAccess().getPlusSignKeyword_0_0());
- }
- match(input,16,FOLLOW_16_in_rule__DecimalExp__Alternatives_02563); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getDecimalExpAccess().getPlusSignKeyword_0_0());
- }
+ before(grammarAccess.getDecimalExpAccess().getPlusSignKeyword_0_0());
+ match(input,16,FOLLOW_2);
+ after(grammarAccess.getDecimalExpAccess().getPlusSignKeyword_0_0());
}
@@ -4256,18 +3863,14 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1232:6: ( '-' )
+ // InternalETPhys.g:1231:6: ( '-' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1232:6: ( '-' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1233:1: '-'
+ // InternalETPhys.g:1231:6: ( '-' )
+ // InternalETPhys.g:1232:1: '-'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getDecimalExpAccess().getHyphenMinusKeyword_0_1());
- }
- match(input,17,FOLLOW_17_in_rule__DecimalExp__Alternatives_02583); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getDecimalExpAccess().getHyphenMinusKeyword_0_1());
- }
+ before(grammarAccess.getDecimalExpAccess().getHyphenMinusKeyword_0_1());
+ match(input,17,FOLLOW_2);
+ after(grammarAccess.getDecimalExpAccess().getHyphenMinusKeyword_0_1());
}
@@ -4292,13 +3895,13 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DecimalExp__Alternatives_4"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1245:1: rule__DecimalExp__Alternatives_4 : ( ( 'e' ) | ( 'E' ) );
+ // InternalETPhys.g:1244:1: rule__DecimalExp__Alternatives_4 : ( ( 'e' ) | ( 'E' ) );
public final void rule__DecimalExp__Alternatives_4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1249:1: ( ( 'e' ) | ( 'E' ) )
+ // InternalETPhys.g:1248:1: ( ( 'e' ) | ( 'E' ) )
int alt16=2;
int LA16_0 = input.LA(1);
@@ -4309,7 +3912,6 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
alt16=2;
}
else {
- if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 16, 0, input);
@@ -4317,18 +3919,14 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
switch (alt16) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1250:1: ( 'e' )
+ // InternalETPhys.g:1249:1: ( 'e' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1250:1: ( 'e' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1251:1: 'e'
+ // InternalETPhys.g:1249:1: ( 'e' )
+ // InternalETPhys.g:1250:1: 'e'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getDecimalExpAccess().getEKeyword_4_0());
- }
- match(input,18,FOLLOW_18_in_rule__DecimalExp__Alternatives_42618); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getDecimalExpAccess().getEKeyword_4_0());
- }
+ before(grammarAccess.getDecimalExpAccess().getEKeyword_4_0());
+ match(input,18,FOLLOW_2);
+ after(grammarAccess.getDecimalExpAccess().getEKeyword_4_0());
}
@@ -4336,18 +3934,14 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1258:6: ( 'E' )
+ // InternalETPhys.g:1257:6: ( 'E' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1258:6: ( 'E' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1259:1: 'E'
+ // InternalETPhys.g:1257:6: ( 'E' )
+ // InternalETPhys.g:1258:1: 'E'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getDecimalExpAccess().getEKeyword_4_1());
- }
- match(input,19,FOLLOW_19_in_rule__DecimalExp__Alternatives_42638); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getDecimalExpAccess().getEKeyword_4_1());
- }
+ before(grammarAccess.getDecimalExpAccess().getEKeyword_4_1());
+ match(input,19,FOLLOW_2);
+ after(grammarAccess.getDecimalExpAccess().getEKeyword_4_1());
}
@@ -4372,13 +3966,13 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DecimalExp__Alternatives_5"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1271:1: rule__DecimalExp__Alternatives_5 : ( ( '+' ) | ( '-' ) );
+ // InternalETPhys.g:1270:1: rule__DecimalExp__Alternatives_5 : ( ( '+' ) | ( '-' ) );
public final void rule__DecimalExp__Alternatives_5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1275:1: ( ( '+' ) | ( '-' ) )
+ // InternalETPhys.g:1274:1: ( ( '+' ) | ( '-' ) )
int alt17=2;
int LA17_0 = input.LA(1);
@@ -4389,7 +3983,6 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
alt17=2;
}
else {
- if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 17, 0, input);
@@ -4397,18 +3990,14 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
switch (alt17) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1276:1: ( '+' )
+ // InternalETPhys.g:1275:1: ( '+' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1276:1: ( '+' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1277:1: '+'
+ // InternalETPhys.g:1275:1: ( '+' )
+ // InternalETPhys.g:1276:1: '+'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getDecimalExpAccess().getPlusSignKeyword_5_0());
- }
- match(input,16,FOLLOW_16_in_rule__DecimalExp__Alternatives_52673); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getDecimalExpAccess().getPlusSignKeyword_5_0());
- }
+ before(grammarAccess.getDecimalExpAccess().getPlusSignKeyword_5_0());
+ match(input,16,FOLLOW_2);
+ after(grammarAccess.getDecimalExpAccess().getPlusSignKeyword_5_0());
}
@@ -4416,18 +4005,14 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1284:6: ( '-' )
+ // InternalETPhys.g:1283:6: ( '-' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1284:6: ( '-' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1285:1: '-'
+ // InternalETPhys.g:1283:6: ( '-' )
+ // InternalETPhys.g:1284:1: '-'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getDecimalExpAccess().getHyphenMinusKeyword_5_1());
- }
- match(input,17,FOLLOW_17_in_rule__DecimalExp__Alternatives_52693); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getDecimalExpAccess().getHyphenMinusKeyword_5_1());
- }
+ before(grammarAccess.getDecimalExpAccess().getHyphenMinusKeyword_5_1());
+ match(input,17,FOLLOW_2);
+ after(grammarAccess.getDecimalExpAccess().getHyphenMinusKeyword_5_1());
}
@@ -4452,13 +4037,13 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ExecMode__Alternatives"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1297:1: rule__ExecMode__Alternatives : ( ( ( 'polled' ) ) | ( ( 'blocked' ) ) | ( ( 'mixed' ) ) );
+ // InternalETPhys.g:1296:1: rule__ExecMode__Alternatives : ( ( ( 'polled' ) ) | ( ( 'blocked' ) ) | ( ( 'mixed' ) ) );
public final void rule__ExecMode__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1301:1: ( ( ( 'polled' ) ) | ( ( 'blocked' ) ) | ( ( 'mixed' ) ) )
+ // InternalETPhys.g:1300:1: ( ( ( 'polled' ) ) | ( ( 'blocked' ) ) | ( ( 'mixed' ) ) )
int alt18=3;
switch ( input.LA(1) ) {
case 20:
@@ -4477,7 +4062,6 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
break;
default:
- if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 18, 0, input);
@@ -4486,24 +4070,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
switch (alt18) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1302:1: ( ( 'polled' ) )
+ // InternalETPhys.g:1301:1: ( ( 'polled' ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1302:1: ( ( 'polled' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1303:1: ( 'polled' )
+ // InternalETPhys.g:1301:1: ( ( 'polled' ) )
+ // InternalETPhys.g:1302:1: ( 'polled' )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getExecModeAccess().getPOLLEDEnumLiteralDeclaration_0());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1304:1: ( 'polled' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1304:3: 'polled'
+ before(grammarAccess.getExecModeAccess().getPOLLEDEnumLiteralDeclaration_0());
+ // InternalETPhys.g:1303:1: ( 'polled' )
+ // InternalETPhys.g:1303:3: 'polled'
{
- match(input,20,FOLLOW_20_in_rule__ExecMode__Alternatives2728); if (state.failed) return ;
+ match(input,20,FOLLOW_2);
}
- if ( state.backtracking==0 ) {
- after(grammarAccess.getExecModeAccess().getPOLLEDEnumLiteralDeclaration_0());
- }
+ after(grammarAccess.getExecModeAccess().getPOLLEDEnumLiteralDeclaration_0());
}
@@ -4511,24 +4091,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1309:6: ( ( 'blocked' ) )
+ // InternalETPhys.g:1308:6: ( ( 'blocked' ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1309:6: ( ( 'blocked' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1310:1: ( 'blocked' )
+ // InternalETPhys.g:1308:6: ( ( 'blocked' ) )
+ // InternalETPhys.g:1309:1: ( 'blocked' )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getExecModeAccess().getBLOCKEDEnumLiteralDeclaration_1());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1311:1: ( 'blocked' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1311:3: 'blocked'
+ before(grammarAccess.getExecModeAccess().getBLOCKEDEnumLiteralDeclaration_1());
+ // InternalETPhys.g:1310:1: ( 'blocked' )
+ // InternalETPhys.g:1310:3: 'blocked'
{
- match(input,21,FOLLOW_21_in_rule__ExecMode__Alternatives2749); if (state.failed) return ;
+ match(input,21,FOLLOW_2);
}
- if ( state.backtracking==0 ) {
- after(grammarAccess.getExecModeAccess().getBLOCKEDEnumLiteralDeclaration_1());
- }
+ after(grammarAccess.getExecModeAccess().getBLOCKEDEnumLiteralDeclaration_1());
}
@@ -4536,24 +4112,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
break;
case 3 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1316:6: ( ( 'mixed' ) )
+ // InternalETPhys.g:1315:6: ( ( 'mixed' ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1316:6: ( ( 'mixed' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1317:1: ( 'mixed' )
+ // InternalETPhys.g:1315:6: ( ( 'mixed' ) )
+ // InternalETPhys.g:1316:1: ( 'mixed' )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getExecModeAccess().getMIXEDEnumLiteralDeclaration_2());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1318:1: ( 'mixed' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1318:3: 'mixed'
+ before(grammarAccess.getExecModeAccess().getMIXEDEnumLiteralDeclaration_2());
+ // InternalETPhys.g:1317:1: ( 'mixed' )
+ // InternalETPhys.g:1317:3: 'mixed'
{
- match(input,22,FOLLOW_22_in_rule__ExecMode__Alternatives2770); if (state.failed) return ;
+ match(input,22,FOLLOW_2);
}
- if ( state.backtracking==0 ) {
- after(grammarAccess.getExecModeAccess().getMIXEDEnumLiteralDeclaration_2());
- }
+ after(grammarAccess.getExecModeAccess().getMIXEDEnumLiteralDeclaration_2());
}
@@ -4578,13 +4150,13 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ThreadModel__Alternatives"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1328:1: rule__ThreadModel__Alternatives : ( ( ( 'singleThreaded' ) ) | ( ( 'multiThreaded' ) ) );
+ // InternalETPhys.g:1327:1: rule__ThreadModel__Alternatives : ( ( ( 'singleThreaded' ) ) | ( ( 'multiThreaded' ) ) );
public final void rule__ThreadModel__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1332:1: ( ( ( 'singleThreaded' ) ) | ( ( 'multiThreaded' ) ) )
+ // InternalETPhys.g:1331:1: ( ( ( 'singleThreaded' ) ) | ( ( 'multiThreaded' ) ) )
int alt19=2;
int LA19_0 = input.LA(1);
@@ -4595,7 +4167,6 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
alt19=2;
}
else {
- if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 19, 0, input);
@@ -4603,24 +4174,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
switch (alt19) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1333:1: ( ( 'singleThreaded' ) )
+ // InternalETPhys.g:1332:1: ( ( 'singleThreaded' ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1333:1: ( ( 'singleThreaded' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1334:1: ( 'singleThreaded' )
+ // InternalETPhys.g:1332:1: ( ( 'singleThreaded' ) )
+ // InternalETPhys.g:1333:1: ( 'singleThreaded' )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getThreadModelAccess().getSINGLE_THREADEDEnumLiteralDeclaration_0());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1335:1: ( 'singleThreaded' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1335:3: 'singleThreaded'
+ before(grammarAccess.getThreadModelAccess().getSINGLE_THREADEDEnumLiteralDeclaration_0());
+ // InternalETPhys.g:1334:1: ( 'singleThreaded' )
+ // InternalETPhys.g:1334:3: 'singleThreaded'
{
- match(input,23,FOLLOW_23_in_rule__ThreadModel__Alternatives2806); if (state.failed) return ;
+ match(input,23,FOLLOW_2);
}
- if ( state.backtracking==0 ) {
- after(grammarAccess.getThreadModelAccess().getSINGLE_THREADEDEnumLiteralDeclaration_0());
- }
+ after(grammarAccess.getThreadModelAccess().getSINGLE_THREADEDEnumLiteralDeclaration_0());
}
@@ -4628,24 +4195,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1340:6: ( ( 'multiThreaded' ) )
+ // InternalETPhys.g:1339:6: ( ( 'multiThreaded' ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1340:6: ( ( 'multiThreaded' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1341:1: ( 'multiThreaded' )
+ // InternalETPhys.g:1339:6: ( ( 'multiThreaded' ) )
+ // InternalETPhys.g:1340:1: ( 'multiThreaded' )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getThreadModelAccess().getMULTI_THREADEDEnumLiteralDeclaration_1());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1342:1: ( 'multiThreaded' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1342:3: 'multiThreaded'
+ before(grammarAccess.getThreadModelAccess().getMULTI_THREADEDEnumLiteralDeclaration_1());
+ // InternalETPhys.g:1341:1: ( 'multiThreaded' )
+ // InternalETPhys.g:1341:3: 'multiThreaded'
{
- match(input,24,FOLLOW_24_in_rule__ThreadModel__Alternatives2827); if (state.failed) return ;
+ match(input,24,FOLLOW_2);
}
- if ( state.backtracking==0 ) {
- after(grammarAccess.getThreadModelAccess().getMULTI_THREADEDEnumLiteralDeclaration_1());
- }
+ after(grammarAccess.getThreadModelAccess().getMULTI_THREADEDEnumLiteralDeclaration_1());
}
@@ -4670,13 +4233,13 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LiteralType__Alternatives"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1352:1: rule__LiteralType__Alternatives : ( ( ( 'ptBoolean' ) ) | ( ( 'ptInteger' ) ) | ( ( 'ptReal' ) ) | ( ( 'ptCharacter' ) ) );
+ // InternalETPhys.g:1351:1: rule__LiteralType__Alternatives : ( ( ( 'ptBoolean' ) ) | ( ( 'ptInteger' ) ) | ( ( 'ptReal' ) ) | ( ( 'ptCharacter' ) ) );
public final void rule__LiteralType__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1356:1: ( ( ( 'ptBoolean' ) ) | ( ( 'ptInteger' ) ) | ( ( 'ptReal' ) ) | ( ( 'ptCharacter' ) ) )
+ // InternalETPhys.g:1355:1: ( ( ( 'ptBoolean' ) ) | ( ( 'ptInteger' ) ) | ( ( 'ptReal' ) ) | ( ( 'ptCharacter' ) ) )
int alt20=4;
switch ( input.LA(1) ) {
case 25:
@@ -4700,7 +4263,6 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
break;
default:
- if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 20, 0, input);
@@ -4709,24 +4271,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
switch (alt20) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1357:1: ( ( 'ptBoolean' ) )
+ // InternalETPhys.g:1356:1: ( ( 'ptBoolean' ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1357:1: ( ( 'ptBoolean' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1358:1: ( 'ptBoolean' )
+ // InternalETPhys.g:1356:1: ( ( 'ptBoolean' ) )
+ // InternalETPhys.g:1357:1: ( 'ptBoolean' )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getLiteralTypeAccess().getBOOLEnumLiteralDeclaration_0());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1359:1: ( 'ptBoolean' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1359:3: 'ptBoolean'
+ before(grammarAccess.getLiteralTypeAccess().getBOOLEnumLiteralDeclaration_0());
+ // InternalETPhys.g:1358:1: ( 'ptBoolean' )
+ // InternalETPhys.g:1358:3: 'ptBoolean'
{
- match(input,25,FOLLOW_25_in_rule__LiteralType__Alternatives2863); if (state.failed) return ;
+ match(input,25,FOLLOW_2);
}
- if ( state.backtracking==0 ) {
- after(grammarAccess.getLiteralTypeAccess().getBOOLEnumLiteralDeclaration_0());
- }
+ after(grammarAccess.getLiteralTypeAccess().getBOOLEnumLiteralDeclaration_0());
}
@@ -4734,24 +4292,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1364:6: ( ( 'ptInteger' ) )
+ // InternalETPhys.g:1363:6: ( ( 'ptInteger' ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1364:6: ( ( 'ptInteger' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1365:1: ( 'ptInteger' )
+ // InternalETPhys.g:1363:6: ( ( 'ptInteger' ) )
+ // InternalETPhys.g:1364:1: ( 'ptInteger' )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getLiteralTypeAccess().getINTEnumLiteralDeclaration_1());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1366:1: ( 'ptInteger' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1366:3: 'ptInteger'
+ before(grammarAccess.getLiteralTypeAccess().getINTEnumLiteralDeclaration_1());
+ // InternalETPhys.g:1365:1: ( 'ptInteger' )
+ // InternalETPhys.g:1365:3: 'ptInteger'
{
- match(input,26,FOLLOW_26_in_rule__LiteralType__Alternatives2884); if (state.failed) return ;
+ match(input,26,FOLLOW_2);
}
- if ( state.backtracking==0 ) {
- after(grammarAccess.getLiteralTypeAccess().getINTEnumLiteralDeclaration_1());
- }
+ after(grammarAccess.getLiteralTypeAccess().getINTEnumLiteralDeclaration_1());
}
@@ -4759,24 +4313,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
break;
case 3 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1371:6: ( ( 'ptReal' ) )
+ // InternalETPhys.g:1370:6: ( ( 'ptReal' ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1371:6: ( ( 'ptReal' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1372:1: ( 'ptReal' )
+ // InternalETPhys.g:1370:6: ( ( 'ptReal' ) )
+ // InternalETPhys.g:1371:1: ( 'ptReal' )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getLiteralTypeAccess().getREALEnumLiteralDeclaration_2());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1373:1: ( 'ptReal' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1373:3: 'ptReal'
+ before(grammarAccess.getLiteralTypeAccess().getREALEnumLiteralDeclaration_2());
+ // InternalETPhys.g:1372:1: ( 'ptReal' )
+ // InternalETPhys.g:1372:3: 'ptReal'
{
- match(input,27,FOLLOW_27_in_rule__LiteralType__Alternatives2905); if (state.failed) return ;
+ match(input,27,FOLLOW_2);
}
- if ( state.backtracking==0 ) {
- after(grammarAccess.getLiteralTypeAccess().getREALEnumLiteralDeclaration_2());
- }
+ after(grammarAccess.getLiteralTypeAccess().getREALEnumLiteralDeclaration_2());
}
@@ -4784,24 +4334,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
break;
case 4 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1378:6: ( ( 'ptCharacter' ) )
+ // InternalETPhys.g:1377:6: ( ( 'ptCharacter' ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1378:6: ( ( 'ptCharacter' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1379:1: ( 'ptCharacter' )
+ // InternalETPhys.g:1377:6: ( ( 'ptCharacter' ) )
+ // InternalETPhys.g:1378:1: ( 'ptCharacter' )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getLiteralTypeAccess().getCHAREnumLiteralDeclaration_3());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1380:1: ( 'ptCharacter' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1380:3: 'ptCharacter'
+ before(grammarAccess.getLiteralTypeAccess().getCHAREnumLiteralDeclaration_3());
+ // InternalETPhys.g:1379:1: ( 'ptCharacter' )
+ // InternalETPhys.g:1379:3: 'ptCharacter'
{
- match(input,28,FOLLOW_28_in_rule__LiteralType__Alternatives2926); if (state.failed) return ;
+ match(input,28,FOLLOW_2);
}
- if ( state.backtracking==0 ) {
- after(grammarAccess.getLiteralTypeAccess().getCHAREnumLiteralDeclaration_3());
- }
+ after(grammarAccess.getLiteralTypeAccess().getCHAREnumLiteralDeclaration_3());
}
@@ -4826,25 +4372,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalModel__Group__0"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1392:1: rule__PhysicalModel__Group__0 : rule__PhysicalModel__Group__0__Impl rule__PhysicalModel__Group__1 ;
+ // InternalETPhys.g:1391:1: rule__PhysicalModel__Group__0 : rule__PhysicalModel__Group__0__Impl rule__PhysicalModel__Group__1 ;
public final void rule__PhysicalModel__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1396:1: ( rule__PhysicalModel__Group__0__Impl rule__PhysicalModel__Group__1 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1397:2: rule__PhysicalModel__Group__0__Impl rule__PhysicalModel__Group__1
+ // InternalETPhys.g:1395:1: ( rule__PhysicalModel__Group__0__Impl rule__PhysicalModel__Group__1 )
+ // InternalETPhys.g:1396:2: rule__PhysicalModel__Group__0__Impl rule__PhysicalModel__Group__1
{
- pushFollow(FOLLOW_rule__PhysicalModel__Group__0__Impl_in_rule__PhysicalModel__Group__02959);
+ pushFollow(FOLLOW_3);
rule__PhysicalModel__Group__0__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__PhysicalModel__Group__1_in_rule__PhysicalModel__Group__02962);
+
+ pushFollow(FOLLOW_2);
rule__PhysicalModel__Group__1();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -4864,25 +4410,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalModel__Group__0__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1404:1: rule__PhysicalModel__Group__0__Impl : ( 'PhysicalModel' ) ;
+ // InternalETPhys.g:1403:1: rule__PhysicalModel__Group__0__Impl : ( 'PhysicalModel' ) ;
public final void rule__PhysicalModel__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1408:1: ( ( 'PhysicalModel' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1409:1: ( 'PhysicalModel' )
+ // InternalETPhys.g:1407:1: ( ( 'PhysicalModel' ) )
+ // InternalETPhys.g:1408:1: ( 'PhysicalModel' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1409:1: ( 'PhysicalModel' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1410:1: 'PhysicalModel'
+ // InternalETPhys.g:1408:1: ( 'PhysicalModel' )
+ // InternalETPhys.g:1409:1: 'PhysicalModel'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalModelAccess().getPhysicalModelKeyword_0());
- }
- match(input,29,FOLLOW_29_in_rule__PhysicalModel__Group__0__Impl2990); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalModelAccess().getPhysicalModelKeyword_0());
- }
+ before(grammarAccess.getPhysicalModelAccess().getPhysicalModelKeyword_0());
+ match(input,29,FOLLOW_2);
+ after(grammarAccess.getPhysicalModelAccess().getPhysicalModelKeyword_0());
}
@@ -4905,25 +4447,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalModel__Group__1"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1423:1: rule__PhysicalModel__Group__1 : rule__PhysicalModel__Group__1__Impl rule__PhysicalModel__Group__2 ;
+ // InternalETPhys.g:1422:1: rule__PhysicalModel__Group__1 : rule__PhysicalModel__Group__1__Impl rule__PhysicalModel__Group__2 ;
public final void rule__PhysicalModel__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1427:1: ( rule__PhysicalModel__Group__1__Impl rule__PhysicalModel__Group__2 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1428:2: rule__PhysicalModel__Group__1__Impl rule__PhysicalModel__Group__2
+ // InternalETPhys.g:1426:1: ( rule__PhysicalModel__Group__1__Impl rule__PhysicalModel__Group__2 )
+ // InternalETPhys.g:1427:2: rule__PhysicalModel__Group__1__Impl rule__PhysicalModel__Group__2
{
- pushFollow(FOLLOW_rule__PhysicalModel__Group__1__Impl_in_rule__PhysicalModel__Group__13021);
+ pushFollow(FOLLOW_4);
rule__PhysicalModel__Group__1__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__PhysicalModel__Group__2_in_rule__PhysicalModel__Group__13024);
+
+ pushFollow(FOLLOW_2);
rule__PhysicalModel__Group__2();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -4943,36 +4485,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalModel__Group__1__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1435:1: rule__PhysicalModel__Group__1__Impl : ( ( rule__PhysicalModel__NameAssignment_1 ) ) ;
+ // InternalETPhys.g:1434:1: rule__PhysicalModel__Group__1__Impl : ( ( rule__PhysicalModel__NameAssignment_1 ) ) ;
public final void rule__PhysicalModel__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1439:1: ( ( ( rule__PhysicalModel__NameAssignment_1 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1440:1: ( ( rule__PhysicalModel__NameAssignment_1 ) )
+ // InternalETPhys.g:1438:1: ( ( ( rule__PhysicalModel__NameAssignment_1 ) ) )
+ // InternalETPhys.g:1439:1: ( ( rule__PhysicalModel__NameAssignment_1 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1440:1: ( ( rule__PhysicalModel__NameAssignment_1 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1441:1: ( rule__PhysicalModel__NameAssignment_1 )
+ // InternalETPhys.g:1439:1: ( ( rule__PhysicalModel__NameAssignment_1 ) )
+ // InternalETPhys.g:1440:1: ( rule__PhysicalModel__NameAssignment_1 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalModelAccess().getNameAssignment_1());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1442:1: ( rule__PhysicalModel__NameAssignment_1 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1442:2: rule__PhysicalModel__NameAssignment_1
+ before(grammarAccess.getPhysicalModelAccess().getNameAssignment_1());
+ // InternalETPhys.g:1441:1: ( rule__PhysicalModel__NameAssignment_1 )
+ // InternalETPhys.g:1441:2: rule__PhysicalModel__NameAssignment_1
{
- pushFollow(FOLLOW_rule__PhysicalModel__NameAssignment_1_in_rule__PhysicalModel__Group__1__Impl3051);
+ pushFollow(FOLLOW_2);
rule__PhysicalModel__NameAssignment_1();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalModelAccess().getNameAssignment_1());
}
+ after(grammarAccess.getPhysicalModelAccess().getNameAssignment_1());
+
}
@@ -4994,25 +4532,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalModel__Group__2"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1452:1: rule__PhysicalModel__Group__2 : rule__PhysicalModel__Group__2__Impl rule__PhysicalModel__Group__3 ;
+ // InternalETPhys.g:1451:1: rule__PhysicalModel__Group__2 : rule__PhysicalModel__Group__2__Impl rule__PhysicalModel__Group__3 ;
public final void rule__PhysicalModel__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1456:1: ( rule__PhysicalModel__Group__2__Impl rule__PhysicalModel__Group__3 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1457:2: rule__PhysicalModel__Group__2__Impl rule__PhysicalModel__Group__3
+ // InternalETPhys.g:1455:1: ( rule__PhysicalModel__Group__2__Impl rule__PhysicalModel__Group__3 )
+ // InternalETPhys.g:1456:2: rule__PhysicalModel__Group__2__Impl rule__PhysicalModel__Group__3
{
- pushFollow(FOLLOW_rule__PhysicalModel__Group__2__Impl_in_rule__PhysicalModel__Group__23081);
+ pushFollow(FOLLOW_5);
rule__PhysicalModel__Group__2__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__PhysicalModel__Group__3_in_rule__PhysicalModel__Group__23084);
+
+ pushFollow(FOLLOW_2);
rule__PhysicalModel__Group__3();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -5032,25 +4570,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalModel__Group__2__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1464:1: rule__PhysicalModel__Group__2__Impl : ( '{' ) ;
+ // InternalETPhys.g:1463:1: rule__PhysicalModel__Group__2__Impl : ( '{' ) ;
public final void rule__PhysicalModel__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1468:1: ( ( '{' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1469:1: ( '{' )
+ // InternalETPhys.g:1467:1: ( ( '{' ) )
+ // InternalETPhys.g:1468:1: ( '{' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1469:1: ( '{' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1470:1: '{'
+ // InternalETPhys.g:1468:1: ( '{' )
+ // InternalETPhys.g:1469:1: '{'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalModelAccess().getLeftCurlyBracketKeyword_2());
- }
- match(input,30,FOLLOW_30_in_rule__PhysicalModel__Group__2__Impl3112); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalModelAccess().getLeftCurlyBracketKeyword_2());
- }
+ before(grammarAccess.getPhysicalModelAccess().getLeftCurlyBracketKeyword_2());
+ match(input,30,FOLLOW_2);
+ after(grammarAccess.getPhysicalModelAccess().getLeftCurlyBracketKeyword_2());
}
@@ -5073,25 +4607,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalModel__Group__3"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1483:1: rule__PhysicalModel__Group__3 : rule__PhysicalModel__Group__3__Impl rule__PhysicalModel__Group__4 ;
+ // InternalETPhys.g:1482:1: rule__PhysicalModel__Group__3 : rule__PhysicalModel__Group__3__Impl rule__PhysicalModel__Group__4 ;
public final void rule__PhysicalModel__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1487:1: ( rule__PhysicalModel__Group__3__Impl rule__PhysicalModel__Group__4 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1488:2: rule__PhysicalModel__Group__3__Impl rule__PhysicalModel__Group__4
+ // InternalETPhys.g:1486:1: ( rule__PhysicalModel__Group__3__Impl rule__PhysicalModel__Group__4 )
+ // InternalETPhys.g:1487:2: rule__PhysicalModel__Group__3__Impl rule__PhysicalModel__Group__4
{
- pushFollow(FOLLOW_rule__PhysicalModel__Group__3__Impl_in_rule__PhysicalModel__Group__33143);
+ pushFollow(FOLLOW_5);
rule__PhysicalModel__Group__3__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__PhysicalModel__Group__4_in_rule__PhysicalModel__Group__33146);
+
+ pushFollow(FOLLOW_2);
rule__PhysicalModel__Group__4();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -5111,22 +4645,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalModel__Group__3__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1495:1: rule__PhysicalModel__Group__3__Impl : ( ( rule__PhysicalModel__ImportsAssignment_3 )* ) ;
+ // InternalETPhys.g:1494:1: rule__PhysicalModel__Group__3__Impl : ( ( rule__PhysicalModel__ImportsAssignment_3 )* ) ;
public final void rule__PhysicalModel__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1499:1: ( ( ( rule__PhysicalModel__ImportsAssignment_3 )* ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1500:1: ( ( rule__PhysicalModel__ImportsAssignment_3 )* )
+ // InternalETPhys.g:1498:1: ( ( ( rule__PhysicalModel__ImportsAssignment_3 )* ) )
+ // InternalETPhys.g:1499:1: ( ( rule__PhysicalModel__ImportsAssignment_3 )* )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1500:1: ( ( rule__PhysicalModel__ImportsAssignment_3 )* )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1501:1: ( rule__PhysicalModel__ImportsAssignment_3 )*
+ // InternalETPhys.g:1499:1: ( ( rule__PhysicalModel__ImportsAssignment_3 )* )
+ // InternalETPhys.g:1500:1: ( rule__PhysicalModel__ImportsAssignment_3 )*
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalModelAccess().getImportsAssignment_3());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1502:1: ( rule__PhysicalModel__ImportsAssignment_3 )*
+ before(grammarAccess.getPhysicalModelAccess().getImportsAssignment_3());
+ // InternalETPhys.g:1501:1: ( rule__PhysicalModel__ImportsAssignment_3 )*
loop21:
do {
int alt21=2;
@@ -5139,13 +4671,13 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
switch (alt21) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1502:2: rule__PhysicalModel__ImportsAssignment_3
+ // InternalETPhys.g:1501:2: rule__PhysicalModel__ImportsAssignment_3
{
- pushFollow(FOLLOW_rule__PhysicalModel__ImportsAssignment_3_in_rule__PhysicalModel__Group__3__Impl3173);
+ pushFollow(FOLLOW_6);
rule__PhysicalModel__ImportsAssignment_3();
state._fsp--;
- if (state.failed) return ;
+
}
break;
@@ -5155,9 +4687,7 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
} while (true);
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalModelAccess().getImportsAssignment_3());
- }
+ after(grammarAccess.getPhysicalModelAccess().getImportsAssignment_3());
}
@@ -5180,25 +4710,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalModel__Group__4"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1512:1: rule__PhysicalModel__Group__4 : rule__PhysicalModel__Group__4__Impl rule__PhysicalModel__Group__5 ;
+ // InternalETPhys.g:1511:1: rule__PhysicalModel__Group__4 : rule__PhysicalModel__Group__4__Impl rule__PhysicalModel__Group__5 ;
public final void rule__PhysicalModel__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1516:1: ( rule__PhysicalModel__Group__4__Impl rule__PhysicalModel__Group__5 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1517:2: rule__PhysicalModel__Group__4__Impl rule__PhysicalModel__Group__5
+ // InternalETPhys.g:1515:1: ( rule__PhysicalModel__Group__4__Impl rule__PhysicalModel__Group__5 )
+ // InternalETPhys.g:1516:2: rule__PhysicalModel__Group__4__Impl rule__PhysicalModel__Group__5
{
- pushFollow(FOLLOW_rule__PhysicalModel__Group__4__Impl_in_rule__PhysicalModel__Group__43204);
+ pushFollow(FOLLOW_5);
rule__PhysicalModel__Group__4__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__PhysicalModel__Group__5_in_rule__PhysicalModel__Group__43207);
+
+ pushFollow(FOLLOW_2);
rule__PhysicalModel__Group__5();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -5218,22 +4748,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalModel__Group__4__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1524:1: rule__PhysicalModel__Group__4__Impl : ( ( rule__PhysicalModel__Alternatives_4 )* ) ;
+ // InternalETPhys.g:1523:1: rule__PhysicalModel__Group__4__Impl : ( ( rule__PhysicalModel__Alternatives_4 )* ) ;
public final void rule__PhysicalModel__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1528:1: ( ( ( rule__PhysicalModel__Alternatives_4 )* ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1529:1: ( ( rule__PhysicalModel__Alternatives_4 )* )
+ // InternalETPhys.g:1527:1: ( ( ( rule__PhysicalModel__Alternatives_4 )* ) )
+ // InternalETPhys.g:1528:1: ( ( rule__PhysicalModel__Alternatives_4 )* )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1529:1: ( ( rule__PhysicalModel__Alternatives_4 )* )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1530:1: ( rule__PhysicalModel__Alternatives_4 )*
+ // InternalETPhys.g:1528:1: ( ( rule__PhysicalModel__Alternatives_4 )* )
+ // InternalETPhys.g:1529:1: ( rule__PhysicalModel__Alternatives_4 )*
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalModelAccess().getAlternatives_4());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1531:1: ( rule__PhysicalModel__Alternatives_4 )*
+ before(grammarAccess.getPhysicalModelAccess().getAlternatives_4());
+ // InternalETPhys.g:1530:1: ( rule__PhysicalModel__Alternatives_4 )*
loop22:
do {
int alt22=2;
@@ -5246,13 +4774,13 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
switch (alt22) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1531:2: rule__PhysicalModel__Alternatives_4
+ // InternalETPhys.g:1530:2: rule__PhysicalModel__Alternatives_4
{
- pushFollow(FOLLOW_rule__PhysicalModel__Alternatives_4_in_rule__PhysicalModel__Group__4__Impl3234);
+ pushFollow(FOLLOW_7);
rule__PhysicalModel__Alternatives_4();
state._fsp--;
- if (state.failed) return ;
+
}
break;
@@ -5262,9 +4790,7 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
} while (true);
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalModelAccess().getAlternatives_4());
- }
+ after(grammarAccess.getPhysicalModelAccess().getAlternatives_4());
}
@@ -5287,20 +4813,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalModel__Group__5"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1541:1: rule__PhysicalModel__Group__5 : rule__PhysicalModel__Group__5__Impl ;
+ // InternalETPhys.g:1540:1: rule__PhysicalModel__Group__5 : rule__PhysicalModel__Group__5__Impl ;
public final void rule__PhysicalModel__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1545:1: ( rule__PhysicalModel__Group__5__Impl )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1546:2: rule__PhysicalModel__Group__5__Impl
+ // InternalETPhys.g:1544:1: ( rule__PhysicalModel__Group__5__Impl )
+ // InternalETPhys.g:1545:2: rule__PhysicalModel__Group__5__Impl
{
- pushFollow(FOLLOW_rule__PhysicalModel__Group__5__Impl_in_rule__PhysicalModel__Group__53265);
+ pushFollow(FOLLOW_2);
rule__PhysicalModel__Group__5__Impl();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -5320,25 +4846,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalModel__Group__5__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1552:1: rule__PhysicalModel__Group__5__Impl : ( '}' ) ;
+ // InternalETPhys.g:1551:1: rule__PhysicalModel__Group__5__Impl : ( '}' ) ;
public final void rule__PhysicalModel__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1556:1: ( ( '}' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1557:1: ( '}' )
+ // InternalETPhys.g:1555:1: ( ( '}' ) )
+ // InternalETPhys.g:1556:1: ( '}' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1557:1: ( '}' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1558:1: '}'
+ // InternalETPhys.g:1556:1: ( '}' )
+ // InternalETPhys.g:1557:1: '}'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalModelAccess().getRightCurlyBracketKeyword_5());
- }
- match(input,31,FOLLOW_31_in_rule__PhysicalModel__Group__5__Impl3293); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalModelAccess().getRightCurlyBracketKeyword_5());
- }
+ before(grammarAccess.getPhysicalModelAccess().getRightCurlyBracketKeyword_5());
+ match(input,31,FOLLOW_2);
+ after(grammarAccess.getPhysicalModelAccess().getRightCurlyBracketKeyword_5());
}
@@ -5361,25 +4883,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalSystem__Group__0"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1583:1: rule__PhysicalSystem__Group__0 : rule__PhysicalSystem__Group__0__Impl rule__PhysicalSystem__Group__1 ;
+ // InternalETPhys.g:1582:1: rule__PhysicalSystem__Group__0 : rule__PhysicalSystem__Group__0__Impl rule__PhysicalSystem__Group__1 ;
public final void rule__PhysicalSystem__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1587:1: ( rule__PhysicalSystem__Group__0__Impl rule__PhysicalSystem__Group__1 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1588:2: rule__PhysicalSystem__Group__0__Impl rule__PhysicalSystem__Group__1
+ // InternalETPhys.g:1586:1: ( rule__PhysicalSystem__Group__0__Impl rule__PhysicalSystem__Group__1 )
+ // InternalETPhys.g:1587:2: rule__PhysicalSystem__Group__0__Impl rule__PhysicalSystem__Group__1
{
- pushFollow(FOLLOW_rule__PhysicalSystem__Group__0__Impl_in_rule__PhysicalSystem__Group__03336);
+ pushFollow(FOLLOW_3);
rule__PhysicalSystem__Group__0__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__PhysicalSystem__Group__1_in_rule__PhysicalSystem__Group__03339);
+
+ pushFollow(FOLLOW_2);
rule__PhysicalSystem__Group__1();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -5399,25 +4921,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalSystem__Group__0__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1595:1: rule__PhysicalSystem__Group__0__Impl : ( 'PhysicalSystem' ) ;
+ // InternalETPhys.g:1594:1: rule__PhysicalSystem__Group__0__Impl : ( 'PhysicalSystem' ) ;
public final void rule__PhysicalSystem__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1599:1: ( ( 'PhysicalSystem' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1600:1: ( 'PhysicalSystem' )
+ // InternalETPhys.g:1598:1: ( ( 'PhysicalSystem' ) )
+ // InternalETPhys.g:1599:1: ( 'PhysicalSystem' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1600:1: ( 'PhysicalSystem' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1601:1: 'PhysicalSystem'
+ // InternalETPhys.g:1599:1: ( 'PhysicalSystem' )
+ // InternalETPhys.g:1600:1: 'PhysicalSystem'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalSystemAccess().getPhysicalSystemKeyword_0());
- }
- match(input,32,FOLLOW_32_in_rule__PhysicalSystem__Group__0__Impl3367); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalSystemAccess().getPhysicalSystemKeyword_0());
- }
+ before(grammarAccess.getPhysicalSystemAccess().getPhysicalSystemKeyword_0());
+ match(input,32,FOLLOW_2);
+ after(grammarAccess.getPhysicalSystemAccess().getPhysicalSystemKeyword_0());
}
@@ -5440,25 +4958,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalSystem__Group__1"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1614:1: rule__PhysicalSystem__Group__1 : rule__PhysicalSystem__Group__1__Impl rule__PhysicalSystem__Group__2 ;
+ // InternalETPhys.g:1613:1: rule__PhysicalSystem__Group__1 : rule__PhysicalSystem__Group__1__Impl rule__PhysicalSystem__Group__2 ;
public final void rule__PhysicalSystem__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1618:1: ( rule__PhysicalSystem__Group__1__Impl rule__PhysicalSystem__Group__2 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1619:2: rule__PhysicalSystem__Group__1__Impl rule__PhysicalSystem__Group__2
+ // InternalETPhys.g:1617:1: ( rule__PhysicalSystem__Group__1__Impl rule__PhysicalSystem__Group__2 )
+ // InternalETPhys.g:1618:2: rule__PhysicalSystem__Group__1__Impl rule__PhysicalSystem__Group__2
{
- pushFollow(FOLLOW_rule__PhysicalSystem__Group__1__Impl_in_rule__PhysicalSystem__Group__13398);
+ pushFollow(FOLLOW_8);
rule__PhysicalSystem__Group__1__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__PhysicalSystem__Group__2_in_rule__PhysicalSystem__Group__13401);
+
+ pushFollow(FOLLOW_2);
rule__PhysicalSystem__Group__2();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -5478,36 +4996,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalSystem__Group__1__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1626:1: rule__PhysicalSystem__Group__1__Impl : ( ( rule__PhysicalSystem__NameAssignment_1 ) ) ;
+ // InternalETPhys.g:1625:1: rule__PhysicalSystem__Group__1__Impl : ( ( rule__PhysicalSystem__NameAssignment_1 ) ) ;
public final void rule__PhysicalSystem__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1630:1: ( ( ( rule__PhysicalSystem__NameAssignment_1 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1631:1: ( ( rule__PhysicalSystem__NameAssignment_1 ) )
+ // InternalETPhys.g:1629:1: ( ( ( rule__PhysicalSystem__NameAssignment_1 ) ) )
+ // InternalETPhys.g:1630:1: ( ( rule__PhysicalSystem__NameAssignment_1 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1631:1: ( ( rule__PhysicalSystem__NameAssignment_1 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1632:1: ( rule__PhysicalSystem__NameAssignment_1 )
+ // InternalETPhys.g:1630:1: ( ( rule__PhysicalSystem__NameAssignment_1 ) )
+ // InternalETPhys.g:1631:1: ( rule__PhysicalSystem__NameAssignment_1 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalSystemAccess().getNameAssignment_1());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1633:1: ( rule__PhysicalSystem__NameAssignment_1 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1633:2: rule__PhysicalSystem__NameAssignment_1
+ before(grammarAccess.getPhysicalSystemAccess().getNameAssignment_1());
+ // InternalETPhys.g:1632:1: ( rule__PhysicalSystem__NameAssignment_1 )
+ // InternalETPhys.g:1632:2: rule__PhysicalSystem__NameAssignment_1
{
- pushFollow(FOLLOW_rule__PhysicalSystem__NameAssignment_1_in_rule__PhysicalSystem__Group__1__Impl3428);
+ pushFollow(FOLLOW_2);
rule__PhysicalSystem__NameAssignment_1();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalSystemAccess().getNameAssignment_1());
}
+ after(grammarAccess.getPhysicalSystemAccess().getNameAssignment_1());
+
}
@@ -5529,25 +5043,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalSystem__Group__2"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1643:1: rule__PhysicalSystem__Group__2 : rule__PhysicalSystem__Group__2__Impl rule__PhysicalSystem__Group__3 ;
+ // InternalETPhys.g:1642:1: rule__PhysicalSystem__Group__2 : rule__PhysicalSystem__Group__2__Impl rule__PhysicalSystem__Group__3 ;
public final void rule__PhysicalSystem__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1647:1: ( rule__PhysicalSystem__Group__2__Impl rule__PhysicalSystem__Group__3 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1648:2: rule__PhysicalSystem__Group__2__Impl rule__PhysicalSystem__Group__3
+ // InternalETPhys.g:1646:1: ( rule__PhysicalSystem__Group__2__Impl rule__PhysicalSystem__Group__3 )
+ // InternalETPhys.g:1647:2: rule__PhysicalSystem__Group__2__Impl rule__PhysicalSystem__Group__3
{
- pushFollow(FOLLOW_rule__PhysicalSystem__Group__2__Impl_in_rule__PhysicalSystem__Group__23458);
+ pushFollow(FOLLOW_8);
rule__PhysicalSystem__Group__2__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__PhysicalSystem__Group__3_in_rule__PhysicalSystem__Group__23461);
+
+ pushFollow(FOLLOW_2);
rule__PhysicalSystem__Group__3();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -5567,22 +5081,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalSystem__Group__2__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1655:1: rule__PhysicalSystem__Group__2__Impl : ( ( rule__PhysicalSystem__DocuAssignment_2 )? ) ;
+ // InternalETPhys.g:1654:1: rule__PhysicalSystem__Group__2__Impl : ( ( rule__PhysicalSystem__DocuAssignment_2 )? ) ;
public final void rule__PhysicalSystem__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1659:1: ( ( ( rule__PhysicalSystem__DocuAssignment_2 )? ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1660:1: ( ( rule__PhysicalSystem__DocuAssignment_2 )? )
+ // InternalETPhys.g:1658:1: ( ( ( rule__PhysicalSystem__DocuAssignment_2 )? ) )
+ // InternalETPhys.g:1659:1: ( ( rule__PhysicalSystem__DocuAssignment_2 )? )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1660:1: ( ( rule__PhysicalSystem__DocuAssignment_2 )? )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1661:1: ( rule__PhysicalSystem__DocuAssignment_2 )?
+ // InternalETPhys.g:1659:1: ( ( rule__PhysicalSystem__DocuAssignment_2 )? )
+ // InternalETPhys.g:1660:1: ( rule__PhysicalSystem__DocuAssignment_2 )?
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalSystemAccess().getDocuAssignment_2());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1662:1: ( rule__PhysicalSystem__DocuAssignment_2 )?
+ before(grammarAccess.getPhysicalSystemAccess().getDocuAssignment_2());
+ // InternalETPhys.g:1661:1: ( rule__PhysicalSystem__DocuAssignment_2 )?
int alt23=2;
int LA23_0 = input.LA(1);
@@ -5591,22 +5103,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
switch (alt23) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1662:2: rule__PhysicalSystem__DocuAssignment_2
+ // InternalETPhys.g:1661:2: rule__PhysicalSystem__DocuAssignment_2
{
- pushFollow(FOLLOW_rule__PhysicalSystem__DocuAssignment_2_in_rule__PhysicalSystem__Group__2__Impl3488);
+ pushFollow(FOLLOW_2);
rule__PhysicalSystem__DocuAssignment_2();
state._fsp--;
- if (state.failed) return ;
+
}
break;
}
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalSystemAccess().getDocuAssignment_2());
- }
+ after(grammarAccess.getPhysicalSystemAccess().getDocuAssignment_2());
}
@@ -5629,25 +5139,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalSystem__Group__3"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1672:1: rule__PhysicalSystem__Group__3 : rule__PhysicalSystem__Group__3__Impl rule__PhysicalSystem__Group__4 ;
+ // InternalETPhys.g:1671:1: rule__PhysicalSystem__Group__3 : rule__PhysicalSystem__Group__3__Impl rule__PhysicalSystem__Group__4 ;
public final void rule__PhysicalSystem__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1676:1: ( rule__PhysicalSystem__Group__3__Impl rule__PhysicalSystem__Group__4 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1677:2: rule__PhysicalSystem__Group__3__Impl rule__PhysicalSystem__Group__4
+ // InternalETPhys.g:1675:1: ( rule__PhysicalSystem__Group__3__Impl rule__PhysicalSystem__Group__4 )
+ // InternalETPhys.g:1676:2: rule__PhysicalSystem__Group__3__Impl rule__PhysicalSystem__Group__4
{
- pushFollow(FOLLOW_rule__PhysicalSystem__Group__3__Impl_in_rule__PhysicalSystem__Group__33519);
+ pushFollow(FOLLOW_9);
rule__PhysicalSystem__Group__3__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__PhysicalSystem__Group__4_in_rule__PhysicalSystem__Group__33522);
+
+ pushFollow(FOLLOW_2);
rule__PhysicalSystem__Group__4();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -5667,25 +5177,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalSystem__Group__3__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1684:1: rule__PhysicalSystem__Group__3__Impl : ( '{' ) ;
+ // InternalETPhys.g:1683:1: rule__PhysicalSystem__Group__3__Impl : ( '{' ) ;
public final void rule__PhysicalSystem__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1688:1: ( ( '{' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1689:1: ( '{' )
+ // InternalETPhys.g:1687:1: ( ( '{' ) )
+ // InternalETPhys.g:1688:1: ( '{' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1689:1: ( '{' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1690:1: '{'
+ // InternalETPhys.g:1688:1: ( '{' )
+ // InternalETPhys.g:1689:1: '{'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalSystemAccess().getLeftCurlyBracketKeyword_3());
- }
- match(input,30,FOLLOW_30_in_rule__PhysicalSystem__Group__3__Impl3550); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalSystemAccess().getLeftCurlyBracketKeyword_3());
- }
+ before(grammarAccess.getPhysicalSystemAccess().getLeftCurlyBracketKeyword_3());
+ match(input,30,FOLLOW_2);
+ after(grammarAccess.getPhysicalSystemAccess().getLeftCurlyBracketKeyword_3());
}
@@ -5708,25 +5214,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalSystem__Group__4"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1703:1: rule__PhysicalSystem__Group__4 : rule__PhysicalSystem__Group__4__Impl rule__PhysicalSystem__Group__5 ;
+ // InternalETPhys.g:1702:1: rule__PhysicalSystem__Group__4 : rule__PhysicalSystem__Group__4__Impl rule__PhysicalSystem__Group__5 ;
public final void rule__PhysicalSystem__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1707:1: ( rule__PhysicalSystem__Group__4__Impl rule__PhysicalSystem__Group__5 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1708:2: rule__PhysicalSystem__Group__4__Impl rule__PhysicalSystem__Group__5
+ // InternalETPhys.g:1706:1: ( rule__PhysicalSystem__Group__4__Impl rule__PhysicalSystem__Group__5 )
+ // InternalETPhys.g:1707:2: rule__PhysicalSystem__Group__4__Impl rule__PhysicalSystem__Group__5
{
- pushFollow(FOLLOW_rule__PhysicalSystem__Group__4__Impl_in_rule__PhysicalSystem__Group__43581);
+ pushFollow(FOLLOW_9);
rule__PhysicalSystem__Group__4__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__PhysicalSystem__Group__5_in_rule__PhysicalSystem__Group__43584);
+
+ pushFollow(FOLLOW_2);
rule__PhysicalSystem__Group__5();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -5746,22 +5252,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalSystem__Group__4__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1715:1: rule__PhysicalSystem__Group__4__Impl : ( ( rule__PhysicalSystem__NodeRefsAssignment_4 )* ) ;
+ // InternalETPhys.g:1714:1: rule__PhysicalSystem__Group__4__Impl : ( ( rule__PhysicalSystem__NodeRefsAssignment_4 )* ) ;
public final void rule__PhysicalSystem__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1719:1: ( ( ( rule__PhysicalSystem__NodeRefsAssignment_4 )* ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1720:1: ( ( rule__PhysicalSystem__NodeRefsAssignment_4 )* )
+ // InternalETPhys.g:1718:1: ( ( ( rule__PhysicalSystem__NodeRefsAssignment_4 )* ) )
+ // InternalETPhys.g:1719:1: ( ( rule__PhysicalSystem__NodeRefsAssignment_4 )* )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1720:1: ( ( rule__PhysicalSystem__NodeRefsAssignment_4 )* )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1721:1: ( rule__PhysicalSystem__NodeRefsAssignment_4 )*
+ // InternalETPhys.g:1719:1: ( ( rule__PhysicalSystem__NodeRefsAssignment_4 )* )
+ // InternalETPhys.g:1720:1: ( rule__PhysicalSystem__NodeRefsAssignment_4 )*
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalSystemAccess().getNodeRefsAssignment_4());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1722:1: ( rule__PhysicalSystem__NodeRefsAssignment_4 )*
+ before(grammarAccess.getPhysicalSystemAccess().getNodeRefsAssignment_4());
+ // InternalETPhys.g:1721:1: ( rule__PhysicalSystem__NodeRefsAssignment_4 )*
loop24:
do {
int alt24=2;
@@ -5774,13 +5278,13 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
switch (alt24) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1722:2: rule__PhysicalSystem__NodeRefsAssignment_4
+ // InternalETPhys.g:1721:2: rule__PhysicalSystem__NodeRefsAssignment_4
{
- pushFollow(FOLLOW_rule__PhysicalSystem__NodeRefsAssignment_4_in_rule__PhysicalSystem__Group__4__Impl3611);
+ pushFollow(FOLLOW_10);
rule__PhysicalSystem__NodeRefsAssignment_4();
state._fsp--;
- if (state.failed) return ;
+
}
break;
@@ -5790,9 +5294,7 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
} while (true);
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalSystemAccess().getNodeRefsAssignment_4());
- }
+ after(grammarAccess.getPhysicalSystemAccess().getNodeRefsAssignment_4());
}
@@ -5815,20 +5317,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalSystem__Group__5"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1732:1: rule__PhysicalSystem__Group__5 : rule__PhysicalSystem__Group__5__Impl ;
+ // InternalETPhys.g:1731:1: rule__PhysicalSystem__Group__5 : rule__PhysicalSystem__Group__5__Impl ;
public final void rule__PhysicalSystem__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1736:1: ( rule__PhysicalSystem__Group__5__Impl )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1737:2: rule__PhysicalSystem__Group__5__Impl
+ // InternalETPhys.g:1735:1: ( rule__PhysicalSystem__Group__5__Impl )
+ // InternalETPhys.g:1736:2: rule__PhysicalSystem__Group__5__Impl
{
- pushFollow(FOLLOW_rule__PhysicalSystem__Group__5__Impl_in_rule__PhysicalSystem__Group__53642);
+ pushFollow(FOLLOW_2);
rule__PhysicalSystem__Group__5__Impl();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -5848,25 +5350,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalSystem__Group__5__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1743:1: rule__PhysicalSystem__Group__5__Impl : ( '}' ) ;
+ // InternalETPhys.g:1742:1: rule__PhysicalSystem__Group__5__Impl : ( '}' ) ;
public final void rule__PhysicalSystem__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1747:1: ( ( '}' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1748:1: ( '}' )
+ // InternalETPhys.g:1746:1: ( ( '}' ) )
+ // InternalETPhys.g:1747:1: ( '}' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1748:1: ( '}' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1749:1: '}'
+ // InternalETPhys.g:1747:1: ( '}' )
+ // InternalETPhys.g:1748:1: '}'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalSystemAccess().getRightCurlyBracketKeyword_5());
- }
- match(input,31,FOLLOW_31_in_rule__PhysicalSystem__Group__5__Impl3670); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalSystemAccess().getRightCurlyBracketKeyword_5());
- }
+ before(grammarAccess.getPhysicalSystemAccess().getRightCurlyBracketKeyword_5());
+ match(input,31,FOLLOW_2);
+ after(grammarAccess.getPhysicalSystemAccess().getRightCurlyBracketKeyword_5());
}
@@ -5889,25 +5387,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeRef__Group__0"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1774:1: rule__NodeRef__Group__0 : rule__NodeRef__Group__0__Impl rule__NodeRef__Group__1 ;
+ // InternalETPhys.g:1773:1: rule__NodeRef__Group__0 : rule__NodeRef__Group__0__Impl rule__NodeRef__Group__1 ;
public final void rule__NodeRef__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1778:1: ( rule__NodeRef__Group__0__Impl rule__NodeRef__Group__1 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1779:2: rule__NodeRef__Group__0__Impl rule__NodeRef__Group__1
+ // InternalETPhys.g:1777:1: ( rule__NodeRef__Group__0__Impl rule__NodeRef__Group__1 )
+ // InternalETPhys.g:1778:2: rule__NodeRef__Group__0__Impl rule__NodeRef__Group__1
{
- pushFollow(FOLLOW_rule__NodeRef__Group__0__Impl_in_rule__NodeRef__Group__03713);
+ pushFollow(FOLLOW_3);
rule__NodeRef__Group__0__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__NodeRef__Group__1_in_rule__NodeRef__Group__03716);
+
+ pushFollow(FOLLOW_2);
rule__NodeRef__Group__1();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -5927,25 +5425,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeRef__Group__0__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1786:1: rule__NodeRef__Group__0__Impl : ( 'NodeRef' ) ;
+ // InternalETPhys.g:1785:1: rule__NodeRef__Group__0__Impl : ( 'NodeRef' ) ;
public final void rule__NodeRef__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1790:1: ( ( 'NodeRef' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1791:1: ( 'NodeRef' )
+ // InternalETPhys.g:1789:1: ( ( 'NodeRef' ) )
+ // InternalETPhys.g:1790:1: ( 'NodeRef' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1791:1: ( 'NodeRef' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1792:1: 'NodeRef'
+ // InternalETPhys.g:1790:1: ( 'NodeRef' )
+ // InternalETPhys.g:1791:1: 'NodeRef'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getNodeRefAccess().getNodeRefKeyword_0());
- }
- match(input,33,FOLLOW_33_in_rule__NodeRef__Group__0__Impl3744); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getNodeRefAccess().getNodeRefKeyword_0());
- }
+ before(grammarAccess.getNodeRefAccess().getNodeRefKeyword_0());
+ match(input,33,FOLLOW_2);
+ after(grammarAccess.getNodeRefAccess().getNodeRefKeyword_0());
}
@@ -5968,25 +5462,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeRef__Group__1"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1805:1: rule__NodeRef__Group__1 : rule__NodeRef__Group__1__Impl rule__NodeRef__Group__2 ;
+ // InternalETPhys.g:1804:1: rule__NodeRef__Group__1 : rule__NodeRef__Group__1__Impl rule__NodeRef__Group__2 ;
public final void rule__NodeRef__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1809:1: ( rule__NodeRef__Group__1__Impl rule__NodeRef__Group__2 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1810:2: rule__NodeRef__Group__1__Impl rule__NodeRef__Group__2
+ // InternalETPhys.g:1808:1: ( rule__NodeRef__Group__1__Impl rule__NodeRef__Group__2 )
+ // InternalETPhys.g:1809:2: rule__NodeRef__Group__1__Impl rule__NodeRef__Group__2
{
- pushFollow(FOLLOW_rule__NodeRef__Group__1__Impl_in_rule__NodeRef__Group__13775);
+ pushFollow(FOLLOW_11);
rule__NodeRef__Group__1__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__NodeRef__Group__2_in_rule__NodeRef__Group__13778);
+
+ pushFollow(FOLLOW_2);
rule__NodeRef__Group__2();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -6006,36 +5500,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeRef__Group__1__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1817:1: rule__NodeRef__Group__1__Impl : ( ( rule__NodeRef__NameAssignment_1 ) ) ;
+ // InternalETPhys.g:1816:1: rule__NodeRef__Group__1__Impl : ( ( rule__NodeRef__NameAssignment_1 ) ) ;
public final void rule__NodeRef__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1821:1: ( ( ( rule__NodeRef__NameAssignment_1 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1822:1: ( ( rule__NodeRef__NameAssignment_1 ) )
+ // InternalETPhys.g:1820:1: ( ( ( rule__NodeRef__NameAssignment_1 ) ) )
+ // InternalETPhys.g:1821:1: ( ( rule__NodeRef__NameAssignment_1 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1822:1: ( ( rule__NodeRef__NameAssignment_1 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1823:1: ( rule__NodeRef__NameAssignment_1 )
+ // InternalETPhys.g:1821:1: ( ( rule__NodeRef__NameAssignment_1 ) )
+ // InternalETPhys.g:1822:1: ( rule__NodeRef__NameAssignment_1 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getNodeRefAccess().getNameAssignment_1());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1824:1: ( rule__NodeRef__NameAssignment_1 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1824:2: rule__NodeRef__NameAssignment_1
+ before(grammarAccess.getNodeRefAccess().getNameAssignment_1());
+ // InternalETPhys.g:1823:1: ( rule__NodeRef__NameAssignment_1 )
+ // InternalETPhys.g:1823:2: rule__NodeRef__NameAssignment_1
{
- pushFollow(FOLLOW_rule__NodeRef__NameAssignment_1_in_rule__NodeRef__Group__1__Impl3805);
+ pushFollow(FOLLOW_2);
rule__NodeRef__NameAssignment_1();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getNodeRefAccess().getNameAssignment_1());
}
+ after(grammarAccess.getNodeRefAccess().getNameAssignment_1());
+
}
@@ -6057,25 +5547,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeRef__Group__2"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1834:1: rule__NodeRef__Group__2 : rule__NodeRef__Group__2__Impl rule__NodeRef__Group__3 ;
+ // InternalETPhys.g:1833:1: rule__NodeRef__Group__2 : rule__NodeRef__Group__2__Impl rule__NodeRef__Group__3 ;
public final void rule__NodeRef__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1838:1: ( rule__NodeRef__Group__2__Impl rule__NodeRef__Group__3 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1839:2: rule__NodeRef__Group__2__Impl rule__NodeRef__Group__3
+ // InternalETPhys.g:1837:1: ( rule__NodeRef__Group__2__Impl rule__NodeRef__Group__3 )
+ // InternalETPhys.g:1838:2: rule__NodeRef__Group__2__Impl rule__NodeRef__Group__3
{
- pushFollow(FOLLOW_rule__NodeRef__Group__2__Impl_in_rule__NodeRef__Group__23835);
+ pushFollow(FOLLOW_3);
rule__NodeRef__Group__2__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__NodeRef__Group__3_in_rule__NodeRef__Group__23838);
+
+ pushFollow(FOLLOW_2);
rule__NodeRef__Group__3();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -6095,25 +5585,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeRef__Group__2__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1846:1: rule__NodeRef__Group__2__Impl : ( ':' ) ;
+ // InternalETPhys.g:1845:1: rule__NodeRef__Group__2__Impl : ( ':' ) ;
public final void rule__NodeRef__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1850:1: ( ( ':' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1851:1: ( ':' )
+ // InternalETPhys.g:1849:1: ( ( ':' ) )
+ // InternalETPhys.g:1850:1: ( ':' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1851:1: ( ':' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1852:1: ':'
+ // InternalETPhys.g:1850:1: ( ':' )
+ // InternalETPhys.g:1851:1: ':'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getNodeRefAccess().getColonKeyword_2());
- }
- match(input,34,FOLLOW_34_in_rule__NodeRef__Group__2__Impl3866); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getNodeRefAccess().getColonKeyword_2());
- }
+ before(grammarAccess.getNodeRefAccess().getColonKeyword_2());
+ match(input,34,FOLLOW_2);
+ after(grammarAccess.getNodeRefAccess().getColonKeyword_2());
}
@@ -6136,25 +5622,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeRef__Group__3"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1865:1: rule__NodeRef__Group__3 : rule__NodeRef__Group__3__Impl rule__NodeRef__Group__4 ;
+ // InternalETPhys.g:1864:1: rule__NodeRef__Group__3 : rule__NodeRef__Group__3__Impl rule__NodeRef__Group__4 ;
public final void rule__NodeRef__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1869:1: ( rule__NodeRef__Group__3__Impl rule__NodeRef__Group__4 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1870:2: rule__NodeRef__Group__3__Impl rule__NodeRef__Group__4
+ // InternalETPhys.g:1868:1: ( rule__NodeRef__Group__3__Impl rule__NodeRef__Group__4 )
+ // InternalETPhys.g:1869:2: rule__NodeRef__Group__3__Impl rule__NodeRef__Group__4
{
- pushFollow(FOLLOW_rule__NodeRef__Group__3__Impl_in_rule__NodeRef__Group__33897);
+ pushFollow(FOLLOW_12);
rule__NodeRef__Group__3__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__NodeRef__Group__4_in_rule__NodeRef__Group__33900);
+
+ pushFollow(FOLLOW_2);
rule__NodeRef__Group__4();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -6174,36 +5660,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeRef__Group__3__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1877:1: rule__NodeRef__Group__3__Impl : ( ( rule__NodeRef__TypeAssignment_3 ) ) ;
+ // InternalETPhys.g:1876:1: rule__NodeRef__Group__3__Impl : ( ( rule__NodeRef__TypeAssignment_3 ) ) ;
public final void rule__NodeRef__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1881:1: ( ( ( rule__NodeRef__TypeAssignment_3 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1882:1: ( ( rule__NodeRef__TypeAssignment_3 ) )
+ // InternalETPhys.g:1880:1: ( ( ( rule__NodeRef__TypeAssignment_3 ) ) )
+ // InternalETPhys.g:1881:1: ( ( rule__NodeRef__TypeAssignment_3 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1882:1: ( ( rule__NodeRef__TypeAssignment_3 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1883:1: ( rule__NodeRef__TypeAssignment_3 )
+ // InternalETPhys.g:1881:1: ( ( rule__NodeRef__TypeAssignment_3 ) )
+ // InternalETPhys.g:1882:1: ( rule__NodeRef__TypeAssignment_3 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getNodeRefAccess().getTypeAssignment_3());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1884:1: ( rule__NodeRef__TypeAssignment_3 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1884:2: rule__NodeRef__TypeAssignment_3
+ before(grammarAccess.getNodeRefAccess().getTypeAssignment_3());
+ // InternalETPhys.g:1883:1: ( rule__NodeRef__TypeAssignment_3 )
+ // InternalETPhys.g:1883:2: rule__NodeRef__TypeAssignment_3
{
- pushFollow(FOLLOW_rule__NodeRef__TypeAssignment_3_in_rule__NodeRef__Group__3__Impl3927);
+ pushFollow(FOLLOW_2);
rule__NodeRef__TypeAssignment_3();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getNodeRefAccess().getTypeAssignment_3());
}
+ after(grammarAccess.getNodeRefAccess().getTypeAssignment_3());
+
}
@@ -6225,20 +5707,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeRef__Group__4"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1894:1: rule__NodeRef__Group__4 : rule__NodeRef__Group__4__Impl ;
+ // InternalETPhys.g:1893:1: rule__NodeRef__Group__4 : rule__NodeRef__Group__4__Impl ;
public final void rule__NodeRef__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1898:1: ( rule__NodeRef__Group__4__Impl )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1899:2: rule__NodeRef__Group__4__Impl
+ // InternalETPhys.g:1897:1: ( rule__NodeRef__Group__4__Impl )
+ // InternalETPhys.g:1898:2: rule__NodeRef__Group__4__Impl
{
- pushFollow(FOLLOW_rule__NodeRef__Group__4__Impl_in_rule__NodeRef__Group__43957);
+ pushFollow(FOLLOW_2);
rule__NodeRef__Group__4__Impl();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -6258,22 +5740,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeRef__Group__4__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1905:1: rule__NodeRef__Group__4__Impl : ( ( rule__NodeRef__DocuAssignment_4 )? ) ;
+ // InternalETPhys.g:1904:1: rule__NodeRef__Group__4__Impl : ( ( rule__NodeRef__DocuAssignment_4 )? ) ;
public final void rule__NodeRef__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1909:1: ( ( ( rule__NodeRef__DocuAssignment_4 )? ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1910:1: ( ( rule__NodeRef__DocuAssignment_4 )? )
+ // InternalETPhys.g:1908:1: ( ( ( rule__NodeRef__DocuAssignment_4 )? ) )
+ // InternalETPhys.g:1909:1: ( ( rule__NodeRef__DocuAssignment_4 )? )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1910:1: ( ( rule__NodeRef__DocuAssignment_4 )? )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1911:1: ( rule__NodeRef__DocuAssignment_4 )?
+ // InternalETPhys.g:1909:1: ( ( rule__NodeRef__DocuAssignment_4 )? )
+ // InternalETPhys.g:1910:1: ( rule__NodeRef__DocuAssignment_4 )?
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getNodeRefAccess().getDocuAssignment_4());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1912:1: ( rule__NodeRef__DocuAssignment_4 )?
+ before(grammarAccess.getNodeRefAccess().getDocuAssignment_4());
+ // InternalETPhys.g:1911:1: ( rule__NodeRef__DocuAssignment_4 )?
int alt25=2;
int LA25_0 = input.LA(1);
@@ -6282,22 +5762,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
switch (alt25) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1912:2: rule__NodeRef__DocuAssignment_4
+ // InternalETPhys.g:1911:2: rule__NodeRef__DocuAssignment_4
{
- pushFollow(FOLLOW_rule__NodeRef__DocuAssignment_4_in_rule__NodeRef__Group__4__Impl3984);
+ pushFollow(FOLLOW_2);
rule__NodeRef__DocuAssignment_4();
state._fsp--;
- if (state.failed) return ;
+
}
break;
}
- if ( state.backtracking==0 ) {
- after(grammarAccess.getNodeRefAccess().getDocuAssignment_4());
- }
+ after(grammarAccess.getNodeRefAccess().getDocuAssignment_4());
}
@@ -6320,25 +5798,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeClass__Group__0"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1932:1: rule__NodeClass__Group__0 : rule__NodeClass__Group__0__Impl rule__NodeClass__Group__1 ;
+ // InternalETPhys.g:1931:1: rule__NodeClass__Group__0 : rule__NodeClass__Group__0__Impl rule__NodeClass__Group__1 ;
public final void rule__NodeClass__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1936:1: ( rule__NodeClass__Group__0__Impl rule__NodeClass__Group__1 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1937:2: rule__NodeClass__Group__0__Impl rule__NodeClass__Group__1
+ // InternalETPhys.g:1935:1: ( rule__NodeClass__Group__0__Impl rule__NodeClass__Group__1 )
+ // InternalETPhys.g:1936:2: rule__NodeClass__Group__0__Impl rule__NodeClass__Group__1
{
- pushFollow(FOLLOW_rule__NodeClass__Group__0__Impl_in_rule__NodeClass__Group__04025);
+ pushFollow(FOLLOW_3);
rule__NodeClass__Group__0__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__NodeClass__Group__1_in_rule__NodeClass__Group__04028);
+
+ pushFollow(FOLLOW_2);
rule__NodeClass__Group__1();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -6358,25 +5836,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeClass__Group__0__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1944:1: rule__NodeClass__Group__0__Impl : ( 'NodeClass' ) ;
+ // InternalETPhys.g:1943:1: rule__NodeClass__Group__0__Impl : ( 'NodeClass' ) ;
public final void rule__NodeClass__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1948:1: ( ( 'NodeClass' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1949:1: ( 'NodeClass' )
+ // InternalETPhys.g:1947:1: ( ( 'NodeClass' ) )
+ // InternalETPhys.g:1948:1: ( 'NodeClass' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1949:1: ( 'NodeClass' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1950:1: 'NodeClass'
+ // InternalETPhys.g:1948:1: ( 'NodeClass' )
+ // InternalETPhys.g:1949:1: 'NodeClass'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getNodeClassAccess().getNodeClassKeyword_0());
- }
- match(input,35,FOLLOW_35_in_rule__NodeClass__Group__0__Impl4056); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getNodeClassAccess().getNodeClassKeyword_0());
- }
+ before(grammarAccess.getNodeClassAccess().getNodeClassKeyword_0());
+ match(input,35,FOLLOW_2);
+ after(grammarAccess.getNodeClassAccess().getNodeClassKeyword_0());
}
@@ -6399,25 +5873,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeClass__Group__1"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1963:1: rule__NodeClass__Group__1 : rule__NodeClass__Group__1__Impl rule__NodeClass__Group__2 ;
+ // InternalETPhys.g:1962:1: rule__NodeClass__Group__1 : rule__NodeClass__Group__1__Impl rule__NodeClass__Group__2 ;
public final void rule__NodeClass__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1967:1: ( rule__NodeClass__Group__1__Impl rule__NodeClass__Group__2 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1968:2: rule__NodeClass__Group__1__Impl rule__NodeClass__Group__2
+ // InternalETPhys.g:1966:1: ( rule__NodeClass__Group__1__Impl rule__NodeClass__Group__2 )
+ // InternalETPhys.g:1967:2: rule__NodeClass__Group__1__Impl rule__NodeClass__Group__2
{
- pushFollow(FOLLOW_rule__NodeClass__Group__1__Impl_in_rule__NodeClass__Group__14087);
+ pushFollow(FOLLOW_8);
rule__NodeClass__Group__1__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__NodeClass__Group__2_in_rule__NodeClass__Group__14090);
+
+ pushFollow(FOLLOW_2);
rule__NodeClass__Group__2();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -6437,36 +5911,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeClass__Group__1__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1975:1: rule__NodeClass__Group__1__Impl : ( ( rule__NodeClass__NameAssignment_1 ) ) ;
+ // InternalETPhys.g:1974:1: rule__NodeClass__Group__1__Impl : ( ( rule__NodeClass__NameAssignment_1 ) ) ;
public final void rule__NodeClass__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1979:1: ( ( ( rule__NodeClass__NameAssignment_1 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1980:1: ( ( rule__NodeClass__NameAssignment_1 ) )
+ // InternalETPhys.g:1978:1: ( ( ( rule__NodeClass__NameAssignment_1 ) ) )
+ // InternalETPhys.g:1979:1: ( ( rule__NodeClass__NameAssignment_1 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1980:1: ( ( rule__NodeClass__NameAssignment_1 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1981:1: ( rule__NodeClass__NameAssignment_1 )
+ // InternalETPhys.g:1979:1: ( ( rule__NodeClass__NameAssignment_1 ) )
+ // InternalETPhys.g:1980:1: ( rule__NodeClass__NameAssignment_1 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getNodeClassAccess().getNameAssignment_1());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1982:1: ( rule__NodeClass__NameAssignment_1 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1982:2: rule__NodeClass__NameAssignment_1
+ before(grammarAccess.getNodeClassAccess().getNameAssignment_1());
+ // InternalETPhys.g:1981:1: ( rule__NodeClass__NameAssignment_1 )
+ // InternalETPhys.g:1981:2: rule__NodeClass__NameAssignment_1
{
- pushFollow(FOLLOW_rule__NodeClass__NameAssignment_1_in_rule__NodeClass__Group__1__Impl4117);
+ pushFollow(FOLLOW_2);
rule__NodeClass__NameAssignment_1();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getNodeClassAccess().getNameAssignment_1());
}
+ after(grammarAccess.getNodeClassAccess().getNameAssignment_1());
+
}
@@ -6488,25 +5958,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeClass__Group__2"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1992:1: rule__NodeClass__Group__2 : rule__NodeClass__Group__2__Impl rule__NodeClass__Group__3 ;
+ // InternalETPhys.g:1991:1: rule__NodeClass__Group__2 : rule__NodeClass__Group__2__Impl rule__NodeClass__Group__3 ;
public final void rule__NodeClass__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1996:1: ( rule__NodeClass__Group__2__Impl rule__NodeClass__Group__3 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:1997:2: rule__NodeClass__Group__2__Impl rule__NodeClass__Group__3
+ // InternalETPhys.g:1995:1: ( rule__NodeClass__Group__2__Impl rule__NodeClass__Group__3 )
+ // InternalETPhys.g:1996:2: rule__NodeClass__Group__2__Impl rule__NodeClass__Group__3
{
- pushFollow(FOLLOW_rule__NodeClass__Group__2__Impl_in_rule__NodeClass__Group__24147);
+ pushFollow(FOLLOW_8);
rule__NodeClass__Group__2__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__NodeClass__Group__3_in_rule__NodeClass__Group__24150);
+
+ pushFollow(FOLLOW_2);
rule__NodeClass__Group__3();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -6526,22 +5996,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeClass__Group__2__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2004:1: rule__NodeClass__Group__2__Impl : ( ( rule__NodeClass__DocuAssignment_2 )? ) ;
+ // InternalETPhys.g:2003:1: rule__NodeClass__Group__2__Impl : ( ( rule__NodeClass__DocuAssignment_2 )? ) ;
public final void rule__NodeClass__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2008:1: ( ( ( rule__NodeClass__DocuAssignment_2 )? ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2009:1: ( ( rule__NodeClass__DocuAssignment_2 )? )
+ // InternalETPhys.g:2007:1: ( ( ( rule__NodeClass__DocuAssignment_2 )? ) )
+ // InternalETPhys.g:2008:1: ( ( rule__NodeClass__DocuAssignment_2 )? )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2009:1: ( ( rule__NodeClass__DocuAssignment_2 )? )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2010:1: ( rule__NodeClass__DocuAssignment_2 )?
+ // InternalETPhys.g:2008:1: ( ( rule__NodeClass__DocuAssignment_2 )? )
+ // InternalETPhys.g:2009:1: ( rule__NodeClass__DocuAssignment_2 )?
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getNodeClassAccess().getDocuAssignment_2());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2011:1: ( rule__NodeClass__DocuAssignment_2 )?
+ before(grammarAccess.getNodeClassAccess().getDocuAssignment_2());
+ // InternalETPhys.g:2010:1: ( rule__NodeClass__DocuAssignment_2 )?
int alt26=2;
int LA26_0 = input.LA(1);
@@ -6550,22 +6018,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
switch (alt26) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2011:2: rule__NodeClass__DocuAssignment_2
+ // InternalETPhys.g:2010:2: rule__NodeClass__DocuAssignment_2
{
- pushFollow(FOLLOW_rule__NodeClass__DocuAssignment_2_in_rule__NodeClass__Group__2__Impl4177);
+ pushFollow(FOLLOW_2);
rule__NodeClass__DocuAssignment_2();
state._fsp--;
- if (state.failed) return ;
+
}
break;
}
- if ( state.backtracking==0 ) {
- after(grammarAccess.getNodeClassAccess().getDocuAssignment_2());
- }
+ after(grammarAccess.getNodeClassAccess().getDocuAssignment_2());
}
@@ -6588,25 +6054,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeClass__Group__3"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2021:1: rule__NodeClass__Group__3 : rule__NodeClass__Group__3__Impl rule__NodeClass__Group__4 ;
+ // InternalETPhys.g:2020:1: rule__NodeClass__Group__3 : rule__NodeClass__Group__3__Impl rule__NodeClass__Group__4 ;
public final void rule__NodeClass__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2025:1: ( rule__NodeClass__Group__3__Impl rule__NodeClass__Group__4 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2026:2: rule__NodeClass__Group__3__Impl rule__NodeClass__Group__4
+ // InternalETPhys.g:2024:1: ( rule__NodeClass__Group__3__Impl rule__NodeClass__Group__4 )
+ // InternalETPhys.g:2025:2: rule__NodeClass__Group__3__Impl rule__NodeClass__Group__4
{
- pushFollow(FOLLOW_rule__NodeClass__Group__3__Impl_in_rule__NodeClass__Group__34208);
+ pushFollow(FOLLOW_13);
rule__NodeClass__Group__3__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__NodeClass__Group__4_in_rule__NodeClass__Group__34211);
+
+ pushFollow(FOLLOW_2);
rule__NodeClass__Group__4();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -6626,25 +6092,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeClass__Group__3__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2033:1: rule__NodeClass__Group__3__Impl : ( '{' ) ;
+ // InternalETPhys.g:2032:1: rule__NodeClass__Group__3__Impl : ( '{' ) ;
public final void rule__NodeClass__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2037:1: ( ( '{' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2038:1: ( '{' )
+ // InternalETPhys.g:2036:1: ( ( '{' ) )
+ // InternalETPhys.g:2037:1: ( '{' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2038:1: ( '{' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2039:1: '{'
+ // InternalETPhys.g:2037:1: ( '{' )
+ // InternalETPhys.g:2038:1: '{'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getNodeClassAccess().getLeftCurlyBracketKeyword_3());
- }
- match(input,30,FOLLOW_30_in_rule__NodeClass__Group__3__Impl4239); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getNodeClassAccess().getLeftCurlyBracketKeyword_3());
- }
+ before(grammarAccess.getNodeClassAccess().getLeftCurlyBracketKeyword_3());
+ match(input,30,FOLLOW_2);
+ after(grammarAccess.getNodeClassAccess().getLeftCurlyBracketKeyword_3());
}
@@ -6667,25 +6129,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeClass__Group__4"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2052:1: rule__NodeClass__Group__4 : rule__NodeClass__Group__4__Impl rule__NodeClass__Group__5 ;
+ // InternalETPhys.g:2051:1: rule__NodeClass__Group__4 : rule__NodeClass__Group__4__Impl rule__NodeClass__Group__5 ;
public final void rule__NodeClass__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2056:1: ( rule__NodeClass__Group__4__Impl rule__NodeClass__Group__5 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2057:2: rule__NodeClass__Group__4__Impl rule__NodeClass__Group__5
+ // InternalETPhys.g:2055:1: ( rule__NodeClass__Group__4__Impl rule__NodeClass__Group__5 )
+ // InternalETPhys.g:2056:2: rule__NodeClass__Group__4__Impl rule__NodeClass__Group__5
{
- pushFollow(FOLLOW_rule__NodeClass__Group__4__Impl_in_rule__NodeClass__Group__44270);
+ pushFollow(FOLLOW_14);
rule__NodeClass__Group__4__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__NodeClass__Group__5_in_rule__NodeClass__Group__44273);
+
+ pushFollow(FOLLOW_2);
rule__NodeClass__Group__5();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -6705,36 +6167,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeClass__Group__4__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2064:1: rule__NodeClass__Group__4__Impl : ( ( rule__NodeClass__UnorderedGroup_4 ) ) ;
+ // InternalETPhys.g:2063:1: rule__NodeClass__Group__4__Impl : ( ( rule__NodeClass__UnorderedGroup_4 ) ) ;
public final void rule__NodeClass__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2068:1: ( ( ( rule__NodeClass__UnorderedGroup_4 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2069:1: ( ( rule__NodeClass__UnorderedGroup_4 ) )
+ // InternalETPhys.g:2067:1: ( ( ( rule__NodeClass__UnorderedGroup_4 ) ) )
+ // InternalETPhys.g:2068:1: ( ( rule__NodeClass__UnorderedGroup_4 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2069:1: ( ( rule__NodeClass__UnorderedGroup_4 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2070:1: ( rule__NodeClass__UnorderedGroup_4 )
+ // InternalETPhys.g:2068:1: ( ( rule__NodeClass__UnorderedGroup_4 ) )
+ // InternalETPhys.g:2069:1: ( rule__NodeClass__UnorderedGroup_4 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getNodeClassAccess().getUnorderedGroup_4());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2071:1: ( rule__NodeClass__UnorderedGroup_4 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2071:2: rule__NodeClass__UnorderedGroup_4
+ before(grammarAccess.getNodeClassAccess().getUnorderedGroup_4());
+ // InternalETPhys.g:2070:1: ( rule__NodeClass__UnorderedGroup_4 )
+ // InternalETPhys.g:2070:2: rule__NodeClass__UnorderedGroup_4
{
- pushFollow(FOLLOW_rule__NodeClass__UnorderedGroup_4_in_rule__NodeClass__Group__4__Impl4300);
+ pushFollow(FOLLOW_2);
rule__NodeClass__UnorderedGroup_4();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getNodeClassAccess().getUnorderedGroup_4());
}
+ after(grammarAccess.getNodeClassAccess().getUnorderedGroup_4());
+
}
@@ -6756,25 +6214,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeClass__Group__5"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2081:1: rule__NodeClass__Group__5 : rule__NodeClass__Group__5__Impl rule__NodeClass__Group__6 ;
+ // InternalETPhys.g:2080:1: rule__NodeClass__Group__5 : rule__NodeClass__Group__5__Impl rule__NodeClass__Group__6 ;
public final void rule__NodeClass__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2085:1: ( rule__NodeClass__Group__5__Impl rule__NodeClass__Group__6 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2086:2: rule__NodeClass__Group__5__Impl rule__NodeClass__Group__6
+ // InternalETPhys.g:2084:1: ( rule__NodeClass__Group__5__Impl rule__NodeClass__Group__6 )
+ // InternalETPhys.g:2085:2: rule__NodeClass__Group__5__Impl rule__NodeClass__Group__6
{
- pushFollow(FOLLOW_rule__NodeClass__Group__5__Impl_in_rule__NodeClass__Group__54330);
+ pushFollow(FOLLOW_14);
rule__NodeClass__Group__5__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__NodeClass__Group__6_in_rule__NodeClass__Group__54333);
+
+ pushFollow(FOLLOW_2);
rule__NodeClass__Group__6();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -6794,22 +6252,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeClass__Group__5__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2093:1: rule__NodeClass__Group__5__Impl : ( ( rule__NodeClass__ThreadsAssignment_5 )* ) ;
+ // InternalETPhys.g:2092:1: rule__NodeClass__Group__5__Impl : ( ( rule__NodeClass__ThreadsAssignment_5 )* ) ;
public final void rule__NodeClass__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2097:1: ( ( ( rule__NodeClass__ThreadsAssignment_5 )* ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2098:1: ( ( rule__NodeClass__ThreadsAssignment_5 )* )
+ // InternalETPhys.g:2096:1: ( ( ( rule__NodeClass__ThreadsAssignment_5 )* ) )
+ // InternalETPhys.g:2097:1: ( ( rule__NodeClass__ThreadsAssignment_5 )* )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2098:1: ( ( rule__NodeClass__ThreadsAssignment_5 )* )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2099:1: ( rule__NodeClass__ThreadsAssignment_5 )*
+ // InternalETPhys.g:2097:1: ( ( rule__NodeClass__ThreadsAssignment_5 )* )
+ // InternalETPhys.g:2098:1: ( rule__NodeClass__ThreadsAssignment_5 )*
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getNodeClassAccess().getThreadsAssignment_5());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2100:1: ( rule__NodeClass__ThreadsAssignment_5 )*
+ before(grammarAccess.getNodeClassAccess().getThreadsAssignment_5());
+ // InternalETPhys.g:2099:1: ( rule__NodeClass__ThreadsAssignment_5 )*
loop27:
do {
int alt27=2;
@@ -6822,13 +6278,13 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
switch (alt27) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2100:2: rule__NodeClass__ThreadsAssignment_5
+ // InternalETPhys.g:2099:2: rule__NodeClass__ThreadsAssignment_5
{
- pushFollow(FOLLOW_rule__NodeClass__ThreadsAssignment_5_in_rule__NodeClass__Group__5__Impl4360);
+ pushFollow(FOLLOW_15);
rule__NodeClass__ThreadsAssignment_5();
state._fsp--;
- if (state.failed) return ;
+
}
break;
@@ -6838,9 +6294,7 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
} while (true);
- if ( state.backtracking==0 ) {
- after(grammarAccess.getNodeClassAccess().getThreadsAssignment_5());
- }
+ after(grammarAccess.getNodeClassAccess().getThreadsAssignment_5());
}
@@ -6863,20 +6317,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeClass__Group__6"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2110:1: rule__NodeClass__Group__6 : rule__NodeClass__Group__6__Impl ;
+ // InternalETPhys.g:2109:1: rule__NodeClass__Group__6 : rule__NodeClass__Group__6__Impl ;
public final void rule__NodeClass__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2114:1: ( rule__NodeClass__Group__6__Impl )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2115:2: rule__NodeClass__Group__6__Impl
+ // InternalETPhys.g:2113:1: ( rule__NodeClass__Group__6__Impl )
+ // InternalETPhys.g:2114:2: rule__NodeClass__Group__6__Impl
{
- pushFollow(FOLLOW_rule__NodeClass__Group__6__Impl_in_rule__NodeClass__Group__64391);
+ pushFollow(FOLLOW_2);
rule__NodeClass__Group__6__Impl();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -6896,25 +6350,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeClass__Group__6__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2121:1: rule__NodeClass__Group__6__Impl : ( '}' ) ;
+ // InternalETPhys.g:2120:1: rule__NodeClass__Group__6__Impl : ( '}' ) ;
public final void rule__NodeClass__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2125:1: ( ( '}' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2126:1: ( '}' )
+ // InternalETPhys.g:2124:1: ( ( '}' ) )
+ // InternalETPhys.g:2125:1: ( '}' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2126:1: ( '}' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2127:1: '}'
+ // InternalETPhys.g:2125:1: ( '}' )
+ // InternalETPhys.g:2126:1: '}'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getNodeClassAccess().getRightCurlyBracketKeyword_6());
- }
- match(input,31,FOLLOW_31_in_rule__NodeClass__Group__6__Impl4419); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getNodeClassAccess().getRightCurlyBracketKeyword_6());
- }
+ before(grammarAccess.getNodeClassAccess().getRightCurlyBracketKeyword_6());
+ match(input,31,FOLLOW_2);
+ after(grammarAccess.getNodeClassAccess().getRightCurlyBracketKeyword_6());
}
@@ -6937,25 +6387,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeClass__Group_4_0__0"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2154:1: rule__NodeClass__Group_4_0__0 : rule__NodeClass__Group_4_0__0__Impl rule__NodeClass__Group_4_0__1 ;
+ // InternalETPhys.g:2153:1: rule__NodeClass__Group_4_0__0 : rule__NodeClass__Group_4_0__0__Impl rule__NodeClass__Group_4_0__1 ;
public final void rule__NodeClass__Group_4_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2158:1: ( rule__NodeClass__Group_4_0__0__Impl rule__NodeClass__Group_4_0__1 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2159:2: rule__NodeClass__Group_4_0__0__Impl rule__NodeClass__Group_4_0__1
+ // InternalETPhys.g:2157:1: ( rule__NodeClass__Group_4_0__0__Impl rule__NodeClass__Group_4_0__1 )
+ // InternalETPhys.g:2158:2: rule__NodeClass__Group_4_0__0__Impl rule__NodeClass__Group_4_0__1
{
- pushFollow(FOLLOW_rule__NodeClass__Group_4_0__0__Impl_in_rule__NodeClass__Group_4_0__04464);
+ pushFollow(FOLLOW_16);
rule__NodeClass__Group_4_0__0__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__NodeClass__Group_4_0__1_in_rule__NodeClass__Group_4_0__04467);
+
+ pushFollow(FOLLOW_2);
rule__NodeClass__Group_4_0__1();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -6975,25 +6425,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeClass__Group_4_0__0__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2166:1: rule__NodeClass__Group_4_0__0__Impl : ( 'runtime' ) ;
+ // InternalETPhys.g:2165:1: rule__NodeClass__Group_4_0__0__Impl : ( 'runtime' ) ;
public final void rule__NodeClass__Group_4_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2170:1: ( ( 'runtime' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2171:1: ( 'runtime' )
+ // InternalETPhys.g:2169:1: ( ( 'runtime' ) )
+ // InternalETPhys.g:2170:1: ( 'runtime' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2171:1: ( 'runtime' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2172:1: 'runtime'
+ // InternalETPhys.g:2170:1: ( 'runtime' )
+ // InternalETPhys.g:2171:1: 'runtime'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getNodeClassAccess().getRuntimeKeyword_4_0_0());
- }
- match(input,36,FOLLOW_36_in_rule__NodeClass__Group_4_0__0__Impl4495); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getNodeClassAccess().getRuntimeKeyword_4_0_0());
- }
+ before(grammarAccess.getNodeClassAccess().getRuntimeKeyword_4_0_0());
+ match(input,36,FOLLOW_2);
+ after(grammarAccess.getNodeClassAccess().getRuntimeKeyword_4_0_0());
}
@@ -7016,25 +6462,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeClass__Group_4_0__1"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2185:1: rule__NodeClass__Group_4_0__1 : rule__NodeClass__Group_4_0__1__Impl rule__NodeClass__Group_4_0__2 ;
+ // InternalETPhys.g:2184:1: rule__NodeClass__Group_4_0__1 : rule__NodeClass__Group_4_0__1__Impl rule__NodeClass__Group_4_0__2 ;
public final void rule__NodeClass__Group_4_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2189:1: ( rule__NodeClass__Group_4_0__1__Impl rule__NodeClass__Group_4_0__2 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2190:2: rule__NodeClass__Group_4_0__1__Impl rule__NodeClass__Group_4_0__2
+ // InternalETPhys.g:2188:1: ( rule__NodeClass__Group_4_0__1__Impl rule__NodeClass__Group_4_0__2 )
+ // InternalETPhys.g:2189:2: rule__NodeClass__Group_4_0__1__Impl rule__NodeClass__Group_4_0__2
{
- pushFollow(FOLLOW_rule__NodeClass__Group_4_0__1__Impl_in_rule__NodeClass__Group_4_0__14526);
+ pushFollow(FOLLOW_3);
rule__NodeClass__Group_4_0__1__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__NodeClass__Group_4_0__2_in_rule__NodeClass__Group_4_0__14529);
+
+ pushFollow(FOLLOW_2);
rule__NodeClass__Group_4_0__2();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -7054,25 +6500,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeClass__Group_4_0__1__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2197:1: rule__NodeClass__Group_4_0__1__Impl : ( '=' ) ;
+ // InternalETPhys.g:2196:1: rule__NodeClass__Group_4_0__1__Impl : ( '=' ) ;
public final void rule__NodeClass__Group_4_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2201:1: ( ( '=' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2202:1: ( '=' )
+ // InternalETPhys.g:2200:1: ( ( '=' ) )
+ // InternalETPhys.g:2201:1: ( '=' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2202:1: ( '=' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2203:1: '='
+ // InternalETPhys.g:2201:1: ( '=' )
+ // InternalETPhys.g:2202:1: '='
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getNodeClassAccess().getEqualsSignKeyword_4_0_1());
- }
- match(input,37,FOLLOW_37_in_rule__NodeClass__Group_4_0__1__Impl4557); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getNodeClassAccess().getEqualsSignKeyword_4_0_1());
- }
+ before(grammarAccess.getNodeClassAccess().getEqualsSignKeyword_4_0_1());
+ match(input,37,FOLLOW_2);
+ after(grammarAccess.getNodeClassAccess().getEqualsSignKeyword_4_0_1());
}
@@ -7095,20 +6537,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeClass__Group_4_0__2"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2216:1: rule__NodeClass__Group_4_0__2 : rule__NodeClass__Group_4_0__2__Impl ;
+ // InternalETPhys.g:2215:1: rule__NodeClass__Group_4_0__2 : rule__NodeClass__Group_4_0__2__Impl ;
public final void rule__NodeClass__Group_4_0__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2220:1: ( rule__NodeClass__Group_4_0__2__Impl )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2221:2: rule__NodeClass__Group_4_0__2__Impl
+ // InternalETPhys.g:2219:1: ( rule__NodeClass__Group_4_0__2__Impl )
+ // InternalETPhys.g:2220:2: rule__NodeClass__Group_4_0__2__Impl
{
- pushFollow(FOLLOW_rule__NodeClass__Group_4_0__2__Impl_in_rule__NodeClass__Group_4_0__24588);
+ pushFollow(FOLLOW_2);
rule__NodeClass__Group_4_0__2__Impl();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -7128,36 +6570,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeClass__Group_4_0__2__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2227:1: rule__NodeClass__Group_4_0__2__Impl : ( ( rule__NodeClass__RuntimeAssignment_4_0_2 ) ) ;
+ // InternalETPhys.g:2226:1: rule__NodeClass__Group_4_0__2__Impl : ( ( rule__NodeClass__RuntimeAssignment_4_0_2 ) ) ;
public final void rule__NodeClass__Group_4_0__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2231:1: ( ( ( rule__NodeClass__RuntimeAssignment_4_0_2 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2232:1: ( ( rule__NodeClass__RuntimeAssignment_4_0_2 ) )
+ // InternalETPhys.g:2230:1: ( ( ( rule__NodeClass__RuntimeAssignment_4_0_2 ) ) )
+ // InternalETPhys.g:2231:1: ( ( rule__NodeClass__RuntimeAssignment_4_0_2 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2232:1: ( ( rule__NodeClass__RuntimeAssignment_4_0_2 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2233:1: ( rule__NodeClass__RuntimeAssignment_4_0_2 )
+ // InternalETPhys.g:2231:1: ( ( rule__NodeClass__RuntimeAssignment_4_0_2 ) )
+ // InternalETPhys.g:2232:1: ( rule__NodeClass__RuntimeAssignment_4_0_2 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getNodeClassAccess().getRuntimeAssignment_4_0_2());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2234:1: ( rule__NodeClass__RuntimeAssignment_4_0_2 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2234:2: rule__NodeClass__RuntimeAssignment_4_0_2
+ before(grammarAccess.getNodeClassAccess().getRuntimeAssignment_4_0_2());
+ // InternalETPhys.g:2233:1: ( rule__NodeClass__RuntimeAssignment_4_0_2 )
+ // InternalETPhys.g:2233:2: rule__NodeClass__RuntimeAssignment_4_0_2
{
- pushFollow(FOLLOW_rule__NodeClass__RuntimeAssignment_4_0_2_in_rule__NodeClass__Group_4_0__2__Impl4615);
+ pushFollow(FOLLOW_2);
rule__NodeClass__RuntimeAssignment_4_0_2();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getNodeClassAccess().getRuntimeAssignment_4_0_2());
}
+ after(grammarAccess.getNodeClassAccess().getRuntimeAssignment_4_0_2());
+
}
@@ -7179,25 +6617,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeClass__Group_4_1__0"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2250:1: rule__NodeClass__Group_4_1__0 : rule__NodeClass__Group_4_1__0__Impl rule__NodeClass__Group_4_1__1 ;
+ // InternalETPhys.g:2249:1: rule__NodeClass__Group_4_1__0 : rule__NodeClass__Group_4_1__0__Impl rule__NodeClass__Group_4_1__1 ;
public final void rule__NodeClass__Group_4_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2254:1: ( rule__NodeClass__Group_4_1__0__Impl rule__NodeClass__Group_4_1__1 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2255:2: rule__NodeClass__Group_4_1__0__Impl rule__NodeClass__Group_4_1__1
+ // InternalETPhys.g:2253:1: ( rule__NodeClass__Group_4_1__0__Impl rule__NodeClass__Group_4_1__1 )
+ // InternalETPhys.g:2254:2: rule__NodeClass__Group_4_1__0__Impl rule__NodeClass__Group_4_1__1
{
- pushFollow(FOLLOW_rule__NodeClass__Group_4_1__0__Impl_in_rule__NodeClass__Group_4_1__04651);
+ pushFollow(FOLLOW_16);
rule__NodeClass__Group_4_1__0__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__NodeClass__Group_4_1__1_in_rule__NodeClass__Group_4_1__04654);
+
+ pushFollow(FOLLOW_2);
rule__NodeClass__Group_4_1__1();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -7217,25 +6655,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeClass__Group_4_1__0__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2262:1: rule__NodeClass__Group_4_1__0__Impl : ( 'priomin' ) ;
+ // InternalETPhys.g:2261:1: rule__NodeClass__Group_4_1__0__Impl : ( 'priomin' ) ;
public final void rule__NodeClass__Group_4_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2266:1: ( ( 'priomin' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2267:1: ( 'priomin' )
+ // InternalETPhys.g:2265:1: ( ( 'priomin' ) )
+ // InternalETPhys.g:2266:1: ( 'priomin' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2267:1: ( 'priomin' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2268:1: 'priomin'
+ // InternalETPhys.g:2266:1: ( 'priomin' )
+ // InternalETPhys.g:2267:1: 'priomin'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getNodeClassAccess().getPriominKeyword_4_1_0());
- }
- match(input,38,FOLLOW_38_in_rule__NodeClass__Group_4_1__0__Impl4682); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getNodeClassAccess().getPriominKeyword_4_1_0());
- }
+ before(grammarAccess.getNodeClassAccess().getPriominKeyword_4_1_0());
+ match(input,38,FOLLOW_2);
+ after(grammarAccess.getNodeClassAccess().getPriominKeyword_4_1_0());
}
@@ -7258,25 +6692,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeClass__Group_4_1__1"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2281:1: rule__NodeClass__Group_4_1__1 : rule__NodeClass__Group_4_1__1__Impl rule__NodeClass__Group_4_1__2 ;
+ // InternalETPhys.g:2280:1: rule__NodeClass__Group_4_1__1 : rule__NodeClass__Group_4_1__1__Impl rule__NodeClass__Group_4_1__2 ;
public final void rule__NodeClass__Group_4_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2285:1: ( rule__NodeClass__Group_4_1__1__Impl rule__NodeClass__Group_4_1__2 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2286:2: rule__NodeClass__Group_4_1__1__Impl rule__NodeClass__Group_4_1__2
+ // InternalETPhys.g:2284:1: ( rule__NodeClass__Group_4_1__1__Impl rule__NodeClass__Group_4_1__2 )
+ // InternalETPhys.g:2285:2: rule__NodeClass__Group_4_1__1__Impl rule__NodeClass__Group_4_1__2
{
- pushFollow(FOLLOW_rule__NodeClass__Group_4_1__1__Impl_in_rule__NodeClass__Group_4_1__14713);
+ pushFollow(FOLLOW_17);
rule__NodeClass__Group_4_1__1__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__NodeClass__Group_4_1__2_in_rule__NodeClass__Group_4_1__14716);
+
+ pushFollow(FOLLOW_2);
rule__NodeClass__Group_4_1__2();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -7296,25 +6730,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeClass__Group_4_1__1__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2293:1: rule__NodeClass__Group_4_1__1__Impl : ( '=' ) ;
+ // InternalETPhys.g:2292:1: rule__NodeClass__Group_4_1__1__Impl : ( '=' ) ;
public final void rule__NodeClass__Group_4_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2297:1: ( ( '=' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2298:1: ( '=' )
+ // InternalETPhys.g:2296:1: ( ( '=' ) )
+ // InternalETPhys.g:2297:1: ( '=' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2298:1: ( '=' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2299:1: '='
+ // InternalETPhys.g:2297:1: ( '=' )
+ // InternalETPhys.g:2298:1: '='
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getNodeClassAccess().getEqualsSignKeyword_4_1_1());
- }
- match(input,37,FOLLOW_37_in_rule__NodeClass__Group_4_1__1__Impl4744); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getNodeClassAccess().getEqualsSignKeyword_4_1_1());
- }
+ before(grammarAccess.getNodeClassAccess().getEqualsSignKeyword_4_1_1());
+ match(input,37,FOLLOW_2);
+ after(grammarAccess.getNodeClassAccess().getEqualsSignKeyword_4_1_1());
}
@@ -7337,20 +6767,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeClass__Group_4_1__2"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2312:1: rule__NodeClass__Group_4_1__2 : rule__NodeClass__Group_4_1__2__Impl ;
+ // InternalETPhys.g:2311:1: rule__NodeClass__Group_4_1__2 : rule__NodeClass__Group_4_1__2__Impl ;
public final void rule__NodeClass__Group_4_1__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2316:1: ( rule__NodeClass__Group_4_1__2__Impl )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2317:2: rule__NodeClass__Group_4_1__2__Impl
+ // InternalETPhys.g:2315:1: ( rule__NodeClass__Group_4_1__2__Impl )
+ // InternalETPhys.g:2316:2: rule__NodeClass__Group_4_1__2__Impl
{
- pushFollow(FOLLOW_rule__NodeClass__Group_4_1__2__Impl_in_rule__NodeClass__Group_4_1__24775);
+ pushFollow(FOLLOW_2);
rule__NodeClass__Group_4_1__2__Impl();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -7370,36 +6800,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeClass__Group_4_1__2__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2323:1: rule__NodeClass__Group_4_1__2__Impl : ( ( rule__NodeClass__PriominAssignment_4_1_2 ) ) ;
+ // InternalETPhys.g:2322:1: rule__NodeClass__Group_4_1__2__Impl : ( ( rule__NodeClass__PriominAssignment_4_1_2 ) ) ;
public final void rule__NodeClass__Group_4_1__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2327:1: ( ( ( rule__NodeClass__PriominAssignment_4_1_2 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2328:1: ( ( rule__NodeClass__PriominAssignment_4_1_2 ) )
+ // InternalETPhys.g:2326:1: ( ( ( rule__NodeClass__PriominAssignment_4_1_2 ) ) )
+ // InternalETPhys.g:2327:1: ( ( rule__NodeClass__PriominAssignment_4_1_2 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2328:1: ( ( rule__NodeClass__PriominAssignment_4_1_2 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2329:1: ( rule__NodeClass__PriominAssignment_4_1_2 )
+ // InternalETPhys.g:2327:1: ( ( rule__NodeClass__PriominAssignment_4_1_2 ) )
+ // InternalETPhys.g:2328:1: ( rule__NodeClass__PriominAssignment_4_1_2 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getNodeClassAccess().getPriominAssignment_4_1_2());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2330:1: ( rule__NodeClass__PriominAssignment_4_1_2 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2330:2: rule__NodeClass__PriominAssignment_4_1_2
+ before(grammarAccess.getNodeClassAccess().getPriominAssignment_4_1_2());
+ // InternalETPhys.g:2329:1: ( rule__NodeClass__PriominAssignment_4_1_2 )
+ // InternalETPhys.g:2329:2: rule__NodeClass__PriominAssignment_4_1_2
{
- pushFollow(FOLLOW_rule__NodeClass__PriominAssignment_4_1_2_in_rule__NodeClass__Group_4_1__2__Impl4802);
+ pushFollow(FOLLOW_2);
rule__NodeClass__PriominAssignment_4_1_2();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getNodeClassAccess().getPriominAssignment_4_1_2());
}
+ after(grammarAccess.getNodeClassAccess().getPriominAssignment_4_1_2());
+
}
@@ -7421,25 +6847,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeClass__Group_4_2__0"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2346:1: rule__NodeClass__Group_4_2__0 : rule__NodeClass__Group_4_2__0__Impl rule__NodeClass__Group_4_2__1 ;
+ // InternalETPhys.g:2345:1: rule__NodeClass__Group_4_2__0 : rule__NodeClass__Group_4_2__0__Impl rule__NodeClass__Group_4_2__1 ;
public final void rule__NodeClass__Group_4_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2350:1: ( rule__NodeClass__Group_4_2__0__Impl rule__NodeClass__Group_4_2__1 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2351:2: rule__NodeClass__Group_4_2__0__Impl rule__NodeClass__Group_4_2__1
+ // InternalETPhys.g:2349:1: ( rule__NodeClass__Group_4_2__0__Impl rule__NodeClass__Group_4_2__1 )
+ // InternalETPhys.g:2350:2: rule__NodeClass__Group_4_2__0__Impl rule__NodeClass__Group_4_2__1
{
- pushFollow(FOLLOW_rule__NodeClass__Group_4_2__0__Impl_in_rule__NodeClass__Group_4_2__04838);
+ pushFollow(FOLLOW_16);
rule__NodeClass__Group_4_2__0__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__NodeClass__Group_4_2__1_in_rule__NodeClass__Group_4_2__04841);
+
+ pushFollow(FOLLOW_2);
rule__NodeClass__Group_4_2__1();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -7459,25 +6885,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeClass__Group_4_2__0__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2358:1: rule__NodeClass__Group_4_2__0__Impl : ( 'priomax' ) ;
+ // InternalETPhys.g:2357:1: rule__NodeClass__Group_4_2__0__Impl : ( 'priomax' ) ;
public final void rule__NodeClass__Group_4_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2362:1: ( ( 'priomax' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2363:1: ( 'priomax' )
+ // InternalETPhys.g:2361:1: ( ( 'priomax' ) )
+ // InternalETPhys.g:2362:1: ( 'priomax' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2363:1: ( 'priomax' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2364:1: 'priomax'
+ // InternalETPhys.g:2362:1: ( 'priomax' )
+ // InternalETPhys.g:2363:1: 'priomax'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getNodeClassAccess().getPriomaxKeyword_4_2_0());
- }
- match(input,39,FOLLOW_39_in_rule__NodeClass__Group_4_2__0__Impl4869); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getNodeClassAccess().getPriomaxKeyword_4_2_0());
- }
+ before(grammarAccess.getNodeClassAccess().getPriomaxKeyword_4_2_0());
+ match(input,39,FOLLOW_2);
+ after(grammarAccess.getNodeClassAccess().getPriomaxKeyword_4_2_0());
}
@@ -7500,25 +6922,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeClass__Group_4_2__1"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2377:1: rule__NodeClass__Group_4_2__1 : rule__NodeClass__Group_4_2__1__Impl rule__NodeClass__Group_4_2__2 ;
+ // InternalETPhys.g:2376:1: rule__NodeClass__Group_4_2__1 : rule__NodeClass__Group_4_2__1__Impl rule__NodeClass__Group_4_2__2 ;
public final void rule__NodeClass__Group_4_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2381:1: ( rule__NodeClass__Group_4_2__1__Impl rule__NodeClass__Group_4_2__2 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2382:2: rule__NodeClass__Group_4_2__1__Impl rule__NodeClass__Group_4_2__2
+ // InternalETPhys.g:2380:1: ( rule__NodeClass__Group_4_2__1__Impl rule__NodeClass__Group_4_2__2 )
+ // InternalETPhys.g:2381:2: rule__NodeClass__Group_4_2__1__Impl rule__NodeClass__Group_4_2__2
{
- pushFollow(FOLLOW_rule__NodeClass__Group_4_2__1__Impl_in_rule__NodeClass__Group_4_2__14900);
+ pushFollow(FOLLOW_17);
rule__NodeClass__Group_4_2__1__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__NodeClass__Group_4_2__2_in_rule__NodeClass__Group_4_2__14903);
+
+ pushFollow(FOLLOW_2);
rule__NodeClass__Group_4_2__2();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -7538,25 +6960,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeClass__Group_4_2__1__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2389:1: rule__NodeClass__Group_4_2__1__Impl : ( '=' ) ;
+ // InternalETPhys.g:2388:1: rule__NodeClass__Group_4_2__1__Impl : ( '=' ) ;
public final void rule__NodeClass__Group_4_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2393:1: ( ( '=' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2394:1: ( '=' )
+ // InternalETPhys.g:2392:1: ( ( '=' ) )
+ // InternalETPhys.g:2393:1: ( '=' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2394:1: ( '=' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2395:1: '='
+ // InternalETPhys.g:2393:1: ( '=' )
+ // InternalETPhys.g:2394:1: '='
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getNodeClassAccess().getEqualsSignKeyword_4_2_1());
- }
- match(input,37,FOLLOW_37_in_rule__NodeClass__Group_4_2__1__Impl4931); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getNodeClassAccess().getEqualsSignKeyword_4_2_1());
- }
+ before(grammarAccess.getNodeClassAccess().getEqualsSignKeyword_4_2_1());
+ match(input,37,FOLLOW_2);
+ after(grammarAccess.getNodeClassAccess().getEqualsSignKeyword_4_2_1());
}
@@ -7579,20 +6997,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeClass__Group_4_2__2"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2408:1: rule__NodeClass__Group_4_2__2 : rule__NodeClass__Group_4_2__2__Impl ;
+ // InternalETPhys.g:2407:1: rule__NodeClass__Group_4_2__2 : rule__NodeClass__Group_4_2__2__Impl ;
public final void rule__NodeClass__Group_4_2__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2412:1: ( rule__NodeClass__Group_4_2__2__Impl )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2413:2: rule__NodeClass__Group_4_2__2__Impl
+ // InternalETPhys.g:2411:1: ( rule__NodeClass__Group_4_2__2__Impl )
+ // InternalETPhys.g:2412:2: rule__NodeClass__Group_4_2__2__Impl
{
- pushFollow(FOLLOW_rule__NodeClass__Group_4_2__2__Impl_in_rule__NodeClass__Group_4_2__24962);
+ pushFollow(FOLLOW_2);
rule__NodeClass__Group_4_2__2__Impl();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -7612,36 +7030,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeClass__Group_4_2__2__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2419:1: rule__NodeClass__Group_4_2__2__Impl : ( ( rule__NodeClass__PriomaxAssignment_4_2_2 ) ) ;
+ // InternalETPhys.g:2418:1: rule__NodeClass__Group_4_2__2__Impl : ( ( rule__NodeClass__PriomaxAssignment_4_2_2 ) ) ;
public final void rule__NodeClass__Group_4_2__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2423:1: ( ( ( rule__NodeClass__PriomaxAssignment_4_2_2 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2424:1: ( ( rule__NodeClass__PriomaxAssignment_4_2_2 ) )
+ // InternalETPhys.g:2422:1: ( ( ( rule__NodeClass__PriomaxAssignment_4_2_2 ) ) )
+ // InternalETPhys.g:2423:1: ( ( rule__NodeClass__PriomaxAssignment_4_2_2 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2424:1: ( ( rule__NodeClass__PriomaxAssignment_4_2_2 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2425:1: ( rule__NodeClass__PriomaxAssignment_4_2_2 )
+ // InternalETPhys.g:2423:1: ( ( rule__NodeClass__PriomaxAssignment_4_2_2 ) )
+ // InternalETPhys.g:2424:1: ( rule__NodeClass__PriomaxAssignment_4_2_2 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getNodeClassAccess().getPriomaxAssignment_4_2_2());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2426:1: ( rule__NodeClass__PriomaxAssignment_4_2_2 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2426:2: rule__NodeClass__PriomaxAssignment_4_2_2
+ before(grammarAccess.getNodeClassAccess().getPriomaxAssignment_4_2_2());
+ // InternalETPhys.g:2425:1: ( rule__NodeClass__PriomaxAssignment_4_2_2 )
+ // InternalETPhys.g:2425:2: rule__NodeClass__PriomaxAssignment_4_2_2
{
- pushFollow(FOLLOW_rule__NodeClass__PriomaxAssignment_4_2_2_in_rule__NodeClass__Group_4_2__2__Impl4989);
+ pushFollow(FOLLOW_2);
rule__NodeClass__PriomaxAssignment_4_2_2();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getNodeClassAccess().getPriomaxAssignment_4_2_2());
}
+ after(grammarAccess.getNodeClassAccess().getPriomaxAssignment_4_2_2());
+
}
@@ -7663,25 +7077,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__Group__0"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2442:1: rule__PhysicalThread__Group__0 : rule__PhysicalThread__Group__0__Impl rule__PhysicalThread__Group__1 ;
+ // InternalETPhys.g:2441:1: rule__PhysicalThread__Group__0 : rule__PhysicalThread__Group__0__Impl rule__PhysicalThread__Group__1 ;
public final void rule__PhysicalThread__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2446:1: ( rule__PhysicalThread__Group__0__Impl rule__PhysicalThread__Group__1 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2447:2: rule__PhysicalThread__Group__0__Impl rule__PhysicalThread__Group__1
+ // InternalETPhys.g:2445:1: ( rule__PhysicalThread__Group__0__Impl rule__PhysicalThread__Group__1 )
+ // InternalETPhys.g:2446:2: rule__PhysicalThread__Group__0__Impl rule__PhysicalThread__Group__1
{
- pushFollow(FOLLOW_rule__PhysicalThread__Group__0__Impl_in_rule__PhysicalThread__Group__05025);
+ pushFollow(FOLLOW_3);
rule__PhysicalThread__Group__0__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__PhysicalThread__Group__1_in_rule__PhysicalThread__Group__05028);
+
+ pushFollow(FOLLOW_2);
rule__PhysicalThread__Group__1();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -7701,36 +7115,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__Group__0__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2454:1: rule__PhysicalThread__Group__0__Impl : ( ( rule__PhysicalThread__Alternatives_0 ) ) ;
+ // InternalETPhys.g:2453:1: rule__PhysicalThread__Group__0__Impl : ( ( rule__PhysicalThread__Alternatives_0 ) ) ;
public final void rule__PhysicalThread__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2458:1: ( ( ( rule__PhysicalThread__Alternatives_0 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2459:1: ( ( rule__PhysicalThread__Alternatives_0 ) )
+ // InternalETPhys.g:2457:1: ( ( ( rule__PhysicalThread__Alternatives_0 ) ) )
+ // InternalETPhys.g:2458:1: ( ( rule__PhysicalThread__Alternatives_0 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2459:1: ( ( rule__PhysicalThread__Alternatives_0 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2460:1: ( rule__PhysicalThread__Alternatives_0 )
+ // InternalETPhys.g:2458:1: ( ( rule__PhysicalThread__Alternatives_0 ) )
+ // InternalETPhys.g:2459:1: ( rule__PhysicalThread__Alternatives_0 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalThreadAccess().getAlternatives_0());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2461:1: ( rule__PhysicalThread__Alternatives_0 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2461:2: rule__PhysicalThread__Alternatives_0
+ before(grammarAccess.getPhysicalThreadAccess().getAlternatives_0());
+ // InternalETPhys.g:2460:1: ( rule__PhysicalThread__Alternatives_0 )
+ // InternalETPhys.g:2460:2: rule__PhysicalThread__Alternatives_0
{
- pushFollow(FOLLOW_rule__PhysicalThread__Alternatives_0_in_rule__PhysicalThread__Group__0__Impl5055);
+ pushFollow(FOLLOW_2);
rule__PhysicalThread__Alternatives_0();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalThreadAccess().getAlternatives_0());
}
+ after(grammarAccess.getPhysicalThreadAccess().getAlternatives_0());
+
}
@@ -7752,25 +7162,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__Group__1"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2471:1: rule__PhysicalThread__Group__1 : rule__PhysicalThread__Group__1__Impl rule__PhysicalThread__Group__2 ;
+ // InternalETPhys.g:2470:1: rule__PhysicalThread__Group__1 : rule__PhysicalThread__Group__1__Impl rule__PhysicalThread__Group__2 ;
public final void rule__PhysicalThread__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2475:1: ( rule__PhysicalThread__Group__1__Impl rule__PhysicalThread__Group__2 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2476:2: rule__PhysicalThread__Group__1__Impl rule__PhysicalThread__Group__2
+ // InternalETPhys.g:2474:1: ( rule__PhysicalThread__Group__1__Impl rule__PhysicalThread__Group__2 )
+ // InternalETPhys.g:2475:2: rule__PhysicalThread__Group__1__Impl rule__PhysicalThread__Group__2
{
- pushFollow(FOLLOW_rule__PhysicalThread__Group__1__Impl_in_rule__PhysicalThread__Group__15085);
+ pushFollow(FOLLOW_4);
rule__PhysicalThread__Group__1__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__PhysicalThread__Group__2_in_rule__PhysicalThread__Group__15088);
+
+ pushFollow(FOLLOW_2);
rule__PhysicalThread__Group__2();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -7790,36 +7200,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__Group__1__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2483:1: rule__PhysicalThread__Group__1__Impl : ( ( rule__PhysicalThread__NameAssignment_1 ) ) ;
+ // InternalETPhys.g:2482:1: rule__PhysicalThread__Group__1__Impl : ( ( rule__PhysicalThread__NameAssignment_1 ) ) ;
public final void rule__PhysicalThread__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2487:1: ( ( ( rule__PhysicalThread__NameAssignment_1 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2488:1: ( ( rule__PhysicalThread__NameAssignment_1 ) )
+ // InternalETPhys.g:2486:1: ( ( ( rule__PhysicalThread__NameAssignment_1 ) ) )
+ // InternalETPhys.g:2487:1: ( ( rule__PhysicalThread__NameAssignment_1 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2488:1: ( ( rule__PhysicalThread__NameAssignment_1 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2489:1: ( rule__PhysicalThread__NameAssignment_1 )
+ // InternalETPhys.g:2487:1: ( ( rule__PhysicalThread__NameAssignment_1 ) )
+ // InternalETPhys.g:2488:1: ( rule__PhysicalThread__NameAssignment_1 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalThreadAccess().getNameAssignment_1());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2490:1: ( rule__PhysicalThread__NameAssignment_1 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2490:2: rule__PhysicalThread__NameAssignment_1
+ before(grammarAccess.getPhysicalThreadAccess().getNameAssignment_1());
+ // InternalETPhys.g:2489:1: ( rule__PhysicalThread__NameAssignment_1 )
+ // InternalETPhys.g:2489:2: rule__PhysicalThread__NameAssignment_1
{
- pushFollow(FOLLOW_rule__PhysicalThread__NameAssignment_1_in_rule__PhysicalThread__Group__1__Impl5115);
+ pushFollow(FOLLOW_2);
rule__PhysicalThread__NameAssignment_1();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalThreadAccess().getNameAssignment_1());
}
+ after(grammarAccess.getPhysicalThreadAccess().getNameAssignment_1());
+
}
@@ -7841,25 +7247,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__Group__2"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2500:1: rule__PhysicalThread__Group__2 : rule__PhysicalThread__Group__2__Impl rule__PhysicalThread__Group__3 ;
+ // InternalETPhys.g:2499:1: rule__PhysicalThread__Group__2 : rule__PhysicalThread__Group__2__Impl rule__PhysicalThread__Group__3 ;
public final void rule__PhysicalThread__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2504:1: ( rule__PhysicalThread__Group__2__Impl rule__PhysicalThread__Group__3 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2505:2: rule__PhysicalThread__Group__2__Impl rule__PhysicalThread__Group__3
+ // InternalETPhys.g:2503:1: ( rule__PhysicalThread__Group__2__Impl rule__PhysicalThread__Group__3 )
+ // InternalETPhys.g:2504:2: rule__PhysicalThread__Group__2__Impl rule__PhysicalThread__Group__3
{
- pushFollow(FOLLOW_rule__PhysicalThread__Group__2__Impl_in_rule__PhysicalThread__Group__25145);
+ pushFollow(FOLLOW_18);
rule__PhysicalThread__Group__2__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__PhysicalThread__Group__3_in_rule__PhysicalThread__Group__25148);
+
+ pushFollow(FOLLOW_2);
rule__PhysicalThread__Group__3();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -7879,25 +7285,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__Group__2__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2512:1: rule__PhysicalThread__Group__2__Impl : ( '{' ) ;
+ // InternalETPhys.g:2511:1: rule__PhysicalThread__Group__2__Impl : ( '{' ) ;
public final void rule__PhysicalThread__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2516:1: ( ( '{' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2517:1: ( '{' )
+ // InternalETPhys.g:2515:1: ( ( '{' ) )
+ // InternalETPhys.g:2516:1: ( '{' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2517:1: ( '{' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2518:1: '{'
+ // InternalETPhys.g:2516:1: ( '{' )
+ // InternalETPhys.g:2517:1: '{'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalThreadAccess().getLeftCurlyBracketKeyword_2());
- }
- match(input,30,FOLLOW_30_in_rule__PhysicalThread__Group__2__Impl5176); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalThreadAccess().getLeftCurlyBracketKeyword_2());
- }
+ before(grammarAccess.getPhysicalThreadAccess().getLeftCurlyBracketKeyword_2());
+ match(input,30,FOLLOW_2);
+ after(grammarAccess.getPhysicalThreadAccess().getLeftCurlyBracketKeyword_2());
}
@@ -7920,25 +7322,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__Group__3"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2531:1: rule__PhysicalThread__Group__3 : rule__PhysicalThread__Group__3__Impl rule__PhysicalThread__Group__4 ;
+ // InternalETPhys.g:2530:1: rule__PhysicalThread__Group__3 : rule__PhysicalThread__Group__3__Impl rule__PhysicalThread__Group__4 ;
public final void rule__PhysicalThread__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2535:1: ( rule__PhysicalThread__Group__3__Impl rule__PhysicalThread__Group__4 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2536:2: rule__PhysicalThread__Group__3__Impl rule__PhysicalThread__Group__4
+ // InternalETPhys.g:2534:1: ( rule__PhysicalThread__Group__3__Impl rule__PhysicalThread__Group__4 )
+ // InternalETPhys.g:2535:2: rule__PhysicalThread__Group__3__Impl rule__PhysicalThread__Group__4
{
- pushFollow(FOLLOW_rule__PhysicalThread__Group__3__Impl_in_rule__PhysicalThread__Group__35207);
+ pushFollow(FOLLOW_19);
rule__PhysicalThread__Group__3__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__PhysicalThread__Group__4_in_rule__PhysicalThread__Group__35210);
+
+ pushFollow(FOLLOW_2);
rule__PhysicalThread__Group__4();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -7958,36 +7360,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__Group__3__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2543:1: rule__PhysicalThread__Group__3__Impl : ( ( rule__PhysicalThread__UnorderedGroup_3 ) ) ;
+ // InternalETPhys.g:2542:1: rule__PhysicalThread__Group__3__Impl : ( ( rule__PhysicalThread__UnorderedGroup_3 ) ) ;
public final void rule__PhysicalThread__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2547:1: ( ( ( rule__PhysicalThread__UnorderedGroup_3 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2548:1: ( ( rule__PhysicalThread__UnorderedGroup_3 ) )
+ // InternalETPhys.g:2546:1: ( ( ( rule__PhysicalThread__UnorderedGroup_3 ) ) )
+ // InternalETPhys.g:2547:1: ( ( rule__PhysicalThread__UnorderedGroup_3 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2548:1: ( ( rule__PhysicalThread__UnorderedGroup_3 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2549:1: ( rule__PhysicalThread__UnorderedGroup_3 )
+ // InternalETPhys.g:2547:1: ( ( rule__PhysicalThread__UnorderedGroup_3 ) )
+ // InternalETPhys.g:2548:1: ( rule__PhysicalThread__UnorderedGroup_3 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2550:1: ( rule__PhysicalThread__UnorderedGroup_3 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2550:2: rule__PhysicalThread__UnorderedGroup_3
+ before(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3());
+ // InternalETPhys.g:2549:1: ( rule__PhysicalThread__UnorderedGroup_3 )
+ // InternalETPhys.g:2549:2: rule__PhysicalThread__UnorderedGroup_3
{
- pushFollow(FOLLOW_rule__PhysicalThread__UnorderedGroup_3_in_rule__PhysicalThread__Group__3__Impl5237);
+ pushFollow(FOLLOW_2);
rule__PhysicalThread__UnorderedGroup_3();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3());
}
+ after(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3());
+
}
@@ -8009,20 +7407,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__Group__4"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2560:1: rule__PhysicalThread__Group__4 : rule__PhysicalThread__Group__4__Impl ;
+ // InternalETPhys.g:2559:1: rule__PhysicalThread__Group__4 : rule__PhysicalThread__Group__4__Impl ;
public final void rule__PhysicalThread__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2564:1: ( rule__PhysicalThread__Group__4__Impl )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2565:2: rule__PhysicalThread__Group__4__Impl
+ // InternalETPhys.g:2563:1: ( rule__PhysicalThread__Group__4__Impl )
+ // InternalETPhys.g:2564:2: rule__PhysicalThread__Group__4__Impl
{
- pushFollow(FOLLOW_rule__PhysicalThread__Group__4__Impl_in_rule__PhysicalThread__Group__45267);
+ pushFollow(FOLLOW_2);
rule__PhysicalThread__Group__4__Impl();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -8042,25 +7440,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__Group__4__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2571:1: rule__PhysicalThread__Group__4__Impl : ( '}' ) ;
+ // InternalETPhys.g:2570:1: rule__PhysicalThread__Group__4__Impl : ( '}' ) ;
public final void rule__PhysicalThread__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2575:1: ( ( '}' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2576:1: ( '}' )
+ // InternalETPhys.g:2574:1: ( ( '}' ) )
+ // InternalETPhys.g:2575:1: ( '}' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2576:1: ( '}' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2577:1: '}'
+ // InternalETPhys.g:2575:1: ( '}' )
+ // InternalETPhys.g:2576:1: '}'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalThreadAccess().getRightCurlyBracketKeyword_4());
- }
- match(input,31,FOLLOW_31_in_rule__PhysicalThread__Group__4__Impl5295); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalThreadAccess().getRightCurlyBracketKeyword_4());
- }
+ before(grammarAccess.getPhysicalThreadAccess().getRightCurlyBracketKeyword_4());
+ match(input,31,FOLLOW_2);
+ after(grammarAccess.getPhysicalThreadAccess().getRightCurlyBracketKeyword_4());
}
@@ -8083,25 +7477,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__Group_3_0__0"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2600:1: rule__PhysicalThread__Group_3_0__0 : rule__PhysicalThread__Group_3_0__0__Impl rule__PhysicalThread__Group_3_0__1 ;
+ // InternalETPhys.g:2599:1: rule__PhysicalThread__Group_3_0__0 : rule__PhysicalThread__Group_3_0__0__Impl rule__PhysicalThread__Group_3_0__1 ;
public final void rule__PhysicalThread__Group_3_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2604:1: ( rule__PhysicalThread__Group_3_0__0__Impl rule__PhysicalThread__Group_3_0__1 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2605:2: rule__PhysicalThread__Group_3_0__0__Impl rule__PhysicalThread__Group_3_0__1
+ // InternalETPhys.g:2603:1: ( rule__PhysicalThread__Group_3_0__0__Impl rule__PhysicalThread__Group_3_0__1 )
+ // InternalETPhys.g:2604:2: rule__PhysicalThread__Group_3_0__0__Impl rule__PhysicalThread__Group_3_0__1
{
- pushFollow(FOLLOW_rule__PhysicalThread__Group_3_0__0__Impl_in_rule__PhysicalThread__Group_3_0__05336);
+ pushFollow(FOLLOW_16);
rule__PhysicalThread__Group_3_0__0__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__PhysicalThread__Group_3_0__1_in_rule__PhysicalThread__Group_3_0__05339);
+
+ pushFollow(FOLLOW_2);
rule__PhysicalThread__Group_3_0__1();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -8121,25 +7515,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__Group_3_0__0__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2612:1: rule__PhysicalThread__Group_3_0__0__Impl : ( 'execmode' ) ;
+ // InternalETPhys.g:2611:1: rule__PhysicalThread__Group_3_0__0__Impl : ( 'execmode' ) ;
public final void rule__PhysicalThread__Group_3_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2616:1: ( ( 'execmode' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2617:1: ( 'execmode' )
+ // InternalETPhys.g:2615:1: ( ( 'execmode' ) )
+ // InternalETPhys.g:2616:1: ( 'execmode' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2617:1: ( 'execmode' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2618:1: 'execmode'
+ // InternalETPhys.g:2616:1: ( 'execmode' )
+ // InternalETPhys.g:2617:1: 'execmode'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalThreadAccess().getExecmodeKeyword_3_0_0());
- }
- match(input,40,FOLLOW_40_in_rule__PhysicalThread__Group_3_0__0__Impl5367); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalThreadAccess().getExecmodeKeyword_3_0_0());
- }
+ before(grammarAccess.getPhysicalThreadAccess().getExecmodeKeyword_3_0_0());
+ match(input,40,FOLLOW_2);
+ after(grammarAccess.getPhysicalThreadAccess().getExecmodeKeyword_3_0_0());
}
@@ -8162,25 +7552,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__Group_3_0__1"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2631:1: rule__PhysicalThread__Group_3_0__1 : rule__PhysicalThread__Group_3_0__1__Impl rule__PhysicalThread__Group_3_0__2 ;
+ // InternalETPhys.g:2630:1: rule__PhysicalThread__Group_3_0__1 : rule__PhysicalThread__Group_3_0__1__Impl rule__PhysicalThread__Group_3_0__2 ;
public final void rule__PhysicalThread__Group_3_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2635:1: ( rule__PhysicalThread__Group_3_0__1__Impl rule__PhysicalThread__Group_3_0__2 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2636:2: rule__PhysicalThread__Group_3_0__1__Impl rule__PhysicalThread__Group_3_0__2
+ // InternalETPhys.g:2634:1: ( rule__PhysicalThread__Group_3_0__1__Impl rule__PhysicalThread__Group_3_0__2 )
+ // InternalETPhys.g:2635:2: rule__PhysicalThread__Group_3_0__1__Impl rule__PhysicalThread__Group_3_0__2
{
- pushFollow(FOLLOW_rule__PhysicalThread__Group_3_0__1__Impl_in_rule__PhysicalThread__Group_3_0__15398);
+ pushFollow(FOLLOW_20);
rule__PhysicalThread__Group_3_0__1__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__PhysicalThread__Group_3_0__2_in_rule__PhysicalThread__Group_3_0__15401);
+
+ pushFollow(FOLLOW_2);
rule__PhysicalThread__Group_3_0__2();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -8200,25 +7590,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__Group_3_0__1__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2643:1: rule__PhysicalThread__Group_3_0__1__Impl : ( '=' ) ;
+ // InternalETPhys.g:2642:1: rule__PhysicalThread__Group_3_0__1__Impl : ( '=' ) ;
public final void rule__PhysicalThread__Group_3_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2647:1: ( ( '=' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2648:1: ( '=' )
+ // InternalETPhys.g:2646:1: ( ( '=' ) )
+ // InternalETPhys.g:2647:1: ( '=' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2648:1: ( '=' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2649:1: '='
+ // InternalETPhys.g:2647:1: ( '=' )
+ // InternalETPhys.g:2648:1: '='
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalThreadAccess().getEqualsSignKeyword_3_0_1());
- }
- match(input,37,FOLLOW_37_in_rule__PhysicalThread__Group_3_0__1__Impl5429); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalThreadAccess().getEqualsSignKeyword_3_0_1());
- }
+ before(grammarAccess.getPhysicalThreadAccess().getEqualsSignKeyword_3_0_1());
+ match(input,37,FOLLOW_2);
+ after(grammarAccess.getPhysicalThreadAccess().getEqualsSignKeyword_3_0_1());
}
@@ -8241,20 +7627,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__Group_3_0__2"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2662:1: rule__PhysicalThread__Group_3_0__2 : rule__PhysicalThread__Group_3_0__2__Impl ;
+ // InternalETPhys.g:2661:1: rule__PhysicalThread__Group_3_0__2 : rule__PhysicalThread__Group_3_0__2__Impl ;
public final void rule__PhysicalThread__Group_3_0__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2666:1: ( rule__PhysicalThread__Group_3_0__2__Impl )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2667:2: rule__PhysicalThread__Group_3_0__2__Impl
+ // InternalETPhys.g:2665:1: ( rule__PhysicalThread__Group_3_0__2__Impl )
+ // InternalETPhys.g:2666:2: rule__PhysicalThread__Group_3_0__2__Impl
{
- pushFollow(FOLLOW_rule__PhysicalThread__Group_3_0__2__Impl_in_rule__PhysicalThread__Group_3_0__25460);
+ pushFollow(FOLLOW_2);
rule__PhysicalThread__Group_3_0__2__Impl();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -8274,36 +7660,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__Group_3_0__2__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2673:1: rule__PhysicalThread__Group_3_0__2__Impl : ( ( rule__PhysicalThread__ExecmodeAssignment_3_0_2 ) ) ;
+ // InternalETPhys.g:2672:1: rule__PhysicalThread__Group_3_0__2__Impl : ( ( rule__PhysicalThread__ExecmodeAssignment_3_0_2 ) ) ;
public final void rule__PhysicalThread__Group_3_0__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2677:1: ( ( ( rule__PhysicalThread__ExecmodeAssignment_3_0_2 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2678:1: ( ( rule__PhysicalThread__ExecmodeAssignment_3_0_2 ) )
+ // InternalETPhys.g:2676:1: ( ( ( rule__PhysicalThread__ExecmodeAssignment_3_0_2 ) ) )
+ // InternalETPhys.g:2677:1: ( ( rule__PhysicalThread__ExecmodeAssignment_3_0_2 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2678:1: ( ( rule__PhysicalThread__ExecmodeAssignment_3_0_2 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2679:1: ( rule__PhysicalThread__ExecmodeAssignment_3_0_2 )
+ // InternalETPhys.g:2677:1: ( ( rule__PhysicalThread__ExecmodeAssignment_3_0_2 ) )
+ // InternalETPhys.g:2678:1: ( rule__PhysicalThread__ExecmodeAssignment_3_0_2 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalThreadAccess().getExecmodeAssignment_3_0_2());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2680:1: ( rule__PhysicalThread__ExecmodeAssignment_3_0_2 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2680:2: rule__PhysicalThread__ExecmodeAssignment_3_0_2
+ before(grammarAccess.getPhysicalThreadAccess().getExecmodeAssignment_3_0_2());
+ // InternalETPhys.g:2679:1: ( rule__PhysicalThread__ExecmodeAssignment_3_0_2 )
+ // InternalETPhys.g:2679:2: rule__PhysicalThread__ExecmodeAssignment_3_0_2
{
- pushFollow(FOLLOW_rule__PhysicalThread__ExecmodeAssignment_3_0_2_in_rule__PhysicalThread__Group_3_0__2__Impl5487);
+ pushFollow(FOLLOW_2);
rule__PhysicalThread__ExecmodeAssignment_3_0_2();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalThreadAccess().getExecmodeAssignment_3_0_2());
}
+ after(grammarAccess.getPhysicalThreadAccess().getExecmodeAssignment_3_0_2());
+
}
@@ -8325,25 +7707,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__Group_3_1__0"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2696:1: rule__PhysicalThread__Group_3_1__0 : rule__PhysicalThread__Group_3_1__0__Impl rule__PhysicalThread__Group_3_1__1 ;
+ // InternalETPhys.g:2695:1: rule__PhysicalThread__Group_3_1__0 : rule__PhysicalThread__Group_3_1__0__Impl rule__PhysicalThread__Group_3_1__1 ;
public final void rule__PhysicalThread__Group_3_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2700:1: ( rule__PhysicalThread__Group_3_1__0__Impl rule__PhysicalThread__Group_3_1__1 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2701:2: rule__PhysicalThread__Group_3_1__0__Impl rule__PhysicalThread__Group_3_1__1
+ // InternalETPhys.g:2699:1: ( rule__PhysicalThread__Group_3_1__0__Impl rule__PhysicalThread__Group_3_1__1 )
+ // InternalETPhys.g:2700:2: rule__PhysicalThread__Group_3_1__0__Impl rule__PhysicalThread__Group_3_1__1
{
- pushFollow(FOLLOW_rule__PhysicalThread__Group_3_1__0__Impl_in_rule__PhysicalThread__Group_3_1__05523);
+ pushFollow(FOLLOW_16);
rule__PhysicalThread__Group_3_1__0__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__PhysicalThread__Group_3_1__1_in_rule__PhysicalThread__Group_3_1__05526);
+
+ pushFollow(FOLLOW_2);
rule__PhysicalThread__Group_3_1__1();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -8363,25 +7745,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__Group_3_1__0__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2708:1: rule__PhysicalThread__Group_3_1__0__Impl : ( 'interval' ) ;
+ // InternalETPhys.g:2707:1: rule__PhysicalThread__Group_3_1__0__Impl : ( 'interval' ) ;
public final void rule__PhysicalThread__Group_3_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2712:1: ( ( 'interval' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2713:1: ( 'interval' )
+ // InternalETPhys.g:2711:1: ( ( 'interval' ) )
+ // InternalETPhys.g:2712:1: ( 'interval' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2713:1: ( 'interval' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2714:1: 'interval'
+ // InternalETPhys.g:2712:1: ( 'interval' )
+ // InternalETPhys.g:2713:1: 'interval'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalThreadAccess().getIntervalKeyword_3_1_0());
- }
- match(input,41,FOLLOW_41_in_rule__PhysicalThread__Group_3_1__0__Impl5554); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalThreadAccess().getIntervalKeyword_3_1_0());
- }
+ before(grammarAccess.getPhysicalThreadAccess().getIntervalKeyword_3_1_0());
+ match(input,41,FOLLOW_2);
+ after(grammarAccess.getPhysicalThreadAccess().getIntervalKeyword_3_1_0());
}
@@ -8404,25 +7782,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__Group_3_1__1"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2727:1: rule__PhysicalThread__Group_3_1__1 : rule__PhysicalThread__Group_3_1__1__Impl rule__PhysicalThread__Group_3_1__2 ;
+ // InternalETPhys.g:2726:1: rule__PhysicalThread__Group_3_1__1 : rule__PhysicalThread__Group_3_1__1__Impl rule__PhysicalThread__Group_3_1__2 ;
public final void rule__PhysicalThread__Group_3_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2731:1: ( rule__PhysicalThread__Group_3_1__1__Impl rule__PhysicalThread__Group_3_1__2 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2732:2: rule__PhysicalThread__Group_3_1__1__Impl rule__PhysicalThread__Group_3_1__2
+ // InternalETPhys.g:2730:1: ( rule__PhysicalThread__Group_3_1__1__Impl rule__PhysicalThread__Group_3_1__2 )
+ // InternalETPhys.g:2731:2: rule__PhysicalThread__Group_3_1__1__Impl rule__PhysicalThread__Group_3_1__2
{
- pushFollow(FOLLOW_rule__PhysicalThread__Group_3_1__1__Impl_in_rule__PhysicalThread__Group_3_1__15585);
+ pushFollow(FOLLOW_21);
rule__PhysicalThread__Group_3_1__1__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__PhysicalThread__Group_3_1__2_in_rule__PhysicalThread__Group_3_1__15588);
+
+ pushFollow(FOLLOW_2);
rule__PhysicalThread__Group_3_1__2();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -8442,25 +7820,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__Group_3_1__1__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2739:1: rule__PhysicalThread__Group_3_1__1__Impl : ( '=' ) ;
+ // InternalETPhys.g:2738:1: rule__PhysicalThread__Group_3_1__1__Impl : ( '=' ) ;
public final void rule__PhysicalThread__Group_3_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2743:1: ( ( '=' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2744:1: ( '=' )
+ // InternalETPhys.g:2742:1: ( ( '=' ) )
+ // InternalETPhys.g:2743:1: ( '=' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2744:1: ( '=' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2745:1: '='
+ // InternalETPhys.g:2743:1: ( '=' )
+ // InternalETPhys.g:2744:1: '='
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalThreadAccess().getEqualsSignKeyword_3_1_1());
- }
- match(input,37,FOLLOW_37_in_rule__PhysicalThread__Group_3_1__1__Impl5616); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalThreadAccess().getEqualsSignKeyword_3_1_1());
- }
+ before(grammarAccess.getPhysicalThreadAccess().getEqualsSignKeyword_3_1_1());
+ match(input,37,FOLLOW_2);
+ after(grammarAccess.getPhysicalThreadAccess().getEqualsSignKeyword_3_1_1());
}
@@ -8483,20 +7857,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__Group_3_1__2"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2758:1: rule__PhysicalThread__Group_3_1__2 : rule__PhysicalThread__Group_3_1__2__Impl ;
+ // InternalETPhys.g:2757:1: rule__PhysicalThread__Group_3_1__2 : rule__PhysicalThread__Group_3_1__2__Impl ;
public final void rule__PhysicalThread__Group_3_1__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2762:1: ( rule__PhysicalThread__Group_3_1__2__Impl )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2763:2: rule__PhysicalThread__Group_3_1__2__Impl
+ // InternalETPhys.g:2761:1: ( rule__PhysicalThread__Group_3_1__2__Impl )
+ // InternalETPhys.g:2762:2: rule__PhysicalThread__Group_3_1__2__Impl
{
- pushFollow(FOLLOW_rule__PhysicalThread__Group_3_1__2__Impl_in_rule__PhysicalThread__Group_3_1__25647);
+ pushFollow(FOLLOW_2);
rule__PhysicalThread__Group_3_1__2__Impl();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -8516,36 +7890,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__Group_3_1__2__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2769:1: rule__PhysicalThread__Group_3_1__2__Impl : ( ( rule__PhysicalThread__TimeAssignment_3_1_2 ) ) ;
+ // InternalETPhys.g:2768:1: rule__PhysicalThread__Group_3_1__2__Impl : ( ( rule__PhysicalThread__TimeAssignment_3_1_2 ) ) ;
public final void rule__PhysicalThread__Group_3_1__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2773:1: ( ( ( rule__PhysicalThread__TimeAssignment_3_1_2 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2774:1: ( ( rule__PhysicalThread__TimeAssignment_3_1_2 ) )
+ // InternalETPhys.g:2772:1: ( ( ( rule__PhysicalThread__TimeAssignment_3_1_2 ) ) )
+ // InternalETPhys.g:2773:1: ( ( rule__PhysicalThread__TimeAssignment_3_1_2 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2774:1: ( ( rule__PhysicalThread__TimeAssignment_3_1_2 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2775:1: ( rule__PhysicalThread__TimeAssignment_3_1_2 )
+ // InternalETPhys.g:2773:1: ( ( rule__PhysicalThread__TimeAssignment_3_1_2 ) )
+ // InternalETPhys.g:2774:1: ( rule__PhysicalThread__TimeAssignment_3_1_2 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalThreadAccess().getTimeAssignment_3_1_2());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2776:1: ( rule__PhysicalThread__TimeAssignment_3_1_2 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2776:2: rule__PhysicalThread__TimeAssignment_3_1_2
+ before(grammarAccess.getPhysicalThreadAccess().getTimeAssignment_3_1_2());
+ // InternalETPhys.g:2775:1: ( rule__PhysicalThread__TimeAssignment_3_1_2 )
+ // InternalETPhys.g:2775:2: rule__PhysicalThread__TimeAssignment_3_1_2
{
- pushFollow(FOLLOW_rule__PhysicalThread__TimeAssignment_3_1_2_in_rule__PhysicalThread__Group_3_1__2__Impl5674);
+ pushFollow(FOLLOW_2);
rule__PhysicalThread__TimeAssignment_3_1_2();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalThreadAccess().getTimeAssignment_3_1_2());
}
+ after(grammarAccess.getPhysicalThreadAccess().getTimeAssignment_3_1_2());
+
}
@@ -8567,25 +7937,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__Group_3_2__0"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2792:1: rule__PhysicalThread__Group_3_2__0 : rule__PhysicalThread__Group_3_2__0__Impl rule__PhysicalThread__Group_3_2__1 ;
+ // InternalETPhys.g:2791:1: rule__PhysicalThread__Group_3_2__0 : rule__PhysicalThread__Group_3_2__0__Impl rule__PhysicalThread__Group_3_2__1 ;
public final void rule__PhysicalThread__Group_3_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2796:1: ( rule__PhysicalThread__Group_3_2__0__Impl rule__PhysicalThread__Group_3_2__1 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2797:2: rule__PhysicalThread__Group_3_2__0__Impl rule__PhysicalThread__Group_3_2__1
+ // InternalETPhys.g:2795:1: ( rule__PhysicalThread__Group_3_2__0__Impl rule__PhysicalThread__Group_3_2__1 )
+ // InternalETPhys.g:2796:2: rule__PhysicalThread__Group_3_2__0__Impl rule__PhysicalThread__Group_3_2__1
{
- pushFollow(FOLLOW_rule__PhysicalThread__Group_3_2__0__Impl_in_rule__PhysicalThread__Group_3_2__05710);
+ pushFollow(FOLLOW_16);
rule__PhysicalThread__Group_3_2__0__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__PhysicalThread__Group_3_2__1_in_rule__PhysicalThread__Group_3_2__05713);
+
+ pushFollow(FOLLOW_2);
rule__PhysicalThread__Group_3_2__1();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -8605,25 +7975,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__Group_3_2__0__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2804:1: rule__PhysicalThread__Group_3_2__0__Impl : ( 'prio' ) ;
+ // InternalETPhys.g:2803:1: rule__PhysicalThread__Group_3_2__0__Impl : ( 'prio' ) ;
public final void rule__PhysicalThread__Group_3_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2808:1: ( ( 'prio' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2809:1: ( 'prio' )
+ // InternalETPhys.g:2807:1: ( ( 'prio' ) )
+ // InternalETPhys.g:2808:1: ( 'prio' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2809:1: ( 'prio' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2810:1: 'prio'
+ // InternalETPhys.g:2808:1: ( 'prio' )
+ // InternalETPhys.g:2809:1: 'prio'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalThreadAccess().getPrioKeyword_3_2_0());
- }
- match(input,42,FOLLOW_42_in_rule__PhysicalThread__Group_3_2__0__Impl5741); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalThreadAccess().getPrioKeyword_3_2_0());
- }
+ before(grammarAccess.getPhysicalThreadAccess().getPrioKeyword_3_2_0());
+ match(input,42,FOLLOW_2);
+ after(grammarAccess.getPhysicalThreadAccess().getPrioKeyword_3_2_0());
}
@@ -8646,25 +8012,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__Group_3_2__1"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2823:1: rule__PhysicalThread__Group_3_2__1 : rule__PhysicalThread__Group_3_2__1__Impl rule__PhysicalThread__Group_3_2__2 ;
+ // InternalETPhys.g:2822:1: rule__PhysicalThread__Group_3_2__1 : rule__PhysicalThread__Group_3_2__1__Impl rule__PhysicalThread__Group_3_2__2 ;
public final void rule__PhysicalThread__Group_3_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2827:1: ( rule__PhysicalThread__Group_3_2__1__Impl rule__PhysicalThread__Group_3_2__2 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2828:2: rule__PhysicalThread__Group_3_2__1__Impl rule__PhysicalThread__Group_3_2__2
+ // InternalETPhys.g:2826:1: ( rule__PhysicalThread__Group_3_2__1__Impl rule__PhysicalThread__Group_3_2__2 )
+ // InternalETPhys.g:2827:2: rule__PhysicalThread__Group_3_2__1__Impl rule__PhysicalThread__Group_3_2__2
{
- pushFollow(FOLLOW_rule__PhysicalThread__Group_3_2__1__Impl_in_rule__PhysicalThread__Group_3_2__15772);
+ pushFollow(FOLLOW_17);
rule__PhysicalThread__Group_3_2__1__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__PhysicalThread__Group_3_2__2_in_rule__PhysicalThread__Group_3_2__15775);
+
+ pushFollow(FOLLOW_2);
rule__PhysicalThread__Group_3_2__2();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -8684,25 +8050,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__Group_3_2__1__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2835:1: rule__PhysicalThread__Group_3_2__1__Impl : ( '=' ) ;
+ // InternalETPhys.g:2834:1: rule__PhysicalThread__Group_3_2__1__Impl : ( '=' ) ;
public final void rule__PhysicalThread__Group_3_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2839:1: ( ( '=' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2840:1: ( '=' )
+ // InternalETPhys.g:2838:1: ( ( '=' ) )
+ // InternalETPhys.g:2839:1: ( '=' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2840:1: ( '=' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2841:1: '='
+ // InternalETPhys.g:2839:1: ( '=' )
+ // InternalETPhys.g:2840:1: '='
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalThreadAccess().getEqualsSignKeyword_3_2_1());
- }
- match(input,37,FOLLOW_37_in_rule__PhysicalThread__Group_3_2__1__Impl5803); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalThreadAccess().getEqualsSignKeyword_3_2_1());
- }
+ before(grammarAccess.getPhysicalThreadAccess().getEqualsSignKeyword_3_2_1());
+ match(input,37,FOLLOW_2);
+ after(grammarAccess.getPhysicalThreadAccess().getEqualsSignKeyword_3_2_1());
}
@@ -8725,20 +8087,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__Group_3_2__2"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2854:1: rule__PhysicalThread__Group_3_2__2 : rule__PhysicalThread__Group_3_2__2__Impl ;
+ // InternalETPhys.g:2853:1: rule__PhysicalThread__Group_3_2__2 : rule__PhysicalThread__Group_3_2__2__Impl ;
public final void rule__PhysicalThread__Group_3_2__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2858:1: ( rule__PhysicalThread__Group_3_2__2__Impl )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2859:2: rule__PhysicalThread__Group_3_2__2__Impl
+ // InternalETPhys.g:2857:1: ( rule__PhysicalThread__Group_3_2__2__Impl )
+ // InternalETPhys.g:2858:2: rule__PhysicalThread__Group_3_2__2__Impl
{
- pushFollow(FOLLOW_rule__PhysicalThread__Group_3_2__2__Impl_in_rule__PhysicalThread__Group_3_2__25834);
+ pushFollow(FOLLOW_2);
rule__PhysicalThread__Group_3_2__2__Impl();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -8758,36 +8120,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__Group_3_2__2__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2865:1: rule__PhysicalThread__Group_3_2__2__Impl : ( ( rule__PhysicalThread__PrioAssignment_3_2_2 ) ) ;
+ // InternalETPhys.g:2864:1: rule__PhysicalThread__Group_3_2__2__Impl : ( ( rule__PhysicalThread__PrioAssignment_3_2_2 ) ) ;
public final void rule__PhysicalThread__Group_3_2__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2869:1: ( ( ( rule__PhysicalThread__PrioAssignment_3_2_2 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2870:1: ( ( rule__PhysicalThread__PrioAssignment_3_2_2 ) )
+ // InternalETPhys.g:2868:1: ( ( ( rule__PhysicalThread__PrioAssignment_3_2_2 ) ) )
+ // InternalETPhys.g:2869:1: ( ( rule__PhysicalThread__PrioAssignment_3_2_2 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2870:1: ( ( rule__PhysicalThread__PrioAssignment_3_2_2 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2871:1: ( rule__PhysicalThread__PrioAssignment_3_2_2 )
+ // InternalETPhys.g:2869:1: ( ( rule__PhysicalThread__PrioAssignment_3_2_2 ) )
+ // InternalETPhys.g:2870:1: ( rule__PhysicalThread__PrioAssignment_3_2_2 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalThreadAccess().getPrioAssignment_3_2_2());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2872:1: ( rule__PhysicalThread__PrioAssignment_3_2_2 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2872:2: rule__PhysicalThread__PrioAssignment_3_2_2
+ before(grammarAccess.getPhysicalThreadAccess().getPrioAssignment_3_2_2());
+ // InternalETPhys.g:2871:1: ( rule__PhysicalThread__PrioAssignment_3_2_2 )
+ // InternalETPhys.g:2871:2: rule__PhysicalThread__PrioAssignment_3_2_2
{
- pushFollow(FOLLOW_rule__PhysicalThread__PrioAssignment_3_2_2_in_rule__PhysicalThread__Group_3_2__2__Impl5861);
+ pushFollow(FOLLOW_2);
rule__PhysicalThread__PrioAssignment_3_2_2();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalThreadAccess().getPrioAssignment_3_2_2());
}
+ after(grammarAccess.getPhysicalThreadAccess().getPrioAssignment_3_2_2());
+
}
@@ -8809,25 +8167,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__Group_3_3__0"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2888:1: rule__PhysicalThread__Group_3_3__0 : rule__PhysicalThread__Group_3_3__0__Impl rule__PhysicalThread__Group_3_3__1 ;
+ // InternalETPhys.g:2887:1: rule__PhysicalThread__Group_3_3__0 : rule__PhysicalThread__Group_3_3__0__Impl rule__PhysicalThread__Group_3_3__1 ;
public final void rule__PhysicalThread__Group_3_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2892:1: ( rule__PhysicalThread__Group_3_3__0__Impl rule__PhysicalThread__Group_3_3__1 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2893:2: rule__PhysicalThread__Group_3_3__0__Impl rule__PhysicalThread__Group_3_3__1
+ // InternalETPhys.g:2891:1: ( rule__PhysicalThread__Group_3_3__0__Impl rule__PhysicalThread__Group_3_3__1 )
+ // InternalETPhys.g:2892:2: rule__PhysicalThread__Group_3_3__0__Impl rule__PhysicalThread__Group_3_3__1
{
- pushFollow(FOLLOW_rule__PhysicalThread__Group_3_3__0__Impl_in_rule__PhysicalThread__Group_3_3__05897);
+ pushFollow(FOLLOW_16);
rule__PhysicalThread__Group_3_3__0__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__PhysicalThread__Group_3_3__1_in_rule__PhysicalThread__Group_3_3__05900);
+
+ pushFollow(FOLLOW_2);
rule__PhysicalThread__Group_3_3__1();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -8847,25 +8205,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__Group_3_3__0__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2900:1: rule__PhysicalThread__Group_3_3__0__Impl : ( 'stacksize' ) ;
+ // InternalETPhys.g:2899:1: rule__PhysicalThread__Group_3_3__0__Impl : ( 'stacksize' ) ;
public final void rule__PhysicalThread__Group_3_3__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2904:1: ( ( 'stacksize' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2905:1: ( 'stacksize' )
+ // InternalETPhys.g:2903:1: ( ( 'stacksize' ) )
+ // InternalETPhys.g:2904:1: ( 'stacksize' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2905:1: ( 'stacksize' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2906:1: 'stacksize'
+ // InternalETPhys.g:2904:1: ( 'stacksize' )
+ // InternalETPhys.g:2905:1: 'stacksize'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalThreadAccess().getStacksizeKeyword_3_3_0());
- }
- match(input,43,FOLLOW_43_in_rule__PhysicalThread__Group_3_3__0__Impl5928); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalThreadAccess().getStacksizeKeyword_3_3_0());
- }
+ before(grammarAccess.getPhysicalThreadAccess().getStacksizeKeyword_3_3_0());
+ match(input,43,FOLLOW_2);
+ after(grammarAccess.getPhysicalThreadAccess().getStacksizeKeyword_3_3_0());
}
@@ -8888,25 +8242,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__Group_3_3__1"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2919:1: rule__PhysicalThread__Group_3_3__1 : rule__PhysicalThread__Group_3_3__1__Impl rule__PhysicalThread__Group_3_3__2 ;
+ // InternalETPhys.g:2918:1: rule__PhysicalThread__Group_3_3__1 : rule__PhysicalThread__Group_3_3__1__Impl rule__PhysicalThread__Group_3_3__2 ;
public final void rule__PhysicalThread__Group_3_3__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2923:1: ( rule__PhysicalThread__Group_3_3__1__Impl rule__PhysicalThread__Group_3_3__2 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2924:2: rule__PhysicalThread__Group_3_3__1__Impl rule__PhysicalThread__Group_3_3__2
+ // InternalETPhys.g:2922:1: ( rule__PhysicalThread__Group_3_3__1__Impl rule__PhysicalThread__Group_3_3__2 )
+ // InternalETPhys.g:2923:2: rule__PhysicalThread__Group_3_3__1__Impl rule__PhysicalThread__Group_3_3__2
{
- pushFollow(FOLLOW_rule__PhysicalThread__Group_3_3__1__Impl_in_rule__PhysicalThread__Group_3_3__15959);
+ pushFollow(FOLLOW_21);
rule__PhysicalThread__Group_3_3__1__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__PhysicalThread__Group_3_3__2_in_rule__PhysicalThread__Group_3_3__15962);
+
+ pushFollow(FOLLOW_2);
rule__PhysicalThread__Group_3_3__2();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -8926,25 +8280,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__Group_3_3__1__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2931:1: rule__PhysicalThread__Group_3_3__1__Impl : ( '=' ) ;
+ // InternalETPhys.g:2930:1: rule__PhysicalThread__Group_3_3__1__Impl : ( '=' ) ;
public final void rule__PhysicalThread__Group_3_3__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2935:1: ( ( '=' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2936:1: ( '=' )
+ // InternalETPhys.g:2934:1: ( ( '=' ) )
+ // InternalETPhys.g:2935:1: ( '=' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2936:1: ( '=' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2937:1: '='
+ // InternalETPhys.g:2935:1: ( '=' )
+ // InternalETPhys.g:2936:1: '='
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalThreadAccess().getEqualsSignKeyword_3_3_1());
- }
- match(input,37,FOLLOW_37_in_rule__PhysicalThread__Group_3_3__1__Impl5990); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalThreadAccess().getEqualsSignKeyword_3_3_1());
- }
+ before(grammarAccess.getPhysicalThreadAccess().getEqualsSignKeyword_3_3_1());
+ match(input,37,FOLLOW_2);
+ after(grammarAccess.getPhysicalThreadAccess().getEqualsSignKeyword_3_3_1());
}
@@ -8967,20 +8317,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__Group_3_3__2"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2950:1: rule__PhysicalThread__Group_3_3__2 : rule__PhysicalThread__Group_3_3__2__Impl ;
+ // InternalETPhys.g:2949:1: rule__PhysicalThread__Group_3_3__2 : rule__PhysicalThread__Group_3_3__2__Impl ;
public final void rule__PhysicalThread__Group_3_3__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2954:1: ( rule__PhysicalThread__Group_3_3__2__Impl )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2955:2: rule__PhysicalThread__Group_3_3__2__Impl
+ // InternalETPhys.g:2953:1: ( rule__PhysicalThread__Group_3_3__2__Impl )
+ // InternalETPhys.g:2954:2: rule__PhysicalThread__Group_3_3__2__Impl
{
- pushFollow(FOLLOW_rule__PhysicalThread__Group_3_3__2__Impl_in_rule__PhysicalThread__Group_3_3__26021);
+ pushFollow(FOLLOW_2);
rule__PhysicalThread__Group_3_3__2__Impl();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -9000,36 +8350,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__Group_3_3__2__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2961:1: rule__PhysicalThread__Group_3_3__2__Impl : ( ( rule__PhysicalThread__StacksizeAssignment_3_3_2 ) ) ;
+ // InternalETPhys.g:2960:1: rule__PhysicalThread__Group_3_3__2__Impl : ( ( rule__PhysicalThread__StacksizeAssignment_3_3_2 ) ) ;
public final void rule__PhysicalThread__Group_3_3__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2965:1: ( ( ( rule__PhysicalThread__StacksizeAssignment_3_3_2 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2966:1: ( ( rule__PhysicalThread__StacksizeAssignment_3_3_2 ) )
+ // InternalETPhys.g:2964:1: ( ( ( rule__PhysicalThread__StacksizeAssignment_3_3_2 ) ) )
+ // InternalETPhys.g:2965:1: ( ( rule__PhysicalThread__StacksizeAssignment_3_3_2 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2966:1: ( ( rule__PhysicalThread__StacksizeAssignment_3_3_2 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2967:1: ( rule__PhysicalThread__StacksizeAssignment_3_3_2 )
+ // InternalETPhys.g:2965:1: ( ( rule__PhysicalThread__StacksizeAssignment_3_3_2 ) )
+ // InternalETPhys.g:2966:1: ( rule__PhysicalThread__StacksizeAssignment_3_3_2 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalThreadAccess().getStacksizeAssignment_3_3_2());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2968:1: ( rule__PhysicalThread__StacksizeAssignment_3_3_2 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2968:2: rule__PhysicalThread__StacksizeAssignment_3_3_2
+ before(grammarAccess.getPhysicalThreadAccess().getStacksizeAssignment_3_3_2());
+ // InternalETPhys.g:2967:1: ( rule__PhysicalThread__StacksizeAssignment_3_3_2 )
+ // InternalETPhys.g:2967:2: rule__PhysicalThread__StacksizeAssignment_3_3_2
{
- pushFollow(FOLLOW_rule__PhysicalThread__StacksizeAssignment_3_3_2_in_rule__PhysicalThread__Group_3_3__2__Impl6048);
+ pushFollow(FOLLOW_2);
rule__PhysicalThread__StacksizeAssignment_3_3_2();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalThreadAccess().getStacksizeAssignment_3_3_2());
}
+ after(grammarAccess.getPhysicalThreadAccess().getStacksizeAssignment_3_3_2());
+
}
@@ -9051,25 +8397,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__Group_3_4__0"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2984:1: rule__PhysicalThread__Group_3_4__0 : rule__PhysicalThread__Group_3_4__0__Impl rule__PhysicalThread__Group_3_4__1 ;
+ // InternalETPhys.g:2983:1: rule__PhysicalThread__Group_3_4__0 : rule__PhysicalThread__Group_3_4__0__Impl rule__PhysicalThread__Group_3_4__1 ;
public final void rule__PhysicalThread__Group_3_4__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2988:1: ( rule__PhysicalThread__Group_3_4__0__Impl rule__PhysicalThread__Group_3_4__1 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2989:2: rule__PhysicalThread__Group_3_4__0__Impl rule__PhysicalThread__Group_3_4__1
+ // InternalETPhys.g:2987:1: ( rule__PhysicalThread__Group_3_4__0__Impl rule__PhysicalThread__Group_3_4__1 )
+ // InternalETPhys.g:2988:2: rule__PhysicalThread__Group_3_4__0__Impl rule__PhysicalThread__Group_3_4__1
{
- pushFollow(FOLLOW_rule__PhysicalThread__Group_3_4__0__Impl_in_rule__PhysicalThread__Group_3_4__06084);
+ pushFollow(FOLLOW_16);
rule__PhysicalThread__Group_3_4__0__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__PhysicalThread__Group_3_4__1_in_rule__PhysicalThread__Group_3_4__06087);
+
+ pushFollow(FOLLOW_2);
rule__PhysicalThread__Group_3_4__1();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -9089,25 +8435,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__Group_3_4__0__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:2996:1: rule__PhysicalThread__Group_3_4__0__Impl : ( 'msgblocksize' ) ;
+ // InternalETPhys.g:2995:1: rule__PhysicalThread__Group_3_4__0__Impl : ( 'msgblocksize' ) ;
public final void rule__PhysicalThread__Group_3_4__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3000:1: ( ( 'msgblocksize' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3001:1: ( 'msgblocksize' )
+ // InternalETPhys.g:2999:1: ( ( 'msgblocksize' ) )
+ // InternalETPhys.g:3000:1: ( 'msgblocksize' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3001:1: ( 'msgblocksize' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3002:1: 'msgblocksize'
+ // InternalETPhys.g:3000:1: ( 'msgblocksize' )
+ // InternalETPhys.g:3001:1: 'msgblocksize'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalThreadAccess().getMsgblocksizeKeyword_3_4_0());
- }
- match(input,44,FOLLOW_44_in_rule__PhysicalThread__Group_3_4__0__Impl6115); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalThreadAccess().getMsgblocksizeKeyword_3_4_0());
- }
+ before(grammarAccess.getPhysicalThreadAccess().getMsgblocksizeKeyword_3_4_0());
+ match(input,44,FOLLOW_2);
+ after(grammarAccess.getPhysicalThreadAccess().getMsgblocksizeKeyword_3_4_0());
}
@@ -9130,25 +8472,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__Group_3_4__1"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3015:1: rule__PhysicalThread__Group_3_4__1 : rule__PhysicalThread__Group_3_4__1__Impl rule__PhysicalThread__Group_3_4__2 ;
+ // InternalETPhys.g:3014:1: rule__PhysicalThread__Group_3_4__1 : rule__PhysicalThread__Group_3_4__1__Impl rule__PhysicalThread__Group_3_4__2 ;
public final void rule__PhysicalThread__Group_3_4__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3019:1: ( rule__PhysicalThread__Group_3_4__1__Impl rule__PhysicalThread__Group_3_4__2 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3020:2: rule__PhysicalThread__Group_3_4__1__Impl rule__PhysicalThread__Group_3_4__2
+ // InternalETPhys.g:3018:1: ( rule__PhysicalThread__Group_3_4__1__Impl rule__PhysicalThread__Group_3_4__2 )
+ // InternalETPhys.g:3019:2: rule__PhysicalThread__Group_3_4__1__Impl rule__PhysicalThread__Group_3_4__2
{
- pushFollow(FOLLOW_rule__PhysicalThread__Group_3_4__1__Impl_in_rule__PhysicalThread__Group_3_4__16146);
+ pushFollow(FOLLOW_21);
rule__PhysicalThread__Group_3_4__1__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__PhysicalThread__Group_3_4__2_in_rule__PhysicalThread__Group_3_4__16149);
+
+ pushFollow(FOLLOW_2);
rule__PhysicalThread__Group_3_4__2();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -9168,25 +8510,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__Group_3_4__1__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3027:1: rule__PhysicalThread__Group_3_4__1__Impl : ( '=' ) ;
+ // InternalETPhys.g:3026:1: rule__PhysicalThread__Group_3_4__1__Impl : ( '=' ) ;
public final void rule__PhysicalThread__Group_3_4__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3031:1: ( ( '=' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3032:1: ( '=' )
+ // InternalETPhys.g:3030:1: ( ( '=' ) )
+ // InternalETPhys.g:3031:1: ( '=' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3032:1: ( '=' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3033:1: '='
+ // InternalETPhys.g:3031:1: ( '=' )
+ // InternalETPhys.g:3032:1: '='
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalThreadAccess().getEqualsSignKeyword_3_4_1());
- }
- match(input,37,FOLLOW_37_in_rule__PhysicalThread__Group_3_4__1__Impl6177); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalThreadAccess().getEqualsSignKeyword_3_4_1());
- }
+ before(grammarAccess.getPhysicalThreadAccess().getEqualsSignKeyword_3_4_1());
+ match(input,37,FOLLOW_2);
+ after(grammarAccess.getPhysicalThreadAccess().getEqualsSignKeyword_3_4_1());
}
@@ -9209,20 +8547,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__Group_3_4__2"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3046:1: rule__PhysicalThread__Group_3_4__2 : rule__PhysicalThread__Group_3_4__2__Impl ;
+ // InternalETPhys.g:3045:1: rule__PhysicalThread__Group_3_4__2 : rule__PhysicalThread__Group_3_4__2__Impl ;
public final void rule__PhysicalThread__Group_3_4__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3050:1: ( rule__PhysicalThread__Group_3_4__2__Impl )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3051:2: rule__PhysicalThread__Group_3_4__2__Impl
+ // InternalETPhys.g:3049:1: ( rule__PhysicalThread__Group_3_4__2__Impl )
+ // InternalETPhys.g:3050:2: rule__PhysicalThread__Group_3_4__2__Impl
{
- pushFollow(FOLLOW_rule__PhysicalThread__Group_3_4__2__Impl_in_rule__PhysicalThread__Group_3_4__26208);
+ pushFollow(FOLLOW_2);
rule__PhysicalThread__Group_3_4__2__Impl();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -9242,36 +8580,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__Group_3_4__2__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3057:1: rule__PhysicalThread__Group_3_4__2__Impl : ( ( rule__PhysicalThread__MsgblocksizeAssignment_3_4_2 ) ) ;
+ // InternalETPhys.g:3056:1: rule__PhysicalThread__Group_3_4__2__Impl : ( ( rule__PhysicalThread__MsgblocksizeAssignment_3_4_2 ) ) ;
public final void rule__PhysicalThread__Group_3_4__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3061:1: ( ( ( rule__PhysicalThread__MsgblocksizeAssignment_3_4_2 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3062:1: ( ( rule__PhysicalThread__MsgblocksizeAssignment_3_4_2 ) )
+ // InternalETPhys.g:3060:1: ( ( ( rule__PhysicalThread__MsgblocksizeAssignment_3_4_2 ) ) )
+ // InternalETPhys.g:3061:1: ( ( rule__PhysicalThread__MsgblocksizeAssignment_3_4_2 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3062:1: ( ( rule__PhysicalThread__MsgblocksizeAssignment_3_4_2 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3063:1: ( rule__PhysicalThread__MsgblocksizeAssignment_3_4_2 )
+ // InternalETPhys.g:3061:1: ( ( rule__PhysicalThread__MsgblocksizeAssignment_3_4_2 ) )
+ // InternalETPhys.g:3062:1: ( rule__PhysicalThread__MsgblocksizeAssignment_3_4_2 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalThreadAccess().getMsgblocksizeAssignment_3_4_2());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3064:1: ( rule__PhysicalThread__MsgblocksizeAssignment_3_4_2 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3064:2: rule__PhysicalThread__MsgblocksizeAssignment_3_4_2
+ before(grammarAccess.getPhysicalThreadAccess().getMsgblocksizeAssignment_3_4_2());
+ // InternalETPhys.g:3063:1: ( rule__PhysicalThread__MsgblocksizeAssignment_3_4_2 )
+ // InternalETPhys.g:3063:2: rule__PhysicalThread__MsgblocksizeAssignment_3_4_2
{
- pushFollow(FOLLOW_rule__PhysicalThread__MsgblocksizeAssignment_3_4_2_in_rule__PhysicalThread__Group_3_4__2__Impl6235);
+ pushFollow(FOLLOW_2);
rule__PhysicalThread__MsgblocksizeAssignment_3_4_2();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalThreadAccess().getMsgblocksizeAssignment_3_4_2());
}
+ after(grammarAccess.getPhysicalThreadAccess().getMsgblocksizeAssignment_3_4_2());
+
}
@@ -9293,25 +8627,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__Group_3_5__0"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3080:1: rule__PhysicalThread__Group_3_5__0 : rule__PhysicalThread__Group_3_5__0__Impl rule__PhysicalThread__Group_3_5__1 ;
+ // InternalETPhys.g:3079:1: rule__PhysicalThread__Group_3_5__0 : rule__PhysicalThread__Group_3_5__0__Impl rule__PhysicalThread__Group_3_5__1 ;
public final void rule__PhysicalThread__Group_3_5__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3084:1: ( rule__PhysicalThread__Group_3_5__0__Impl rule__PhysicalThread__Group_3_5__1 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3085:2: rule__PhysicalThread__Group_3_5__0__Impl rule__PhysicalThread__Group_3_5__1
+ // InternalETPhys.g:3083:1: ( rule__PhysicalThread__Group_3_5__0__Impl rule__PhysicalThread__Group_3_5__1 )
+ // InternalETPhys.g:3084:2: rule__PhysicalThread__Group_3_5__0__Impl rule__PhysicalThread__Group_3_5__1
{
- pushFollow(FOLLOW_rule__PhysicalThread__Group_3_5__0__Impl_in_rule__PhysicalThread__Group_3_5__06271);
+ pushFollow(FOLLOW_16);
rule__PhysicalThread__Group_3_5__0__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__PhysicalThread__Group_3_5__1_in_rule__PhysicalThread__Group_3_5__06274);
+
+ pushFollow(FOLLOW_2);
rule__PhysicalThread__Group_3_5__1();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -9331,25 +8665,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__Group_3_5__0__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3092:1: rule__PhysicalThread__Group_3_5__0__Impl : ( 'msgpoolsize' ) ;
+ // InternalETPhys.g:3091:1: rule__PhysicalThread__Group_3_5__0__Impl : ( 'msgpoolsize' ) ;
public final void rule__PhysicalThread__Group_3_5__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3096:1: ( ( 'msgpoolsize' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3097:1: ( 'msgpoolsize' )
+ // InternalETPhys.g:3095:1: ( ( 'msgpoolsize' ) )
+ // InternalETPhys.g:3096:1: ( 'msgpoolsize' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3097:1: ( 'msgpoolsize' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3098:1: 'msgpoolsize'
+ // InternalETPhys.g:3096:1: ( 'msgpoolsize' )
+ // InternalETPhys.g:3097:1: 'msgpoolsize'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalThreadAccess().getMsgpoolsizeKeyword_3_5_0());
- }
- match(input,45,FOLLOW_45_in_rule__PhysicalThread__Group_3_5__0__Impl6302); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalThreadAccess().getMsgpoolsizeKeyword_3_5_0());
- }
+ before(grammarAccess.getPhysicalThreadAccess().getMsgpoolsizeKeyword_3_5_0());
+ match(input,45,FOLLOW_2);
+ after(grammarAccess.getPhysicalThreadAccess().getMsgpoolsizeKeyword_3_5_0());
}
@@ -9372,25 +8702,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__Group_3_5__1"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3111:1: rule__PhysicalThread__Group_3_5__1 : rule__PhysicalThread__Group_3_5__1__Impl rule__PhysicalThread__Group_3_5__2 ;
+ // InternalETPhys.g:3110:1: rule__PhysicalThread__Group_3_5__1 : rule__PhysicalThread__Group_3_5__1__Impl rule__PhysicalThread__Group_3_5__2 ;
public final void rule__PhysicalThread__Group_3_5__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3115:1: ( rule__PhysicalThread__Group_3_5__1__Impl rule__PhysicalThread__Group_3_5__2 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3116:2: rule__PhysicalThread__Group_3_5__1__Impl rule__PhysicalThread__Group_3_5__2
+ // InternalETPhys.g:3114:1: ( rule__PhysicalThread__Group_3_5__1__Impl rule__PhysicalThread__Group_3_5__2 )
+ // InternalETPhys.g:3115:2: rule__PhysicalThread__Group_3_5__1__Impl rule__PhysicalThread__Group_3_5__2
{
- pushFollow(FOLLOW_rule__PhysicalThread__Group_3_5__1__Impl_in_rule__PhysicalThread__Group_3_5__16333);
+ pushFollow(FOLLOW_21);
rule__PhysicalThread__Group_3_5__1__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__PhysicalThread__Group_3_5__2_in_rule__PhysicalThread__Group_3_5__16336);
+
+ pushFollow(FOLLOW_2);
rule__PhysicalThread__Group_3_5__2();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -9410,25 +8740,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__Group_3_5__1__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3123:1: rule__PhysicalThread__Group_3_5__1__Impl : ( '=' ) ;
+ // InternalETPhys.g:3122:1: rule__PhysicalThread__Group_3_5__1__Impl : ( '=' ) ;
public final void rule__PhysicalThread__Group_3_5__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3127:1: ( ( '=' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3128:1: ( '=' )
+ // InternalETPhys.g:3126:1: ( ( '=' ) )
+ // InternalETPhys.g:3127:1: ( '=' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3128:1: ( '=' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3129:1: '='
+ // InternalETPhys.g:3127:1: ( '=' )
+ // InternalETPhys.g:3128:1: '='
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalThreadAccess().getEqualsSignKeyword_3_5_1());
- }
- match(input,37,FOLLOW_37_in_rule__PhysicalThread__Group_3_5__1__Impl6364); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalThreadAccess().getEqualsSignKeyword_3_5_1());
- }
+ before(grammarAccess.getPhysicalThreadAccess().getEqualsSignKeyword_3_5_1());
+ match(input,37,FOLLOW_2);
+ after(grammarAccess.getPhysicalThreadAccess().getEqualsSignKeyword_3_5_1());
}
@@ -9451,20 +8777,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__Group_3_5__2"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3142:1: rule__PhysicalThread__Group_3_5__2 : rule__PhysicalThread__Group_3_5__2__Impl ;
+ // InternalETPhys.g:3141:1: rule__PhysicalThread__Group_3_5__2 : rule__PhysicalThread__Group_3_5__2__Impl ;
public final void rule__PhysicalThread__Group_3_5__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3146:1: ( rule__PhysicalThread__Group_3_5__2__Impl )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3147:2: rule__PhysicalThread__Group_3_5__2__Impl
+ // InternalETPhys.g:3145:1: ( rule__PhysicalThread__Group_3_5__2__Impl )
+ // InternalETPhys.g:3146:2: rule__PhysicalThread__Group_3_5__2__Impl
{
- pushFollow(FOLLOW_rule__PhysicalThread__Group_3_5__2__Impl_in_rule__PhysicalThread__Group_3_5__26395);
+ pushFollow(FOLLOW_2);
rule__PhysicalThread__Group_3_5__2__Impl();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -9484,36 +8810,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__Group_3_5__2__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3153:1: rule__PhysicalThread__Group_3_5__2__Impl : ( ( rule__PhysicalThread__MsgpoolsizeAssignment_3_5_2 ) ) ;
+ // InternalETPhys.g:3152:1: rule__PhysicalThread__Group_3_5__2__Impl : ( ( rule__PhysicalThread__MsgpoolsizeAssignment_3_5_2 ) ) ;
public final void rule__PhysicalThread__Group_3_5__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3157:1: ( ( ( rule__PhysicalThread__MsgpoolsizeAssignment_3_5_2 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3158:1: ( ( rule__PhysicalThread__MsgpoolsizeAssignment_3_5_2 ) )
+ // InternalETPhys.g:3156:1: ( ( ( rule__PhysicalThread__MsgpoolsizeAssignment_3_5_2 ) ) )
+ // InternalETPhys.g:3157:1: ( ( rule__PhysicalThread__MsgpoolsizeAssignment_3_5_2 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3158:1: ( ( rule__PhysicalThread__MsgpoolsizeAssignment_3_5_2 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3159:1: ( rule__PhysicalThread__MsgpoolsizeAssignment_3_5_2 )
+ // InternalETPhys.g:3157:1: ( ( rule__PhysicalThread__MsgpoolsizeAssignment_3_5_2 ) )
+ // InternalETPhys.g:3158:1: ( rule__PhysicalThread__MsgpoolsizeAssignment_3_5_2 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalThreadAccess().getMsgpoolsizeAssignment_3_5_2());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3160:1: ( rule__PhysicalThread__MsgpoolsizeAssignment_3_5_2 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3160:2: rule__PhysicalThread__MsgpoolsizeAssignment_3_5_2
+ before(grammarAccess.getPhysicalThreadAccess().getMsgpoolsizeAssignment_3_5_2());
+ // InternalETPhys.g:3159:1: ( rule__PhysicalThread__MsgpoolsizeAssignment_3_5_2 )
+ // InternalETPhys.g:3159:2: rule__PhysicalThread__MsgpoolsizeAssignment_3_5_2
{
- pushFollow(FOLLOW_rule__PhysicalThread__MsgpoolsizeAssignment_3_5_2_in_rule__PhysicalThread__Group_3_5__2__Impl6422);
+ pushFollow(FOLLOW_2);
rule__PhysicalThread__MsgpoolsizeAssignment_3_5_2();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalThreadAccess().getMsgpoolsizeAssignment_3_5_2());
}
+ after(grammarAccess.getPhysicalThreadAccess().getMsgpoolsizeAssignment_3_5_2());
+
}
@@ -9535,25 +8857,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RuntimeClass__Group__0"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3176:1: rule__RuntimeClass__Group__0 : rule__RuntimeClass__Group__0__Impl rule__RuntimeClass__Group__1 ;
+ // InternalETPhys.g:3175:1: rule__RuntimeClass__Group__0 : rule__RuntimeClass__Group__0__Impl rule__RuntimeClass__Group__1 ;
public final void rule__RuntimeClass__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3180:1: ( rule__RuntimeClass__Group__0__Impl rule__RuntimeClass__Group__1 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3181:2: rule__RuntimeClass__Group__0__Impl rule__RuntimeClass__Group__1
+ // InternalETPhys.g:3179:1: ( rule__RuntimeClass__Group__0__Impl rule__RuntimeClass__Group__1 )
+ // InternalETPhys.g:3180:2: rule__RuntimeClass__Group__0__Impl rule__RuntimeClass__Group__1
{
- pushFollow(FOLLOW_rule__RuntimeClass__Group__0__Impl_in_rule__RuntimeClass__Group__06458);
+ pushFollow(FOLLOW_3);
rule__RuntimeClass__Group__0__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__RuntimeClass__Group__1_in_rule__RuntimeClass__Group__06461);
+
+ pushFollow(FOLLOW_2);
rule__RuntimeClass__Group__1();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -9573,25 +8895,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RuntimeClass__Group__0__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3188:1: rule__RuntimeClass__Group__0__Impl : ( 'RuntimeClass' ) ;
+ // InternalETPhys.g:3187:1: rule__RuntimeClass__Group__0__Impl : ( 'RuntimeClass' ) ;
public final void rule__RuntimeClass__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3192:1: ( ( 'RuntimeClass' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3193:1: ( 'RuntimeClass' )
+ // InternalETPhys.g:3191:1: ( ( 'RuntimeClass' ) )
+ // InternalETPhys.g:3192:1: ( 'RuntimeClass' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3193:1: ( 'RuntimeClass' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3194:1: 'RuntimeClass'
+ // InternalETPhys.g:3192:1: ( 'RuntimeClass' )
+ // InternalETPhys.g:3193:1: 'RuntimeClass'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getRuntimeClassAccess().getRuntimeClassKeyword_0());
- }
- match(input,46,FOLLOW_46_in_rule__RuntimeClass__Group__0__Impl6489); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getRuntimeClassAccess().getRuntimeClassKeyword_0());
- }
+ before(grammarAccess.getRuntimeClassAccess().getRuntimeClassKeyword_0());
+ match(input,46,FOLLOW_2);
+ after(grammarAccess.getRuntimeClassAccess().getRuntimeClassKeyword_0());
}
@@ -9614,25 +8932,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RuntimeClass__Group__1"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3207:1: rule__RuntimeClass__Group__1 : rule__RuntimeClass__Group__1__Impl rule__RuntimeClass__Group__2 ;
+ // InternalETPhys.g:3206:1: rule__RuntimeClass__Group__1 : rule__RuntimeClass__Group__1__Impl rule__RuntimeClass__Group__2 ;
public final void rule__RuntimeClass__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3211:1: ( rule__RuntimeClass__Group__1__Impl rule__RuntimeClass__Group__2 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3212:2: rule__RuntimeClass__Group__1__Impl rule__RuntimeClass__Group__2
+ // InternalETPhys.g:3210:1: ( rule__RuntimeClass__Group__1__Impl rule__RuntimeClass__Group__2 )
+ // InternalETPhys.g:3211:2: rule__RuntimeClass__Group__1__Impl rule__RuntimeClass__Group__2
{
- pushFollow(FOLLOW_rule__RuntimeClass__Group__1__Impl_in_rule__RuntimeClass__Group__16520);
+ pushFollow(FOLLOW_8);
rule__RuntimeClass__Group__1__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__RuntimeClass__Group__2_in_rule__RuntimeClass__Group__16523);
+
+ pushFollow(FOLLOW_2);
rule__RuntimeClass__Group__2();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -9652,36 +8970,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RuntimeClass__Group__1__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3219:1: rule__RuntimeClass__Group__1__Impl : ( ( rule__RuntimeClass__NameAssignment_1 ) ) ;
+ // InternalETPhys.g:3218:1: rule__RuntimeClass__Group__1__Impl : ( ( rule__RuntimeClass__NameAssignment_1 ) ) ;
public final void rule__RuntimeClass__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3223:1: ( ( ( rule__RuntimeClass__NameAssignment_1 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3224:1: ( ( rule__RuntimeClass__NameAssignment_1 ) )
+ // InternalETPhys.g:3222:1: ( ( ( rule__RuntimeClass__NameAssignment_1 ) ) )
+ // InternalETPhys.g:3223:1: ( ( rule__RuntimeClass__NameAssignment_1 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3224:1: ( ( rule__RuntimeClass__NameAssignment_1 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3225:1: ( rule__RuntimeClass__NameAssignment_1 )
+ // InternalETPhys.g:3223:1: ( ( rule__RuntimeClass__NameAssignment_1 ) )
+ // InternalETPhys.g:3224:1: ( rule__RuntimeClass__NameAssignment_1 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getRuntimeClassAccess().getNameAssignment_1());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3226:1: ( rule__RuntimeClass__NameAssignment_1 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3226:2: rule__RuntimeClass__NameAssignment_1
+ before(grammarAccess.getRuntimeClassAccess().getNameAssignment_1());
+ // InternalETPhys.g:3225:1: ( rule__RuntimeClass__NameAssignment_1 )
+ // InternalETPhys.g:3225:2: rule__RuntimeClass__NameAssignment_1
{
- pushFollow(FOLLOW_rule__RuntimeClass__NameAssignment_1_in_rule__RuntimeClass__Group__1__Impl6550);
+ pushFollow(FOLLOW_2);
rule__RuntimeClass__NameAssignment_1();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getRuntimeClassAccess().getNameAssignment_1());
}
+ after(grammarAccess.getRuntimeClassAccess().getNameAssignment_1());
+
}
@@ -9703,25 +9017,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RuntimeClass__Group__2"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3236:1: rule__RuntimeClass__Group__2 : rule__RuntimeClass__Group__2__Impl rule__RuntimeClass__Group__3 ;
+ // InternalETPhys.g:3235:1: rule__RuntimeClass__Group__2 : rule__RuntimeClass__Group__2__Impl rule__RuntimeClass__Group__3 ;
public final void rule__RuntimeClass__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3240:1: ( rule__RuntimeClass__Group__2__Impl rule__RuntimeClass__Group__3 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3241:2: rule__RuntimeClass__Group__2__Impl rule__RuntimeClass__Group__3
+ // InternalETPhys.g:3239:1: ( rule__RuntimeClass__Group__2__Impl rule__RuntimeClass__Group__3 )
+ // InternalETPhys.g:3240:2: rule__RuntimeClass__Group__2__Impl rule__RuntimeClass__Group__3
{
- pushFollow(FOLLOW_rule__RuntimeClass__Group__2__Impl_in_rule__RuntimeClass__Group__26580);
+ pushFollow(FOLLOW_8);
rule__RuntimeClass__Group__2__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__RuntimeClass__Group__3_in_rule__RuntimeClass__Group__26583);
+
+ pushFollow(FOLLOW_2);
rule__RuntimeClass__Group__3();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -9741,22 +9055,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RuntimeClass__Group__2__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3248:1: rule__RuntimeClass__Group__2__Impl : ( ( rule__RuntimeClass__DocuAssignment_2 )? ) ;
+ // InternalETPhys.g:3247:1: rule__RuntimeClass__Group__2__Impl : ( ( rule__RuntimeClass__DocuAssignment_2 )? ) ;
public final void rule__RuntimeClass__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3252:1: ( ( ( rule__RuntimeClass__DocuAssignment_2 )? ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3253:1: ( ( rule__RuntimeClass__DocuAssignment_2 )? )
+ // InternalETPhys.g:3251:1: ( ( ( rule__RuntimeClass__DocuAssignment_2 )? ) )
+ // InternalETPhys.g:3252:1: ( ( rule__RuntimeClass__DocuAssignment_2 )? )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3253:1: ( ( rule__RuntimeClass__DocuAssignment_2 )? )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3254:1: ( rule__RuntimeClass__DocuAssignment_2 )?
+ // InternalETPhys.g:3252:1: ( ( rule__RuntimeClass__DocuAssignment_2 )? )
+ // InternalETPhys.g:3253:1: ( rule__RuntimeClass__DocuAssignment_2 )?
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getRuntimeClassAccess().getDocuAssignment_2());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3255:1: ( rule__RuntimeClass__DocuAssignment_2 )?
+ before(grammarAccess.getRuntimeClassAccess().getDocuAssignment_2());
+ // InternalETPhys.g:3254:1: ( rule__RuntimeClass__DocuAssignment_2 )?
int alt28=2;
int LA28_0 = input.LA(1);
@@ -9765,22 +9077,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
switch (alt28) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3255:2: rule__RuntimeClass__DocuAssignment_2
+ // InternalETPhys.g:3254:2: rule__RuntimeClass__DocuAssignment_2
{
- pushFollow(FOLLOW_rule__RuntimeClass__DocuAssignment_2_in_rule__RuntimeClass__Group__2__Impl6610);
+ pushFollow(FOLLOW_2);
rule__RuntimeClass__DocuAssignment_2();
state._fsp--;
- if (state.failed) return ;
+
}
break;
}
- if ( state.backtracking==0 ) {
- after(grammarAccess.getRuntimeClassAccess().getDocuAssignment_2());
- }
+ after(grammarAccess.getRuntimeClassAccess().getDocuAssignment_2());
}
@@ -9803,25 +9113,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RuntimeClass__Group__3"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3265:1: rule__RuntimeClass__Group__3 : rule__RuntimeClass__Group__3__Impl rule__RuntimeClass__Group__4 ;
+ // InternalETPhys.g:3264:1: rule__RuntimeClass__Group__3 : rule__RuntimeClass__Group__3__Impl rule__RuntimeClass__Group__4 ;
public final void rule__RuntimeClass__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3269:1: ( rule__RuntimeClass__Group__3__Impl rule__RuntimeClass__Group__4 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3270:2: rule__RuntimeClass__Group__3__Impl rule__RuntimeClass__Group__4
+ // InternalETPhys.g:3268:1: ( rule__RuntimeClass__Group__3__Impl rule__RuntimeClass__Group__4 )
+ // InternalETPhys.g:3269:2: rule__RuntimeClass__Group__3__Impl rule__RuntimeClass__Group__4
{
- pushFollow(FOLLOW_rule__RuntimeClass__Group__3__Impl_in_rule__RuntimeClass__Group__36641);
+ pushFollow(FOLLOW_22);
rule__RuntimeClass__Group__3__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__RuntimeClass__Group__4_in_rule__RuntimeClass__Group__36644);
+
+ pushFollow(FOLLOW_2);
rule__RuntimeClass__Group__4();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -9841,25 +9151,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RuntimeClass__Group__3__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3277:1: rule__RuntimeClass__Group__3__Impl : ( '{' ) ;
+ // InternalETPhys.g:3276:1: rule__RuntimeClass__Group__3__Impl : ( '{' ) ;
public final void rule__RuntimeClass__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3281:1: ( ( '{' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3282:1: ( '{' )
+ // InternalETPhys.g:3280:1: ( ( '{' ) )
+ // InternalETPhys.g:3281:1: ( '{' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3282:1: ( '{' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3283:1: '{'
+ // InternalETPhys.g:3281:1: ( '{' )
+ // InternalETPhys.g:3282:1: '{'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getRuntimeClassAccess().getLeftCurlyBracketKeyword_3());
- }
- match(input,30,FOLLOW_30_in_rule__RuntimeClass__Group__3__Impl6672); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getRuntimeClassAccess().getLeftCurlyBracketKeyword_3());
- }
+ before(grammarAccess.getRuntimeClassAccess().getLeftCurlyBracketKeyword_3());
+ match(input,30,FOLLOW_2);
+ after(grammarAccess.getRuntimeClassAccess().getLeftCurlyBracketKeyword_3());
}
@@ -9882,25 +9188,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RuntimeClass__Group__4"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3296:1: rule__RuntimeClass__Group__4 : rule__RuntimeClass__Group__4__Impl rule__RuntimeClass__Group__5 ;
+ // InternalETPhys.g:3295:1: rule__RuntimeClass__Group__4 : rule__RuntimeClass__Group__4__Impl rule__RuntimeClass__Group__5 ;
public final void rule__RuntimeClass__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3300:1: ( rule__RuntimeClass__Group__4__Impl rule__RuntimeClass__Group__5 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3301:2: rule__RuntimeClass__Group__4__Impl rule__RuntimeClass__Group__5
+ // InternalETPhys.g:3299:1: ( rule__RuntimeClass__Group__4__Impl rule__RuntimeClass__Group__5 )
+ // InternalETPhys.g:3300:2: rule__RuntimeClass__Group__4__Impl rule__RuntimeClass__Group__5
{
- pushFollow(FOLLOW_rule__RuntimeClass__Group__4__Impl_in_rule__RuntimeClass__Group__46703);
+ pushFollow(FOLLOW_16);
rule__RuntimeClass__Group__4__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__RuntimeClass__Group__5_in_rule__RuntimeClass__Group__46706);
+
+ pushFollow(FOLLOW_2);
rule__RuntimeClass__Group__5();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -9920,25 +9226,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RuntimeClass__Group__4__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3308:1: rule__RuntimeClass__Group__4__Impl : ( 'model' ) ;
+ // InternalETPhys.g:3307:1: rule__RuntimeClass__Group__4__Impl : ( 'model' ) ;
public final void rule__RuntimeClass__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3312:1: ( ( 'model' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3313:1: ( 'model' )
+ // InternalETPhys.g:3311:1: ( ( 'model' ) )
+ // InternalETPhys.g:3312:1: ( 'model' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3313:1: ( 'model' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3314:1: 'model'
+ // InternalETPhys.g:3312:1: ( 'model' )
+ // InternalETPhys.g:3313:1: 'model'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getRuntimeClassAccess().getModelKeyword_4());
- }
- match(input,14,FOLLOW_14_in_rule__RuntimeClass__Group__4__Impl6734); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getRuntimeClassAccess().getModelKeyword_4());
- }
+ before(grammarAccess.getRuntimeClassAccess().getModelKeyword_4());
+ match(input,14,FOLLOW_2);
+ after(grammarAccess.getRuntimeClassAccess().getModelKeyword_4());
}
@@ -9961,25 +9263,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RuntimeClass__Group__5"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3327:1: rule__RuntimeClass__Group__5 : rule__RuntimeClass__Group__5__Impl rule__RuntimeClass__Group__6 ;
+ // InternalETPhys.g:3326:1: rule__RuntimeClass__Group__5 : rule__RuntimeClass__Group__5__Impl rule__RuntimeClass__Group__6 ;
public final void rule__RuntimeClass__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3331:1: ( rule__RuntimeClass__Group__5__Impl rule__RuntimeClass__Group__6 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3332:2: rule__RuntimeClass__Group__5__Impl rule__RuntimeClass__Group__6
+ // InternalETPhys.g:3330:1: ( rule__RuntimeClass__Group__5__Impl rule__RuntimeClass__Group__6 )
+ // InternalETPhys.g:3331:2: rule__RuntimeClass__Group__5__Impl rule__RuntimeClass__Group__6
{
- pushFollow(FOLLOW_rule__RuntimeClass__Group__5__Impl_in_rule__RuntimeClass__Group__56765);
+ pushFollow(FOLLOW_23);
rule__RuntimeClass__Group__5__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__RuntimeClass__Group__6_in_rule__RuntimeClass__Group__56768);
+
+ pushFollow(FOLLOW_2);
rule__RuntimeClass__Group__6();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -9999,25 +9301,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RuntimeClass__Group__5__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3339:1: rule__RuntimeClass__Group__5__Impl : ( '=' ) ;
+ // InternalETPhys.g:3338:1: rule__RuntimeClass__Group__5__Impl : ( '=' ) ;
public final void rule__RuntimeClass__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3343:1: ( ( '=' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3344:1: ( '=' )
+ // InternalETPhys.g:3342:1: ( ( '=' ) )
+ // InternalETPhys.g:3343:1: ( '=' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3344:1: ( '=' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3345:1: '='
+ // InternalETPhys.g:3343:1: ( '=' )
+ // InternalETPhys.g:3344:1: '='
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getRuntimeClassAccess().getEqualsSignKeyword_5());
- }
- match(input,37,FOLLOW_37_in_rule__RuntimeClass__Group__5__Impl6796); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getRuntimeClassAccess().getEqualsSignKeyword_5());
- }
+ before(grammarAccess.getRuntimeClassAccess().getEqualsSignKeyword_5());
+ match(input,37,FOLLOW_2);
+ after(grammarAccess.getRuntimeClassAccess().getEqualsSignKeyword_5());
}
@@ -10040,25 +9338,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RuntimeClass__Group__6"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3358:1: rule__RuntimeClass__Group__6 : rule__RuntimeClass__Group__6__Impl rule__RuntimeClass__Group__7 ;
+ // InternalETPhys.g:3357:1: rule__RuntimeClass__Group__6 : rule__RuntimeClass__Group__6__Impl rule__RuntimeClass__Group__7 ;
public final void rule__RuntimeClass__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3362:1: ( rule__RuntimeClass__Group__6__Impl rule__RuntimeClass__Group__7 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3363:2: rule__RuntimeClass__Group__6__Impl rule__RuntimeClass__Group__7
+ // InternalETPhys.g:3361:1: ( rule__RuntimeClass__Group__6__Impl rule__RuntimeClass__Group__7 )
+ // InternalETPhys.g:3362:2: rule__RuntimeClass__Group__6__Impl rule__RuntimeClass__Group__7
{
- pushFollow(FOLLOW_rule__RuntimeClass__Group__6__Impl_in_rule__RuntimeClass__Group__66827);
+ pushFollow(FOLLOW_19);
rule__RuntimeClass__Group__6__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__RuntimeClass__Group__7_in_rule__RuntimeClass__Group__66830);
+
+ pushFollow(FOLLOW_2);
rule__RuntimeClass__Group__7();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -10078,36 +9376,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RuntimeClass__Group__6__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3370:1: rule__RuntimeClass__Group__6__Impl : ( ( rule__RuntimeClass__ThreadModelAssignment_6 ) ) ;
+ // InternalETPhys.g:3369:1: rule__RuntimeClass__Group__6__Impl : ( ( rule__RuntimeClass__ThreadModelAssignment_6 ) ) ;
public final void rule__RuntimeClass__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3374:1: ( ( ( rule__RuntimeClass__ThreadModelAssignment_6 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3375:1: ( ( rule__RuntimeClass__ThreadModelAssignment_6 ) )
+ // InternalETPhys.g:3373:1: ( ( ( rule__RuntimeClass__ThreadModelAssignment_6 ) ) )
+ // InternalETPhys.g:3374:1: ( ( rule__RuntimeClass__ThreadModelAssignment_6 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3375:1: ( ( rule__RuntimeClass__ThreadModelAssignment_6 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3376:1: ( rule__RuntimeClass__ThreadModelAssignment_6 )
+ // InternalETPhys.g:3374:1: ( ( rule__RuntimeClass__ThreadModelAssignment_6 ) )
+ // InternalETPhys.g:3375:1: ( rule__RuntimeClass__ThreadModelAssignment_6 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getRuntimeClassAccess().getThreadModelAssignment_6());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3377:1: ( rule__RuntimeClass__ThreadModelAssignment_6 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3377:2: rule__RuntimeClass__ThreadModelAssignment_6
+ before(grammarAccess.getRuntimeClassAccess().getThreadModelAssignment_6());
+ // InternalETPhys.g:3376:1: ( rule__RuntimeClass__ThreadModelAssignment_6 )
+ // InternalETPhys.g:3376:2: rule__RuntimeClass__ThreadModelAssignment_6
{
- pushFollow(FOLLOW_rule__RuntimeClass__ThreadModelAssignment_6_in_rule__RuntimeClass__Group__6__Impl6857);
+ pushFollow(FOLLOW_2);
rule__RuntimeClass__ThreadModelAssignment_6();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getRuntimeClassAccess().getThreadModelAssignment_6());
}
+ after(grammarAccess.getRuntimeClassAccess().getThreadModelAssignment_6());
+
}
@@ -10129,20 +9423,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RuntimeClass__Group__7"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3387:1: rule__RuntimeClass__Group__7 : rule__RuntimeClass__Group__7__Impl ;
+ // InternalETPhys.g:3386:1: rule__RuntimeClass__Group__7 : rule__RuntimeClass__Group__7__Impl ;
public final void rule__RuntimeClass__Group__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3391:1: ( rule__RuntimeClass__Group__7__Impl )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3392:2: rule__RuntimeClass__Group__7__Impl
+ // InternalETPhys.g:3390:1: ( rule__RuntimeClass__Group__7__Impl )
+ // InternalETPhys.g:3391:2: rule__RuntimeClass__Group__7__Impl
{
- pushFollow(FOLLOW_rule__RuntimeClass__Group__7__Impl_in_rule__RuntimeClass__Group__76887);
+ pushFollow(FOLLOW_2);
rule__RuntimeClass__Group__7__Impl();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -10162,25 +9456,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RuntimeClass__Group__7__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3398:1: rule__RuntimeClass__Group__7__Impl : ( '}' ) ;
+ // InternalETPhys.g:3397:1: rule__RuntimeClass__Group__7__Impl : ( '}' ) ;
public final void rule__RuntimeClass__Group__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3402:1: ( ( '}' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3403:1: ( '}' )
+ // InternalETPhys.g:3401:1: ( ( '}' ) )
+ // InternalETPhys.g:3402:1: ( '}' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3403:1: ( '}' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3404:1: '}'
+ // InternalETPhys.g:3402:1: ( '}' )
+ // InternalETPhys.g:3403:1: '}'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getRuntimeClassAccess().getRightCurlyBracketKeyword_7());
- }
- match(input,31,FOLLOW_31_in_rule__RuntimeClass__Group__7__Impl6915); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getRuntimeClassAccess().getRightCurlyBracketKeyword_7());
- }
+ before(grammarAccess.getRuntimeClassAccess().getRightCurlyBracketKeyword_7());
+ match(input,31,FOLLOW_2);
+ after(grammarAccess.getRuntimeClassAccess().getRightCurlyBracketKeyword_7());
}
@@ -10203,25 +9493,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__KeyValue__Group__0"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3436:1: rule__KeyValue__Group__0 : rule__KeyValue__Group__0__Impl rule__KeyValue__Group__1 ;
+ // InternalETPhys.g:3435:1: rule__KeyValue__Group__0 : rule__KeyValue__Group__0__Impl rule__KeyValue__Group__1 ;
public final void rule__KeyValue__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3440:1: ( rule__KeyValue__Group__0__Impl rule__KeyValue__Group__1 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3441:2: rule__KeyValue__Group__0__Impl rule__KeyValue__Group__1
+ // InternalETPhys.g:3439:1: ( rule__KeyValue__Group__0__Impl rule__KeyValue__Group__1 )
+ // InternalETPhys.g:3440:2: rule__KeyValue__Group__0__Impl rule__KeyValue__Group__1
{
- pushFollow(FOLLOW_rule__KeyValue__Group__0__Impl_in_rule__KeyValue__Group__06965);
+ pushFollow(FOLLOW_16);
rule__KeyValue__Group__0__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__KeyValue__Group__1_in_rule__KeyValue__Group__06968);
+
+ pushFollow(FOLLOW_2);
rule__KeyValue__Group__1();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -10241,36 +9531,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__KeyValue__Group__0__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3448:1: rule__KeyValue__Group__0__Impl : ( ( rule__KeyValue__KeyAssignment_0 ) ) ;
+ // InternalETPhys.g:3447:1: rule__KeyValue__Group__0__Impl : ( ( rule__KeyValue__KeyAssignment_0 ) ) ;
public final void rule__KeyValue__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3452:1: ( ( ( rule__KeyValue__KeyAssignment_0 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3453:1: ( ( rule__KeyValue__KeyAssignment_0 ) )
+ // InternalETPhys.g:3451:1: ( ( ( rule__KeyValue__KeyAssignment_0 ) ) )
+ // InternalETPhys.g:3452:1: ( ( rule__KeyValue__KeyAssignment_0 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3453:1: ( ( rule__KeyValue__KeyAssignment_0 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3454:1: ( rule__KeyValue__KeyAssignment_0 )
+ // InternalETPhys.g:3452:1: ( ( rule__KeyValue__KeyAssignment_0 ) )
+ // InternalETPhys.g:3453:1: ( rule__KeyValue__KeyAssignment_0 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getKeyValueAccess().getKeyAssignment_0());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3455:1: ( rule__KeyValue__KeyAssignment_0 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3455:2: rule__KeyValue__KeyAssignment_0
+ before(grammarAccess.getKeyValueAccess().getKeyAssignment_0());
+ // InternalETPhys.g:3454:1: ( rule__KeyValue__KeyAssignment_0 )
+ // InternalETPhys.g:3454:2: rule__KeyValue__KeyAssignment_0
{
- pushFollow(FOLLOW_rule__KeyValue__KeyAssignment_0_in_rule__KeyValue__Group__0__Impl6995);
+ pushFollow(FOLLOW_2);
rule__KeyValue__KeyAssignment_0();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getKeyValueAccess().getKeyAssignment_0());
}
+ after(grammarAccess.getKeyValueAccess().getKeyAssignment_0());
+
}
@@ -10292,25 +9578,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__KeyValue__Group__1"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3465:1: rule__KeyValue__Group__1 : rule__KeyValue__Group__1__Impl rule__KeyValue__Group__2 ;
+ // InternalETPhys.g:3464:1: rule__KeyValue__Group__1 : rule__KeyValue__Group__1__Impl rule__KeyValue__Group__2 ;
public final void rule__KeyValue__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3469:1: ( rule__KeyValue__Group__1__Impl rule__KeyValue__Group__2 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3470:2: rule__KeyValue__Group__1__Impl rule__KeyValue__Group__2
+ // InternalETPhys.g:3468:1: ( rule__KeyValue__Group__1__Impl rule__KeyValue__Group__2 )
+ // InternalETPhys.g:3469:2: rule__KeyValue__Group__1__Impl rule__KeyValue__Group__2
{
- pushFollow(FOLLOW_rule__KeyValue__Group__1__Impl_in_rule__KeyValue__Group__17025);
+ pushFollow(FOLLOW_24);
rule__KeyValue__Group__1__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__KeyValue__Group__2_in_rule__KeyValue__Group__17028);
+
+ pushFollow(FOLLOW_2);
rule__KeyValue__Group__2();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -10330,25 +9616,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__KeyValue__Group__1__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3477:1: rule__KeyValue__Group__1__Impl : ( '=' ) ;
+ // InternalETPhys.g:3476:1: rule__KeyValue__Group__1__Impl : ( '=' ) ;
public final void rule__KeyValue__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3481:1: ( ( '=' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3482:1: ( '=' )
+ // InternalETPhys.g:3480:1: ( ( '=' ) )
+ // InternalETPhys.g:3481:1: ( '=' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3482:1: ( '=' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3483:1: '='
+ // InternalETPhys.g:3481:1: ( '=' )
+ // InternalETPhys.g:3482:1: '='
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getKeyValueAccess().getEqualsSignKeyword_1());
- }
- match(input,37,FOLLOW_37_in_rule__KeyValue__Group__1__Impl7056); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getKeyValueAccess().getEqualsSignKeyword_1());
- }
+ before(grammarAccess.getKeyValueAccess().getEqualsSignKeyword_1());
+ match(input,37,FOLLOW_2);
+ after(grammarAccess.getKeyValueAccess().getEqualsSignKeyword_1());
}
@@ -10371,20 +9653,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__KeyValue__Group__2"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3496:1: rule__KeyValue__Group__2 : rule__KeyValue__Group__2__Impl ;
+ // InternalETPhys.g:3495:1: rule__KeyValue__Group__2 : rule__KeyValue__Group__2__Impl ;
public final void rule__KeyValue__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3500:1: ( rule__KeyValue__Group__2__Impl )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3501:2: rule__KeyValue__Group__2__Impl
+ // InternalETPhys.g:3499:1: ( rule__KeyValue__Group__2__Impl )
+ // InternalETPhys.g:3500:2: rule__KeyValue__Group__2__Impl
{
- pushFollow(FOLLOW_rule__KeyValue__Group__2__Impl_in_rule__KeyValue__Group__27087);
+ pushFollow(FOLLOW_2);
rule__KeyValue__Group__2__Impl();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -10404,36 +9686,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__KeyValue__Group__2__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3507:1: rule__KeyValue__Group__2__Impl : ( ( rule__KeyValue__ValueAssignment_2 ) ) ;
+ // InternalETPhys.g:3506:1: rule__KeyValue__Group__2__Impl : ( ( rule__KeyValue__ValueAssignment_2 ) ) ;
public final void rule__KeyValue__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3511:1: ( ( ( rule__KeyValue__ValueAssignment_2 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3512:1: ( ( rule__KeyValue__ValueAssignment_2 ) )
+ // InternalETPhys.g:3510:1: ( ( ( rule__KeyValue__ValueAssignment_2 ) ) )
+ // InternalETPhys.g:3511:1: ( ( rule__KeyValue__ValueAssignment_2 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3512:1: ( ( rule__KeyValue__ValueAssignment_2 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3513:1: ( rule__KeyValue__ValueAssignment_2 )
+ // InternalETPhys.g:3511:1: ( ( rule__KeyValue__ValueAssignment_2 ) )
+ // InternalETPhys.g:3512:1: ( rule__KeyValue__ValueAssignment_2 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getKeyValueAccess().getValueAssignment_2());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3514:1: ( rule__KeyValue__ValueAssignment_2 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3514:2: rule__KeyValue__ValueAssignment_2
+ before(grammarAccess.getKeyValueAccess().getValueAssignment_2());
+ // InternalETPhys.g:3513:1: ( rule__KeyValue__ValueAssignment_2 )
+ // InternalETPhys.g:3513:2: rule__KeyValue__ValueAssignment_2
{
- pushFollow(FOLLOW_rule__KeyValue__ValueAssignment_2_in_rule__KeyValue__Group__2__Impl7114);
+ pushFollow(FOLLOW_2);
rule__KeyValue__ValueAssignment_2();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getKeyValueAccess().getValueAssignment_2());
}
+ after(grammarAccess.getKeyValueAccess().getValueAssignment_2());
+
}
@@ -10455,25 +9733,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleAnnotationAttribute__Group__0"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3533:1: rule__SimpleAnnotationAttribute__Group__0 : rule__SimpleAnnotationAttribute__Group__0__Impl rule__SimpleAnnotationAttribute__Group__1 ;
+ // InternalETPhys.g:3532:1: rule__SimpleAnnotationAttribute__Group__0 : rule__SimpleAnnotationAttribute__Group__0__Impl rule__SimpleAnnotationAttribute__Group__1 ;
public final void rule__SimpleAnnotationAttribute__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3537:1: ( rule__SimpleAnnotationAttribute__Group__0__Impl rule__SimpleAnnotationAttribute__Group__1 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3538:2: rule__SimpleAnnotationAttribute__Group__0__Impl rule__SimpleAnnotationAttribute__Group__1
+ // InternalETPhys.g:3536:1: ( rule__SimpleAnnotationAttribute__Group__0__Impl rule__SimpleAnnotationAttribute__Group__1 )
+ // InternalETPhys.g:3537:2: rule__SimpleAnnotationAttribute__Group__0__Impl rule__SimpleAnnotationAttribute__Group__1
{
- pushFollow(FOLLOW_rule__SimpleAnnotationAttribute__Group__0__Impl_in_rule__SimpleAnnotationAttribute__Group__07153);
+ pushFollow(FOLLOW_25);
rule__SimpleAnnotationAttribute__Group__0__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__SimpleAnnotationAttribute__Group__1_in_rule__SimpleAnnotationAttribute__Group__07156);
+
+ pushFollow(FOLLOW_2);
rule__SimpleAnnotationAttribute__Group__1();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -10493,36 +9771,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleAnnotationAttribute__Group__0__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3545:1: rule__SimpleAnnotationAttribute__Group__0__Impl : ( ( rule__SimpleAnnotationAttribute__Alternatives_0 ) ) ;
+ // InternalETPhys.g:3544:1: rule__SimpleAnnotationAttribute__Group__0__Impl : ( ( rule__SimpleAnnotationAttribute__Alternatives_0 ) ) ;
public final void rule__SimpleAnnotationAttribute__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3549:1: ( ( ( rule__SimpleAnnotationAttribute__Alternatives_0 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3550:1: ( ( rule__SimpleAnnotationAttribute__Alternatives_0 ) )
+ // InternalETPhys.g:3548:1: ( ( ( rule__SimpleAnnotationAttribute__Alternatives_0 ) ) )
+ // InternalETPhys.g:3549:1: ( ( rule__SimpleAnnotationAttribute__Alternatives_0 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3550:1: ( ( rule__SimpleAnnotationAttribute__Alternatives_0 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3551:1: ( rule__SimpleAnnotationAttribute__Alternatives_0 )
+ // InternalETPhys.g:3549:1: ( ( rule__SimpleAnnotationAttribute__Alternatives_0 ) )
+ // InternalETPhys.g:3550:1: ( rule__SimpleAnnotationAttribute__Alternatives_0 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getSimpleAnnotationAttributeAccess().getAlternatives_0());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3552:1: ( rule__SimpleAnnotationAttribute__Alternatives_0 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3552:2: rule__SimpleAnnotationAttribute__Alternatives_0
+ before(grammarAccess.getSimpleAnnotationAttributeAccess().getAlternatives_0());
+ // InternalETPhys.g:3551:1: ( rule__SimpleAnnotationAttribute__Alternatives_0 )
+ // InternalETPhys.g:3551:2: rule__SimpleAnnotationAttribute__Alternatives_0
{
- pushFollow(FOLLOW_rule__SimpleAnnotationAttribute__Alternatives_0_in_rule__SimpleAnnotationAttribute__Group__0__Impl7183);
+ pushFollow(FOLLOW_2);
rule__SimpleAnnotationAttribute__Alternatives_0();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getSimpleAnnotationAttributeAccess().getAlternatives_0());
}
+ after(grammarAccess.getSimpleAnnotationAttributeAccess().getAlternatives_0());
+
}
@@ -10544,25 +9818,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleAnnotationAttribute__Group__1"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3562:1: rule__SimpleAnnotationAttribute__Group__1 : rule__SimpleAnnotationAttribute__Group__1__Impl rule__SimpleAnnotationAttribute__Group__2 ;
+ // InternalETPhys.g:3561:1: rule__SimpleAnnotationAttribute__Group__1 : rule__SimpleAnnotationAttribute__Group__1__Impl rule__SimpleAnnotationAttribute__Group__2 ;
public final void rule__SimpleAnnotationAttribute__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3566:1: ( rule__SimpleAnnotationAttribute__Group__1__Impl rule__SimpleAnnotationAttribute__Group__2 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3567:2: rule__SimpleAnnotationAttribute__Group__1__Impl rule__SimpleAnnotationAttribute__Group__2
+ // InternalETPhys.g:3565:1: ( rule__SimpleAnnotationAttribute__Group__1__Impl rule__SimpleAnnotationAttribute__Group__2 )
+ // InternalETPhys.g:3566:2: rule__SimpleAnnotationAttribute__Group__1__Impl rule__SimpleAnnotationAttribute__Group__2
{
- pushFollow(FOLLOW_rule__SimpleAnnotationAttribute__Group__1__Impl_in_rule__SimpleAnnotationAttribute__Group__17213);
+ pushFollow(FOLLOW_3);
rule__SimpleAnnotationAttribute__Group__1__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__SimpleAnnotationAttribute__Group__2_in_rule__SimpleAnnotationAttribute__Group__17216);
+
+ pushFollow(FOLLOW_2);
rule__SimpleAnnotationAttribute__Group__2();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -10582,25 +9856,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleAnnotationAttribute__Group__1__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3574:1: rule__SimpleAnnotationAttribute__Group__1__Impl : ( 'attribute' ) ;
+ // InternalETPhys.g:3573:1: rule__SimpleAnnotationAttribute__Group__1__Impl : ( 'attribute' ) ;
public final void rule__SimpleAnnotationAttribute__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3578:1: ( ( 'attribute' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3579:1: ( 'attribute' )
+ // InternalETPhys.g:3577:1: ( ( 'attribute' ) )
+ // InternalETPhys.g:3578:1: ( 'attribute' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3579:1: ( 'attribute' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3580:1: 'attribute'
+ // InternalETPhys.g:3578:1: ( 'attribute' )
+ // InternalETPhys.g:3579:1: 'attribute'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getSimpleAnnotationAttributeAccess().getAttributeKeyword_1());
- }
- match(input,47,FOLLOW_47_in_rule__SimpleAnnotationAttribute__Group__1__Impl7244); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getSimpleAnnotationAttributeAccess().getAttributeKeyword_1());
- }
+ before(grammarAccess.getSimpleAnnotationAttributeAccess().getAttributeKeyword_1());
+ match(input,47,FOLLOW_2);
+ after(grammarAccess.getSimpleAnnotationAttributeAccess().getAttributeKeyword_1());
}
@@ -10623,25 +9893,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleAnnotationAttribute__Group__2"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3593:1: rule__SimpleAnnotationAttribute__Group__2 : rule__SimpleAnnotationAttribute__Group__2__Impl rule__SimpleAnnotationAttribute__Group__3 ;
+ // InternalETPhys.g:3592:1: rule__SimpleAnnotationAttribute__Group__2 : rule__SimpleAnnotationAttribute__Group__2__Impl rule__SimpleAnnotationAttribute__Group__3 ;
public final void rule__SimpleAnnotationAttribute__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3597:1: ( rule__SimpleAnnotationAttribute__Group__2__Impl rule__SimpleAnnotationAttribute__Group__3 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3598:2: rule__SimpleAnnotationAttribute__Group__2__Impl rule__SimpleAnnotationAttribute__Group__3
+ // InternalETPhys.g:3596:1: ( rule__SimpleAnnotationAttribute__Group__2__Impl rule__SimpleAnnotationAttribute__Group__3 )
+ // InternalETPhys.g:3597:2: rule__SimpleAnnotationAttribute__Group__2__Impl rule__SimpleAnnotationAttribute__Group__3
{
- pushFollow(FOLLOW_rule__SimpleAnnotationAttribute__Group__2__Impl_in_rule__SimpleAnnotationAttribute__Group__27275);
+ pushFollow(FOLLOW_11);
rule__SimpleAnnotationAttribute__Group__2__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__SimpleAnnotationAttribute__Group__3_in_rule__SimpleAnnotationAttribute__Group__27278);
+
+ pushFollow(FOLLOW_2);
rule__SimpleAnnotationAttribute__Group__3();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -10661,36 +9931,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleAnnotationAttribute__Group__2__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3605:1: rule__SimpleAnnotationAttribute__Group__2__Impl : ( ( rule__SimpleAnnotationAttribute__NameAssignment_2 ) ) ;
+ // InternalETPhys.g:3604:1: rule__SimpleAnnotationAttribute__Group__2__Impl : ( ( rule__SimpleAnnotationAttribute__NameAssignment_2 ) ) ;
public final void rule__SimpleAnnotationAttribute__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3609:1: ( ( ( rule__SimpleAnnotationAttribute__NameAssignment_2 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3610:1: ( ( rule__SimpleAnnotationAttribute__NameAssignment_2 ) )
+ // InternalETPhys.g:3608:1: ( ( ( rule__SimpleAnnotationAttribute__NameAssignment_2 ) ) )
+ // InternalETPhys.g:3609:1: ( ( rule__SimpleAnnotationAttribute__NameAssignment_2 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3610:1: ( ( rule__SimpleAnnotationAttribute__NameAssignment_2 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3611:1: ( rule__SimpleAnnotationAttribute__NameAssignment_2 )
+ // InternalETPhys.g:3609:1: ( ( rule__SimpleAnnotationAttribute__NameAssignment_2 ) )
+ // InternalETPhys.g:3610:1: ( rule__SimpleAnnotationAttribute__NameAssignment_2 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getSimpleAnnotationAttributeAccess().getNameAssignment_2());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3612:1: ( rule__SimpleAnnotationAttribute__NameAssignment_2 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3612:2: rule__SimpleAnnotationAttribute__NameAssignment_2
+ before(grammarAccess.getSimpleAnnotationAttributeAccess().getNameAssignment_2());
+ // InternalETPhys.g:3611:1: ( rule__SimpleAnnotationAttribute__NameAssignment_2 )
+ // InternalETPhys.g:3611:2: rule__SimpleAnnotationAttribute__NameAssignment_2
{
- pushFollow(FOLLOW_rule__SimpleAnnotationAttribute__NameAssignment_2_in_rule__SimpleAnnotationAttribute__Group__2__Impl7305);
+ pushFollow(FOLLOW_2);
rule__SimpleAnnotationAttribute__NameAssignment_2();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getSimpleAnnotationAttributeAccess().getNameAssignment_2());
}
+ after(grammarAccess.getSimpleAnnotationAttributeAccess().getNameAssignment_2());
+
}
@@ -10712,25 +9978,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleAnnotationAttribute__Group__3"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3622:1: rule__SimpleAnnotationAttribute__Group__3 : rule__SimpleAnnotationAttribute__Group__3__Impl rule__SimpleAnnotationAttribute__Group__4 ;
+ // InternalETPhys.g:3621:1: rule__SimpleAnnotationAttribute__Group__3 : rule__SimpleAnnotationAttribute__Group__3__Impl rule__SimpleAnnotationAttribute__Group__4 ;
public final void rule__SimpleAnnotationAttribute__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3626:1: ( rule__SimpleAnnotationAttribute__Group__3__Impl rule__SimpleAnnotationAttribute__Group__4 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3627:2: rule__SimpleAnnotationAttribute__Group__3__Impl rule__SimpleAnnotationAttribute__Group__4
+ // InternalETPhys.g:3625:1: ( rule__SimpleAnnotationAttribute__Group__3__Impl rule__SimpleAnnotationAttribute__Group__4 )
+ // InternalETPhys.g:3626:2: rule__SimpleAnnotationAttribute__Group__3__Impl rule__SimpleAnnotationAttribute__Group__4
{
- pushFollow(FOLLOW_rule__SimpleAnnotationAttribute__Group__3__Impl_in_rule__SimpleAnnotationAttribute__Group__37335);
+ pushFollow(FOLLOW_26);
rule__SimpleAnnotationAttribute__Group__3__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__SimpleAnnotationAttribute__Group__4_in_rule__SimpleAnnotationAttribute__Group__37338);
+
+ pushFollow(FOLLOW_2);
rule__SimpleAnnotationAttribute__Group__4();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -10750,25 +10016,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleAnnotationAttribute__Group__3__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3634:1: rule__SimpleAnnotationAttribute__Group__3__Impl : ( ':' ) ;
+ // InternalETPhys.g:3633:1: rule__SimpleAnnotationAttribute__Group__3__Impl : ( ':' ) ;
public final void rule__SimpleAnnotationAttribute__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3638:1: ( ( ':' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3639:1: ( ':' )
+ // InternalETPhys.g:3637:1: ( ( ':' ) )
+ // InternalETPhys.g:3638:1: ( ':' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3639:1: ( ':' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3640:1: ':'
+ // InternalETPhys.g:3638:1: ( ':' )
+ // InternalETPhys.g:3639:1: ':'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getSimpleAnnotationAttributeAccess().getColonKeyword_3());
- }
- match(input,34,FOLLOW_34_in_rule__SimpleAnnotationAttribute__Group__3__Impl7366); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getSimpleAnnotationAttributeAccess().getColonKeyword_3());
- }
+ before(grammarAccess.getSimpleAnnotationAttributeAccess().getColonKeyword_3());
+ match(input,34,FOLLOW_2);
+ after(grammarAccess.getSimpleAnnotationAttributeAccess().getColonKeyword_3());
}
@@ -10791,20 +10053,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleAnnotationAttribute__Group__4"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3653:1: rule__SimpleAnnotationAttribute__Group__4 : rule__SimpleAnnotationAttribute__Group__4__Impl ;
+ // InternalETPhys.g:3652:1: rule__SimpleAnnotationAttribute__Group__4 : rule__SimpleAnnotationAttribute__Group__4__Impl ;
public final void rule__SimpleAnnotationAttribute__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3657:1: ( rule__SimpleAnnotationAttribute__Group__4__Impl )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3658:2: rule__SimpleAnnotationAttribute__Group__4__Impl
+ // InternalETPhys.g:3656:1: ( rule__SimpleAnnotationAttribute__Group__4__Impl )
+ // InternalETPhys.g:3657:2: rule__SimpleAnnotationAttribute__Group__4__Impl
{
- pushFollow(FOLLOW_rule__SimpleAnnotationAttribute__Group__4__Impl_in_rule__SimpleAnnotationAttribute__Group__47397);
+ pushFollow(FOLLOW_2);
rule__SimpleAnnotationAttribute__Group__4__Impl();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -10824,36 +10086,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleAnnotationAttribute__Group__4__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3664:1: rule__SimpleAnnotationAttribute__Group__4__Impl : ( ( rule__SimpleAnnotationAttribute__TypeAssignment_4 ) ) ;
+ // InternalETPhys.g:3663:1: rule__SimpleAnnotationAttribute__Group__4__Impl : ( ( rule__SimpleAnnotationAttribute__TypeAssignment_4 ) ) ;
public final void rule__SimpleAnnotationAttribute__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3668:1: ( ( ( rule__SimpleAnnotationAttribute__TypeAssignment_4 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3669:1: ( ( rule__SimpleAnnotationAttribute__TypeAssignment_4 ) )
+ // InternalETPhys.g:3667:1: ( ( ( rule__SimpleAnnotationAttribute__TypeAssignment_4 ) ) )
+ // InternalETPhys.g:3668:1: ( ( rule__SimpleAnnotationAttribute__TypeAssignment_4 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3669:1: ( ( rule__SimpleAnnotationAttribute__TypeAssignment_4 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3670:1: ( rule__SimpleAnnotationAttribute__TypeAssignment_4 )
+ // InternalETPhys.g:3668:1: ( ( rule__SimpleAnnotationAttribute__TypeAssignment_4 ) )
+ // InternalETPhys.g:3669:1: ( rule__SimpleAnnotationAttribute__TypeAssignment_4 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getSimpleAnnotationAttributeAccess().getTypeAssignment_4());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3671:1: ( rule__SimpleAnnotationAttribute__TypeAssignment_4 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3671:2: rule__SimpleAnnotationAttribute__TypeAssignment_4
+ before(grammarAccess.getSimpleAnnotationAttributeAccess().getTypeAssignment_4());
+ // InternalETPhys.g:3670:1: ( rule__SimpleAnnotationAttribute__TypeAssignment_4 )
+ // InternalETPhys.g:3670:2: rule__SimpleAnnotationAttribute__TypeAssignment_4
{
- pushFollow(FOLLOW_rule__SimpleAnnotationAttribute__TypeAssignment_4_in_rule__SimpleAnnotationAttribute__Group__4__Impl7424);
+ pushFollow(FOLLOW_2);
rule__SimpleAnnotationAttribute__TypeAssignment_4();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getSimpleAnnotationAttributeAccess().getTypeAssignment_4());
}
+ after(grammarAccess.getSimpleAnnotationAttributeAccess().getTypeAssignment_4());
+
}
@@ -10875,25 +10133,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumAnnotationAttribute__Group__0"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3691:1: rule__EnumAnnotationAttribute__Group__0 : rule__EnumAnnotationAttribute__Group__0__Impl rule__EnumAnnotationAttribute__Group__1 ;
+ // InternalETPhys.g:3690:1: rule__EnumAnnotationAttribute__Group__0 : rule__EnumAnnotationAttribute__Group__0__Impl rule__EnumAnnotationAttribute__Group__1 ;
public final void rule__EnumAnnotationAttribute__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3695:1: ( rule__EnumAnnotationAttribute__Group__0__Impl rule__EnumAnnotationAttribute__Group__1 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3696:2: rule__EnumAnnotationAttribute__Group__0__Impl rule__EnumAnnotationAttribute__Group__1
+ // InternalETPhys.g:3694:1: ( rule__EnumAnnotationAttribute__Group__0__Impl rule__EnumAnnotationAttribute__Group__1 )
+ // InternalETPhys.g:3695:2: rule__EnumAnnotationAttribute__Group__0__Impl rule__EnumAnnotationAttribute__Group__1
{
- pushFollow(FOLLOW_rule__EnumAnnotationAttribute__Group__0__Impl_in_rule__EnumAnnotationAttribute__Group__07464);
+ pushFollow(FOLLOW_25);
rule__EnumAnnotationAttribute__Group__0__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__EnumAnnotationAttribute__Group__1_in_rule__EnumAnnotationAttribute__Group__07467);
+
+ pushFollow(FOLLOW_2);
rule__EnumAnnotationAttribute__Group__1();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -10913,36 +10171,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumAnnotationAttribute__Group__0__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3703:1: rule__EnumAnnotationAttribute__Group__0__Impl : ( ( rule__EnumAnnotationAttribute__Alternatives_0 ) ) ;
+ // InternalETPhys.g:3702:1: rule__EnumAnnotationAttribute__Group__0__Impl : ( ( rule__EnumAnnotationAttribute__Alternatives_0 ) ) ;
public final void rule__EnumAnnotationAttribute__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3707:1: ( ( ( rule__EnumAnnotationAttribute__Alternatives_0 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3708:1: ( ( rule__EnumAnnotationAttribute__Alternatives_0 ) )
+ // InternalETPhys.g:3706:1: ( ( ( rule__EnumAnnotationAttribute__Alternatives_0 ) ) )
+ // InternalETPhys.g:3707:1: ( ( rule__EnumAnnotationAttribute__Alternatives_0 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3708:1: ( ( rule__EnumAnnotationAttribute__Alternatives_0 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3709:1: ( rule__EnumAnnotationAttribute__Alternatives_0 )
+ // InternalETPhys.g:3707:1: ( ( rule__EnumAnnotationAttribute__Alternatives_0 ) )
+ // InternalETPhys.g:3708:1: ( rule__EnumAnnotationAttribute__Alternatives_0 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getEnumAnnotationAttributeAccess().getAlternatives_0());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3710:1: ( rule__EnumAnnotationAttribute__Alternatives_0 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3710:2: rule__EnumAnnotationAttribute__Alternatives_0
+ before(grammarAccess.getEnumAnnotationAttributeAccess().getAlternatives_0());
+ // InternalETPhys.g:3709:1: ( rule__EnumAnnotationAttribute__Alternatives_0 )
+ // InternalETPhys.g:3709:2: rule__EnumAnnotationAttribute__Alternatives_0
{
- pushFollow(FOLLOW_rule__EnumAnnotationAttribute__Alternatives_0_in_rule__EnumAnnotationAttribute__Group__0__Impl7494);
+ pushFollow(FOLLOW_2);
rule__EnumAnnotationAttribute__Alternatives_0();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getEnumAnnotationAttributeAccess().getAlternatives_0());
}
+ after(grammarAccess.getEnumAnnotationAttributeAccess().getAlternatives_0());
+
}
@@ -10964,25 +10218,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumAnnotationAttribute__Group__1"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3720:1: rule__EnumAnnotationAttribute__Group__1 : rule__EnumAnnotationAttribute__Group__1__Impl rule__EnumAnnotationAttribute__Group__2 ;
+ // InternalETPhys.g:3719:1: rule__EnumAnnotationAttribute__Group__1 : rule__EnumAnnotationAttribute__Group__1__Impl rule__EnumAnnotationAttribute__Group__2 ;
public final void rule__EnumAnnotationAttribute__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3724:1: ( rule__EnumAnnotationAttribute__Group__1__Impl rule__EnumAnnotationAttribute__Group__2 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3725:2: rule__EnumAnnotationAttribute__Group__1__Impl rule__EnumAnnotationAttribute__Group__2
+ // InternalETPhys.g:3723:1: ( rule__EnumAnnotationAttribute__Group__1__Impl rule__EnumAnnotationAttribute__Group__2 )
+ // InternalETPhys.g:3724:2: rule__EnumAnnotationAttribute__Group__1__Impl rule__EnumAnnotationAttribute__Group__2
{
- pushFollow(FOLLOW_rule__EnumAnnotationAttribute__Group__1__Impl_in_rule__EnumAnnotationAttribute__Group__17524);
+ pushFollow(FOLLOW_3);
rule__EnumAnnotationAttribute__Group__1__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__EnumAnnotationAttribute__Group__2_in_rule__EnumAnnotationAttribute__Group__17527);
+
+ pushFollow(FOLLOW_2);
rule__EnumAnnotationAttribute__Group__2();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -11002,25 +10256,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumAnnotationAttribute__Group__1__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3732:1: rule__EnumAnnotationAttribute__Group__1__Impl : ( 'attribute' ) ;
+ // InternalETPhys.g:3731:1: rule__EnumAnnotationAttribute__Group__1__Impl : ( 'attribute' ) ;
public final void rule__EnumAnnotationAttribute__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3736:1: ( ( 'attribute' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3737:1: ( 'attribute' )
+ // InternalETPhys.g:3735:1: ( ( 'attribute' ) )
+ // InternalETPhys.g:3736:1: ( 'attribute' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3737:1: ( 'attribute' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3738:1: 'attribute'
+ // InternalETPhys.g:3736:1: ( 'attribute' )
+ // InternalETPhys.g:3737:1: 'attribute'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getEnumAnnotationAttributeAccess().getAttributeKeyword_1());
- }
- match(input,47,FOLLOW_47_in_rule__EnumAnnotationAttribute__Group__1__Impl7555); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getEnumAnnotationAttributeAccess().getAttributeKeyword_1());
- }
+ before(grammarAccess.getEnumAnnotationAttributeAccess().getAttributeKeyword_1());
+ match(input,47,FOLLOW_2);
+ after(grammarAccess.getEnumAnnotationAttributeAccess().getAttributeKeyword_1());
}
@@ -11043,25 +10293,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumAnnotationAttribute__Group__2"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3751:1: rule__EnumAnnotationAttribute__Group__2 : rule__EnumAnnotationAttribute__Group__2__Impl rule__EnumAnnotationAttribute__Group__3 ;
+ // InternalETPhys.g:3750:1: rule__EnumAnnotationAttribute__Group__2 : rule__EnumAnnotationAttribute__Group__2__Impl rule__EnumAnnotationAttribute__Group__3 ;
public final void rule__EnumAnnotationAttribute__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3755:1: ( rule__EnumAnnotationAttribute__Group__2__Impl rule__EnumAnnotationAttribute__Group__3 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3756:2: rule__EnumAnnotationAttribute__Group__2__Impl rule__EnumAnnotationAttribute__Group__3
+ // InternalETPhys.g:3754:1: ( rule__EnumAnnotationAttribute__Group__2__Impl rule__EnumAnnotationAttribute__Group__3 )
+ // InternalETPhys.g:3755:2: rule__EnumAnnotationAttribute__Group__2__Impl rule__EnumAnnotationAttribute__Group__3
{
- pushFollow(FOLLOW_rule__EnumAnnotationAttribute__Group__2__Impl_in_rule__EnumAnnotationAttribute__Group__27586);
+ pushFollow(FOLLOW_11);
rule__EnumAnnotationAttribute__Group__2__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__EnumAnnotationAttribute__Group__3_in_rule__EnumAnnotationAttribute__Group__27589);
+
+ pushFollow(FOLLOW_2);
rule__EnumAnnotationAttribute__Group__3();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -11081,36 +10331,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumAnnotationAttribute__Group__2__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3763:1: rule__EnumAnnotationAttribute__Group__2__Impl : ( ( rule__EnumAnnotationAttribute__NameAssignment_2 ) ) ;
+ // InternalETPhys.g:3762:1: rule__EnumAnnotationAttribute__Group__2__Impl : ( ( rule__EnumAnnotationAttribute__NameAssignment_2 ) ) ;
public final void rule__EnumAnnotationAttribute__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3767:1: ( ( ( rule__EnumAnnotationAttribute__NameAssignment_2 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3768:1: ( ( rule__EnumAnnotationAttribute__NameAssignment_2 ) )
+ // InternalETPhys.g:3766:1: ( ( ( rule__EnumAnnotationAttribute__NameAssignment_2 ) ) )
+ // InternalETPhys.g:3767:1: ( ( rule__EnumAnnotationAttribute__NameAssignment_2 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3768:1: ( ( rule__EnumAnnotationAttribute__NameAssignment_2 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3769:1: ( rule__EnumAnnotationAttribute__NameAssignment_2 )
+ // InternalETPhys.g:3767:1: ( ( rule__EnumAnnotationAttribute__NameAssignment_2 ) )
+ // InternalETPhys.g:3768:1: ( rule__EnumAnnotationAttribute__NameAssignment_2 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getEnumAnnotationAttributeAccess().getNameAssignment_2());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3770:1: ( rule__EnumAnnotationAttribute__NameAssignment_2 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3770:2: rule__EnumAnnotationAttribute__NameAssignment_2
+ before(grammarAccess.getEnumAnnotationAttributeAccess().getNameAssignment_2());
+ // InternalETPhys.g:3769:1: ( rule__EnumAnnotationAttribute__NameAssignment_2 )
+ // InternalETPhys.g:3769:2: rule__EnumAnnotationAttribute__NameAssignment_2
{
- pushFollow(FOLLOW_rule__EnumAnnotationAttribute__NameAssignment_2_in_rule__EnumAnnotationAttribute__Group__2__Impl7616);
+ pushFollow(FOLLOW_2);
rule__EnumAnnotationAttribute__NameAssignment_2();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getEnumAnnotationAttributeAccess().getNameAssignment_2());
}
+ after(grammarAccess.getEnumAnnotationAttributeAccess().getNameAssignment_2());
+
}
@@ -11132,25 +10378,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumAnnotationAttribute__Group__3"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3780:1: rule__EnumAnnotationAttribute__Group__3 : rule__EnumAnnotationAttribute__Group__3__Impl rule__EnumAnnotationAttribute__Group__4 ;
+ // InternalETPhys.g:3779:1: rule__EnumAnnotationAttribute__Group__3 : rule__EnumAnnotationAttribute__Group__3__Impl rule__EnumAnnotationAttribute__Group__4 ;
public final void rule__EnumAnnotationAttribute__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3784:1: ( rule__EnumAnnotationAttribute__Group__3__Impl rule__EnumAnnotationAttribute__Group__4 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3785:2: rule__EnumAnnotationAttribute__Group__3__Impl rule__EnumAnnotationAttribute__Group__4
+ // InternalETPhys.g:3783:1: ( rule__EnumAnnotationAttribute__Group__3__Impl rule__EnumAnnotationAttribute__Group__4 )
+ // InternalETPhys.g:3784:2: rule__EnumAnnotationAttribute__Group__3__Impl rule__EnumAnnotationAttribute__Group__4
{
- pushFollow(FOLLOW_rule__EnumAnnotationAttribute__Group__3__Impl_in_rule__EnumAnnotationAttribute__Group__37646);
+ pushFollow(FOLLOW_4);
rule__EnumAnnotationAttribute__Group__3__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__EnumAnnotationAttribute__Group__4_in_rule__EnumAnnotationAttribute__Group__37649);
+
+ pushFollow(FOLLOW_2);
rule__EnumAnnotationAttribute__Group__4();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -11170,25 +10416,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumAnnotationAttribute__Group__3__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3792:1: rule__EnumAnnotationAttribute__Group__3__Impl : ( ':' ) ;
+ // InternalETPhys.g:3791:1: rule__EnumAnnotationAttribute__Group__3__Impl : ( ':' ) ;
public final void rule__EnumAnnotationAttribute__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3796:1: ( ( ':' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3797:1: ( ':' )
+ // InternalETPhys.g:3795:1: ( ( ':' ) )
+ // InternalETPhys.g:3796:1: ( ':' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3797:1: ( ':' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3798:1: ':'
+ // InternalETPhys.g:3796:1: ( ':' )
+ // InternalETPhys.g:3797:1: ':'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getEnumAnnotationAttributeAccess().getColonKeyword_3());
- }
- match(input,34,FOLLOW_34_in_rule__EnumAnnotationAttribute__Group__3__Impl7677); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getEnumAnnotationAttributeAccess().getColonKeyword_3());
- }
+ before(grammarAccess.getEnumAnnotationAttributeAccess().getColonKeyword_3());
+ match(input,34,FOLLOW_2);
+ after(grammarAccess.getEnumAnnotationAttributeAccess().getColonKeyword_3());
}
@@ -11211,25 +10453,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumAnnotationAttribute__Group__4"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3811:1: rule__EnumAnnotationAttribute__Group__4 : rule__EnumAnnotationAttribute__Group__4__Impl rule__EnumAnnotationAttribute__Group__5 ;
+ // InternalETPhys.g:3810:1: rule__EnumAnnotationAttribute__Group__4 : rule__EnumAnnotationAttribute__Group__4__Impl rule__EnumAnnotationAttribute__Group__5 ;
public final void rule__EnumAnnotationAttribute__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3815:1: ( rule__EnumAnnotationAttribute__Group__4__Impl rule__EnumAnnotationAttribute__Group__5 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3816:2: rule__EnumAnnotationAttribute__Group__4__Impl rule__EnumAnnotationAttribute__Group__5
+ // InternalETPhys.g:3814:1: ( rule__EnumAnnotationAttribute__Group__4__Impl rule__EnumAnnotationAttribute__Group__5 )
+ // InternalETPhys.g:3815:2: rule__EnumAnnotationAttribute__Group__4__Impl rule__EnumAnnotationAttribute__Group__5
{
- pushFollow(FOLLOW_rule__EnumAnnotationAttribute__Group__4__Impl_in_rule__EnumAnnotationAttribute__Group__47708);
+ pushFollow(FOLLOW_27);
rule__EnumAnnotationAttribute__Group__4__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__EnumAnnotationAttribute__Group__5_in_rule__EnumAnnotationAttribute__Group__47711);
+
+ pushFollow(FOLLOW_2);
rule__EnumAnnotationAttribute__Group__5();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -11249,25 +10491,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumAnnotationAttribute__Group__4__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3823:1: rule__EnumAnnotationAttribute__Group__4__Impl : ( '{' ) ;
+ // InternalETPhys.g:3822:1: rule__EnumAnnotationAttribute__Group__4__Impl : ( '{' ) ;
public final void rule__EnumAnnotationAttribute__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3827:1: ( ( '{' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3828:1: ( '{' )
+ // InternalETPhys.g:3826:1: ( ( '{' ) )
+ // InternalETPhys.g:3827:1: ( '{' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3828:1: ( '{' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3829:1: '{'
+ // InternalETPhys.g:3827:1: ( '{' )
+ // InternalETPhys.g:3828:1: '{'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getEnumAnnotationAttributeAccess().getLeftCurlyBracketKeyword_4());
- }
- match(input,30,FOLLOW_30_in_rule__EnumAnnotationAttribute__Group__4__Impl7739); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getEnumAnnotationAttributeAccess().getLeftCurlyBracketKeyword_4());
- }
+ before(grammarAccess.getEnumAnnotationAttributeAccess().getLeftCurlyBracketKeyword_4());
+ match(input,30,FOLLOW_2);
+ after(grammarAccess.getEnumAnnotationAttributeAccess().getLeftCurlyBracketKeyword_4());
}
@@ -11290,25 +10528,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumAnnotationAttribute__Group__5"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3842:1: rule__EnumAnnotationAttribute__Group__5 : rule__EnumAnnotationAttribute__Group__5__Impl rule__EnumAnnotationAttribute__Group__6 ;
+ // InternalETPhys.g:3841:1: rule__EnumAnnotationAttribute__Group__5 : rule__EnumAnnotationAttribute__Group__5__Impl rule__EnumAnnotationAttribute__Group__6 ;
public final void rule__EnumAnnotationAttribute__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3846:1: ( rule__EnumAnnotationAttribute__Group__5__Impl rule__EnumAnnotationAttribute__Group__6 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3847:2: rule__EnumAnnotationAttribute__Group__5__Impl rule__EnumAnnotationAttribute__Group__6
+ // InternalETPhys.g:3845:1: ( rule__EnumAnnotationAttribute__Group__5__Impl rule__EnumAnnotationAttribute__Group__6 )
+ // InternalETPhys.g:3846:2: rule__EnumAnnotationAttribute__Group__5__Impl rule__EnumAnnotationAttribute__Group__6
{
- pushFollow(FOLLOW_rule__EnumAnnotationAttribute__Group__5__Impl_in_rule__EnumAnnotationAttribute__Group__57770);
+ pushFollow(FOLLOW_28);
rule__EnumAnnotationAttribute__Group__5__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__EnumAnnotationAttribute__Group__6_in_rule__EnumAnnotationAttribute__Group__57773);
+
+ pushFollow(FOLLOW_2);
rule__EnumAnnotationAttribute__Group__6();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -11328,36 +10566,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumAnnotationAttribute__Group__5__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3854:1: rule__EnumAnnotationAttribute__Group__5__Impl : ( ( rule__EnumAnnotationAttribute__ValuesAssignment_5 ) ) ;
+ // InternalETPhys.g:3853:1: rule__EnumAnnotationAttribute__Group__5__Impl : ( ( rule__EnumAnnotationAttribute__ValuesAssignment_5 ) ) ;
public final void rule__EnumAnnotationAttribute__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3858:1: ( ( ( rule__EnumAnnotationAttribute__ValuesAssignment_5 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3859:1: ( ( rule__EnumAnnotationAttribute__ValuesAssignment_5 ) )
+ // InternalETPhys.g:3857:1: ( ( ( rule__EnumAnnotationAttribute__ValuesAssignment_5 ) ) )
+ // InternalETPhys.g:3858:1: ( ( rule__EnumAnnotationAttribute__ValuesAssignment_5 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3859:1: ( ( rule__EnumAnnotationAttribute__ValuesAssignment_5 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3860:1: ( rule__EnumAnnotationAttribute__ValuesAssignment_5 )
+ // InternalETPhys.g:3858:1: ( ( rule__EnumAnnotationAttribute__ValuesAssignment_5 ) )
+ // InternalETPhys.g:3859:1: ( rule__EnumAnnotationAttribute__ValuesAssignment_5 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getEnumAnnotationAttributeAccess().getValuesAssignment_5());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3861:1: ( rule__EnumAnnotationAttribute__ValuesAssignment_5 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3861:2: rule__EnumAnnotationAttribute__ValuesAssignment_5
+ before(grammarAccess.getEnumAnnotationAttributeAccess().getValuesAssignment_5());
+ // InternalETPhys.g:3860:1: ( rule__EnumAnnotationAttribute__ValuesAssignment_5 )
+ // InternalETPhys.g:3860:2: rule__EnumAnnotationAttribute__ValuesAssignment_5
{
- pushFollow(FOLLOW_rule__EnumAnnotationAttribute__ValuesAssignment_5_in_rule__EnumAnnotationAttribute__Group__5__Impl7800);
+ pushFollow(FOLLOW_2);
rule__EnumAnnotationAttribute__ValuesAssignment_5();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getEnumAnnotationAttributeAccess().getValuesAssignment_5());
}
+ after(grammarAccess.getEnumAnnotationAttributeAccess().getValuesAssignment_5());
+
}
@@ -11379,25 +10613,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumAnnotationAttribute__Group__6"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3871:1: rule__EnumAnnotationAttribute__Group__6 : rule__EnumAnnotationAttribute__Group__6__Impl rule__EnumAnnotationAttribute__Group__7 ;
+ // InternalETPhys.g:3870:1: rule__EnumAnnotationAttribute__Group__6 : rule__EnumAnnotationAttribute__Group__6__Impl rule__EnumAnnotationAttribute__Group__7 ;
public final void rule__EnumAnnotationAttribute__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3875:1: ( rule__EnumAnnotationAttribute__Group__6__Impl rule__EnumAnnotationAttribute__Group__7 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3876:2: rule__EnumAnnotationAttribute__Group__6__Impl rule__EnumAnnotationAttribute__Group__7
+ // InternalETPhys.g:3874:1: ( rule__EnumAnnotationAttribute__Group__6__Impl rule__EnumAnnotationAttribute__Group__7 )
+ // InternalETPhys.g:3875:2: rule__EnumAnnotationAttribute__Group__6__Impl rule__EnumAnnotationAttribute__Group__7
{
- pushFollow(FOLLOW_rule__EnumAnnotationAttribute__Group__6__Impl_in_rule__EnumAnnotationAttribute__Group__67830);
+ pushFollow(FOLLOW_28);
rule__EnumAnnotationAttribute__Group__6__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__EnumAnnotationAttribute__Group__7_in_rule__EnumAnnotationAttribute__Group__67833);
+
+ pushFollow(FOLLOW_2);
rule__EnumAnnotationAttribute__Group__7();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -11417,22 +10651,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumAnnotationAttribute__Group__6__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3883:1: rule__EnumAnnotationAttribute__Group__6__Impl : ( ( rule__EnumAnnotationAttribute__Group_6__0 )* ) ;
+ // InternalETPhys.g:3882:1: rule__EnumAnnotationAttribute__Group__6__Impl : ( ( rule__EnumAnnotationAttribute__Group_6__0 )* ) ;
public final void rule__EnumAnnotationAttribute__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3887:1: ( ( ( rule__EnumAnnotationAttribute__Group_6__0 )* ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3888:1: ( ( rule__EnumAnnotationAttribute__Group_6__0 )* )
+ // InternalETPhys.g:3886:1: ( ( ( rule__EnumAnnotationAttribute__Group_6__0 )* ) )
+ // InternalETPhys.g:3887:1: ( ( rule__EnumAnnotationAttribute__Group_6__0 )* )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3888:1: ( ( rule__EnumAnnotationAttribute__Group_6__0 )* )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3889:1: ( rule__EnumAnnotationAttribute__Group_6__0 )*
+ // InternalETPhys.g:3887:1: ( ( rule__EnumAnnotationAttribute__Group_6__0 )* )
+ // InternalETPhys.g:3888:1: ( rule__EnumAnnotationAttribute__Group_6__0 )*
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getEnumAnnotationAttributeAccess().getGroup_6());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3890:1: ( rule__EnumAnnotationAttribute__Group_6__0 )*
+ before(grammarAccess.getEnumAnnotationAttributeAccess().getGroup_6());
+ // InternalETPhys.g:3889:1: ( rule__EnumAnnotationAttribute__Group_6__0 )*
loop29:
do {
int alt29=2;
@@ -11445,13 +10677,13 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
switch (alt29) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3890:2: rule__EnumAnnotationAttribute__Group_6__0
+ // InternalETPhys.g:3889:2: rule__EnumAnnotationAttribute__Group_6__0
{
- pushFollow(FOLLOW_rule__EnumAnnotationAttribute__Group_6__0_in_rule__EnumAnnotationAttribute__Group__6__Impl7860);
+ pushFollow(FOLLOW_29);
rule__EnumAnnotationAttribute__Group_6__0();
state._fsp--;
- if (state.failed) return ;
+
}
break;
@@ -11461,9 +10693,7 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
} while (true);
- if ( state.backtracking==0 ) {
- after(grammarAccess.getEnumAnnotationAttributeAccess().getGroup_6());
- }
+ after(grammarAccess.getEnumAnnotationAttributeAccess().getGroup_6());
}
@@ -11486,20 +10716,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumAnnotationAttribute__Group__7"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3900:1: rule__EnumAnnotationAttribute__Group__7 : rule__EnumAnnotationAttribute__Group__7__Impl ;
+ // InternalETPhys.g:3899:1: rule__EnumAnnotationAttribute__Group__7 : rule__EnumAnnotationAttribute__Group__7__Impl ;
public final void rule__EnumAnnotationAttribute__Group__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3904:1: ( rule__EnumAnnotationAttribute__Group__7__Impl )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3905:2: rule__EnumAnnotationAttribute__Group__7__Impl
+ // InternalETPhys.g:3903:1: ( rule__EnumAnnotationAttribute__Group__7__Impl )
+ // InternalETPhys.g:3904:2: rule__EnumAnnotationAttribute__Group__7__Impl
{
- pushFollow(FOLLOW_rule__EnumAnnotationAttribute__Group__7__Impl_in_rule__EnumAnnotationAttribute__Group__77891);
+ pushFollow(FOLLOW_2);
rule__EnumAnnotationAttribute__Group__7__Impl();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -11519,25 +10749,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumAnnotationAttribute__Group__7__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3911:1: rule__EnumAnnotationAttribute__Group__7__Impl : ( '}' ) ;
+ // InternalETPhys.g:3910:1: rule__EnumAnnotationAttribute__Group__7__Impl : ( '}' ) ;
public final void rule__EnumAnnotationAttribute__Group__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3915:1: ( ( '}' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3916:1: ( '}' )
+ // InternalETPhys.g:3914:1: ( ( '}' ) )
+ // InternalETPhys.g:3915:1: ( '}' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3916:1: ( '}' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3917:1: '}'
+ // InternalETPhys.g:3915:1: ( '}' )
+ // InternalETPhys.g:3916:1: '}'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getEnumAnnotationAttributeAccess().getRightCurlyBracketKeyword_7());
- }
- match(input,31,FOLLOW_31_in_rule__EnumAnnotationAttribute__Group__7__Impl7919); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getEnumAnnotationAttributeAccess().getRightCurlyBracketKeyword_7());
- }
+ before(grammarAccess.getEnumAnnotationAttributeAccess().getRightCurlyBracketKeyword_7());
+ match(input,31,FOLLOW_2);
+ after(grammarAccess.getEnumAnnotationAttributeAccess().getRightCurlyBracketKeyword_7());
}
@@ -11560,25 +10786,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumAnnotationAttribute__Group_6__0"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3946:1: rule__EnumAnnotationAttribute__Group_6__0 : rule__EnumAnnotationAttribute__Group_6__0__Impl rule__EnumAnnotationAttribute__Group_6__1 ;
+ // InternalETPhys.g:3945:1: rule__EnumAnnotationAttribute__Group_6__0 : rule__EnumAnnotationAttribute__Group_6__0__Impl rule__EnumAnnotationAttribute__Group_6__1 ;
public final void rule__EnumAnnotationAttribute__Group_6__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3950:1: ( rule__EnumAnnotationAttribute__Group_6__0__Impl rule__EnumAnnotationAttribute__Group_6__1 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3951:2: rule__EnumAnnotationAttribute__Group_6__0__Impl rule__EnumAnnotationAttribute__Group_6__1
+ // InternalETPhys.g:3949:1: ( rule__EnumAnnotationAttribute__Group_6__0__Impl rule__EnumAnnotationAttribute__Group_6__1 )
+ // InternalETPhys.g:3950:2: rule__EnumAnnotationAttribute__Group_6__0__Impl rule__EnumAnnotationAttribute__Group_6__1
{
- pushFollow(FOLLOW_rule__EnumAnnotationAttribute__Group_6__0__Impl_in_rule__EnumAnnotationAttribute__Group_6__07966);
+ pushFollow(FOLLOW_27);
rule__EnumAnnotationAttribute__Group_6__0__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__EnumAnnotationAttribute__Group_6__1_in_rule__EnumAnnotationAttribute__Group_6__07969);
+
+ pushFollow(FOLLOW_2);
rule__EnumAnnotationAttribute__Group_6__1();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -11598,25 +10824,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumAnnotationAttribute__Group_6__0__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3958:1: rule__EnumAnnotationAttribute__Group_6__0__Impl : ( ',' ) ;
+ // InternalETPhys.g:3957:1: rule__EnumAnnotationAttribute__Group_6__0__Impl : ( ',' ) ;
public final void rule__EnumAnnotationAttribute__Group_6__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3962:1: ( ( ',' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3963:1: ( ',' )
+ // InternalETPhys.g:3961:1: ( ( ',' ) )
+ // InternalETPhys.g:3962:1: ( ',' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3963:1: ( ',' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3964:1: ','
+ // InternalETPhys.g:3962:1: ( ',' )
+ // InternalETPhys.g:3963:1: ','
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getEnumAnnotationAttributeAccess().getCommaKeyword_6_0());
- }
- match(input,48,FOLLOW_48_in_rule__EnumAnnotationAttribute__Group_6__0__Impl7997); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getEnumAnnotationAttributeAccess().getCommaKeyword_6_0());
- }
+ before(grammarAccess.getEnumAnnotationAttributeAccess().getCommaKeyword_6_0());
+ match(input,48,FOLLOW_2);
+ after(grammarAccess.getEnumAnnotationAttributeAccess().getCommaKeyword_6_0());
}
@@ -11639,20 +10861,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumAnnotationAttribute__Group_6__1"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3977:1: rule__EnumAnnotationAttribute__Group_6__1 : rule__EnumAnnotationAttribute__Group_6__1__Impl ;
+ // InternalETPhys.g:3976:1: rule__EnumAnnotationAttribute__Group_6__1 : rule__EnumAnnotationAttribute__Group_6__1__Impl ;
public final void rule__EnumAnnotationAttribute__Group_6__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3981:1: ( rule__EnumAnnotationAttribute__Group_6__1__Impl )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3982:2: rule__EnumAnnotationAttribute__Group_6__1__Impl
+ // InternalETPhys.g:3980:1: ( rule__EnumAnnotationAttribute__Group_6__1__Impl )
+ // InternalETPhys.g:3981:2: rule__EnumAnnotationAttribute__Group_6__1__Impl
{
- pushFollow(FOLLOW_rule__EnumAnnotationAttribute__Group_6__1__Impl_in_rule__EnumAnnotationAttribute__Group_6__18028);
+ pushFollow(FOLLOW_2);
rule__EnumAnnotationAttribute__Group_6__1__Impl();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -11672,36 +10894,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumAnnotationAttribute__Group_6__1__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3988:1: rule__EnumAnnotationAttribute__Group_6__1__Impl : ( ( rule__EnumAnnotationAttribute__ValuesAssignment_6_1 ) ) ;
+ // InternalETPhys.g:3987:1: rule__EnumAnnotationAttribute__Group_6__1__Impl : ( ( rule__EnumAnnotationAttribute__ValuesAssignment_6_1 ) ) ;
public final void rule__EnumAnnotationAttribute__Group_6__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3992:1: ( ( ( rule__EnumAnnotationAttribute__ValuesAssignment_6_1 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3993:1: ( ( rule__EnumAnnotationAttribute__ValuesAssignment_6_1 ) )
+ // InternalETPhys.g:3991:1: ( ( ( rule__EnumAnnotationAttribute__ValuesAssignment_6_1 ) ) )
+ // InternalETPhys.g:3992:1: ( ( rule__EnumAnnotationAttribute__ValuesAssignment_6_1 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3993:1: ( ( rule__EnumAnnotationAttribute__ValuesAssignment_6_1 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3994:1: ( rule__EnumAnnotationAttribute__ValuesAssignment_6_1 )
+ // InternalETPhys.g:3992:1: ( ( rule__EnumAnnotationAttribute__ValuesAssignment_6_1 ) )
+ // InternalETPhys.g:3993:1: ( rule__EnumAnnotationAttribute__ValuesAssignment_6_1 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getEnumAnnotationAttributeAccess().getValuesAssignment_6_1());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3995:1: ( rule__EnumAnnotationAttribute__ValuesAssignment_6_1 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:3995:2: rule__EnumAnnotationAttribute__ValuesAssignment_6_1
+ before(grammarAccess.getEnumAnnotationAttributeAccess().getValuesAssignment_6_1());
+ // InternalETPhys.g:3994:1: ( rule__EnumAnnotationAttribute__ValuesAssignment_6_1 )
+ // InternalETPhys.g:3994:2: rule__EnumAnnotationAttribute__ValuesAssignment_6_1
{
- pushFollow(FOLLOW_rule__EnumAnnotationAttribute__ValuesAssignment_6_1_in_rule__EnumAnnotationAttribute__Group_6__1__Impl8055);
+ pushFollow(FOLLOW_2);
rule__EnumAnnotationAttribute__ValuesAssignment_6_1();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getEnumAnnotationAttributeAccess().getValuesAssignment_6_1());
}
+ after(grammarAccess.getEnumAnnotationAttributeAccess().getValuesAssignment_6_1());
+
}
@@ -11723,25 +10941,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Import__Group__0"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4009:1: rule__Import__Group__0 : rule__Import__Group__0__Impl rule__Import__Group__1 ;
+ // InternalETPhys.g:4008: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.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4013:1: ( rule__Import__Group__0__Impl rule__Import__Group__1 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4014:2: rule__Import__Group__0__Impl rule__Import__Group__1
+ // InternalETPhys.g:4012:1: ( rule__Import__Group__0__Impl rule__Import__Group__1 )
+ // InternalETPhys.g:4013:2: rule__Import__Group__0__Impl rule__Import__Group__1
{
- pushFollow(FOLLOW_rule__Import__Group__0__Impl_in_rule__Import__Group__08089);
+ pushFollow(FOLLOW_30);
rule__Import__Group__0__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__Import__Group__1_in_rule__Import__Group__08092);
+
+ pushFollow(FOLLOW_2);
rule__Import__Group__1();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -11761,25 +10979,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Import__Group__0__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4021:1: rule__Import__Group__0__Impl : ( 'import' ) ;
+ // InternalETPhys.g:4020:1: rule__Import__Group__0__Impl : ( 'import' ) ;
public final void rule__Import__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4025:1: ( ( 'import' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4026:1: ( 'import' )
+ // InternalETPhys.g:4024:1: ( ( 'import' ) )
+ // InternalETPhys.g:4025:1: ( 'import' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4026:1: ( 'import' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4027:1: 'import'
+ // InternalETPhys.g:4025:1: ( 'import' )
+ // InternalETPhys.g:4026:1: 'import'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getImportAccess().getImportKeyword_0());
- }
- match(input,49,FOLLOW_49_in_rule__Import__Group__0__Impl8120); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getImportAccess().getImportKeyword_0());
- }
+ before(grammarAccess.getImportAccess().getImportKeyword_0());
+ match(input,49,FOLLOW_2);
+ after(grammarAccess.getImportAccess().getImportKeyword_0());
}
@@ -11802,25 +11016,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Import__Group__1"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4040:1: rule__Import__Group__1 : rule__Import__Group__1__Impl rule__Import__Group__2 ;
+ // InternalETPhys.g:4039:1: rule__Import__Group__1 : rule__Import__Group__1__Impl rule__Import__Group__2 ;
public final void rule__Import__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4044:1: ( rule__Import__Group__1__Impl rule__Import__Group__2 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4045:2: rule__Import__Group__1__Impl rule__Import__Group__2
+ // InternalETPhys.g:4043:1: ( rule__Import__Group__1__Impl rule__Import__Group__2 )
+ // InternalETPhys.g:4044:2: rule__Import__Group__1__Impl rule__Import__Group__2
{
- pushFollow(FOLLOW_rule__Import__Group__1__Impl_in_rule__Import__Group__18151);
+ pushFollow(FOLLOW_27);
rule__Import__Group__1__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__Import__Group__2_in_rule__Import__Group__18154);
+
+ pushFollow(FOLLOW_2);
rule__Import__Group__2();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -11840,36 +11054,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Import__Group__1__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4052:1: rule__Import__Group__1__Impl : ( ( rule__Import__Alternatives_1 ) ) ;
+ // InternalETPhys.g:4051:1: rule__Import__Group__1__Impl : ( ( rule__Import__Alternatives_1 ) ) ;
public final void rule__Import__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4056:1: ( ( ( rule__Import__Alternatives_1 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4057:1: ( ( rule__Import__Alternatives_1 ) )
+ // InternalETPhys.g:4055:1: ( ( ( rule__Import__Alternatives_1 ) ) )
+ // InternalETPhys.g:4056:1: ( ( rule__Import__Alternatives_1 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4057:1: ( ( rule__Import__Alternatives_1 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4058:1: ( rule__Import__Alternatives_1 )
+ // InternalETPhys.g:4056:1: ( ( rule__Import__Alternatives_1 ) )
+ // InternalETPhys.g:4057:1: ( rule__Import__Alternatives_1 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getImportAccess().getAlternatives_1());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4059:1: ( rule__Import__Alternatives_1 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4059:2: rule__Import__Alternatives_1
+ before(grammarAccess.getImportAccess().getAlternatives_1());
+ // InternalETPhys.g:4058:1: ( rule__Import__Alternatives_1 )
+ // InternalETPhys.g:4058:2: rule__Import__Alternatives_1
{
- pushFollow(FOLLOW_rule__Import__Alternatives_1_in_rule__Import__Group__1__Impl8181);
+ pushFollow(FOLLOW_2);
rule__Import__Alternatives_1();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getImportAccess().getAlternatives_1());
}
+ after(grammarAccess.getImportAccess().getAlternatives_1());
+
}
@@ -11891,20 +11101,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Import__Group__2"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4069:1: rule__Import__Group__2 : rule__Import__Group__2__Impl ;
+ // InternalETPhys.g:4068:1: rule__Import__Group__2 : rule__Import__Group__2__Impl ;
public final void rule__Import__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4073:1: ( rule__Import__Group__2__Impl )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4074:2: rule__Import__Group__2__Impl
+ // InternalETPhys.g:4072:1: ( rule__Import__Group__2__Impl )
+ // InternalETPhys.g:4073:2: rule__Import__Group__2__Impl
{
- pushFollow(FOLLOW_rule__Import__Group__2__Impl_in_rule__Import__Group__28211);
+ pushFollow(FOLLOW_2);
rule__Import__Group__2__Impl();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -11924,36 +11134,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Import__Group__2__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4080:1: rule__Import__Group__2__Impl : ( ( rule__Import__ImportURIAssignment_2 ) ) ;
+ // InternalETPhys.g:4079:1: rule__Import__Group__2__Impl : ( ( rule__Import__ImportURIAssignment_2 ) ) ;
public final void rule__Import__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4084:1: ( ( ( rule__Import__ImportURIAssignment_2 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4085:1: ( ( rule__Import__ImportURIAssignment_2 ) )
+ // InternalETPhys.g:4083:1: ( ( ( rule__Import__ImportURIAssignment_2 ) ) )
+ // InternalETPhys.g:4084:1: ( ( rule__Import__ImportURIAssignment_2 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4085:1: ( ( rule__Import__ImportURIAssignment_2 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4086:1: ( rule__Import__ImportURIAssignment_2 )
+ // InternalETPhys.g:4084:1: ( ( rule__Import__ImportURIAssignment_2 ) )
+ // InternalETPhys.g:4085:1: ( rule__Import__ImportURIAssignment_2 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getImportAccess().getImportURIAssignment_2());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4087:1: ( rule__Import__ImportURIAssignment_2 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4087:2: rule__Import__ImportURIAssignment_2
+ before(grammarAccess.getImportAccess().getImportURIAssignment_2());
+ // InternalETPhys.g:4086:1: ( rule__Import__ImportURIAssignment_2 )
+ // InternalETPhys.g:4086:2: rule__Import__ImportURIAssignment_2
{
- pushFollow(FOLLOW_rule__Import__ImportURIAssignment_2_in_rule__Import__Group__2__Impl8238);
+ pushFollow(FOLLOW_2);
rule__Import__ImportURIAssignment_2();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getImportAccess().getImportURIAssignment_2());
}
+ after(grammarAccess.getImportAccess().getImportURIAssignment_2());
+
}
@@ -11975,25 +11181,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Import__Group_1_0__0"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4103:1: rule__Import__Group_1_0__0 : rule__Import__Group_1_0__0__Impl rule__Import__Group_1_0__1 ;
+ // InternalETPhys.g:4102:1: rule__Import__Group_1_0__0 : rule__Import__Group_1_0__0__Impl rule__Import__Group_1_0__1 ;
public final void rule__Import__Group_1_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4107:1: ( rule__Import__Group_1_0__0__Impl rule__Import__Group_1_0__1 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4108:2: rule__Import__Group_1_0__0__Impl rule__Import__Group_1_0__1
+ // InternalETPhys.g:4106:1: ( rule__Import__Group_1_0__0__Impl rule__Import__Group_1_0__1 )
+ // InternalETPhys.g:4107:2: rule__Import__Group_1_0__0__Impl rule__Import__Group_1_0__1
{
- pushFollow(FOLLOW_rule__Import__Group_1_0__0__Impl_in_rule__Import__Group_1_0__08274);
+ pushFollow(FOLLOW_31);
rule__Import__Group_1_0__0__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__Import__Group_1_0__1_in_rule__Import__Group_1_0__08277);
+
+ pushFollow(FOLLOW_2);
rule__Import__Group_1_0__1();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -12013,36 +11219,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Import__Group_1_0__0__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4115:1: rule__Import__Group_1_0__0__Impl : ( ( rule__Import__ImportedNamespaceAssignment_1_0_0 ) ) ;
+ // InternalETPhys.g:4114:1: rule__Import__Group_1_0__0__Impl : ( ( rule__Import__ImportedNamespaceAssignment_1_0_0 ) ) ;
public final void rule__Import__Group_1_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4119:1: ( ( ( rule__Import__ImportedNamespaceAssignment_1_0_0 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4120:1: ( ( rule__Import__ImportedNamespaceAssignment_1_0_0 ) )
+ // InternalETPhys.g:4118:1: ( ( ( rule__Import__ImportedNamespaceAssignment_1_0_0 ) ) )
+ // InternalETPhys.g:4119:1: ( ( rule__Import__ImportedNamespaceAssignment_1_0_0 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4120:1: ( ( rule__Import__ImportedNamespaceAssignment_1_0_0 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4121:1: ( rule__Import__ImportedNamespaceAssignment_1_0_0 )
+ // InternalETPhys.g:4119:1: ( ( rule__Import__ImportedNamespaceAssignment_1_0_0 ) )
+ // InternalETPhys.g:4120:1: ( rule__Import__ImportedNamespaceAssignment_1_0_0 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getImportAccess().getImportedNamespaceAssignment_1_0_0());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4122:1: ( rule__Import__ImportedNamespaceAssignment_1_0_0 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4122:2: rule__Import__ImportedNamespaceAssignment_1_0_0
+ before(grammarAccess.getImportAccess().getImportedNamespaceAssignment_1_0_0());
+ // InternalETPhys.g:4121:1: ( rule__Import__ImportedNamespaceAssignment_1_0_0 )
+ // InternalETPhys.g:4121:2: rule__Import__ImportedNamespaceAssignment_1_0_0
{
- pushFollow(FOLLOW_rule__Import__ImportedNamespaceAssignment_1_0_0_in_rule__Import__Group_1_0__0__Impl8304);
+ pushFollow(FOLLOW_2);
rule__Import__ImportedNamespaceAssignment_1_0_0();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getImportAccess().getImportedNamespaceAssignment_1_0_0());
}
+ after(grammarAccess.getImportAccess().getImportedNamespaceAssignment_1_0_0());
+
}
@@ -12064,20 +11266,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Import__Group_1_0__1"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4132:1: rule__Import__Group_1_0__1 : rule__Import__Group_1_0__1__Impl ;
+ // InternalETPhys.g:4131:1: rule__Import__Group_1_0__1 : rule__Import__Group_1_0__1__Impl ;
public final void rule__Import__Group_1_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4136:1: ( rule__Import__Group_1_0__1__Impl )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4137:2: rule__Import__Group_1_0__1__Impl
+ // InternalETPhys.g:4135:1: ( rule__Import__Group_1_0__1__Impl )
+ // InternalETPhys.g:4136:2: rule__Import__Group_1_0__1__Impl
{
- pushFollow(FOLLOW_rule__Import__Group_1_0__1__Impl_in_rule__Import__Group_1_0__18334);
+ pushFollow(FOLLOW_2);
rule__Import__Group_1_0__1__Impl();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -12097,25 +11299,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Import__Group_1_0__1__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4143:1: rule__Import__Group_1_0__1__Impl : ( 'from' ) ;
+ // InternalETPhys.g:4142:1: rule__Import__Group_1_0__1__Impl : ( 'from' ) ;
public final void rule__Import__Group_1_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4147:1: ( ( 'from' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4148:1: ( 'from' )
+ // InternalETPhys.g:4146:1: ( ( 'from' ) )
+ // InternalETPhys.g:4147:1: ( 'from' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4148:1: ( 'from' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4149:1: 'from'
+ // InternalETPhys.g:4147:1: ( 'from' )
+ // InternalETPhys.g:4148:1: 'from'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getImportAccess().getFromKeyword_1_0_1());
- }
- match(input,50,FOLLOW_50_in_rule__Import__Group_1_0__1__Impl8362); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getImportAccess().getFromKeyword_1_0_1());
- }
+ before(grammarAccess.getImportAccess().getFromKeyword_1_0_1());
+ match(input,50,FOLLOW_2);
+ after(grammarAccess.getImportAccess().getFromKeyword_1_0_1());
}
@@ -12138,25 +11336,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ImportedFQN__Group__0"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4166:1: rule__ImportedFQN__Group__0 : rule__ImportedFQN__Group__0__Impl rule__ImportedFQN__Group__1 ;
+ // InternalETPhys.g:4165:1: rule__ImportedFQN__Group__0 : rule__ImportedFQN__Group__0__Impl rule__ImportedFQN__Group__1 ;
public final void rule__ImportedFQN__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4170:1: ( rule__ImportedFQN__Group__0__Impl rule__ImportedFQN__Group__1 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4171:2: rule__ImportedFQN__Group__0__Impl rule__ImportedFQN__Group__1
+ // InternalETPhys.g:4169:1: ( rule__ImportedFQN__Group__0__Impl rule__ImportedFQN__Group__1 )
+ // InternalETPhys.g:4170:2: rule__ImportedFQN__Group__0__Impl rule__ImportedFQN__Group__1
{
- pushFollow(FOLLOW_rule__ImportedFQN__Group__0__Impl_in_rule__ImportedFQN__Group__08397);
+ pushFollow(FOLLOW_32);
rule__ImportedFQN__Group__0__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__ImportedFQN__Group__1_in_rule__ImportedFQN__Group__08400);
+
+ pushFollow(FOLLOW_2);
rule__ImportedFQN__Group__1();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -12176,29 +11374,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ImportedFQN__Group__0__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4178:1: rule__ImportedFQN__Group__0__Impl : ( ruleFQN ) ;
+ // InternalETPhys.g:4177:1: rule__ImportedFQN__Group__0__Impl : ( ruleFQN ) ;
public final void rule__ImportedFQN__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4182:1: ( ( ruleFQN ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4183:1: ( ruleFQN )
+ // InternalETPhys.g:4181:1: ( ( ruleFQN ) )
+ // InternalETPhys.g:4182:1: ( ruleFQN )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4183:1: ( ruleFQN )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4184:1: ruleFQN
+ // InternalETPhys.g:4182:1: ( ruleFQN )
+ // InternalETPhys.g:4183:1: ruleFQN
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getImportedFQNAccess().getFQNParserRuleCall_0());
- }
- pushFollow(FOLLOW_ruleFQN_in_rule__ImportedFQN__Group__0__Impl8427);
+ before(grammarAccess.getImportedFQNAccess().getFQNParserRuleCall_0());
+ pushFollow(FOLLOW_2);
ruleFQN();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getImportedFQNAccess().getFQNParserRuleCall_0());
- }
+
+ after(grammarAccess.getImportedFQNAccess().getFQNParserRuleCall_0());
}
@@ -12221,20 +11415,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ImportedFQN__Group__1"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4195:1: rule__ImportedFQN__Group__1 : rule__ImportedFQN__Group__1__Impl ;
+ // InternalETPhys.g:4194:1: rule__ImportedFQN__Group__1 : rule__ImportedFQN__Group__1__Impl ;
public final void rule__ImportedFQN__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4199:1: ( rule__ImportedFQN__Group__1__Impl )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4200:2: rule__ImportedFQN__Group__1__Impl
+ // InternalETPhys.g:4198:1: ( rule__ImportedFQN__Group__1__Impl )
+ // InternalETPhys.g:4199:2: rule__ImportedFQN__Group__1__Impl
{
- pushFollow(FOLLOW_rule__ImportedFQN__Group__1__Impl_in_rule__ImportedFQN__Group__18456);
+ pushFollow(FOLLOW_2);
rule__ImportedFQN__Group__1__Impl();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -12254,22 +11448,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ImportedFQN__Group__1__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4206:1: rule__ImportedFQN__Group__1__Impl : ( ( '.*' )? ) ;
+ // InternalETPhys.g:4205:1: rule__ImportedFQN__Group__1__Impl : ( ( '.*' )? ) ;
public final void rule__ImportedFQN__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4210:1: ( ( ( '.*' )? ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4211:1: ( ( '.*' )? )
+ // InternalETPhys.g:4209:1: ( ( ( '.*' )? ) )
+ // InternalETPhys.g:4210:1: ( ( '.*' )? )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4211:1: ( ( '.*' )? )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4212:1: ( '.*' )?
+ // InternalETPhys.g:4210:1: ( ( '.*' )? )
+ // InternalETPhys.g:4211:1: ( '.*' )?
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getImportedFQNAccess().getFullStopAsteriskKeyword_1());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4213:1: ( '.*' )?
+ before(grammarAccess.getImportedFQNAccess().getFullStopAsteriskKeyword_1());
+ // InternalETPhys.g:4212:1: ( '.*' )?
int alt30=2;
int LA30_0 = input.LA(1);
@@ -12278,18 +11470,16 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
switch (alt30) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4214:2: '.*'
+ // InternalETPhys.g:4213:2: '.*'
{
- match(input,51,FOLLOW_51_in_rule__ImportedFQN__Group__1__Impl8485); if (state.failed) return ;
+ match(input,51,FOLLOW_2);
}
break;
}
- if ( state.backtracking==0 ) {
- after(grammarAccess.getImportedFQNAccess().getFullStopAsteriskKeyword_1());
- }
+ after(grammarAccess.getImportedFQNAccess().getFullStopAsteriskKeyword_1());
}
@@ -12312,25 +11502,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Documentation__Group__0"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4229:1: rule__Documentation__Group__0 : rule__Documentation__Group__0__Impl rule__Documentation__Group__1 ;
+ // InternalETPhys.g:4228:1: rule__Documentation__Group__0 : rule__Documentation__Group__0__Impl rule__Documentation__Group__1 ;
public final void rule__Documentation__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4233:1: ( rule__Documentation__Group__0__Impl rule__Documentation__Group__1 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4234:2: rule__Documentation__Group__0__Impl rule__Documentation__Group__1
+ // InternalETPhys.g:4232:1: ( rule__Documentation__Group__0__Impl rule__Documentation__Group__1 )
+ // InternalETPhys.g:4233:2: rule__Documentation__Group__0__Impl rule__Documentation__Group__1
{
- pushFollow(FOLLOW_rule__Documentation__Group__0__Impl_in_rule__Documentation__Group__08522);
+ pushFollow(FOLLOW_12);
rule__Documentation__Group__0__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__Documentation__Group__1_in_rule__Documentation__Group__08525);
+
+ pushFollow(FOLLOW_2);
rule__Documentation__Group__1();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -12350,29 +11540,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Documentation__Group__0__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4241:1: rule__Documentation__Group__0__Impl : ( () ) ;
+ // InternalETPhys.g:4240:1: rule__Documentation__Group__0__Impl : ( () ) ;
public final void rule__Documentation__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4245:1: ( ( () ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4246:1: ( () )
+ // InternalETPhys.g:4244:1: ( ( () ) )
+ // InternalETPhys.g:4245:1: ( () )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4246:1: ( () )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4247:1: ()
+ // InternalETPhys.g:4245:1: ( () )
+ // InternalETPhys.g:4246:1: ()
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getDocumentationAccess().getDocumentationAction_0());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4248:1: ()
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4250:1:
+ before(grammarAccess.getDocumentationAccess().getDocumentationAction_0());
+ // InternalETPhys.g:4247:1: ()
+ // InternalETPhys.g:4249:1:
{
}
- if ( state.backtracking==0 ) {
- after(grammarAccess.getDocumentationAccess().getDocumentationAction_0());
- }
+ after(grammarAccess.getDocumentationAccess().getDocumentationAction_0());
}
@@ -12391,25 +11577,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Documentation__Group__1"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4260:1: rule__Documentation__Group__1 : rule__Documentation__Group__1__Impl rule__Documentation__Group__2 ;
+ // InternalETPhys.g:4259:1: rule__Documentation__Group__1 : rule__Documentation__Group__1__Impl rule__Documentation__Group__2 ;
public final void rule__Documentation__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4264:1: ( rule__Documentation__Group__1__Impl rule__Documentation__Group__2 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4265:2: rule__Documentation__Group__1__Impl rule__Documentation__Group__2
+ // InternalETPhys.g:4263:1: ( rule__Documentation__Group__1__Impl rule__Documentation__Group__2 )
+ // InternalETPhys.g:4264:2: rule__Documentation__Group__1__Impl rule__Documentation__Group__2
{
- pushFollow(FOLLOW_rule__Documentation__Group__1__Impl_in_rule__Documentation__Group__18583);
+ pushFollow(FOLLOW_33);
rule__Documentation__Group__1__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__Documentation__Group__2_in_rule__Documentation__Group__18586);
+
+ pushFollow(FOLLOW_2);
rule__Documentation__Group__2();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -12429,25 +11615,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Documentation__Group__1__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4272:1: rule__Documentation__Group__1__Impl : ( '[' ) ;
+ // InternalETPhys.g:4271:1: rule__Documentation__Group__1__Impl : ( '[' ) ;
public final void rule__Documentation__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4276:1: ( ( '[' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4277:1: ( '[' )
+ // InternalETPhys.g:4275:1: ( ( '[' ) )
+ // InternalETPhys.g:4276:1: ( '[' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4277:1: ( '[' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4278:1: '['
+ // InternalETPhys.g:4276:1: ( '[' )
+ // InternalETPhys.g:4277:1: '['
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getDocumentationAccess().getLeftSquareBracketKeyword_1());
- }
- match(input,52,FOLLOW_52_in_rule__Documentation__Group__1__Impl8614); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getDocumentationAccess().getLeftSquareBracketKeyword_1());
- }
+ before(grammarAccess.getDocumentationAccess().getLeftSquareBracketKeyword_1());
+ match(input,52,FOLLOW_2);
+ after(grammarAccess.getDocumentationAccess().getLeftSquareBracketKeyword_1());
}
@@ -12470,25 +11652,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Documentation__Group__2"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4291:1: rule__Documentation__Group__2 : rule__Documentation__Group__2__Impl rule__Documentation__Group__3 ;
+ // InternalETPhys.g:4290:1: rule__Documentation__Group__2 : rule__Documentation__Group__2__Impl rule__Documentation__Group__3 ;
public final void rule__Documentation__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4295:1: ( rule__Documentation__Group__2__Impl rule__Documentation__Group__3 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4296:2: rule__Documentation__Group__2__Impl rule__Documentation__Group__3
+ // InternalETPhys.g:4294:1: ( rule__Documentation__Group__2__Impl rule__Documentation__Group__3 )
+ // InternalETPhys.g:4295:2: rule__Documentation__Group__2__Impl rule__Documentation__Group__3
{
- pushFollow(FOLLOW_rule__Documentation__Group__2__Impl_in_rule__Documentation__Group__28645);
+ pushFollow(FOLLOW_33);
rule__Documentation__Group__2__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__Documentation__Group__3_in_rule__Documentation__Group__28648);
+
+ pushFollow(FOLLOW_2);
rule__Documentation__Group__3();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -12508,22 +11690,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Documentation__Group__2__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4303:1: rule__Documentation__Group__2__Impl : ( ( rule__Documentation__LinesAssignment_2 )* ) ;
+ // InternalETPhys.g:4302:1: rule__Documentation__Group__2__Impl : ( ( rule__Documentation__LinesAssignment_2 )* ) ;
public final void rule__Documentation__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4307:1: ( ( ( rule__Documentation__LinesAssignment_2 )* ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4308:1: ( ( rule__Documentation__LinesAssignment_2 )* )
+ // InternalETPhys.g:4306:1: ( ( ( rule__Documentation__LinesAssignment_2 )* ) )
+ // InternalETPhys.g:4307:1: ( ( rule__Documentation__LinesAssignment_2 )* )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4308:1: ( ( rule__Documentation__LinesAssignment_2 )* )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4309:1: ( rule__Documentation__LinesAssignment_2 )*
+ // InternalETPhys.g:4307:1: ( ( rule__Documentation__LinesAssignment_2 )* )
+ // InternalETPhys.g:4308:1: ( rule__Documentation__LinesAssignment_2 )*
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getDocumentationAccess().getLinesAssignment_2());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4310:1: ( rule__Documentation__LinesAssignment_2 )*
+ before(grammarAccess.getDocumentationAccess().getLinesAssignment_2());
+ // InternalETPhys.g:4309:1: ( rule__Documentation__LinesAssignment_2 )*
loop31:
do {
int alt31=2;
@@ -12536,13 +11716,13 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
switch (alt31) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4310:2: rule__Documentation__LinesAssignment_2
+ // InternalETPhys.g:4309:2: rule__Documentation__LinesAssignment_2
{
- pushFollow(FOLLOW_rule__Documentation__LinesAssignment_2_in_rule__Documentation__Group__2__Impl8675);
+ pushFollow(FOLLOW_34);
rule__Documentation__LinesAssignment_2();
state._fsp--;
- if (state.failed) return ;
+
}
break;
@@ -12552,9 +11732,7 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
} while (true);
- if ( state.backtracking==0 ) {
- after(grammarAccess.getDocumentationAccess().getLinesAssignment_2());
- }
+ after(grammarAccess.getDocumentationAccess().getLinesAssignment_2());
}
@@ -12577,20 +11755,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Documentation__Group__3"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4320:1: rule__Documentation__Group__3 : rule__Documentation__Group__3__Impl ;
+ // InternalETPhys.g:4319:1: rule__Documentation__Group__3 : rule__Documentation__Group__3__Impl ;
public final void rule__Documentation__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4324:1: ( rule__Documentation__Group__3__Impl )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4325:2: rule__Documentation__Group__3__Impl
+ // InternalETPhys.g:4323:1: ( rule__Documentation__Group__3__Impl )
+ // InternalETPhys.g:4324:2: rule__Documentation__Group__3__Impl
{
- pushFollow(FOLLOW_rule__Documentation__Group__3__Impl_in_rule__Documentation__Group__38706);
+ pushFollow(FOLLOW_2);
rule__Documentation__Group__3__Impl();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -12610,25 +11788,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Documentation__Group__3__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4331:1: rule__Documentation__Group__3__Impl : ( ']' ) ;
+ // InternalETPhys.g:4330:1: rule__Documentation__Group__3__Impl : ( ']' ) ;
public final void rule__Documentation__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4335:1: ( ( ']' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4336:1: ( ']' )
+ // InternalETPhys.g:4334:1: ( ( ']' ) )
+ // InternalETPhys.g:4335:1: ( ']' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4336:1: ( ']' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4337:1: ']'
+ // InternalETPhys.g:4335:1: ( ']' )
+ // InternalETPhys.g:4336:1: ']'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getDocumentationAccess().getRightSquareBracketKeyword_3());
- }
- match(input,53,FOLLOW_53_in_rule__Documentation__Group__3__Impl8734); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getDocumentationAccess().getRightSquareBracketKeyword_3());
- }
+ before(grammarAccess.getDocumentationAccess().getRightSquareBracketKeyword_3());
+ match(input,53,FOLLOW_2);
+ after(grammarAccess.getDocumentationAccess().getRightSquareBracketKeyword_3());
}
@@ -12651,25 +11825,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TIME__Group_0__0"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4358:1: rule__TIME__Group_0__0 : rule__TIME__Group_0__0__Impl rule__TIME__Group_0__1 ;
+ // InternalETPhys.g:4357:1: rule__TIME__Group_0__0 : rule__TIME__Group_0__0__Impl rule__TIME__Group_0__1 ;
public final void rule__TIME__Group_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4362:1: ( rule__TIME__Group_0__0__Impl rule__TIME__Group_0__1 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4363:2: rule__TIME__Group_0__0__Impl rule__TIME__Group_0__1
+ // InternalETPhys.g:4361:1: ( rule__TIME__Group_0__0__Impl rule__TIME__Group_0__1 )
+ // InternalETPhys.g:4362:2: rule__TIME__Group_0__0__Impl rule__TIME__Group_0__1
{
- pushFollow(FOLLOW_rule__TIME__Group_0__0__Impl_in_rule__TIME__Group_0__08773);
+ pushFollow(FOLLOW_35);
rule__TIME__Group_0__0__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__TIME__Group_0__1_in_rule__TIME__Group_0__08776);
+
+ pushFollow(FOLLOW_2);
rule__TIME__Group_0__1();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -12689,25 +11863,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TIME__Group_0__0__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4370:1: rule__TIME__Group_0__0__Impl : ( RULE_INT ) ;
+ // InternalETPhys.g:4369:1: rule__TIME__Group_0__0__Impl : ( RULE_INT ) ;
public final void rule__TIME__Group_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4374:1: ( ( RULE_INT ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4375:1: ( RULE_INT )
+ // InternalETPhys.g:4373:1: ( ( RULE_INT ) )
+ // InternalETPhys.g:4374:1: ( RULE_INT )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4375:1: ( RULE_INT )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4376:1: RULE_INT
+ // InternalETPhys.g:4374:1: ( RULE_INT )
+ // InternalETPhys.g:4375:1: RULE_INT
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getTIMEAccess().getINTTerminalRuleCall_0_0());
- }
- match(input,RULE_INT,FOLLOW_RULE_INT_in_rule__TIME__Group_0__0__Impl8803); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getTIMEAccess().getINTTerminalRuleCall_0_0());
- }
+ before(grammarAccess.getTIMEAccess().getINTTerminalRuleCall_0_0());
+ match(input,RULE_INT,FOLLOW_2);
+ after(grammarAccess.getTIMEAccess().getINTTerminalRuleCall_0_0());
}
@@ -12730,20 +11900,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TIME__Group_0__1"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4387:1: rule__TIME__Group_0__1 : rule__TIME__Group_0__1__Impl ;
+ // InternalETPhys.g:4386:1: rule__TIME__Group_0__1 : rule__TIME__Group_0__1__Impl ;
public final void rule__TIME__Group_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4391:1: ( rule__TIME__Group_0__1__Impl )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4392:2: rule__TIME__Group_0__1__Impl
+ // InternalETPhys.g:4390:1: ( rule__TIME__Group_0__1__Impl )
+ // InternalETPhys.g:4391:2: rule__TIME__Group_0__1__Impl
{
- pushFollow(FOLLOW_rule__TIME__Group_0__1__Impl_in_rule__TIME__Group_0__18832);
+ pushFollow(FOLLOW_2);
rule__TIME__Group_0__1__Impl();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -12763,25 +11933,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TIME__Group_0__1__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4398:1: rule__TIME__Group_0__1__Impl : ( 's' ) ;
+ // InternalETPhys.g:4397:1: rule__TIME__Group_0__1__Impl : ( 's' ) ;
public final void rule__TIME__Group_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4402:1: ( ( 's' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4403:1: ( 's' )
+ // InternalETPhys.g:4401:1: ( ( 's' ) )
+ // InternalETPhys.g:4402:1: ( 's' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4403:1: ( 's' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4404:1: 's'
+ // InternalETPhys.g:4402:1: ( 's' )
+ // InternalETPhys.g:4403:1: 's'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getTIMEAccess().getSKeyword_0_1());
- }
- match(input,54,FOLLOW_54_in_rule__TIME__Group_0__1__Impl8860); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getTIMEAccess().getSKeyword_0_1());
- }
+ before(grammarAccess.getTIMEAccess().getSKeyword_0_1());
+ match(input,54,FOLLOW_2);
+ after(grammarAccess.getTIMEAccess().getSKeyword_0_1());
}
@@ -12804,25 +11970,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TIME__Group_1__0"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4421:1: rule__TIME__Group_1__0 : rule__TIME__Group_1__0__Impl rule__TIME__Group_1__1 ;
+ // InternalETPhys.g:4420:1: rule__TIME__Group_1__0 : rule__TIME__Group_1__0__Impl rule__TIME__Group_1__1 ;
public final void rule__TIME__Group_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4425:1: ( rule__TIME__Group_1__0__Impl rule__TIME__Group_1__1 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4426:2: rule__TIME__Group_1__0__Impl rule__TIME__Group_1__1
+ // InternalETPhys.g:4424:1: ( rule__TIME__Group_1__0__Impl rule__TIME__Group_1__1 )
+ // InternalETPhys.g:4425:2: rule__TIME__Group_1__0__Impl rule__TIME__Group_1__1
{
- pushFollow(FOLLOW_rule__TIME__Group_1__0__Impl_in_rule__TIME__Group_1__08895);
+ pushFollow(FOLLOW_36);
rule__TIME__Group_1__0__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__TIME__Group_1__1_in_rule__TIME__Group_1__08898);
+
+ pushFollow(FOLLOW_2);
rule__TIME__Group_1__1();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -12842,25 +12008,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TIME__Group_1__0__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4433:1: rule__TIME__Group_1__0__Impl : ( RULE_INT ) ;
+ // InternalETPhys.g:4432:1: rule__TIME__Group_1__0__Impl : ( RULE_INT ) ;
public final void rule__TIME__Group_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4437:1: ( ( RULE_INT ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4438:1: ( RULE_INT )
+ // InternalETPhys.g:4436:1: ( ( RULE_INT ) )
+ // InternalETPhys.g:4437:1: ( RULE_INT )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4438:1: ( RULE_INT )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4439:1: RULE_INT
+ // InternalETPhys.g:4437:1: ( RULE_INT )
+ // InternalETPhys.g:4438:1: RULE_INT
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getTIMEAccess().getINTTerminalRuleCall_1_0());
- }
- match(input,RULE_INT,FOLLOW_RULE_INT_in_rule__TIME__Group_1__0__Impl8925); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getTIMEAccess().getINTTerminalRuleCall_1_0());
- }
+ before(grammarAccess.getTIMEAccess().getINTTerminalRuleCall_1_0());
+ match(input,RULE_INT,FOLLOW_2);
+ after(grammarAccess.getTIMEAccess().getINTTerminalRuleCall_1_0());
}
@@ -12883,20 +12045,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TIME__Group_1__1"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4450:1: rule__TIME__Group_1__1 : rule__TIME__Group_1__1__Impl ;
+ // InternalETPhys.g:4449:1: rule__TIME__Group_1__1 : rule__TIME__Group_1__1__Impl ;
public final void rule__TIME__Group_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4454:1: ( rule__TIME__Group_1__1__Impl )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4455:2: rule__TIME__Group_1__1__Impl
+ // InternalETPhys.g:4453:1: ( rule__TIME__Group_1__1__Impl )
+ // InternalETPhys.g:4454:2: rule__TIME__Group_1__1__Impl
{
- pushFollow(FOLLOW_rule__TIME__Group_1__1__Impl_in_rule__TIME__Group_1__18954);
+ pushFollow(FOLLOW_2);
rule__TIME__Group_1__1__Impl();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -12916,25 +12078,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TIME__Group_1__1__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4461:1: rule__TIME__Group_1__1__Impl : ( 'ms' ) ;
+ // InternalETPhys.g:4460:1: rule__TIME__Group_1__1__Impl : ( 'ms' ) ;
public final void rule__TIME__Group_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4465:1: ( ( 'ms' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4466:1: ( 'ms' )
+ // InternalETPhys.g:4464:1: ( ( 'ms' ) )
+ // InternalETPhys.g:4465:1: ( 'ms' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4466:1: ( 'ms' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4467:1: 'ms'
+ // InternalETPhys.g:4465:1: ( 'ms' )
+ // InternalETPhys.g:4466:1: 'ms'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getTIMEAccess().getMsKeyword_1_1());
- }
- match(input,55,FOLLOW_55_in_rule__TIME__Group_1__1__Impl8982); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getTIMEAccess().getMsKeyword_1_1());
- }
+ before(grammarAccess.getTIMEAccess().getMsKeyword_1_1());
+ match(input,55,FOLLOW_2);
+ after(grammarAccess.getTIMEAccess().getMsKeyword_1_1());
}
@@ -12957,25 +12115,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TIME__Group_2__0"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4484:1: rule__TIME__Group_2__0 : rule__TIME__Group_2__0__Impl rule__TIME__Group_2__1 ;
+ // InternalETPhys.g:4483:1: rule__TIME__Group_2__0 : rule__TIME__Group_2__0__Impl rule__TIME__Group_2__1 ;
public final void rule__TIME__Group_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4488:1: ( rule__TIME__Group_2__0__Impl rule__TIME__Group_2__1 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4489:2: rule__TIME__Group_2__0__Impl rule__TIME__Group_2__1
+ // InternalETPhys.g:4487:1: ( rule__TIME__Group_2__0__Impl rule__TIME__Group_2__1 )
+ // InternalETPhys.g:4488:2: rule__TIME__Group_2__0__Impl rule__TIME__Group_2__1
{
- pushFollow(FOLLOW_rule__TIME__Group_2__0__Impl_in_rule__TIME__Group_2__09017);
+ pushFollow(FOLLOW_37);
rule__TIME__Group_2__0__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__TIME__Group_2__1_in_rule__TIME__Group_2__09020);
+
+ pushFollow(FOLLOW_2);
rule__TIME__Group_2__1();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -12995,25 +12153,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TIME__Group_2__0__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4496:1: rule__TIME__Group_2__0__Impl : ( RULE_INT ) ;
+ // InternalETPhys.g:4495:1: rule__TIME__Group_2__0__Impl : ( RULE_INT ) ;
public final void rule__TIME__Group_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4500:1: ( ( RULE_INT ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4501:1: ( RULE_INT )
+ // InternalETPhys.g:4499:1: ( ( RULE_INT ) )
+ // InternalETPhys.g:4500:1: ( RULE_INT )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4501:1: ( RULE_INT )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4502:1: RULE_INT
+ // InternalETPhys.g:4500:1: ( RULE_INT )
+ // InternalETPhys.g:4501:1: RULE_INT
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getTIMEAccess().getINTTerminalRuleCall_2_0());
- }
- match(input,RULE_INT,FOLLOW_RULE_INT_in_rule__TIME__Group_2__0__Impl9047); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getTIMEAccess().getINTTerminalRuleCall_2_0());
- }
+ before(grammarAccess.getTIMEAccess().getINTTerminalRuleCall_2_0());
+ match(input,RULE_INT,FOLLOW_2);
+ after(grammarAccess.getTIMEAccess().getINTTerminalRuleCall_2_0());
}
@@ -13036,20 +12190,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TIME__Group_2__1"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4513:1: rule__TIME__Group_2__1 : rule__TIME__Group_2__1__Impl ;
+ // InternalETPhys.g:4512:1: rule__TIME__Group_2__1 : rule__TIME__Group_2__1__Impl ;
public final void rule__TIME__Group_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4517:1: ( rule__TIME__Group_2__1__Impl )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4518:2: rule__TIME__Group_2__1__Impl
+ // InternalETPhys.g:4516:1: ( rule__TIME__Group_2__1__Impl )
+ // InternalETPhys.g:4517:2: rule__TIME__Group_2__1__Impl
{
- pushFollow(FOLLOW_rule__TIME__Group_2__1__Impl_in_rule__TIME__Group_2__19076);
+ pushFollow(FOLLOW_2);
rule__TIME__Group_2__1__Impl();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -13069,25 +12223,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TIME__Group_2__1__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4524:1: rule__TIME__Group_2__1__Impl : ( 'us' ) ;
+ // InternalETPhys.g:4523:1: rule__TIME__Group_2__1__Impl : ( 'us' ) ;
public final void rule__TIME__Group_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4528:1: ( ( 'us' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4529:1: ( 'us' )
+ // InternalETPhys.g:4527:1: ( ( 'us' ) )
+ // InternalETPhys.g:4528:1: ( 'us' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4529:1: ( 'us' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4530:1: 'us'
+ // InternalETPhys.g:4528:1: ( 'us' )
+ // InternalETPhys.g:4529:1: 'us'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getTIMEAccess().getUsKeyword_2_1());
- }
- match(input,56,FOLLOW_56_in_rule__TIME__Group_2__1__Impl9104); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getTIMEAccess().getUsKeyword_2_1());
- }
+ before(grammarAccess.getTIMEAccess().getUsKeyword_2_1());
+ match(input,56,FOLLOW_2);
+ after(grammarAccess.getTIMEAccess().getUsKeyword_2_1());
}
@@ -13110,25 +12260,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TIME__Group_3__0"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4547:1: rule__TIME__Group_3__0 : rule__TIME__Group_3__0__Impl rule__TIME__Group_3__1 ;
+ // InternalETPhys.g:4546:1: rule__TIME__Group_3__0 : rule__TIME__Group_3__0__Impl rule__TIME__Group_3__1 ;
public final void rule__TIME__Group_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4551:1: ( rule__TIME__Group_3__0__Impl rule__TIME__Group_3__1 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4552:2: rule__TIME__Group_3__0__Impl rule__TIME__Group_3__1
+ // InternalETPhys.g:4550:1: ( rule__TIME__Group_3__0__Impl rule__TIME__Group_3__1 )
+ // InternalETPhys.g:4551:2: rule__TIME__Group_3__0__Impl rule__TIME__Group_3__1
{
- pushFollow(FOLLOW_rule__TIME__Group_3__0__Impl_in_rule__TIME__Group_3__09139);
+ pushFollow(FOLLOW_38);
rule__TIME__Group_3__0__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__TIME__Group_3__1_in_rule__TIME__Group_3__09142);
+
+ pushFollow(FOLLOW_2);
rule__TIME__Group_3__1();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -13148,25 +12298,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TIME__Group_3__0__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4559:1: rule__TIME__Group_3__0__Impl : ( RULE_INT ) ;
+ // InternalETPhys.g:4558:1: rule__TIME__Group_3__0__Impl : ( RULE_INT ) ;
public final void rule__TIME__Group_3__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4563:1: ( ( RULE_INT ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4564:1: ( RULE_INT )
+ // InternalETPhys.g:4562:1: ( ( RULE_INT ) )
+ // InternalETPhys.g:4563:1: ( RULE_INT )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4564:1: ( RULE_INT )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4565:1: RULE_INT
+ // InternalETPhys.g:4563:1: ( RULE_INT )
+ // InternalETPhys.g:4564:1: RULE_INT
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getTIMEAccess().getINTTerminalRuleCall_3_0());
- }
- match(input,RULE_INT,FOLLOW_RULE_INT_in_rule__TIME__Group_3__0__Impl9169); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getTIMEAccess().getINTTerminalRuleCall_3_0());
- }
+ before(grammarAccess.getTIMEAccess().getINTTerminalRuleCall_3_0());
+ match(input,RULE_INT,FOLLOW_2);
+ after(grammarAccess.getTIMEAccess().getINTTerminalRuleCall_3_0());
}
@@ -13189,20 +12335,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TIME__Group_3__1"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4576:1: rule__TIME__Group_3__1 : rule__TIME__Group_3__1__Impl ;
+ // InternalETPhys.g:4575:1: rule__TIME__Group_3__1 : rule__TIME__Group_3__1__Impl ;
public final void rule__TIME__Group_3__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4580:1: ( rule__TIME__Group_3__1__Impl )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4581:2: rule__TIME__Group_3__1__Impl
+ // InternalETPhys.g:4579:1: ( rule__TIME__Group_3__1__Impl )
+ // InternalETPhys.g:4580:2: rule__TIME__Group_3__1__Impl
{
- pushFollow(FOLLOW_rule__TIME__Group_3__1__Impl_in_rule__TIME__Group_3__19198);
+ pushFollow(FOLLOW_2);
rule__TIME__Group_3__1__Impl();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -13222,25 +12368,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TIME__Group_3__1__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4587:1: rule__TIME__Group_3__1__Impl : ( 'ns' ) ;
+ // InternalETPhys.g:4586:1: rule__TIME__Group_3__1__Impl : ( 'ns' ) ;
public final void rule__TIME__Group_3__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4591:1: ( ( 'ns' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4592:1: ( 'ns' )
+ // InternalETPhys.g:4590:1: ( ( 'ns' ) )
+ // InternalETPhys.g:4591:1: ( 'ns' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4592:1: ( 'ns' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4593:1: 'ns'
+ // InternalETPhys.g:4591:1: ( 'ns' )
+ // InternalETPhys.g:4592:1: 'ns'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getTIMEAccess().getNsKeyword_3_1());
- }
- match(input,57,FOLLOW_57_in_rule__TIME__Group_3__1__Impl9226); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getTIMEAccess().getNsKeyword_3_1());
- }
+ before(grammarAccess.getTIMEAccess().getNsKeyword_3_1());
+ match(input,57,FOLLOW_2);
+ after(grammarAccess.getTIMEAccess().getNsKeyword_3_1());
}
@@ -13263,25 +12405,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__BooleanLiteral__Group__0"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4612:1: rule__BooleanLiteral__Group__0 : rule__BooleanLiteral__Group__0__Impl rule__BooleanLiteral__Group__1 ;
+ // InternalETPhys.g:4611:1: rule__BooleanLiteral__Group__0 : rule__BooleanLiteral__Group__0__Impl rule__BooleanLiteral__Group__1 ;
public final void rule__BooleanLiteral__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4616:1: ( rule__BooleanLiteral__Group__0__Impl rule__BooleanLiteral__Group__1 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4617:2: rule__BooleanLiteral__Group__0__Impl rule__BooleanLiteral__Group__1
+ // InternalETPhys.g:4615:1: ( rule__BooleanLiteral__Group__0__Impl rule__BooleanLiteral__Group__1 )
+ // InternalETPhys.g:4616:2: rule__BooleanLiteral__Group__0__Impl rule__BooleanLiteral__Group__1
{
- pushFollow(FOLLOW_rule__BooleanLiteral__Group__0__Impl_in_rule__BooleanLiteral__Group__09263);
+ pushFollow(FOLLOW_39);
rule__BooleanLiteral__Group__0__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__BooleanLiteral__Group__1_in_rule__BooleanLiteral__Group__09266);
+
+ pushFollow(FOLLOW_2);
rule__BooleanLiteral__Group__1();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -13301,29 +12443,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__BooleanLiteral__Group__0__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4624:1: rule__BooleanLiteral__Group__0__Impl : ( () ) ;
+ // InternalETPhys.g:4623:1: rule__BooleanLiteral__Group__0__Impl : ( () ) ;
public final void rule__BooleanLiteral__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4628:1: ( ( () ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4629:1: ( () )
+ // InternalETPhys.g:4627:1: ( ( () ) )
+ // InternalETPhys.g:4628:1: ( () )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4629:1: ( () )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4630:1: ()
+ // InternalETPhys.g:4628:1: ( () )
+ // InternalETPhys.g:4629:1: ()
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getBooleanLiteralAccess().getBooleanLiteralAction_0());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4631:1: ()
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4633:1:
+ before(grammarAccess.getBooleanLiteralAccess().getBooleanLiteralAction_0());
+ // InternalETPhys.g:4630:1: ()
+ // InternalETPhys.g:4632:1:
{
}
- if ( state.backtracking==0 ) {
- after(grammarAccess.getBooleanLiteralAccess().getBooleanLiteralAction_0());
- }
+ after(grammarAccess.getBooleanLiteralAccess().getBooleanLiteralAction_0());
}
@@ -13342,20 +12480,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__BooleanLiteral__Group__1"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4643:1: rule__BooleanLiteral__Group__1 : rule__BooleanLiteral__Group__1__Impl ;
+ // InternalETPhys.g:4642:1: rule__BooleanLiteral__Group__1 : rule__BooleanLiteral__Group__1__Impl ;
public final void rule__BooleanLiteral__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4647:1: ( rule__BooleanLiteral__Group__1__Impl )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4648:2: rule__BooleanLiteral__Group__1__Impl
+ // InternalETPhys.g:4646:1: ( rule__BooleanLiteral__Group__1__Impl )
+ // InternalETPhys.g:4647:2: rule__BooleanLiteral__Group__1__Impl
{
- pushFollow(FOLLOW_rule__BooleanLiteral__Group__1__Impl_in_rule__BooleanLiteral__Group__19324);
+ pushFollow(FOLLOW_2);
rule__BooleanLiteral__Group__1__Impl();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -13375,36 +12513,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__BooleanLiteral__Group__1__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4654:1: rule__BooleanLiteral__Group__1__Impl : ( ( rule__BooleanLiteral__Alternatives_1 ) ) ;
+ // InternalETPhys.g:4653:1: rule__BooleanLiteral__Group__1__Impl : ( ( rule__BooleanLiteral__Alternatives_1 ) ) ;
public final void rule__BooleanLiteral__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4658:1: ( ( ( rule__BooleanLiteral__Alternatives_1 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4659:1: ( ( rule__BooleanLiteral__Alternatives_1 ) )
+ // InternalETPhys.g:4657:1: ( ( ( rule__BooleanLiteral__Alternatives_1 ) ) )
+ // InternalETPhys.g:4658:1: ( ( rule__BooleanLiteral__Alternatives_1 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4659:1: ( ( rule__BooleanLiteral__Alternatives_1 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4660:1: ( rule__BooleanLiteral__Alternatives_1 )
+ // InternalETPhys.g:4658:1: ( ( rule__BooleanLiteral__Alternatives_1 ) )
+ // InternalETPhys.g:4659:1: ( rule__BooleanLiteral__Alternatives_1 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getBooleanLiteralAccess().getAlternatives_1());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4661:1: ( rule__BooleanLiteral__Alternatives_1 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4661:2: rule__BooleanLiteral__Alternatives_1
+ before(grammarAccess.getBooleanLiteralAccess().getAlternatives_1());
+ // InternalETPhys.g:4660:1: ( rule__BooleanLiteral__Alternatives_1 )
+ // InternalETPhys.g:4660:2: rule__BooleanLiteral__Alternatives_1
{
- pushFollow(FOLLOW_rule__BooleanLiteral__Alternatives_1_in_rule__BooleanLiteral__Group__1__Impl9351);
+ pushFollow(FOLLOW_2);
rule__BooleanLiteral__Alternatives_1();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getBooleanLiteralAccess().getAlternatives_1());
}
+ after(grammarAccess.getBooleanLiteralAccess().getAlternatives_1());
+
}
@@ -13426,25 +12560,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RealLiteral__Group__0"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4675:1: rule__RealLiteral__Group__0 : rule__RealLiteral__Group__0__Impl rule__RealLiteral__Group__1 ;
+ // InternalETPhys.g:4674:1: rule__RealLiteral__Group__0 : rule__RealLiteral__Group__0__Impl rule__RealLiteral__Group__1 ;
public final void rule__RealLiteral__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4679:1: ( rule__RealLiteral__Group__0__Impl rule__RealLiteral__Group__1 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4680:2: rule__RealLiteral__Group__0__Impl rule__RealLiteral__Group__1
+ // InternalETPhys.g:4678:1: ( rule__RealLiteral__Group__0__Impl rule__RealLiteral__Group__1 )
+ // InternalETPhys.g:4679:2: rule__RealLiteral__Group__0__Impl rule__RealLiteral__Group__1
{
- pushFollow(FOLLOW_rule__RealLiteral__Group__0__Impl_in_rule__RealLiteral__Group__09385);
+ pushFollow(FOLLOW_17);
rule__RealLiteral__Group__0__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__RealLiteral__Group__1_in_rule__RealLiteral__Group__09388);
+
+ pushFollow(FOLLOW_2);
rule__RealLiteral__Group__1();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -13464,29 +12598,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RealLiteral__Group__0__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4687:1: rule__RealLiteral__Group__0__Impl : ( () ) ;
+ // InternalETPhys.g:4686:1: rule__RealLiteral__Group__0__Impl : ( () ) ;
public final void rule__RealLiteral__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4691:1: ( ( () ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4692:1: ( () )
+ // InternalETPhys.g:4690:1: ( ( () ) )
+ // InternalETPhys.g:4691:1: ( () )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4692:1: ( () )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4693:1: ()
+ // InternalETPhys.g:4691:1: ( () )
+ // InternalETPhys.g:4692:1: ()
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getRealLiteralAccess().getRealLiteralAction_0());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4694:1: ()
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4696:1:
+ before(grammarAccess.getRealLiteralAccess().getRealLiteralAction_0());
+ // InternalETPhys.g:4693:1: ()
+ // InternalETPhys.g:4695:1:
{
}
- if ( state.backtracking==0 ) {
- after(grammarAccess.getRealLiteralAccess().getRealLiteralAction_0());
- }
+ after(grammarAccess.getRealLiteralAccess().getRealLiteralAction_0());
}
@@ -13505,20 +12635,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RealLiteral__Group__1"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4706:1: rule__RealLiteral__Group__1 : rule__RealLiteral__Group__1__Impl ;
+ // InternalETPhys.g:4705:1: rule__RealLiteral__Group__1 : rule__RealLiteral__Group__1__Impl ;
public final void rule__RealLiteral__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4710:1: ( rule__RealLiteral__Group__1__Impl )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4711:2: rule__RealLiteral__Group__1__Impl
+ // InternalETPhys.g:4709:1: ( rule__RealLiteral__Group__1__Impl )
+ // InternalETPhys.g:4710:2: rule__RealLiteral__Group__1__Impl
{
- pushFollow(FOLLOW_rule__RealLiteral__Group__1__Impl_in_rule__RealLiteral__Group__19446);
+ pushFollow(FOLLOW_2);
rule__RealLiteral__Group__1__Impl();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -13538,36 +12668,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RealLiteral__Group__1__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4717:1: rule__RealLiteral__Group__1__Impl : ( ( rule__RealLiteral__ValueAssignment_1 ) ) ;
+ // InternalETPhys.g:4716:1: rule__RealLiteral__Group__1__Impl : ( ( rule__RealLiteral__ValueAssignment_1 ) ) ;
public final void rule__RealLiteral__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4721:1: ( ( ( rule__RealLiteral__ValueAssignment_1 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4722:1: ( ( rule__RealLiteral__ValueAssignment_1 ) )
+ // InternalETPhys.g:4720:1: ( ( ( rule__RealLiteral__ValueAssignment_1 ) ) )
+ // InternalETPhys.g:4721:1: ( ( rule__RealLiteral__ValueAssignment_1 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4722:1: ( ( rule__RealLiteral__ValueAssignment_1 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4723:1: ( rule__RealLiteral__ValueAssignment_1 )
+ // InternalETPhys.g:4721:1: ( ( rule__RealLiteral__ValueAssignment_1 ) )
+ // InternalETPhys.g:4722:1: ( rule__RealLiteral__ValueAssignment_1 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getRealLiteralAccess().getValueAssignment_1());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4724:1: ( rule__RealLiteral__ValueAssignment_1 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4724:2: rule__RealLiteral__ValueAssignment_1
+ before(grammarAccess.getRealLiteralAccess().getValueAssignment_1());
+ // InternalETPhys.g:4723:1: ( rule__RealLiteral__ValueAssignment_1 )
+ // InternalETPhys.g:4723:2: rule__RealLiteral__ValueAssignment_1
{
- pushFollow(FOLLOW_rule__RealLiteral__ValueAssignment_1_in_rule__RealLiteral__Group__1__Impl9473);
+ pushFollow(FOLLOW_2);
rule__RealLiteral__ValueAssignment_1();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getRealLiteralAccess().getValueAssignment_1());
}
+ after(grammarAccess.getRealLiteralAccess().getValueAssignment_1());
+
}
@@ -13589,25 +12715,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__IntLiteral__Group__0"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4738:1: rule__IntLiteral__Group__0 : rule__IntLiteral__Group__0__Impl rule__IntLiteral__Group__1 ;
+ // InternalETPhys.g:4737:1: rule__IntLiteral__Group__0 : rule__IntLiteral__Group__0__Impl rule__IntLiteral__Group__1 ;
public final void rule__IntLiteral__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4742:1: ( rule__IntLiteral__Group__0__Impl rule__IntLiteral__Group__1 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4743:2: rule__IntLiteral__Group__0__Impl rule__IntLiteral__Group__1
+ // InternalETPhys.g:4741:1: ( rule__IntLiteral__Group__0__Impl rule__IntLiteral__Group__1 )
+ // InternalETPhys.g:4742:2: rule__IntLiteral__Group__0__Impl rule__IntLiteral__Group__1
{
- pushFollow(FOLLOW_rule__IntLiteral__Group__0__Impl_in_rule__IntLiteral__Group__09507);
+ pushFollow(FOLLOW_17);
rule__IntLiteral__Group__0__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__IntLiteral__Group__1_in_rule__IntLiteral__Group__09510);
+
+ pushFollow(FOLLOW_2);
rule__IntLiteral__Group__1();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -13627,29 +12753,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__IntLiteral__Group__0__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4750:1: rule__IntLiteral__Group__0__Impl : ( () ) ;
+ // InternalETPhys.g:4749:1: rule__IntLiteral__Group__0__Impl : ( () ) ;
public final void rule__IntLiteral__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4754:1: ( ( () ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4755:1: ( () )
+ // InternalETPhys.g:4753:1: ( ( () ) )
+ // InternalETPhys.g:4754:1: ( () )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4755:1: ( () )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4756:1: ()
+ // InternalETPhys.g:4754:1: ( () )
+ // InternalETPhys.g:4755:1: ()
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getIntLiteralAccess().getIntLiteralAction_0());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4757:1: ()
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4759:1:
+ before(grammarAccess.getIntLiteralAccess().getIntLiteralAction_0());
+ // InternalETPhys.g:4756:1: ()
+ // InternalETPhys.g:4758:1:
{
}
- if ( state.backtracking==0 ) {
- after(grammarAccess.getIntLiteralAccess().getIntLiteralAction_0());
- }
+ after(grammarAccess.getIntLiteralAccess().getIntLiteralAction_0());
}
@@ -13668,20 +12790,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__IntLiteral__Group__1"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4769:1: rule__IntLiteral__Group__1 : rule__IntLiteral__Group__1__Impl ;
+ // InternalETPhys.g:4768:1: rule__IntLiteral__Group__1 : rule__IntLiteral__Group__1__Impl ;
public final void rule__IntLiteral__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4773:1: ( rule__IntLiteral__Group__1__Impl )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4774:2: rule__IntLiteral__Group__1__Impl
+ // InternalETPhys.g:4772:1: ( rule__IntLiteral__Group__1__Impl )
+ // InternalETPhys.g:4773:2: rule__IntLiteral__Group__1__Impl
{
- pushFollow(FOLLOW_rule__IntLiteral__Group__1__Impl_in_rule__IntLiteral__Group__19568);
+ pushFollow(FOLLOW_2);
rule__IntLiteral__Group__1__Impl();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -13701,36 +12823,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__IntLiteral__Group__1__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4780:1: rule__IntLiteral__Group__1__Impl : ( ( rule__IntLiteral__ValueAssignment_1 ) ) ;
+ // InternalETPhys.g:4779:1: rule__IntLiteral__Group__1__Impl : ( ( rule__IntLiteral__ValueAssignment_1 ) ) ;
public final void rule__IntLiteral__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4784:1: ( ( ( rule__IntLiteral__ValueAssignment_1 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4785:1: ( ( rule__IntLiteral__ValueAssignment_1 ) )
+ // InternalETPhys.g:4783:1: ( ( ( rule__IntLiteral__ValueAssignment_1 ) ) )
+ // InternalETPhys.g:4784:1: ( ( rule__IntLiteral__ValueAssignment_1 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4785:1: ( ( rule__IntLiteral__ValueAssignment_1 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4786:1: ( rule__IntLiteral__ValueAssignment_1 )
+ // InternalETPhys.g:4784:1: ( ( rule__IntLiteral__ValueAssignment_1 ) )
+ // InternalETPhys.g:4785:1: ( rule__IntLiteral__ValueAssignment_1 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getIntLiteralAccess().getValueAssignment_1());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4787:1: ( rule__IntLiteral__ValueAssignment_1 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4787:2: rule__IntLiteral__ValueAssignment_1
+ before(grammarAccess.getIntLiteralAccess().getValueAssignment_1());
+ // InternalETPhys.g:4786:1: ( rule__IntLiteral__ValueAssignment_1 )
+ // InternalETPhys.g:4786:2: rule__IntLiteral__ValueAssignment_1
{
- pushFollow(FOLLOW_rule__IntLiteral__ValueAssignment_1_in_rule__IntLiteral__Group__1__Impl9595);
+ pushFollow(FOLLOW_2);
rule__IntLiteral__ValueAssignment_1();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getIntLiteralAccess().getValueAssignment_1());
}
+ after(grammarAccess.getIntLiteralAccess().getValueAssignment_1());
+
}
@@ -13752,25 +12870,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StringLiteral__Group__0"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4801:1: rule__StringLiteral__Group__0 : rule__StringLiteral__Group__0__Impl rule__StringLiteral__Group__1 ;
+ // InternalETPhys.g:4800:1: rule__StringLiteral__Group__0 : rule__StringLiteral__Group__0__Impl rule__StringLiteral__Group__1 ;
public final void rule__StringLiteral__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4805:1: ( rule__StringLiteral__Group__0__Impl rule__StringLiteral__Group__1 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4806:2: rule__StringLiteral__Group__0__Impl rule__StringLiteral__Group__1
+ // InternalETPhys.g:4804:1: ( rule__StringLiteral__Group__0__Impl rule__StringLiteral__Group__1 )
+ // InternalETPhys.g:4805:2: rule__StringLiteral__Group__0__Impl rule__StringLiteral__Group__1
{
- pushFollow(FOLLOW_rule__StringLiteral__Group__0__Impl_in_rule__StringLiteral__Group__09629);
+ pushFollow(FOLLOW_24);
rule__StringLiteral__Group__0__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__StringLiteral__Group__1_in_rule__StringLiteral__Group__09632);
+
+ pushFollow(FOLLOW_2);
rule__StringLiteral__Group__1();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -13790,29 +12908,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StringLiteral__Group__0__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4813:1: rule__StringLiteral__Group__0__Impl : ( () ) ;
+ // InternalETPhys.g:4812:1: rule__StringLiteral__Group__0__Impl : ( () ) ;
public final void rule__StringLiteral__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4817:1: ( ( () ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4818:1: ( () )
+ // InternalETPhys.g:4816:1: ( ( () ) )
+ // InternalETPhys.g:4817:1: ( () )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4818:1: ( () )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4819:1: ()
+ // InternalETPhys.g:4817:1: ( () )
+ // InternalETPhys.g:4818:1: ()
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getStringLiteralAccess().getStringLiteralAction_0());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4820:1: ()
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4822:1:
+ before(grammarAccess.getStringLiteralAccess().getStringLiteralAction_0());
+ // InternalETPhys.g:4819:1: ()
+ // InternalETPhys.g:4821:1:
{
}
- if ( state.backtracking==0 ) {
- after(grammarAccess.getStringLiteralAccess().getStringLiteralAction_0());
- }
+ after(grammarAccess.getStringLiteralAccess().getStringLiteralAction_0());
}
@@ -13831,20 +12945,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StringLiteral__Group__1"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4832:1: rule__StringLiteral__Group__1 : rule__StringLiteral__Group__1__Impl ;
+ // InternalETPhys.g:4831:1: rule__StringLiteral__Group__1 : rule__StringLiteral__Group__1__Impl ;
public final void rule__StringLiteral__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4836:1: ( rule__StringLiteral__Group__1__Impl )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4837:2: rule__StringLiteral__Group__1__Impl
+ // InternalETPhys.g:4835:1: ( rule__StringLiteral__Group__1__Impl )
+ // InternalETPhys.g:4836:2: rule__StringLiteral__Group__1__Impl
{
- pushFollow(FOLLOW_rule__StringLiteral__Group__1__Impl_in_rule__StringLiteral__Group__19690);
+ pushFollow(FOLLOW_2);
rule__StringLiteral__Group__1__Impl();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -13864,36 +12978,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StringLiteral__Group__1__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4843:1: rule__StringLiteral__Group__1__Impl : ( ( rule__StringLiteral__ValueAssignment_1 ) ) ;
+ // InternalETPhys.g:4842:1: rule__StringLiteral__Group__1__Impl : ( ( rule__StringLiteral__ValueAssignment_1 ) ) ;
public final void rule__StringLiteral__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4847:1: ( ( ( rule__StringLiteral__ValueAssignment_1 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4848:1: ( ( rule__StringLiteral__ValueAssignment_1 ) )
+ // InternalETPhys.g:4846:1: ( ( ( rule__StringLiteral__ValueAssignment_1 ) ) )
+ // InternalETPhys.g:4847:1: ( ( rule__StringLiteral__ValueAssignment_1 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4848:1: ( ( rule__StringLiteral__ValueAssignment_1 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4849:1: ( rule__StringLiteral__ValueAssignment_1 )
+ // InternalETPhys.g:4847:1: ( ( rule__StringLiteral__ValueAssignment_1 ) )
+ // InternalETPhys.g:4848:1: ( rule__StringLiteral__ValueAssignment_1 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getStringLiteralAccess().getValueAssignment_1());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4850:1: ( rule__StringLiteral__ValueAssignment_1 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4850:2: rule__StringLiteral__ValueAssignment_1
+ before(grammarAccess.getStringLiteralAccess().getValueAssignment_1());
+ // InternalETPhys.g:4849:1: ( rule__StringLiteral__ValueAssignment_1 )
+ // InternalETPhys.g:4849:2: rule__StringLiteral__ValueAssignment_1
{
- pushFollow(FOLLOW_rule__StringLiteral__ValueAssignment_1_in_rule__StringLiteral__Group__1__Impl9717);
+ pushFollow(FOLLOW_2);
rule__StringLiteral__ValueAssignment_1();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getStringLiteralAccess().getValueAssignment_1());
}
+ after(grammarAccess.getStringLiteralAccess().getValueAssignment_1());
+
}
@@ -13915,25 +13025,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Integer__Group_0__0"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4864:1: rule__Integer__Group_0__0 : rule__Integer__Group_0__0__Impl rule__Integer__Group_0__1 ;
+ // InternalETPhys.g:4863:1: rule__Integer__Group_0__0 : rule__Integer__Group_0__0__Impl rule__Integer__Group_0__1 ;
public final void rule__Integer__Group_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4868:1: ( rule__Integer__Group_0__0__Impl rule__Integer__Group_0__1 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4869:2: rule__Integer__Group_0__0__Impl rule__Integer__Group_0__1
+ // InternalETPhys.g:4867:1: ( rule__Integer__Group_0__0__Impl rule__Integer__Group_0__1 )
+ // InternalETPhys.g:4868:2: rule__Integer__Group_0__0__Impl rule__Integer__Group_0__1
{
- pushFollow(FOLLOW_rule__Integer__Group_0__0__Impl_in_rule__Integer__Group_0__09751);
+ pushFollow(FOLLOW_40);
rule__Integer__Group_0__0__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__Integer__Group_0__1_in_rule__Integer__Group_0__09754);
+
+ pushFollow(FOLLOW_2);
rule__Integer__Group_0__1();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -13953,22 +13063,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Integer__Group_0__0__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4876:1: rule__Integer__Group_0__0__Impl : ( ( rule__Integer__Alternatives_0_0 )? ) ;
+ // InternalETPhys.g:4875:1: rule__Integer__Group_0__0__Impl : ( ( rule__Integer__Alternatives_0_0 )? ) ;
public final void rule__Integer__Group_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4880:1: ( ( ( rule__Integer__Alternatives_0_0 )? ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4881:1: ( ( rule__Integer__Alternatives_0_0 )? )
+ // InternalETPhys.g:4879:1: ( ( ( rule__Integer__Alternatives_0_0 )? ) )
+ // InternalETPhys.g:4880:1: ( ( rule__Integer__Alternatives_0_0 )? )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4881:1: ( ( rule__Integer__Alternatives_0_0 )? )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4882:1: ( rule__Integer__Alternatives_0_0 )?
+ // InternalETPhys.g:4880:1: ( ( rule__Integer__Alternatives_0_0 )? )
+ // InternalETPhys.g:4881:1: ( rule__Integer__Alternatives_0_0 )?
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getIntegerAccess().getAlternatives_0_0());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4883:1: ( rule__Integer__Alternatives_0_0 )?
+ before(grammarAccess.getIntegerAccess().getAlternatives_0_0());
+ // InternalETPhys.g:4882:1: ( rule__Integer__Alternatives_0_0 )?
int alt32=2;
int LA32_0 = input.LA(1);
@@ -13977,22 +13085,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
switch (alt32) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4883:2: rule__Integer__Alternatives_0_0
+ // InternalETPhys.g:4882:2: rule__Integer__Alternatives_0_0
{
- pushFollow(FOLLOW_rule__Integer__Alternatives_0_0_in_rule__Integer__Group_0__0__Impl9781);
+ pushFollow(FOLLOW_2);
rule__Integer__Alternatives_0_0();
state._fsp--;
- if (state.failed) return ;
+
}
break;
}
- if ( state.backtracking==0 ) {
- after(grammarAccess.getIntegerAccess().getAlternatives_0_0());
- }
+ after(grammarAccess.getIntegerAccess().getAlternatives_0_0());
}
@@ -14015,20 +13121,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Integer__Group_0__1"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4893:1: rule__Integer__Group_0__1 : rule__Integer__Group_0__1__Impl ;
+ // InternalETPhys.g:4892:1: rule__Integer__Group_0__1 : rule__Integer__Group_0__1__Impl ;
public final void rule__Integer__Group_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4897:1: ( rule__Integer__Group_0__1__Impl )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4898:2: rule__Integer__Group_0__1__Impl
+ // InternalETPhys.g:4896:1: ( rule__Integer__Group_0__1__Impl )
+ // InternalETPhys.g:4897:2: rule__Integer__Group_0__1__Impl
{
- pushFollow(FOLLOW_rule__Integer__Group_0__1__Impl_in_rule__Integer__Group_0__19812);
+ pushFollow(FOLLOW_2);
rule__Integer__Group_0__1__Impl();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -14048,25 +13154,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Integer__Group_0__1__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4904:1: rule__Integer__Group_0__1__Impl : ( RULE_INT ) ;
+ // InternalETPhys.g:4903:1: rule__Integer__Group_0__1__Impl : ( RULE_INT ) ;
public final void rule__Integer__Group_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4908:1: ( ( RULE_INT ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4909:1: ( RULE_INT )
+ // InternalETPhys.g:4907:1: ( ( RULE_INT ) )
+ // InternalETPhys.g:4908:1: ( RULE_INT )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4909:1: ( RULE_INT )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4910:1: RULE_INT
+ // InternalETPhys.g:4908:1: ( RULE_INT )
+ // InternalETPhys.g:4909:1: RULE_INT
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getIntegerAccess().getINTTerminalRuleCall_0_1());
- }
- match(input,RULE_INT,FOLLOW_RULE_INT_in_rule__Integer__Group_0__1__Impl9839); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getIntegerAccess().getINTTerminalRuleCall_0_1());
- }
+ before(grammarAccess.getIntegerAccess().getINTTerminalRuleCall_0_1());
+ match(input,RULE_INT,FOLLOW_2);
+ after(grammarAccess.getIntegerAccess().getINTTerminalRuleCall_0_1());
}
@@ -14089,25 +13191,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Decimal__Group__0"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4925:1: rule__Decimal__Group__0 : rule__Decimal__Group__0__Impl rule__Decimal__Group__1 ;
+ // InternalETPhys.g:4924:1: rule__Decimal__Group__0 : rule__Decimal__Group__0__Impl rule__Decimal__Group__1 ;
public final void rule__Decimal__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4929:1: ( rule__Decimal__Group__0__Impl rule__Decimal__Group__1 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4930:2: rule__Decimal__Group__0__Impl rule__Decimal__Group__1
+ // InternalETPhys.g:4928:1: ( rule__Decimal__Group__0__Impl rule__Decimal__Group__1 )
+ // InternalETPhys.g:4929:2: rule__Decimal__Group__0__Impl rule__Decimal__Group__1
{
- pushFollow(FOLLOW_rule__Decimal__Group__0__Impl_in_rule__Decimal__Group__09872);
+ pushFollow(FOLLOW_40);
rule__Decimal__Group__0__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__Decimal__Group__1_in_rule__Decimal__Group__09875);
+
+ pushFollow(FOLLOW_2);
rule__Decimal__Group__1();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -14127,22 +13229,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Decimal__Group__0__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4937:1: rule__Decimal__Group__0__Impl : ( ( rule__Decimal__Alternatives_0 )? ) ;
+ // InternalETPhys.g:4936:1: rule__Decimal__Group__0__Impl : ( ( rule__Decimal__Alternatives_0 )? ) ;
public final void rule__Decimal__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4941:1: ( ( ( rule__Decimal__Alternatives_0 )? ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4942:1: ( ( rule__Decimal__Alternatives_0 )? )
+ // InternalETPhys.g:4940:1: ( ( ( rule__Decimal__Alternatives_0 )? ) )
+ // InternalETPhys.g:4941:1: ( ( rule__Decimal__Alternatives_0 )? )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4942:1: ( ( rule__Decimal__Alternatives_0 )? )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4943:1: ( rule__Decimal__Alternatives_0 )?
+ // InternalETPhys.g:4941:1: ( ( rule__Decimal__Alternatives_0 )? )
+ // InternalETPhys.g:4942:1: ( rule__Decimal__Alternatives_0 )?
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getDecimalAccess().getAlternatives_0());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4944:1: ( rule__Decimal__Alternatives_0 )?
+ before(grammarAccess.getDecimalAccess().getAlternatives_0());
+ // InternalETPhys.g:4943:1: ( rule__Decimal__Alternatives_0 )?
int alt33=2;
int LA33_0 = input.LA(1);
@@ -14151,22 +13251,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
switch (alt33) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4944:2: rule__Decimal__Alternatives_0
+ // InternalETPhys.g:4943:2: rule__Decimal__Alternatives_0
{
- pushFollow(FOLLOW_rule__Decimal__Alternatives_0_in_rule__Decimal__Group__0__Impl9902);
+ pushFollow(FOLLOW_2);
rule__Decimal__Alternatives_0();
state._fsp--;
- if (state.failed) return ;
+
}
break;
}
- if ( state.backtracking==0 ) {
- after(grammarAccess.getDecimalAccess().getAlternatives_0());
- }
+ after(grammarAccess.getDecimalAccess().getAlternatives_0());
}
@@ -14189,25 +13287,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Decimal__Group__1"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4954:1: rule__Decimal__Group__1 : rule__Decimal__Group__1__Impl rule__Decimal__Group__2 ;
+ // InternalETPhys.g:4953:1: rule__Decimal__Group__1 : rule__Decimal__Group__1__Impl rule__Decimal__Group__2 ;
public final void rule__Decimal__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4958:1: ( rule__Decimal__Group__1__Impl rule__Decimal__Group__2 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4959:2: rule__Decimal__Group__1__Impl rule__Decimal__Group__2
+ // InternalETPhys.g:4957:1: ( rule__Decimal__Group__1__Impl rule__Decimal__Group__2 )
+ // InternalETPhys.g:4958:2: rule__Decimal__Group__1__Impl rule__Decimal__Group__2
{
- pushFollow(FOLLOW_rule__Decimal__Group__1__Impl_in_rule__Decimal__Group__19933);
+ pushFollow(FOLLOW_41);
rule__Decimal__Group__1__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__Decimal__Group__2_in_rule__Decimal__Group__19936);
+
+ pushFollow(FOLLOW_2);
rule__Decimal__Group__2();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -14227,25 +13325,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Decimal__Group__1__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4966:1: rule__Decimal__Group__1__Impl : ( RULE_INT ) ;
+ // InternalETPhys.g:4965:1: rule__Decimal__Group__1__Impl : ( RULE_INT ) ;
public final void rule__Decimal__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4970:1: ( ( RULE_INT ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4971:1: ( RULE_INT )
+ // InternalETPhys.g:4969:1: ( ( RULE_INT ) )
+ // InternalETPhys.g:4970:1: ( RULE_INT )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4971:1: ( RULE_INT )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4972:1: RULE_INT
+ // InternalETPhys.g:4970:1: ( RULE_INT )
+ // InternalETPhys.g:4971:1: RULE_INT
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getDecimalAccess().getINTTerminalRuleCall_1());
- }
- match(input,RULE_INT,FOLLOW_RULE_INT_in_rule__Decimal__Group__1__Impl9963); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getDecimalAccess().getINTTerminalRuleCall_1());
- }
+ before(grammarAccess.getDecimalAccess().getINTTerminalRuleCall_1());
+ match(input,RULE_INT,FOLLOW_2);
+ after(grammarAccess.getDecimalAccess().getINTTerminalRuleCall_1());
}
@@ -14268,25 +13362,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Decimal__Group__2"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4983:1: rule__Decimal__Group__2 : rule__Decimal__Group__2__Impl rule__Decimal__Group__3 ;
+ // InternalETPhys.g:4982:1: rule__Decimal__Group__2 : rule__Decimal__Group__2__Impl rule__Decimal__Group__3 ;
public final void rule__Decimal__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4987:1: ( rule__Decimal__Group__2__Impl rule__Decimal__Group__3 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4988:2: rule__Decimal__Group__2__Impl rule__Decimal__Group__3
+ // InternalETPhys.g:4986:1: ( rule__Decimal__Group__2__Impl rule__Decimal__Group__3 )
+ // InternalETPhys.g:4987:2: rule__Decimal__Group__2__Impl rule__Decimal__Group__3
{
- pushFollow(FOLLOW_rule__Decimal__Group__2__Impl_in_rule__Decimal__Group__29992);
+ pushFollow(FOLLOW_21);
rule__Decimal__Group__2__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__Decimal__Group__3_in_rule__Decimal__Group__29995);
+
+ pushFollow(FOLLOW_2);
rule__Decimal__Group__3();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -14306,25 +13400,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Decimal__Group__2__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4995:1: rule__Decimal__Group__2__Impl : ( '.' ) ;
+ // InternalETPhys.g:4994:1: rule__Decimal__Group__2__Impl : ( '.' ) ;
public final void rule__Decimal__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:4999:1: ( ( '.' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5000:1: ( '.' )
+ // InternalETPhys.g:4998:1: ( ( '.' ) )
+ // InternalETPhys.g:4999:1: ( '.' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5000:1: ( '.' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5001:1: '.'
+ // InternalETPhys.g:4999:1: ( '.' )
+ // InternalETPhys.g:5000:1: '.'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getDecimalAccess().getFullStopKeyword_2());
- }
- match(input,58,FOLLOW_58_in_rule__Decimal__Group__2__Impl10023); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getDecimalAccess().getFullStopKeyword_2());
- }
+ before(grammarAccess.getDecimalAccess().getFullStopKeyword_2());
+ match(input,58,FOLLOW_2);
+ after(grammarAccess.getDecimalAccess().getFullStopKeyword_2());
}
@@ -14347,20 +13437,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Decimal__Group__3"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5014:1: rule__Decimal__Group__3 : rule__Decimal__Group__3__Impl ;
+ // InternalETPhys.g:5013:1: rule__Decimal__Group__3 : rule__Decimal__Group__3__Impl ;
public final void rule__Decimal__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5018:1: ( rule__Decimal__Group__3__Impl )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5019:2: rule__Decimal__Group__3__Impl
+ // InternalETPhys.g:5017:1: ( rule__Decimal__Group__3__Impl )
+ // InternalETPhys.g:5018:2: rule__Decimal__Group__3__Impl
{
- pushFollow(FOLLOW_rule__Decimal__Group__3__Impl_in_rule__Decimal__Group__310054);
+ pushFollow(FOLLOW_2);
rule__Decimal__Group__3__Impl();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -14380,25 +13470,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Decimal__Group__3__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5025:1: rule__Decimal__Group__3__Impl : ( RULE_INT ) ;
+ // InternalETPhys.g:5024:1: rule__Decimal__Group__3__Impl : ( RULE_INT ) ;
public final void rule__Decimal__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5029:1: ( ( RULE_INT ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5030:1: ( RULE_INT )
+ // InternalETPhys.g:5028:1: ( ( RULE_INT ) )
+ // InternalETPhys.g:5029:1: ( RULE_INT )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5030:1: ( RULE_INT )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5031:1: RULE_INT
+ // InternalETPhys.g:5029:1: ( RULE_INT )
+ // InternalETPhys.g:5030:1: RULE_INT
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getDecimalAccess().getINTTerminalRuleCall_3());
- }
- match(input,RULE_INT,FOLLOW_RULE_INT_in_rule__Decimal__Group__3__Impl10081); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getDecimalAccess().getINTTerminalRuleCall_3());
- }
+ before(grammarAccess.getDecimalAccess().getINTTerminalRuleCall_3());
+ match(input,RULE_INT,FOLLOW_2);
+ after(grammarAccess.getDecimalAccess().getINTTerminalRuleCall_3());
}
@@ -14421,25 +13507,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DecimalExp__Group__0"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5050:1: rule__DecimalExp__Group__0 : rule__DecimalExp__Group__0__Impl rule__DecimalExp__Group__1 ;
+ // InternalETPhys.g:5049:1: rule__DecimalExp__Group__0 : rule__DecimalExp__Group__0__Impl rule__DecimalExp__Group__1 ;
public final void rule__DecimalExp__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5054:1: ( rule__DecimalExp__Group__0__Impl rule__DecimalExp__Group__1 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5055:2: rule__DecimalExp__Group__0__Impl rule__DecimalExp__Group__1
+ // InternalETPhys.g:5053:1: ( rule__DecimalExp__Group__0__Impl rule__DecimalExp__Group__1 )
+ // InternalETPhys.g:5054:2: rule__DecimalExp__Group__0__Impl rule__DecimalExp__Group__1
{
- pushFollow(FOLLOW_rule__DecimalExp__Group__0__Impl_in_rule__DecimalExp__Group__010118);
+ pushFollow(FOLLOW_17);
rule__DecimalExp__Group__0__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__DecimalExp__Group__1_in_rule__DecimalExp__Group__010121);
+
+ pushFollow(FOLLOW_2);
rule__DecimalExp__Group__1();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -14459,22 +13545,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DecimalExp__Group__0__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5062:1: rule__DecimalExp__Group__0__Impl : ( ( rule__DecimalExp__Alternatives_0 )? ) ;
+ // InternalETPhys.g:5061:1: rule__DecimalExp__Group__0__Impl : ( ( rule__DecimalExp__Alternatives_0 )? ) ;
public final void rule__DecimalExp__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5066:1: ( ( ( rule__DecimalExp__Alternatives_0 )? ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5067:1: ( ( rule__DecimalExp__Alternatives_0 )? )
+ // InternalETPhys.g:5065:1: ( ( ( rule__DecimalExp__Alternatives_0 )? ) )
+ // InternalETPhys.g:5066:1: ( ( rule__DecimalExp__Alternatives_0 )? )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5067:1: ( ( rule__DecimalExp__Alternatives_0 )? )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5068:1: ( rule__DecimalExp__Alternatives_0 )?
+ // InternalETPhys.g:5066:1: ( ( rule__DecimalExp__Alternatives_0 )? )
+ // InternalETPhys.g:5067:1: ( rule__DecimalExp__Alternatives_0 )?
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getDecimalExpAccess().getAlternatives_0());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5069:1: ( rule__DecimalExp__Alternatives_0 )?
+ before(grammarAccess.getDecimalExpAccess().getAlternatives_0());
+ // InternalETPhys.g:5068:1: ( rule__DecimalExp__Alternatives_0 )?
int alt34=2;
int LA34_0 = input.LA(1);
@@ -14483,22 +13567,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
switch (alt34) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5069:2: rule__DecimalExp__Alternatives_0
+ // InternalETPhys.g:5068:2: rule__DecimalExp__Alternatives_0
{
- pushFollow(FOLLOW_rule__DecimalExp__Alternatives_0_in_rule__DecimalExp__Group__0__Impl10148);
+ pushFollow(FOLLOW_2);
rule__DecimalExp__Alternatives_0();
state._fsp--;
- if (state.failed) return ;
+
}
break;
}
- if ( state.backtracking==0 ) {
- after(grammarAccess.getDecimalExpAccess().getAlternatives_0());
- }
+ after(grammarAccess.getDecimalExpAccess().getAlternatives_0());
}
@@ -14521,25 +13603,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DecimalExp__Group__1"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5079:1: rule__DecimalExp__Group__1 : rule__DecimalExp__Group__1__Impl rule__DecimalExp__Group__2 ;
+ // InternalETPhys.g:5078:1: rule__DecimalExp__Group__1 : rule__DecimalExp__Group__1__Impl rule__DecimalExp__Group__2 ;
public final void rule__DecimalExp__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5083:1: ( rule__DecimalExp__Group__1__Impl rule__DecimalExp__Group__2 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5084:2: rule__DecimalExp__Group__1__Impl rule__DecimalExp__Group__2
+ // InternalETPhys.g:5082:1: ( rule__DecimalExp__Group__1__Impl rule__DecimalExp__Group__2 )
+ // InternalETPhys.g:5083:2: rule__DecimalExp__Group__1__Impl rule__DecimalExp__Group__2
{
- pushFollow(FOLLOW_rule__DecimalExp__Group__1__Impl_in_rule__DecimalExp__Group__110179);
+ pushFollow(FOLLOW_41);
rule__DecimalExp__Group__1__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__DecimalExp__Group__2_in_rule__DecimalExp__Group__110182);
+
+ pushFollow(FOLLOW_2);
rule__DecimalExp__Group__2();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -14559,25 +13641,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DecimalExp__Group__1__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5091:1: rule__DecimalExp__Group__1__Impl : ( RULE_INT ) ;
+ // InternalETPhys.g:5090:1: rule__DecimalExp__Group__1__Impl : ( RULE_INT ) ;
public final void rule__DecimalExp__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5095:1: ( ( RULE_INT ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5096:1: ( RULE_INT )
+ // InternalETPhys.g:5094:1: ( ( RULE_INT ) )
+ // InternalETPhys.g:5095:1: ( RULE_INT )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5096:1: ( RULE_INT )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5097:1: RULE_INT
+ // InternalETPhys.g:5095:1: ( RULE_INT )
+ // InternalETPhys.g:5096:1: RULE_INT
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getDecimalExpAccess().getINTTerminalRuleCall_1());
- }
- match(input,RULE_INT,FOLLOW_RULE_INT_in_rule__DecimalExp__Group__1__Impl10209); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getDecimalExpAccess().getINTTerminalRuleCall_1());
- }
+ before(grammarAccess.getDecimalExpAccess().getINTTerminalRuleCall_1());
+ match(input,RULE_INT,FOLLOW_2);
+ after(grammarAccess.getDecimalExpAccess().getINTTerminalRuleCall_1());
}
@@ -14600,25 +13678,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DecimalExp__Group__2"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5108:1: rule__DecimalExp__Group__2 : rule__DecimalExp__Group__2__Impl rule__DecimalExp__Group__3 ;
+ // InternalETPhys.g:5107:1: rule__DecimalExp__Group__2 : rule__DecimalExp__Group__2__Impl rule__DecimalExp__Group__3 ;
public final void rule__DecimalExp__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5112:1: ( rule__DecimalExp__Group__2__Impl rule__DecimalExp__Group__3 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5113:2: rule__DecimalExp__Group__2__Impl rule__DecimalExp__Group__3
+ // InternalETPhys.g:5111:1: ( rule__DecimalExp__Group__2__Impl rule__DecimalExp__Group__3 )
+ // InternalETPhys.g:5112:2: rule__DecimalExp__Group__2__Impl rule__DecimalExp__Group__3
{
- pushFollow(FOLLOW_rule__DecimalExp__Group__2__Impl_in_rule__DecimalExp__Group__210238);
+ pushFollow(FOLLOW_21);
rule__DecimalExp__Group__2__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__DecimalExp__Group__3_in_rule__DecimalExp__Group__210241);
+
+ pushFollow(FOLLOW_2);
rule__DecimalExp__Group__3();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -14638,25 +13716,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DecimalExp__Group__2__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5120:1: rule__DecimalExp__Group__2__Impl : ( '.' ) ;
+ // InternalETPhys.g:5119:1: rule__DecimalExp__Group__2__Impl : ( '.' ) ;
public final void rule__DecimalExp__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5124:1: ( ( '.' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5125:1: ( '.' )
+ // InternalETPhys.g:5123:1: ( ( '.' ) )
+ // InternalETPhys.g:5124:1: ( '.' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5125:1: ( '.' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5126:1: '.'
+ // InternalETPhys.g:5124:1: ( '.' )
+ // InternalETPhys.g:5125:1: '.'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getDecimalExpAccess().getFullStopKeyword_2());
- }
- match(input,58,FOLLOW_58_in_rule__DecimalExp__Group__2__Impl10269); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getDecimalExpAccess().getFullStopKeyword_2());
- }
+ before(grammarAccess.getDecimalExpAccess().getFullStopKeyword_2());
+ match(input,58,FOLLOW_2);
+ after(grammarAccess.getDecimalExpAccess().getFullStopKeyword_2());
}
@@ -14679,25 +13753,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DecimalExp__Group__3"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5139:1: rule__DecimalExp__Group__3 : rule__DecimalExp__Group__3__Impl rule__DecimalExp__Group__4 ;
+ // InternalETPhys.g:5138:1: rule__DecimalExp__Group__3 : rule__DecimalExp__Group__3__Impl rule__DecimalExp__Group__4 ;
public final void rule__DecimalExp__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5143:1: ( rule__DecimalExp__Group__3__Impl rule__DecimalExp__Group__4 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5144:2: rule__DecimalExp__Group__3__Impl rule__DecimalExp__Group__4
+ // InternalETPhys.g:5142:1: ( rule__DecimalExp__Group__3__Impl rule__DecimalExp__Group__4 )
+ // InternalETPhys.g:5143:2: rule__DecimalExp__Group__3__Impl rule__DecimalExp__Group__4
{
- pushFollow(FOLLOW_rule__DecimalExp__Group__3__Impl_in_rule__DecimalExp__Group__310300);
+ pushFollow(FOLLOW_42);
rule__DecimalExp__Group__3__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__DecimalExp__Group__4_in_rule__DecimalExp__Group__310303);
+
+ pushFollow(FOLLOW_2);
rule__DecimalExp__Group__4();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -14717,25 +13791,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DecimalExp__Group__3__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5151:1: rule__DecimalExp__Group__3__Impl : ( RULE_INT ) ;
+ // InternalETPhys.g:5150:1: rule__DecimalExp__Group__3__Impl : ( RULE_INT ) ;
public final void rule__DecimalExp__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5155:1: ( ( RULE_INT ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5156:1: ( RULE_INT )
+ // InternalETPhys.g:5154:1: ( ( RULE_INT ) )
+ // InternalETPhys.g:5155:1: ( RULE_INT )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5156:1: ( RULE_INT )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5157:1: RULE_INT
+ // InternalETPhys.g:5155:1: ( RULE_INT )
+ // InternalETPhys.g:5156:1: RULE_INT
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getDecimalExpAccess().getINTTerminalRuleCall_3());
- }
- match(input,RULE_INT,FOLLOW_RULE_INT_in_rule__DecimalExp__Group__3__Impl10330); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getDecimalExpAccess().getINTTerminalRuleCall_3());
- }
+ before(grammarAccess.getDecimalExpAccess().getINTTerminalRuleCall_3());
+ match(input,RULE_INT,FOLLOW_2);
+ after(grammarAccess.getDecimalExpAccess().getINTTerminalRuleCall_3());
}
@@ -14758,25 +13828,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DecimalExp__Group__4"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5168:1: rule__DecimalExp__Group__4 : rule__DecimalExp__Group__4__Impl rule__DecimalExp__Group__5 ;
+ // InternalETPhys.g:5167:1: rule__DecimalExp__Group__4 : rule__DecimalExp__Group__4__Impl rule__DecimalExp__Group__5 ;
public final void rule__DecimalExp__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5172:1: ( rule__DecimalExp__Group__4__Impl rule__DecimalExp__Group__5 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5173:2: rule__DecimalExp__Group__4__Impl rule__DecimalExp__Group__5
+ // InternalETPhys.g:5171:1: ( rule__DecimalExp__Group__4__Impl rule__DecimalExp__Group__5 )
+ // InternalETPhys.g:5172:2: rule__DecimalExp__Group__4__Impl rule__DecimalExp__Group__5
{
- pushFollow(FOLLOW_rule__DecimalExp__Group__4__Impl_in_rule__DecimalExp__Group__410359);
+ pushFollow(FOLLOW_40);
rule__DecimalExp__Group__4__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__DecimalExp__Group__5_in_rule__DecimalExp__Group__410362);
+
+ pushFollow(FOLLOW_2);
rule__DecimalExp__Group__5();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -14796,36 +13866,32 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DecimalExp__Group__4__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5180:1: rule__DecimalExp__Group__4__Impl : ( ( rule__DecimalExp__Alternatives_4 ) ) ;
+ // InternalETPhys.g:5179:1: rule__DecimalExp__Group__4__Impl : ( ( rule__DecimalExp__Alternatives_4 ) ) ;
public final void rule__DecimalExp__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5184:1: ( ( ( rule__DecimalExp__Alternatives_4 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5185:1: ( ( rule__DecimalExp__Alternatives_4 ) )
+ // InternalETPhys.g:5183:1: ( ( ( rule__DecimalExp__Alternatives_4 ) ) )
+ // InternalETPhys.g:5184:1: ( ( rule__DecimalExp__Alternatives_4 ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5185:1: ( ( rule__DecimalExp__Alternatives_4 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5186:1: ( rule__DecimalExp__Alternatives_4 )
+ // InternalETPhys.g:5184:1: ( ( rule__DecimalExp__Alternatives_4 ) )
+ // InternalETPhys.g:5185:1: ( rule__DecimalExp__Alternatives_4 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getDecimalExpAccess().getAlternatives_4());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5187:1: ( rule__DecimalExp__Alternatives_4 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5187:2: rule__DecimalExp__Alternatives_4
+ before(grammarAccess.getDecimalExpAccess().getAlternatives_4());
+ // InternalETPhys.g:5186:1: ( rule__DecimalExp__Alternatives_4 )
+ // InternalETPhys.g:5186:2: rule__DecimalExp__Alternatives_4
{
- pushFollow(FOLLOW_rule__DecimalExp__Alternatives_4_in_rule__DecimalExp__Group__4__Impl10389);
+ pushFollow(FOLLOW_2);
rule__DecimalExp__Alternatives_4();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getDecimalExpAccess().getAlternatives_4());
}
+ after(grammarAccess.getDecimalExpAccess().getAlternatives_4());
+
}
@@ -14847,25 +13913,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DecimalExp__Group__5"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5197:1: rule__DecimalExp__Group__5 : rule__DecimalExp__Group__5__Impl rule__DecimalExp__Group__6 ;
+ // InternalETPhys.g:5196:1: rule__DecimalExp__Group__5 : rule__DecimalExp__Group__5__Impl rule__DecimalExp__Group__6 ;
public final void rule__DecimalExp__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5201:1: ( rule__DecimalExp__Group__5__Impl rule__DecimalExp__Group__6 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5202:2: rule__DecimalExp__Group__5__Impl rule__DecimalExp__Group__6
+ // InternalETPhys.g:5200:1: ( rule__DecimalExp__Group__5__Impl rule__DecimalExp__Group__6 )
+ // InternalETPhys.g:5201:2: rule__DecimalExp__Group__5__Impl rule__DecimalExp__Group__6
{
- pushFollow(FOLLOW_rule__DecimalExp__Group__5__Impl_in_rule__DecimalExp__Group__510419);
+ pushFollow(FOLLOW_40);
rule__DecimalExp__Group__5__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__DecimalExp__Group__6_in_rule__DecimalExp__Group__510422);
+
+ pushFollow(FOLLOW_2);
rule__DecimalExp__Group__6();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -14885,22 +13951,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DecimalExp__Group__5__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5209:1: rule__DecimalExp__Group__5__Impl : ( ( rule__DecimalExp__Alternatives_5 )? ) ;
+ // InternalETPhys.g:5208:1: rule__DecimalExp__Group__5__Impl : ( ( rule__DecimalExp__Alternatives_5 )? ) ;
public final void rule__DecimalExp__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5213:1: ( ( ( rule__DecimalExp__Alternatives_5 )? ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5214:1: ( ( rule__DecimalExp__Alternatives_5 )? )
+ // InternalETPhys.g:5212:1: ( ( ( rule__DecimalExp__Alternatives_5 )? ) )
+ // InternalETPhys.g:5213:1: ( ( rule__DecimalExp__Alternatives_5 )? )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5214:1: ( ( rule__DecimalExp__Alternatives_5 )? )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5215:1: ( rule__DecimalExp__Alternatives_5 )?
+ // InternalETPhys.g:5213:1: ( ( rule__DecimalExp__Alternatives_5 )? )
+ // InternalETPhys.g:5214:1: ( rule__DecimalExp__Alternatives_5 )?
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getDecimalExpAccess().getAlternatives_5());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5216:1: ( rule__DecimalExp__Alternatives_5 )?
+ before(grammarAccess.getDecimalExpAccess().getAlternatives_5());
+ // InternalETPhys.g:5215:1: ( rule__DecimalExp__Alternatives_5 )?
int alt35=2;
int LA35_0 = input.LA(1);
@@ -14909,22 +13973,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
switch (alt35) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5216:2: rule__DecimalExp__Alternatives_5
+ // InternalETPhys.g:5215:2: rule__DecimalExp__Alternatives_5
{
- pushFollow(FOLLOW_rule__DecimalExp__Alternatives_5_in_rule__DecimalExp__Group__5__Impl10449);
+ pushFollow(FOLLOW_2);
rule__DecimalExp__Alternatives_5();
state._fsp--;
- if (state.failed) return ;
+
}
break;
}
- if ( state.backtracking==0 ) {
- after(grammarAccess.getDecimalExpAccess().getAlternatives_5());
- }
+ after(grammarAccess.getDecimalExpAccess().getAlternatives_5());
}
@@ -14947,20 +14009,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DecimalExp__Group__6"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5226:1: rule__DecimalExp__Group__6 : rule__DecimalExp__Group__6__Impl ;
+ // InternalETPhys.g:5225:1: rule__DecimalExp__Group__6 : rule__DecimalExp__Group__6__Impl ;
public final void rule__DecimalExp__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5230:1: ( rule__DecimalExp__Group__6__Impl )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5231:2: rule__DecimalExp__Group__6__Impl
+ // InternalETPhys.g:5229:1: ( rule__DecimalExp__Group__6__Impl )
+ // InternalETPhys.g:5230:2: rule__DecimalExp__Group__6__Impl
{
- pushFollow(FOLLOW_rule__DecimalExp__Group__6__Impl_in_rule__DecimalExp__Group__610480);
+ pushFollow(FOLLOW_2);
rule__DecimalExp__Group__6__Impl();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -14980,31 +14042,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DecimalExp__Group__6__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5237:1: rule__DecimalExp__Group__6__Impl : ( ( RULE_INT ) ) ;
+ // InternalETPhys.g:5236:1: rule__DecimalExp__Group__6__Impl : ( RULE_INT ) ;
public final void rule__DecimalExp__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5241:1: ( ( ( RULE_INT ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5242:1: ( ( RULE_INT ) )
+ // InternalETPhys.g:5240:1: ( ( RULE_INT ) )
+ // InternalETPhys.g:5241:1: ( RULE_INT )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5242:1: ( ( RULE_INT ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5243:1: ( RULE_INT )
+ // InternalETPhys.g:5241:1: ( RULE_INT )
+ // InternalETPhys.g:5242:1: RULE_INT
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getDecimalExpAccess().getINTTerminalRuleCall_6());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5244:1: ( RULE_INT )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5244:3: RULE_INT
- {
- match(input,RULE_INT,FOLLOW_RULE_INT_in_rule__DecimalExp__Group__6__Impl10508); if (state.failed) return ;
-
- }
-
- if ( state.backtracking==0 ) {
- after(grammarAccess.getDecimalExpAccess().getINTTerminalRuleCall_6());
- }
+ before(grammarAccess.getDecimalExpAccess().getINTTerminalRuleCall_6());
+ match(input,RULE_INT,FOLLOW_2);
+ after(grammarAccess.getDecimalExpAccess().getINTTerminalRuleCall_6());
}
@@ -15027,25 +14079,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__FQN__Group__0"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5268:1: rule__FQN__Group__0 : rule__FQN__Group__0__Impl rule__FQN__Group__1 ;
+ // InternalETPhys.g:5267:1: rule__FQN__Group__0 : rule__FQN__Group__0__Impl rule__FQN__Group__1 ;
public final void rule__FQN__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5272:1: ( rule__FQN__Group__0__Impl rule__FQN__Group__1 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5273:2: rule__FQN__Group__0__Impl rule__FQN__Group__1
+ // InternalETPhys.g:5271:1: ( rule__FQN__Group__0__Impl rule__FQN__Group__1 )
+ // InternalETPhys.g:5272:2: rule__FQN__Group__0__Impl rule__FQN__Group__1
{
- pushFollow(FOLLOW_rule__FQN__Group__0__Impl_in_rule__FQN__Group__010552);
+ pushFollow(FOLLOW_41);
rule__FQN__Group__0__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__FQN__Group__1_in_rule__FQN__Group__010555);
+
+ pushFollow(FOLLOW_2);
rule__FQN__Group__1();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -15065,25 +14117,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__FQN__Group__0__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5280:1: rule__FQN__Group__0__Impl : ( RULE_ID ) ;
+ // InternalETPhys.g:5279:1: rule__FQN__Group__0__Impl : ( RULE_ID ) ;
public final void rule__FQN__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5284:1: ( ( RULE_ID ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5285:1: ( RULE_ID )
+ // InternalETPhys.g:5283:1: ( ( RULE_ID ) )
+ // InternalETPhys.g:5284:1: ( RULE_ID )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5285:1: ( RULE_ID )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5286:1: RULE_ID
+ // InternalETPhys.g:5284:1: ( RULE_ID )
+ // InternalETPhys.g:5285:1: RULE_ID
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getFQNAccess().getIDTerminalRuleCall_0());
- }
- match(input,RULE_ID,FOLLOW_RULE_ID_in_rule__FQN__Group__0__Impl10582); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getFQNAccess().getIDTerminalRuleCall_0());
- }
+ before(grammarAccess.getFQNAccess().getIDTerminalRuleCall_0());
+ match(input,RULE_ID,FOLLOW_2);
+ after(grammarAccess.getFQNAccess().getIDTerminalRuleCall_0());
}
@@ -15106,20 +14154,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__FQN__Group__1"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5297:1: rule__FQN__Group__1 : rule__FQN__Group__1__Impl ;
+ // InternalETPhys.g:5296:1: rule__FQN__Group__1 : rule__FQN__Group__1__Impl ;
public final void rule__FQN__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5301:1: ( rule__FQN__Group__1__Impl )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5302:2: rule__FQN__Group__1__Impl
+ // InternalETPhys.g:5300:1: ( rule__FQN__Group__1__Impl )
+ // InternalETPhys.g:5301:2: rule__FQN__Group__1__Impl
{
- pushFollow(FOLLOW_rule__FQN__Group__1__Impl_in_rule__FQN__Group__110611);
+ pushFollow(FOLLOW_2);
rule__FQN__Group__1__Impl();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -15139,22 +14187,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__FQN__Group__1__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5308:1: rule__FQN__Group__1__Impl : ( ( rule__FQN__Group_1__0 )* ) ;
+ // InternalETPhys.g:5307:1: rule__FQN__Group__1__Impl : ( ( rule__FQN__Group_1__0 )* ) ;
public final void rule__FQN__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5312:1: ( ( ( rule__FQN__Group_1__0 )* ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5313:1: ( ( rule__FQN__Group_1__0 )* )
+ // InternalETPhys.g:5311:1: ( ( ( rule__FQN__Group_1__0 )* ) )
+ // InternalETPhys.g:5312:1: ( ( rule__FQN__Group_1__0 )* )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5313:1: ( ( rule__FQN__Group_1__0 )* )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5314:1: ( rule__FQN__Group_1__0 )*
+ // InternalETPhys.g:5312:1: ( ( rule__FQN__Group_1__0 )* )
+ // InternalETPhys.g:5313:1: ( rule__FQN__Group_1__0 )*
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getFQNAccess().getGroup_1());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5315:1: ( rule__FQN__Group_1__0 )*
+ before(grammarAccess.getFQNAccess().getGroup_1());
+ // InternalETPhys.g:5314:1: ( rule__FQN__Group_1__0 )*
loop36:
do {
int alt36=2;
@@ -15167,13 +14213,13 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
switch (alt36) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5315:2: rule__FQN__Group_1__0
+ // InternalETPhys.g:5314:2: rule__FQN__Group_1__0
{
- pushFollow(FOLLOW_rule__FQN__Group_1__0_in_rule__FQN__Group__1__Impl10638);
+ pushFollow(FOLLOW_43);
rule__FQN__Group_1__0();
state._fsp--;
- if (state.failed) return ;
+
}
break;
@@ -15183,9 +14229,7 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
} while (true);
- if ( state.backtracking==0 ) {
- after(grammarAccess.getFQNAccess().getGroup_1());
- }
+ after(grammarAccess.getFQNAccess().getGroup_1());
}
@@ -15208,25 +14252,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__FQN__Group_1__0"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5329:1: rule__FQN__Group_1__0 : rule__FQN__Group_1__0__Impl rule__FQN__Group_1__1 ;
+ // InternalETPhys.g:5328:1: rule__FQN__Group_1__0 : rule__FQN__Group_1__0__Impl rule__FQN__Group_1__1 ;
public final void rule__FQN__Group_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5333:1: ( rule__FQN__Group_1__0__Impl rule__FQN__Group_1__1 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5334:2: rule__FQN__Group_1__0__Impl rule__FQN__Group_1__1
+ // InternalETPhys.g:5332:1: ( rule__FQN__Group_1__0__Impl rule__FQN__Group_1__1 )
+ // InternalETPhys.g:5333:2: rule__FQN__Group_1__0__Impl rule__FQN__Group_1__1
{
- pushFollow(FOLLOW_rule__FQN__Group_1__0__Impl_in_rule__FQN__Group_1__010673);
+ pushFollow(FOLLOW_3);
rule__FQN__Group_1__0__Impl();
state._fsp--;
- if (state.failed) return ;
- pushFollow(FOLLOW_rule__FQN__Group_1__1_in_rule__FQN__Group_1__010676);
+
+ pushFollow(FOLLOW_2);
rule__FQN__Group_1__1();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -15246,25 +14290,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__FQN__Group_1__0__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5341:1: rule__FQN__Group_1__0__Impl : ( '.' ) ;
+ // InternalETPhys.g:5340:1: rule__FQN__Group_1__0__Impl : ( '.' ) ;
public final void rule__FQN__Group_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5345:1: ( ( '.' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5346:1: ( '.' )
+ // InternalETPhys.g:5344:1: ( ( '.' ) )
+ // InternalETPhys.g:5345:1: ( '.' )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5346:1: ( '.' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5347:1: '.'
+ // InternalETPhys.g:5345:1: ( '.' )
+ // InternalETPhys.g:5346:1: '.'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getFQNAccess().getFullStopKeyword_1_0());
- }
- match(input,58,FOLLOW_58_in_rule__FQN__Group_1__0__Impl10704); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getFQNAccess().getFullStopKeyword_1_0());
- }
+ before(grammarAccess.getFQNAccess().getFullStopKeyword_1_0());
+ match(input,58,FOLLOW_2);
+ after(grammarAccess.getFQNAccess().getFullStopKeyword_1_0());
}
@@ -15287,20 +14327,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__FQN__Group_1__1"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5360:1: rule__FQN__Group_1__1 : rule__FQN__Group_1__1__Impl ;
+ // InternalETPhys.g:5359:1: rule__FQN__Group_1__1 : rule__FQN__Group_1__1__Impl ;
public final void rule__FQN__Group_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5364:1: ( rule__FQN__Group_1__1__Impl )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5365:2: rule__FQN__Group_1__1__Impl
+ // InternalETPhys.g:5363:1: ( rule__FQN__Group_1__1__Impl )
+ // InternalETPhys.g:5364:2: rule__FQN__Group_1__1__Impl
{
- pushFollow(FOLLOW_rule__FQN__Group_1__1__Impl_in_rule__FQN__Group_1__110735);
+ pushFollow(FOLLOW_2);
rule__FQN__Group_1__1__Impl();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -15320,25 +14360,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__FQN__Group_1__1__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5371:1: rule__FQN__Group_1__1__Impl : ( RULE_ID ) ;
+ // InternalETPhys.g:5370:1: rule__FQN__Group_1__1__Impl : ( RULE_ID ) ;
public final void rule__FQN__Group_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5375:1: ( ( RULE_ID ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5376:1: ( RULE_ID )
+ // InternalETPhys.g:5374:1: ( ( RULE_ID ) )
+ // InternalETPhys.g:5375:1: ( RULE_ID )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5376:1: ( RULE_ID )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5377:1: RULE_ID
+ // InternalETPhys.g:5375:1: ( RULE_ID )
+ // InternalETPhys.g:5376:1: RULE_ID
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getFQNAccess().getIDTerminalRuleCall_1_1());
- }
- match(input,RULE_ID,FOLLOW_RULE_ID_in_rule__FQN__Group_1__1__Impl10762); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getFQNAccess().getIDTerminalRuleCall_1_1());
- }
+ before(grammarAccess.getFQNAccess().getIDTerminalRuleCall_1_1());
+ match(input,RULE_ID,FOLLOW_2);
+ after(grammarAccess.getFQNAccess().getIDTerminalRuleCall_1_1());
}
@@ -15361,23 +14397,22 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeClass__UnorderedGroup_4"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5393:1: rule__NodeClass__UnorderedGroup_4 : rule__NodeClass__UnorderedGroup_4__0 {...}?;
+ // InternalETPhys.g:5392:1: rule__NodeClass__UnorderedGroup_4 : rule__NodeClass__UnorderedGroup_4__0 {...}?;
public final void rule__NodeClass__UnorderedGroup_4() throws RecognitionException {
int stackSize = keepStackSize();
getUnorderedGroupHelper().enter(grammarAccess.getNodeClassAccess().getUnorderedGroup_4());
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5398:1: ( rule__NodeClass__UnorderedGroup_4__0 {...}?)
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5399:2: rule__NodeClass__UnorderedGroup_4__0 {...}?
+ // InternalETPhys.g:5397:1: ( rule__NodeClass__UnorderedGroup_4__0 {...}?)
+ // InternalETPhys.g:5398:2: rule__NodeClass__UnorderedGroup_4__0 {...}?
{
- pushFollow(FOLLOW_rule__NodeClass__UnorderedGroup_4__0_in_rule__NodeClass__UnorderedGroup_410796);
+ pushFollow(FOLLOW_2);
rule__NodeClass__UnorderedGroup_4__0();
state._fsp--;
- if (state.failed) return ;
+
if ( ! getUnorderedGroupHelper().canLeave(grammarAccess.getNodeClassAccess().getUnorderedGroup_4()) ) {
- if (state.backtracking>0) {state.failed=true; return ;}
throw new FailedPredicateException(input, "rule__NodeClass__UnorderedGroup_4", "getUnorderedGroupHelper().canLeave(grammarAccess.getNodeClassAccess().getUnorderedGroup_4())");
}
@@ -15400,31 +14435,30 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeClass__UnorderedGroup_4__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5410:1: rule__NodeClass__UnorderedGroup_4__Impl : ( ({...}? => ( ( ( rule__NodeClass__Group_4_0__0 ) ) ) ) | ({...}? => ( ( ( rule__NodeClass__Group_4_1__0 ) ) ) ) | ({...}? => ( ( ( rule__NodeClass__Group_4_2__0 ) ) ) ) ) ;
+ // InternalETPhys.g:5409:1: rule__NodeClass__UnorderedGroup_4__Impl : ( ({...}? => ( ( ( rule__NodeClass__Group_4_0__0 ) ) ) ) | ({...}? => ( ( ( rule__NodeClass__Group_4_1__0 ) ) ) ) | ({...}? => ( ( ( rule__NodeClass__Group_4_2__0 ) ) ) ) ) ;
public final void rule__NodeClass__UnorderedGroup_4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
boolean selected = false;
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5415:1: ( ( ({...}? => ( ( ( rule__NodeClass__Group_4_0__0 ) ) ) ) | ({...}? => ( ( ( rule__NodeClass__Group_4_1__0 ) ) ) ) | ({...}? => ( ( ( rule__NodeClass__Group_4_2__0 ) ) ) ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5416:3: ( ({...}? => ( ( ( rule__NodeClass__Group_4_0__0 ) ) ) ) | ({...}? => ( ( ( rule__NodeClass__Group_4_1__0 ) ) ) ) | ({...}? => ( ( ( rule__NodeClass__Group_4_2__0 ) ) ) ) )
+ // InternalETPhys.g:5414:1: ( ( ({...}? => ( ( ( rule__NodeClass__Group_4_0__0 ) ) ) ) | ({...}? => ( ( ( rule__NodeClass__Group_4_1__0 ) ) ) ) | ({...}? => ( ( ( rule__NodeClass__Group_4_2__0 ) ) ) ) ) )
+ // InternalETPhys.g:5415:3: ( ({...}? => ( ( ( rule__NodeClass__Group_4_0__0 ) ) ) ) | ({...}? => ( ( ( rule__NodeClass__Group_4_1__0 ) ) ) ) | ({...}? => ( ( ( rule__NodeClass__Group_4_2__0 ) ) ) ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5416:3: ( ({...}? => ( ( ( rule__NodeClass__Group_4_0__0 ) ) ) ) | ({...}? => ( ( ( rule__NodeClass__Group_4_1__0 ) ) ) ) | ({...}? => ( ( ( rule__NodeClass__Group_4_2__0 ) ) ) ) )
+ // InternalETPhys.g:5415:3: ( ({...}? => ( ( ( rule__NodeClass__Group_4_0__0 ) ) ) ) | ({...}? => ( ( ( rule__NodeClass__Group_4_1__0 ) ) ) ) | ({...}? => ( ( ( rule__NodeClass__Group_4_2__0 ) ) ) ) )
int alt37=3;
int LA37_0 = input.LA(1);
- if ( LA37_0 ==36 && getUnorderedGroupHelper().canSelect(grammarAccess.getNodeClassAccess().getUnorderedGroup_4(), 0) ) {
+ if ( LA37_0 == 36 && getUnorderedGroupHelper().canSelect(grammarAccess.getNodeClassAccess().getUnorderedGroup_4(), 0) ) {
alt37=1;
}
- else if ( LA37_0 ==38 && getUnorderedGroupHelper().canSelect(grammarAccess.getNodeClassAccess().getUnorderedGroup_4(), 1) ) {
+ else if ( LA37_0 == 38 && getUnorderedGroupHelper().canSelect(grammarAccess.getNodeClassAccess().getUnorderedGroup_4(), 1) ) {
alt37=2;
}
- else if ( LA37_0 ==39 && getUnorderedGroupHelper().canSelect(grammarAccess.getNodeClassAccess().getUnorderedGroup_4(), 2) ) {
+ else if ( LA37_0 == 39 && getUnorderedGroupHelper().canSelect(grammarAccess.getNodeClassAccess().getUnorderedGroup_4(), 2) ) {
alt37=3;
}
else {
- if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 37, 0, input);
@@ -15432,41 +14466,40 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
switch (alt37) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5418:4: ({...}? => ( ( ( rule__NodeClass__Group_4_0__0 ) ) ) )
+ // InternalETPhys.g:5417:4: ({...}? => ( ( ( rule__NodeClass__Group_4_0__0 ) ) ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5418:4: ({...}? => ( ( ( rule__NodeClass__Group_4_0__0 ) ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5419:5: {...}? => ( ( ( rule__NodeClass__Group_4_0__0 ) ) )
+ // InternalETPhys.g:5417:4: ({...}? => ( ( ( rule__NodeClass__Group_4_0__0 ) ) ) )
+ // InternalETPhys.g:5418:5: {...}? => ( ( ( rule__NodeClass__Group_4_0__0 ) ) )
{
if ( ! getUnorderedGroupHelper().canSelect(grammarAccess.getNodeClassAccess().getUnorderedGroup_4(), 0) ) {
- if (state.backtracking>0) {state.failed=true; return ;}
throw new FailedPredicateException(input, "rule__NodeClass__UnorderedGroup_4__Impl", "getUnorderedGroupHelper().canSelect(grammarAccess.getNodeClassAccess().getUnorderedGroup_4(), 0)");
}
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5419:106: ( ( ( rule__NodeClass__Group_4_0__0 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5420:6: ( ( rule__NodeClass__Group_4_0__0 ) )
+ // InternalETPhys.g:5418:106: ( ( ( rule__NodeClass__Group_4_0__0 ) ) )
+ // InternalETPhys.g:5419:6: ( ( rule__NodeClass__Group_4_0__0 ) )
{
- getUnorderedGroupHelper().select(grammarAccess.getNodeClassAccess().getUnorderedGroup_4(), 0);
- selected = true;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5426:6: ( ( rule__NodeClass__Group_4_0__0 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5428:7: ( rule__NodeClass__Group_4_0__0 )
+
+ getUnorderedGroupHelper().select(grammarAccess.getNodeClassAccess().getUnorderedGroup_4(), 0);
+
+
+ selected = true;
+
+ // InternalETPhys.g:5425:6: ( ( rule__NodeClass__Group_4_0__0 ) )
+ // InternalETPhys.g:5427:7: ( rule__NodeClass__Group_4_0__0 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getNodeClassAccess().getGroup_4_0());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5429:7: ( rule__NodeClass__Group_4_0__0 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5429:8: rule__NodeClass__Group_4_0__0
+ before(grammarAccess.getNodeClassAccess().getGroup_4_0());
+ // InternalETPhys.g:5428:7: ( rule__NodeClass__Group_4_0__0 )
+ // InternalETPhys.g:5428:8: rule__NodeClass__Group_4_0__0
{
- pushFollow(FOLLOW_rule__NodeClass__Group_4_0__0_in_rule__NodeClass__UnorderedGroup_4__Impl10885);
+ pushFollow(FOLLOW_2);
rule__NodeClass__Group_4_0__0();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getNodeClassAccess().getGroup_4_0());
}
+ after(grammarAccess.getNodeClassAccess().getGroup_4_0());
+
}
@@ -15479,41 +14512,40 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5435:4: ({...}? => ( ( ( rule__NodeClass__Group_4_1__0 ) ) ) )
+ // InternalETPhys.g:5434:4: ({...}? => ( ( ( rule__NodeClass__Group_4_1__0 ) ) ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5435:4: ({...}? => ( ( ( rule__NodeClass__Group_4_1__0 ) ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5436:5: {...}? => ( ( ( rule__NodeClass__Group_4_1__0 ) ) )
+ // InternalETPhys.g:5434:4: ({...}? => ( ( ( rule__NodeClass__Group_4_1__0 ) ) ) )
+ // InternalETPhys.g:5435:5: {...}? => ( ( ( rule__NodeClass__Group_4_1__0 ) ) )
{
if ( ! getUnorderedGroupHelper().canSelect(grammarAccess.getNodeClassAccess().getUnorderedGroup_4(), 1) ) {
- if (state.backtracking>0) {state.failed=true; return ;}
throw new FailedPredicateException(input, "rule__NodeClass__UnorderedGroup_4__Impl", "getUnorderedGroupHelper().canSelect(grammarAccess.getNodeClassAccess().getUnorderedGroup_4(), 1)");
}
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5436:106: ( ( ( rule__NodeClass__Group_4_1__0 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5437:6: ( ( rule__NodeClass__Group_4_1__0 ) )
+ // InternalETPhys.g:5435:106: ( ( ( rule__NodeClass__Group_4_1__0 ) ) )
+ // InternalETPhys.g:5436:6: ( ( rule__NodeClass__Group_4_1__0 ) )
{
- getUnorderedGroupHelper().select(grammarAccess.getNodeClassAccess().getUnorderedGroup_4(), 1);
- selected = true;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5443:6: ( ( rule__NodeClass__Group_4_1__0 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5445:7: ( rule__NodeClass__Group_4_1__0 )
+
+ getUnorderedGroupHelper().select(grammarAccess.getNodeClassAccess().getUnorderedGroup_4(), 1);
+
+
+ selected = true;
+
+ // InternalETPhys.g:5442:6: ( ( rule__NodeClass__Group_4_1__0 ) )
+ // InternalETPhys.g:5444:7: ( rule__NodeClass__Group_4_1__0 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getNodeClassAccess().getGroup_4_1());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5446:7: ( rule__NodeClass__Group_4_1__0 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5446:8: rule__NodeClass__Group_4_1__0
+ before(grammarAccess.getNodeClassAccess().getGroup_4_1());
+ // InternalETPhys.g:5445:7: ( rule__NodeClass__Group_4_1__0 )
+ // InternalETPhys.g:5445:8: rule__NodeClass__Group_4_1__0
{
- pushFollow(FOLLOW_rule__NodeClass__Group_4_1__0_in_rule__NodeClass__UnorderedGroup_4__Impl10976);
+ pushFollow(FOLLOW_2);
rule__NodeClass__Group_4_1__0();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getNodeClassAccess().getGroup_4_1());
}
+ after(grammarAccess.getNodeClassAccess().getGroup_4_1());
+
}
@@ -15526,41 +14558,40 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
break;
case 3 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5452:4: ({...}? => ( ( ( rule__NodeClass__Group_4_2__0 ) ) ) )
+ // InternalETPhys.g:5451:4: ({...}? => ( ( ( rule__NodeClass__Group_4_2__0 ) ) ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5452:4: ({...}? => ( ( ( rule__NodeClass__Group_4_2__0 ) ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5453:5: {...}? => ( ( ( rule__NodeClass__Group_4_2__0 ) ) )
+ // InternalETPhys.g:5451:4: ({...}? => ( ( ( rule__NodeClass__Group_4_2__0 ) ) ) )
+ // InternalETPhys.g:5452:5: {...}? => ( ( ( rule__NodeClass__Group_4_2__0 ) ) )
{
if ( ! getUnorderedGroupHelper().canSelect(grammarAccess.getNodeClassAccess().getUnorderedGroup_4(), 2) ) {
- if (state.backtracking>0) {state.failed=true; return ;}
throw new FailedPredicateException(input, "rule__NodeClass__UnorderedGroup_4__Impl", "getUnorderedGroupHelper().canSelect(grammarAccess.getNodeClassAccess().getUnorderedGroup_4(), 2)");
}
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5453:106: ( ( ( rule__NodeClass__Group_4_2__0 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5454:6: ( ( rule__NodeClass__Group_4_2__0 ) )
+ // InternalETPhys.g:5452:106: ( ( ( rule__NodeClass__Group_4_2__0 ) ) )
+ // InternalETPhys.g:5453:6: ( ( rule__NodeClass__Group_4_2__0 ) )
{
- getUnorderedGroupHelper().select(grammarAccess.getNodeClassAccess().getUnorderedGroup_4(), 2);
- selected = true;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5460:6: ( ( rule__NodeClass__Group_4_2__0 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5462:7: ( rule__NodeClass__Group_4_2__0 )
+
+ getUnorderedGroupHelper().select(grammarAccess.getNodeClassAccess().getUnorderedGroup_4(), 2);
+
+
+ selected = true;
+
+ // InternalETPhys.g:5459:6: ( ( rule__NodeClass__Group_4_2__0 ) )
+ // InternalETPhys.g:5461:7: ( rule__NodeClass__Group_4_2__0 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getNodeClassAccess().getGroup_4_2());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5463:7: ( rule__NodeClass__Group_4_2__0 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5463:8: rule__NodeClass__Group_4_2__0
+ before(grammarAccess.getNodeClassAccess().getGroup_4_2());
+ // InternalETPhys.g:5462:7: ( rule__NodeClass__Group_4_2__0 )
+ // InternalETPhys.g:5462:8: rule__NodeClass__Group_4_2__0
{
- pushFollow(FOLLOW_rule__NodeClass__Group_4_2__0_in_rule__NodeClass__UnorderedGroup_4__Impl11067);
+ pushFollow(FOLLOW_2);
rule__NodeClass__Group_4_2__0();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getNodeClassAccess().getGroup_4_2());
}
+ after(grammarAccess.getNodeClassAccess().getGroup_4_2());
+
}
@@ -15596,42 +14627,42 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeClass__UnorderedGroup_4__0"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5478:1: rule__NodeClass__UnorderedGroup_4__0 : rule__NodeClass__UnorderedGroup_4__Impl ( rule__NodeClass__UnorderedGroup_4__1 )? ;
+ // InternalETPhys.g:5477:1: rule__NodeClass__UnorderedGroup_4__0 : rule__NodeClass__UnorderedGroup_4__Impl ( rule__NodeClass__UnorderedGroup_4__1 )? ;
public final void rule__NodeClass__UnorderedGroup_4__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5482:1: ( rule__NodeClass__UnorderedGroup_4__Impl ( rule__NodeClass__UnorderedGroup_4__1 )? )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5483:2: rule__NodeClass__UnorderedGroup_4__Impl ( rule__NodeClass__UnorderedGroup_4__1 )?
+ // InternalETPhys.g:5481:1: ( rule__NodeClass__UnorderedGroup_4__Impl ( rule__NodeClass__UnorderedGroup_4__1 )? )
+ // InternalETPhys.g:5482:2: rule__NodeClass__UnorderedGroup_4__Impl ( rule__NodeClass__UnorderedGroup_4__1 )?
{
- pushFollow(FOLLOW_rule__NodeClass__UnorderedGroup_4__Impl_in_rule__NodeClass__UnorderedGroup_4__011126);
+ pushFollow(FOLLOW_44);
rule__NodeClass__UnorderedGroup_4__Impl();
state._fsp--;
- if (state.failed) return ;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5484:2: ( rule__NodeClass__UnorderedGroup_4__1 )?
+
+ // InternalETPhys.g:5483:2: ( rule__NodeClass__UnorderedGroup_4__1 )?
int alt38=2;
int LA38_0 = input.LA(1);
- if ( LA38_0 ==36 && getUnorderedGroupHelper().canSelect(grammarAccess.getNodeClassAccess().getUnorderedGroup_4(), 0) ) {
+ if ( LA38_0 == 36 && getUnorderedGroupHelper().canSelect(grammarAccess.getNodeClassAccess().getUnorderedGroup_4(), 0) ) {
alt38=1;
}
- else if ( LA38_0 ==38 && getUnorderedGroupHelper().canSelect(grammarAccess.getNodeClassAccess().getUnorderedGroup_4(), 1) ) {
+ else if ( LA38_0 == 38 && getUnorderedGroupHelper().canSelect(grammarAccess.getNodeClassAccess().getUnorderedGroup_4(), 1) ) {
alt38=1;
}
- else if ( LA38_0 ==39 && getUnorderedGroupHelper().canSelect(grammarAccess.getNodeClassAccess().getUnorderedGroup_4(), 2) ) {
+ else if ( LA38_0 == 39 && getUnorderedGroupHelper().canSelect(grammarAccess.getNodeClassAccess().getUnorderedGroup_4(), 2) ) {
alt38=1;
}
switch (alt38) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:0:0: rule__NodeClass__UnorderedGroup_4__1
+ // InternalETPhys.g:5483:2: rule__NodeClass__UnorderedGroup_4__1
{
- pushFollow(FOLLOW_rule__NodeClass__UnorderedGroup_4__1_in_rule__NodeClass__UnorderedGroup_4__011129);
+ pushFollow(FOLLOW_2);
rule__NodeClass__UnorderedGroup_4__1();
state._fsp--;
- if (state.failed) return ;
+
}
break;
@@ -15657,42 +14688,42 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeClass__UnorderedGroup_4__1"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5491:1: rule__NodeClass__UnorderedGroup_4__1 : rule__NodeClass__UnorderedGroup_4__Impl ( rule__NodeClass__UnorderedGroup_4__2 )? ;
+ // InternalETPhys.g:5490:1: rule__NodeClass__UnorderedGroup_4__1 : rule__NodeClass__UnorderedGroup_4__Impl ( rule__NodeClass__UnorderedGroup_4__2 )? ;
public final void rule__NodeClass__UnorderedGroup_4__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5495:1: ( rule__NodeClass__UnorderedGroup_4__Impl ( rule__NodeClass__UnorderedGroup_4__2 )? )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5496:2: rule__NodeClass__UnorderedGroup_4__Impl ( rule__NodeClass__UnorderedGroup_4__2 )?
+ // InternalETPhys.g:5494:1: ( rule__NodeClass__UnorderedGroup_4__Impl ( rule__NodeClass__UnorderedGroup_4__2 )? )
+ // InternalETPhys.g:5495:2: rule__NodeClass__UnorderedGroup_4__Impl ( rule__NodeClass__UnorderedGroup_4__2 )?
{
- pushFollow(FOLLOW_rule__NodeClass__UnorderedGroup_4__Impl_in_rule__NodeClass__UnorderedGroup_4__111154);
+ pushFollow(FOLLOW_44);
rule__NodeClass__UnorderedGroup_4__Impl();
state._fsp--;
- if (state.failed) return ;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5497:2: ( rule__NodeClass__UnorderedGroup_4__2 )?
+
+ // InternalETPhys.g:5496:2: ( rule__NodeClass__UnorderedGroup_4__2 )?
int alt39=2;
int LA39_0 = input.LA(1);
- if ( LA39_0 ==36 && getUnorderedGroupHelper().canSelect(grammarAccess.getNodeClassAccess().getUnorderedGroup_4(), 0) ) {
+ if ( LA39_0 == 36 && getUnorderedGroupHelper().canSelect(grammarAccess.getNodeClassAccess().getUnorderedGroup_4(), 0) ) {
alt39=1;
}
- else if ( LA39_0 ==38 && getUnorderedGroupHelper().canSelect(grammarAccess.getNodeClassAccess().getUnorderedGroup_4(), 1) ) {
+ else if ( LA39_0 == 38 && getUnorderedGroupHelper().canSelect(grammarAccess.getNodeClassAccess().getUnorderedGroup_4(), 1) ) {
alt39=1;
}
- else if ( LA39_0 ==39 && getUnorderedGroupHelper().canSelect(grammarAccess.getNodeClassAccess().getUnorderedGroup_4(), 2) ) {
+ else if ( LA39_0 == 39 && getUnorderedGroupHelper().canSelect(grammarAccess.getNodeClassAccess().getUnorderedGroup_4(), 2) ) {
alt39=1;
}
switch (alt39) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:0:0: rule__NodeClass__UnorderedGroup_4__2
+ // InternalETPhys.g:5496:2: rule__NodeClass__UnorderedGroup_4__2
{
- pushFollow(FOLLOW_rule__NodeClass__UnorderedGroup_4__2_in_rule__NodeClass__UnorderedGroup_4__111157);
+ pushFollow(FOLLOW_2);
rule__NodeClass__UnorderedGroup_4__2();
state._fsp--;
- if (state.failed) return ;
+
}
break;
@@ -15718,20 +14749,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeClass__UnorderedGroup_4__2"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5504:1: rule__NodeClass__UnorderedGroup_4__2 : rule__NodeClass__UnorderedGroup_4__Impl ;
+ // InternalETPhys.g:5503:1: rule__NodeClass__UnorderedGroup_4__2 : rule__NodeClass__UnorderedGroup_4__Impl ;
public final void rule__NodeClass__UnorderedGroup_4__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5508:1: ( rule__NodeClass__UnorderedGroup_4__Impl )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5509:2: rule__NodeClass__UnorderedGroup_4__Impl
+ // InternalETPhys.g:5507:1: ( rule__NodeClass__UnorderedGroup_4__Impl )
+ // InternalETPhys.g:5508:2: rule__NodeClass__UnorderedGroup_4__Impl
{
- pushFollow(FOLLOW_rule__NodeClass__UnorderedGroup_4__Impl_in_rule__NodeClass__UnorderedGroup_4__211182);
+ pushFollow(FOLLOW_2);
rule__NodeClass__UnorderedGroup_4__Impl();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -15751,23 +14782,22 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__UnorderedGroup_3"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5522:1: rule__PhysicalThread__UnorderedGroup_3 : rule__PhysicalThread__UnorderedGroup_3__0 {...}?;
+ // InternalETPhys.g:5521:1: rule__PhysicalThread__UnorderedGroup_3 : rule__PhysicalThread__UnorderedGroup_3__0 {...}?;
public final void rule__PhysicalThread__UnorderedGroup_3() throws RecognitionException {
int stackSize = keepStackSize();
getUnorderedGroupHelper().enter(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3());
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5527:1: ( rule__PhysicalThread__UnorderedGroup_3__0 {...}?)
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5528:2: rule__PhysicalThread__UnorderedGroup_3__0 {...}?
+ // InternalETPhys.g:5526:1: ( rule__PhysicalThread__UnorderedGroup_3__0 {...}?)
+ // InternalETPhys.g:5527:2: rule__PhysicalThread__UnorderedGroup_3__0 {...}?
{
- pushFollow(FOLLOW_rule__PhysicalThread__UnorderedGroup_3__0_in_rule__PhysicalThread__UnorderedGroup_311212);
+ pushFollow(FOLLOW_2);
rule__PhysicalThread__UnorderedGroup_3__0();
state._fsp--;
- if (state.failed) return ;
+
if ( ! getUnorderedGroupHelper().canLeave(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3()) ) {
- if (state.backtracking>0) {state.failed=true; return ;}
throw new FailedPredicateException(input, "rule__PhysicalThread__UnorderedGroup_3", "getUnorderedGroupHelper().canLeave(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3())");
}
@@ -15790,40 +14820,39 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__UnorderedGroup_3__Impl"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5539:1: rule__PhysicalThread__UnorderedGroup_3__Impl : ( ({...}? => ( ( ( rule__PhysicalThread__Group_3_0__0 ) ) ) ) | ({...}? => ( ( ( rule__PhysicalThread__Group_3_1__0 ) ) ) ) | ({...}? => ( ( ( rule__PhysicalThread__Group_3_2__0 ) ) ) ) | ({...}? => ( ( ( rule__PhysicalThread__Group_3_3__0 ) ) ) ) | ({...}? => ( ( ( rule__PhysicalThread__Group_3_4__0 ) ) ) ) | ({...}? => ( ( ( rule__PhysicalThread__Group_3_5__0 ) ) ) ) ) ;
+ // InternalETPhys.g:5538:1: rule__PhysicalThread__UnorderedGroup_3__Impl : ( ({...}? => ( ( ( rule__PhysicalThread__Group_3_0__0 ) ) ) ) | ({...}? => ( ( ( rule__PhysicalThread__Group_3_1__0 ) ) ) ) | ({...}? => ( ( ( rule__PhysicalThread__Group_3_2__0 ) ) ) ) | ({...}? => ( ( ( rule__PhysicalThread__Group_3_3__0 ) ) ) ) | ({...}? => ( ( ( rule__PhysicalThread__Group_3_4__0 ) ) ) ) | ({...}? => ( ( ( rule__PhysicalThread__Group_3_5__0 ) ) ) ) ) ;
public final void rule__PhysicalThread__UnorderedGroup_3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
boolean selected = false;
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5544:1: ( ( ({...}? => ( ( ( rule__PhysicalThread__Group_3_0__0 ) ) ) ) | ({...}? => ( ( ( rule__PhysicalThread__Group_3_1__0 ) ) ) ) | ({...}? => ( ( ( rule__PhysicalThread__Group_3_2__0 ) ) ) ) | ({...}? => ( ( ( rule__PhysicalThread__Group_3_3__0 ) ) ) ) | ({...}? => ( ( ( rule__PhysicalThread__Group_3_4__0 ) ) ) ) | ({...}? => ( ( ( rule__PhysicalThread__Group_3_5__0 ) ) ) ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5545:3: ( ({...}? => ( ( ( rule__PhysicalThread__Group_3_0__0 ) ) ) ) | ({...}? => ( ( ( rule__PhysicalThread__Group_3_1__0 ) ) ) ) | ({...}? => ( ( ( rule__PhysicalThread__Group_3_2__0 ) ) ) ) | ({...}? => ( ( ( rule__PhysicalThread__Group_3_3__0 ) ) ) ) | ({...}? => ( ( ( rule__PhysicalThread__Group_3_4__0 ) ) ) ) | ({...}? => ( ( ( rule__PhysicalThread__Group_3_5__0 ) ) ) ) )
+ // InternalETPhys.g:5543:1: ( ( ({...}? => ( ( ( rule__PhysicalThread__Group_3_0__0 ) ) ) ) | ({...}? => ( ( ( rule__PhysicalThread__Group_3_1__0 ) ) ) ) | ({...}? => ( ( ( rule__PhysicalThread__Group_3_2__0 ) ) ) ) | ({...}? => ( ( ( rule__PhysicalThread__Group_3_3__0 ) ) ) ) | ({...}? => ( ( ( rule__PhysicalThread__Group_3_4__0 ) ) ) ) | ({...}? => ( ( ( rule__PhysicalThread__Group_3_5__0 ) ) ) ) ) )
+ // InternalETPhys.g:5544:3: ( ({...}? => ( ( ( rule__PhysicalThread__Group_3_0__0 ) ) ) ) | ({...}? => ( ( ( rule__PhysicalThread__Group_3_1__0 ) ) ) ) | ({...}? => ( ( ( rule__PhysicalThread__Group_3_2__0 ) ) ) ) | ({...}? => ( ( ( rule__PhysicalThread__Group_3_3__0 ) ) ) ) | ({...}? => ( ( ( rule__PhysicalThread__Group_3_4__0 ) ) ) ) | ({...}? => ( ( ( rule__PhysicalThread__Group_3_5__0 ) ) ) ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5545:3: ( ({...}? => ( ( ( rule__PhysicalThread__Group_3_0__0 ) ) ) ) | ({...}? => ( ( ( rule__PhysicalThread__Group_3_1__0 ) ) ) ) | ({...}? => ( ( ( rule__PhysicalThread__Group_3_2__0 ) ) ) ) | ({...}? => ( ( ( rule__PhysicalThread__Group_3_3__0 ) ) ) ) | ({...}? => ( ( ( rule__PhysicalThread__Group_3_4__0 ) ) ) ) | ({...}? => ( ( ( rule__PhysicalThread__Group_3_5__0 ) ) ) ) )
+ // InternalETPhys.g:5544:3: ( ({...}? => ( ( ( rule__PhysicalThread__Group_3_0__0 ) ) ) ) | ({...}? => ( ( ( rule__PhysicalThread__Group_3_1__0 ) ) ) ) | ({...}? => ( ( ( rule__PhysicalThread__Group_3_2__0 ) ) ) ) | ({...}? => ( ( ( rule__PhysicalThread__Group_3_3__0 ) ) ) ) | ({...}? => ( ( ( rule__PhysicalThread__Group_3_4__0 ) ) ) ) | ({...}? => ( ( ( rule__PhysicalThread__Group_3_5__0 ) ) ) ) )
int alt40=6;
int LA40_0 = input.LA(1);
- if ( LA40_0 ==40 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 0) ) {
+ if ( LA40_0 == 40 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 0) ) {
alt40=1;
}
- else if ( LA40_0 ==41 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 1) ) {
+ else if ( LA40_0 == 41 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 1) ) {
alt40=2;
}
- else if ( LA40_0 ==42 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 2) ) {
+ else if ( LA40_0 == 42 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 2) ) {
alt40=3;
}
- else if ( LA40_0 ==43 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 3) ) {
+ else if ( LA40_0 == 43 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 3) ) {
alt40=4;
}
- else if ( LA40_0 ==44 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 4) ) {
+ else if ( LA40_0 == 44 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 4) ) {
alt40=5;
}
- else if ( LA40_0 ==45 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 5) ) {
+ else if ( LA40_0 == 45 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 5) ) {
alt40=6;
}
else {
- if (state.backtracking>0) {state.failed=true; return ;}
NoViableAltException nvae =
new NoViableAltException("", 40, 0, input);
@@ -15831,41 +14860,40 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
switch (alt40) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5547:4: ({...}? => ( ( ( rule__PhysicalThread__Group_3_0__0 ) ) ) )
+ // InternalETPhys.g:5546:4: ({...}? => ( ( ( rule__PhysicalThread__Group_3_0__0 ) ) ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5547:4: ({...}? => ( ( ( rule__PhysicalThread__Group_3_0__0 ) ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5548:5: {...}? => ( ( ( rule__PhysicalThread__Group_3_0__0 ) ) )
+ // InternalETPhys.g:5546:4: ({...}? => ( ( ( rule__PhysicalThread__Group_3_0__0 ) ) ) )
+ // InternalETPhys.g:5547:5: {...}? => ( ( ( rule__PhysicalThread__Group_3_0__0 ) ) )
{
if ( ! getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 0) ) {
- if (state.backtracking>0) {state.failed=true; return ;}
throw new FailedPredicateException(input, "rule__PhysicalThread__UnorderedGroup_3__Impl", "getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 0)");
}
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5548:111: ( ( ( rule__PhysicalThread__Group_3_0__0 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5549:6: ( ( rule__PhysicalThread__Group_3_0__0 ) )
+ // InternalETPhys.g:5547:111: ( ( ( rule__PhysicalThread__Group_3_0__0 ) ) )
+ // InternalETPhys.g:5548:6: ( ( rule__PhysicalThread__Group_3_0__0 ) )
{
- getUnorderedGroupHelper().select(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 0);
- selected = true;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5555:6: ( ( rule__PhysicalThread__Group_3_0__0 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5557:7: ( rule__PhysicalThread__Group_3_0__0 )
+
+ getUnorderedGroupHelper().select(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 0);
+
+
+ selected = true;
+
+ // InternalETPhys.g:5554:6: ( ( rule__PhysicalThread__Group_3_0__0 ) )
+ // InternalETPhys.g:5556:7: ( rule__PhysicalThread__Group_3_0__0 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalThreadAccess().getGroup_3_0());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5558:7: ( rule__PhysicalThread__Group_3_0__0 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5558:8: rule__PhysicalThread__Group_3_0__0
+ before(grammarAccess.getPhysicalThreadAccess().getGroup_3_0());
+ // InternalETPhys.g:5557:7: ( rule__PhysicalThread__Group_3_0__0 )
+ // InternalETPhys.g:5557:8: rule__PhysicalThread__Group_3_0__0
{
- pushFollow(FOLLOW_rule__PhysicalThread__Group_3_0__0_in_rule__PhysicalThread__UnorderedGroup_3__Impl11301);
+ pushFollow(FOLLOW_2);
rule__PhysicalThread__Group_3_0__0();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalThreadAccess().getGroup_3_0());
}
+ after(grammarAccess.getPhysicalThreadAccess().getGroup_3_0());
+
}
@@ -15878,41 +14906,40 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5564:4: ({...}? => ( ( ( rule__PhysicalThread__Group_3_1__0 ) ) ) )
+ // InternalETPhys.g:5563:4: ({...}? => ( ( ( rule__PhysicalThread__Group_3_1__0 ) ) ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5564:4: ({...}? => ( ( ( rule__PhysicalThread__Group_3_1__0 ) ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5565:5: {...}? => ( ( ( rule__PhysicalThread__Group_3_1__0 ) ) )
+ // InternalETPhys.g:5563:4: ({...}? => ( ( ( rule__PhysicalThread__Group_3_1__0 ) ) ) )
+ // InternalETPhys.g:5564:5: {...}? => ( ( ( rule__PhysicalThread__Group_3_1__0 ) ) )
{
if ( ! getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 1) ) {
- if (state.backtracking>0) {state.failed=true; return ;}
throw new FailedPredicateException(input, "rule__PhysicalThread__UnorderedGroup_3__Impl", "getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 1)");
}
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5565:111: ( ( ( rule__PhysicalThread__Group_3_1__0 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5566:6: ( ( rule__PhysicalThread__Group_3_1__0 ) )
+ // InternalETPhys.g:5564:111: ( ( ( rule__PhysicalThread__Group_3_1__0 ) ) )
+ // InternalETPhys.g:5565:6: ( ( rule__PhysicalThread__Group_3_1__0 ) )
{
- getUnorderedGroupHelper().select(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 1);
- selected = true;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5572:6: ( ( rule__PhysicalThread__Group_3_1__0 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5574:7: ( rule__PhysicalThread__Group_3_1__0 )
+
+ getUnorderedGroupHelper().select(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 1);
+
+
+ selected = true;
+
+ // InternalETPhys.g:5571:6: ( ( rule__PhysicalThread__Group_3_1__0 ) )
+ // InternalETPhys.g:5573:7: ( rule__PhysicalThread__Group_3_1__0 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalThreadAccess().getGroup_3_1());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5575:7: ( rule__PhysicalThread__Group_3_1__0 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5575:8: rule__PhysicalThread__Group_3_1__0
+ before(grammarAccess.getPhysicalThreadAccess().getGroup_3_1());
+ // InternalETPhys.g:5574:7: ( rule__PhysicalThread__Group_3_1__0 )
+ // InternalETPhys.g:5574:8: rule__PhysicalThread__Group_3_1__0
{
- pushFollow(FOLLOW_rule__PhysicalThread__Group_3_1__0_in_rule__PhysicalThread__UnorderedGroup_3__Impl11392);
+ pushFollow(FOLLOW_2);
rule__PhysicalThread__Group_3_1__0();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalThreadAccess().getGroup_3_1());
}
+ after(grammarAccess.getPhysicalThreadAccess().getGroup_3_1());
+
}
@@ -15925,41 +14952,40 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
break;
case 3 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5581:4: ({...}? => ( ( ( rule__PhysicalThread__Group_3_2__0 ) ) ) )
+ // InternalETPhys.g:5580:4: ({...}? => ( ( ( rule__PhysicalThread__Group_3_2__0 ) ) ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5581:4: ({...}? => ( ( ( rule__PhysicalThread__Group_3_2__0 ) ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5582:5: {...}? => ( ( ( rule__PhysicalThread__Group_3_2__0 ) ) )
+ // InternalETPhys.g:5580:4: ({...}? => ( ( ( rule__PhysicalThread__Group_3_2__0 ) ) ) )
+ // InternalETPhys.g:5581:5: {...}? => ( ( ( rule__PhysicalThread__Group_3_2__0 ) ) )
{
if ( ! getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 2) ) {
- if (state.backtracking>0) {state.failed=true; return ;}
throw new FailedPredicateException(input, "rule__PhysicalThread__UnorderedGroup_3__Impl", "getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 2)");
}
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5582:111: ( ( ( rule__PhysicalThread__Group_3_2__0 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5583:6: ( ( rule__PhysicalThread__Group_3_2__0 ) )
+ // InternalETPhys.g:5581:111: ( ( ( rule__PhysicalThread__Group_3_2__0 ) ) )
+ // InternalETPhys.g:5582:6: ( ( rule__PhysicalThread__Group_3_2__0 ) )
{
- getUnorderedGroupHelper().select(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 2);
- selected = true;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5589:6: ( ( rule__PhysicalThread__Group_3_2__0 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5591:7: ( rule__PhysicalThread__Group_3_2__0 )
+
+ getUnorderedGroupHelper().select(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 2);
+
+
+ selected = true;
+
+ // InternalETPhys.g:5588:6: ( ( rule__PhysicalThread__Group_3_2__0 ) )
+ // InternalETPhys.g:5590:7: ( rule__PhysicalThread__Group_3_2__0 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalThreadAccess().getGroup_3_2());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5592:7: ( rule__PhysicalThread__Group_3_2__0 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5592:8: rule__PhysicalThread__Group_3_2__0
+ before(grammarAccess.getPhysicalThreadAccess().getGroup_3_2());
+ // InternalETPhys.g:5591:7: ( rule__PhysicalThread__Group_3_2__0 )
+ // InternalETPhys.g:5591:8: rule__PhysicalThread__Group_3_2__0
{
- pushFollow(FOLLOW_rule__PhysicalThread__Group_3_2__0_in_rule__PhysicalThread__UnorderedGroup_3__Impl11483);
+ pushFollow(FOLLOW_2);
rule__PhysicalThread__Group_3_2__0();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalThreadAccess().getGroup_3_2());
}
+ after(grammarAccess.getPhysicalThreadAccess().getGroup_3_2());
+
}
@@ -15972,41 +14998,40 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
break;
case 4 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5598:4: ({...}? => ( ( ( rule__PhysicalThread__Group_3_3__0 ) ) ) )
+ // InternalETPhys.g:5597:4: ({...}? => ( ( ( rule__PhysicalThread__Group_3_3__0 ) ) ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5598:4: ({...}? => ( ( ( rule__PhysicalThread__Group_3_3__0 ) ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5599:5: {...}? => ( ( ( rule__PhysicalThread__Group_3_3__0 ) ) )
+ // InternalETPhys.g:5597:4: ({...}? => ( ( ( rule__PhysicalThread__Group_3_3__0 ) ) ) )
+ // InternalETPhys.g:5598:5: {...}? => ( ( ( rule__PhysicalThread__Group_3_3__0 ) ) )
{
if ( ! getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 3) ) {
- if (state.backtracking>0) {state.failed=true; return ;}
throw new FailedPredicateException(input, "rule__PhysicalThread__UnorderedGroup_3__Impl", "getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 3)");
}
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5599:111: ( ( ( rule__PhysicalThread__Group_3_3__0 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5600:6: ( ( rule__PhysicalThread__Group_3_3__0 ) )
+ // InternalETPhys.g:5598:111: ( ( ( rule__PhysicalThread__Group_3_3__0 ) ) )
+ // InternalETPhys.g:5599:6: ( ( rule__PhysicalThread__Group_3_3__0 ) )
{
- getUnorderedGroupHelper().select(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 3);
- selected = true;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5606:6: ( ( rule__PhysicalThread__Group_3_3__0 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5608:7: ( rule__PhysicalThread__Group_3_3__0 )
+
+ getUnorderedGroupHelper().select(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 3);
+
+
+ selected = true;
+
+ // InternalETPhys.g:5605:6: ( ( rule__PhysicalThread__Group_3_3__0 ) )
+ // InternalETPhys.g:5607:7: ( rule__PhysicalThread__Group_3_3__0 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalThreadAccess().getGroup_3_3());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5609:7: ( rule__PhysicalThread__Group_3_3__0 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5609:8: rule__PhysicalThread__Group_3_3__0
+ before(grammarAccess.getPhysicalThreadAccess().getGroup_3_3());
+ // InternalETPhys.g:5608:7: ( rule__PhysicalThread__Group_3_3__0 )
+ // InternalETPhys.g:5608:8: rule__PhysicalThread__Group_3_3__0
{
- pushFollow(FOLLOW_rule__PhysicalThread__Group_3_3__0_in_rule__PhysicalThread__UnorderedGroup_3__Impl11574);
+ pushFollow(FOLLOW_2);
rule__PhysicalThread__Group_3_3__0();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalThreadAccess().getGroup_3_3());
}
+ after(grammarAccess.getPhysicalThreadAccess().getGroup_3_3());
+
}
@@ -16019,41 +15044,40 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
break;
case 5 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5615:4: ({...}? => ( ( ( rule__PhysicalThread__Group_3_4__0 ) ) ) )
+ // InternalETPhys.g:5614:4: ({...}? => ( ( ( rule__PhysicalThread__Group_3_4__0 ) ) ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5615:4: ({...}? => ( ( ( rule__PhysicalThread__Group_3_4__0 ) ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5616:5: {...}? => ( ( ( rule__PhysicalThread__Group_3_4__0 ) ) )
+ // InternalETPhys.g:5614:4: ({...}? => ( ( ( rule__PhysicalThread__Group_3_4__0 ) ) ) )
+ // InternalETPhys.g:5615:5: {...}? => ( ( ( rule__PhysicalThread__Group_3_4__0 ) ) )
{
if ( ! getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 4) ) {
- if (state.backtracking>0) {state.failed=true; return ;}
throw new FailedPredicateException(input, "rule__PhysicalThread__UnorderedGroup_3__Impl", "getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 4)");
}
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5616:111: ( ( ( rule__PhysicalThread__Group_3_4__0 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5617:6: ( ( rule__PhysicalThread__Group_3_4__0 ) )
+ // InternalETPhys.g:5615:111: ( ( ( rule__PhysicalThread__Group_3_4__0 ) ) )
+ // InternalETPhys.g:5616:6: ( ( rule__PhysicalThread__Group_3_4__0 ) )
{
- getUnorderedGroupHelper().select(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 4);
- selected = true;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5623:6: ( ( rule__PhysicalThread__Group_3_4__0 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5625:7: ( rule__PhysicalThread__Group_3_4__0 )
+
+ getUnorderedGroupHelper().select(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 4);
+
+
+ selected = true;
+
+ // InternalETPhys.g:5622:6: ( ( rule__PhysicalThread__Group_3_4__0 ) )
+ // InternalETPhys.g:5624:7: ( rule__PhysicalThread__Group_3_4__0 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalThreadAccess().getGroup_3_4());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5626:7: ( rule__PhysicalThread__Group_3_4__0 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5626:8: rule__PhysicalThread__Group_3_4__0
+ before(grammarAccess.getPhysicalThreadAccess().getGroup_3_4());
+ // InternalETPhys.g:5625:7: ( rule__PhysicalThread__Group_3_4__0 )
+ // InternalETPhys.g:5625:8: rule__PhysicalThread__Group_3_4__0
{
- pushFollow(FOLLOW_rule__PhysicalThread__Group_3_4__0_in_rule__PhysicalThread__UnorderedGroup_3__Impl11665);
+ pushFollow(FOLLOW_2);
rule__PhysicalThread__Group_3_4__0();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalThreadAccess().getGroup_3_4());
}
+ after(grammarAccess.getPhysicalThreadAccess().getGroup_3_4());
+
}
@@ -16066,41 +15090,40 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
break;
case 6 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5632:4: ({...}? => ( ( ( rule__PhysicalThread__Group_3_5__0 ) ) ) )
+ // InternalETPhys.g:5631:4: ({...}? => ( ( ( rule__PhysicalThread__Group_3_5__0 ) ) ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5632:4: ({...}? => ( ( ( rule__PhysicalThread__Group_3_5__0 ) ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5633:5: {...}? => ( ( ( rule__PhysicalThread__Group_3_5__0 ) ) )
+ // InternalETPhys.g:5631:4: ({...}? => ( ( ( rule__PhysicalThread__Group_3_5__0 ) ) ) )
+ // InternalETPhys.g:5632:5: {...}? => ( ( ( rule__PhysicalThread__Group_3_5__0 ) ) )
{
if ( ! getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 5) ) {
- if (state.backtracking>0) {state.failed=true; return ;}
throw new FailedPredicateException(input, "rule__PhysicalThread__UnorderedGroup_3__Impl", "getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 5)");
}
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5633:111: ( ( ( rule__PhysicalThread__Group_3_5__0 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5634:6: ( ( rule__PhysicalThread__Group_3_5__0 ) )
+ // InternalETPhys.g:5632:111: ( ( ( rule__PhysicalThread__Group_3_5__0 ) ) )
+ // InternalETPhys.g:5633:6: ( ( rule__PhysicalThread__Group_3_5__0 ) )
{
- getUnorderedGroupHelper().select(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 5);
- selected = true;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5640:6: ( ( rule__PhysicalThread__Group_3_5__0 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5642:7: ( rule__PhysicalThread__Group_3_5__0 )
+
+ getUnorderedGroupHelper().select(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 5);
+
+
+ selected = true;
+
+ // InternalETPhys.g:5639:6: ( ( rule__PhysicalThread__Group_3_5__0 ) )
+ // InternalETPhys.g:5641:7: ( rule__PhysicalThread__Group_3_5__0 )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalThreadAccess().getGroup_3_5());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5643:7: ( rule__PhysicalThread__Group_3_5__0 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5643:8: rule__PhysicalThread__Group_3_5__0
+ before(grammarAccess.getPhysicalThreadAccess().getGroup_3_5());
+ // InternalETPhys.g:5642:7: ( rule__PhysicalThread__Group_3_5__0 )
+ // InternalETPhys.g:5642:8: rule__PhysicalThread__Group_3_5__0
{
- pushFollow(FOLLOW_rule__PhysicalThread__Group_3_5__0_in_rule__PhysicalThread__UnorderedGroup_3__Impl11756);
+ pushFollow(FOLLOW_2);
rule__PhysicalThread__Group_3_5__0();
state._fsp--;
- if (state.failed) return ;
- }
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalThreadAccess().getGroup_3_5());
}
+ after(grammarAccess.getPhysicalThreadAccess().getGroup_3_5());
+
}
@@ -16136,51 +15159,51 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__UnorderedGroup_3__0"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5658:1: rule__PhysicalThread__UnorderedGroup_3__0 : rule__PhysicalThread__UnorderedGroup_3__Impl ( rule__PhysicalThread__UnorderedGroup_3__1 )? ;
+ // InternalETPhys.g:5657:1: rule__PhysicalThread__UnorderedGroup_3__0 : rule__PhysicalThread__UnorderedGroup_3__Impl ( rule__PhysicalThread__UnorderedGroup_3__1 )? ;
public final void rule__PhysicalThread__UnorderedGroup_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5662:1: ( rule__PhysicalThread__UnorderedGroup_3__Impl ( rule__PhysicalThread__UnorderedGroup_3__1 )? )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5663:2: rule__PhysicalThread__UnorderedGroup_3__Impl ( rule__PhysicalThread__UnorderedGroup_3__1 )?
+ // InternalETPhys.g:5661:1: ( rule__PhysicalThread__UnorderedGroup_3__Impl ( rule__PhysicalThread__UnorderedGroup_3__1 )? )
+ // InternalETPhys.g:5662:2: rule__PhysicalThread__UnorderedGroup_3__Impl ( rule__PhysicalThread__UnorderedGroup_3__1 )?
{
- pushFollow(FOLLOW_rule__PhysicalThread__UnorderedGroup_3__Impl_in_rule__PhysicalThread__UnorderedGroup_3__011815);
+ pushFollow(FOLLOW_45);
rule__PhysicalThread__UnorderedGroup_3__Impl();
state._fsp--;
- if (state.failed) return ;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5664:2: ( rule__PhysicalThread__UnorderedGroup_3__1 )?
+
+ // InternalETPhys.g:5663:2: ( rule__PhysicalThread__UnorderedGroup_3__1 )?
int alt41=2;
int LA41_0 = input.LA(1);
- if ( LA41_0 ==40 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 0) ) {
+ if ( LA41_0 == 40 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 0) ) {
alt41=1;
}
- else if ( LA41_0 ==41 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 1) ) {
+ else if ( LA41_0 == 41 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 1) ) {
alt41=1;
}
- else if ( LA41_0 ==42 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 2) ) {
+ else if ( LA41_0 == 42 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 2) ) {
alt41=1;
}
- else if ( LA41_0 ==43 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 3) ) {
+ else if ( LA41_0 == 43 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 3) ) {
alt41=1;
}
- else if ( LA41_0 ==44 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 4) ) {
+ else if ( LA41_0 == 44 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 4) ) {
alt41=1;
}
- else if ( LA41_0 ==45 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 5) ) {
+ else if ( LA41_0 == 45 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 5) ) {
alt41=1;
}
switch (alt41) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:0:0: rule__PhysicalThread__UnorderedGroup_3__1
+ // InternalETPhys.g:5663:2: rule__PhysicalThread__UnorderedGroup_3__1
{
- pushFollow(FOLLOW_rule__PhysicalThread__UnorderedGroup_3__1_in_rule__PhysicalThread__UnorderedGroup_3__011818);
+ pushFollow(FOLLOW_2);
rule__PhysicalThread__UnorderedGroup_3__1();
state._fsp--;
- if (state.failed) return ;
+
}
break;
@@ -16206,51 +15229,51 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__UnorderedGroup_3__1"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5671:1: rule__PhysicalThread__UnorderedGroup_3__1 : rule__PhysicalThread__UnorderedGroup_3__Impl ( rule__PhysicalThread__UnorderedGroup_3__2 )? ;
+ // InternalETPhys.g:5670:1: rule__PhysicalThread__UnorderedGroup_3__1 : rule__PhysicalThread__UnorderedGroup_3__Impl ( rule__PhysicalThread__UnorderedGroup_3__2 )? ;
public final void rule__PhysicalThread__UnorderedGroup_3__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5675:1: ( rule__PhysicalThread__UnorderedGroup_3__Impl ( rule__PhysicalThread__UnorderedGroup_3__2 )? )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5676:2: rule__PhysicalThread__UnorderedGroup_3__Impl ( rule__PhysicalThread__UnorderedGroup_3__2 )?
+ // InternalETPhys.g:5674:1: ( rule__PhysicalThread__UnorderedGroup_3__Impl ( rule__PhysicalThread__UnorderedGroup_3__2 )? )
+ // InternalETPhys.g:5675:2: rule__PhysicalThread__UnorderedGroup_3__Impl ( rule__PhysicalThread__UnorderedGroup_3__2 )?
{
- pushFollow(FOLLOW_rule__PhysicalThread__UnorderedGroup_3__Impl_in_rule__PhysicalThread__UnorderedGroup_3__111843);
+ pushFollow(FOLLOW_45);
rule__PhysicalThread__UnorderedGroup_3__Impl();
state._fsp--;
- if (state.failed) return ;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5677:2: ( rule__PhysicalThread__UnorderedGroup_3__2 )?
+
+ // InternalETPhys.g:5676:2: ( rule__PhysicalThread__UnorderedGroup_3__2 )?
int alt42=2;
int LA42_0 = input.LA(1);
- if ( LA42_0 ==40 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 0) ) {
+ if ( LA42_0 == 40 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 0) ) {
alt42=1;
}
- else if ( LA42_0 ==41 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 1) ) {
+ else if ( LA42_0 == 41 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 1) ) {
alt42=1;
}
- else if ( LA42_0 ==42 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 2) ) {
+ else if ( LA42_0 == 42 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 2) ) {
alt42=1;
}
- else if ( LA42_0 ==43 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 3) ) {
+ else if ( LA42_0 == 43 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 3) ) {
alt42=1;
}
- else if ( LA42_0 ==44 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 4) ) {
+ else if ( LA42_0 == 44 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 4) ) {
alt42=1;
}
- else if ( LA42_0 ==45 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 5) ) {
+ else if ( LA42_0 == 45 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 5) ) {
alt42=1;
}
switch (alt42) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:0:0: rule__PhysicalThread__UnorderedGroup_3__2
+ // InternalETPhys.g:5676:2: rule__PhysicalThread__UnorderedGroup_3__2
{
- pushFollow(FOLLOW_rule__PhysicalThread__UnorderedGroup_3__2_in_rule__PhysicalThread__UnorderedGroup_3__111846);
+ pushFollow(FOLLOW_2);
rule__PhysicalThread__UnorderedGroup_3__2();
state._fsp--;
- if (state.failed) return ;
+
}
break;
@@ -16276,51 +15299,51 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__UnorderedGroup_3__2"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5684:1: rule__PhysicalThread__UnorderedGroup_3__2 : rule__PhysicalThread__UnorderedGroup_3__Impl ( rule__PhysicalThread__UnorderedGroup_3__3 )? ;
+ // InternalETPhys.g:5683:1: rule__PhysicalThread__UnorderedGroup_3__2 : rule__PhysicalThread__UnorderedGroup_3__Impl ( rule__PhysicalThread__UnorderedGroup_3__3 )? ;
public final void rule__PhysicalThread__UnorderedGroup_3__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5688:1: ( rule__PhysicalThread__UnorderedGroup_3__Impl ( rule__PhysicalThread__UnorderedGroup_3__3 )? )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5689:2: rule__PhysicalThread__UnorderedGroup_3__Impl ( rule__PhysicalThread__UnorderedGroup_3__3 )?
+ // InternalETPhys.g:5687:1: ( rule__PhysicalThread__UnorderedGroup_3__Impl ( rule__PhysicalThread__UnorderedGroup_3__3 )? )
+ // InternalETPhys.g:5688:2: rule__PhysicalThread__UnorderedGroup_3__Impl ( rule__PhysicalThread__UnorderedGroup_3__3 )?
{
- pushFollow(FOLLOW_rule__PhysicalThread__UnorderedGroup_3__Impl_in_rule__PhysicalThread__UnorderedGroup_3__211871);
+ pushFollow(FOLLOW_45);
rule__PhysicalThread__UnorderedGroup_3__Impl();
state._fsp--;
- if (state.failed) return ;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5690:2: ( rule__PhysicalThread__UnorderedGroup_3__3 )?
+
+ // InternalETPhys.g:5689:2: ( rule__PhysicalThread__UnorderedGroup_3__3 )?
int alt43=2;
int LA43_0 = input.LA(1);
- if ( LA43_0 ==40 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 0) ) {
+ if ( LA43_0 == 40 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 0) ) {
alt43=1;
}
- else if ( LA43_0 ==41 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 1) ) {
+ else if ( LA43_0 == 41 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 1) ) {
alt43=1;
}
- else if ( LA43_0 ==42 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 2) ) {
+ else if ( LA43_0 == 42 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 2) ) {
alt43=1;
}
- else if ( LA43_0 ==43 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 3) ) {
+ else if ( LA43_0 == 43 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 3) ) {
alt43=1;
}
- else if ( LA43_0 ==44 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 4) ) {
+ else if ( LA43_0 == 44 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 4) ) {
alt43=1;
}
- else if ( LA43_0 ==45 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 5) ) {
+ else if ( LA43_0 == 45 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 5) ) {
alt43=1;
}
switch (alt43) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:0:0: rule__PhysicalThread__UnorderedGroup_3__3
+ // InternalETPhys.g:5689:2: rule__PhysicalThread__UnorderedGroup_3__3
{
- pushFollow(FOLLOW_rule__PhysicalThread__UnorderedGroup_3__3_in_rule__PhysicalThread__UnorderedGroup_3__211874);
+ pushFollow(FOLLOW_2);
rule__PhysicalThread__UnorderedGroup_3__3();
state._fsp--;
- if (state.failed) return ;
+
}
break;
@@ -16346,51 +15369,51 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__UnorderedGroup_3__3"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5697:1: rule__PhysicalThread__UnorderedGroup_3__3 : rule__PhysicalThread__UnorderedGroup_3__Impl ( rule__PhysicalThread__UnorderedGroup_3__4 )? ;
+ // InternalETPhys.g:5696:1: rule__PhysicalThread__UnorderedGroup_3__3 : rule__PhysicalThread__UnorderedGroup_3__Impl ( rule__PhysicalThread__UnorderedGroup_3__4 )? ;
public final void rule__PhysicalThread__UnorderedGroup_3__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5701:1: ( rule__PhysicalThread__UnorderedGroup_3__Impl ( rule__PhysicalThread__UnorderedGroup_3__4 )? )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5702:2: rule__PhysicalThread__UnorderedGroup_3__Impl ( rule__PhysicalThread__UnorderedGroup_3__4 )?
+ // InternalETPhys.g:5700:1: ( rule__PhysicalThread__UnorderedGroup_3__Impl ( rule__PhysicalThread__UnorderedGroup_3__4 )? )
+ // InternalETPhys.g:5701:2: rule__PhysicalThread__UnorderedGroup_3__Impl ( rule__PhysicalThread__UnorderedGroup_3__4 )?
{
- pushFollow(FOLLOW_rule__PhysicalThread__UnorderedGroup_3__Impl_in_rule__PhysicalThread__UnorderedGroup_3__311899);
+ pushFollow(FOLLOW_45);
rule__PhysicalThread__UnorderedGroup_3__Impl();
state._fsp--;
- if (state.failed) return ;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5703:2: ( rule__PhysicalThread__UnorderedGroup_3__4 )?
+
+ // InternalETPhys.g:5702:2: ( rule__PhysicalThread__UnorderedGroup_3__4 )?
int alt44=2;
int LA44_0 = input.LA(1);
- if ( LA44_0 ==40 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 0) ) {
+ if ( LA44_0 == 40 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 0) ) {
alt44=1;
}
- else if ( LA44_0 ==41 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 1) ) {
+ else if ( LA44_0 == 41 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 1) ) {
alt44=1;
}
- else if ( LA44_0 ==42 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 2) ) {
+ else if ( LA44_0 == 42 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 2) ) {
alt44=1;
}
- else if ( LA44_0 ==43 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 3) ) {
+ else if ( LA44_0 == 43 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 3) ) {
alt44=1;
}
- else if ( LA44_0 ==44 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 4) ) {
+ else if ( LA44_0 == 44 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 4) ) {
alt44=1;
}
- else if ( LA44_0 ==45 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 5) ) {
+ else if ( LA44_0 == 45 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 5) ) {
alt44=1;
}
switch (alt44) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:0:0: rule__PhysicalThread__UnorderedGroup_3__4
+ // InternalETPhys.g:5702:2: rule__PhysicalThread__UnorderedGroup_3__4
{
- pushFollow(FOLLOW_rule__PhysicalThread__UnorderedGroup_3__4_in_rule__PhysicalThread__UnorderedGroup_3__311902);
+ pushFollow(FOLLOW_2);
rule__PhysicalThread__UnorderedGroup_3__4();
state._fsp--;
- if (state.failed) return ;
+
}
break;
@@ -16416,51 +15439,51 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__UnorderedGroup_3__4"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5710:1: rule__PhysicalThread__UnorderedGroup_3__4 : rule__PhysicalThread__UnorderedGroup_3__Impl ( rule__PhysicalThread__UnorderedGroup_3__5 )? ;
+ // InternalETPhys.g:5709:1: rule__PhysicalThread__UnorderedGroup_3__4 : rule__PhysicalThread__UnorderedGroup_3__Impl ( rule__PhysicalThread__UnorderedGroup_3__5 )? ;
public final void rule__PhysicalThread__UnorderedGroup_3__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5714:1: ( rule__PhysicalThread__UnorderedGroup_3__Impl ( rule__PhysicalThread__UnorderedGroup_3__5 )? )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5715:2: rule__PhysicalThread__UnorderedGroup_3__Impl ( rule__PhysicalThread__UnorderedGroup_3__5 )?
+ // InternalETPhys.g:5713:1: ( rule__PhysicalThread__UnorderedGroup_3__Impl ( rule__PhysicalThread__UnorderedGroup_3__5 )? )
+ // InternalETPhys.g:5714:2: rule__PhysicalThread__UnorderedGroup_3__Impl ( rule__PhysicalThread__UnorderedGroup_3__5 )?
{
- pushFollow(FOLLOW_rule__PhysicalThread__UnorderedGroup_3__Impl_in_rule__PhysicalThread__UnorderedGroup_3__411927);
+ pushFollow(FOLLOW_45);
rule__PhysicalThread__UnorderedGroup_3__Impl();
state._fsp--;
- if (state.failed) return ;
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5716:2: ( rule__PhysicalThread__UnorderedGroup_3__5 )?
+
+ // InternalETPhys.g:5715:2: ( rule__PhysicalThread__UnorderedGroup_3__5 )?
int alt45=2;
int LA45_0 = input.LA(1);
- if ( LA45_0 ==40 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 0) ) {
+ if ( LA45_0 == 40 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 0) ) {
alt45=1;
}
- else if ( LA45_0 ==41 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 1) ) {
+ else if ( LA45_0 == 41 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 1) ) {
alt45=1;
}
- else if ( LA45_0 ==42 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 2) ) {
+ else if ( LA45_0 == 42 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 2) ) {
alt45=1;
}
- else if ( LA45_0 ==43 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 3) ) {
+ else if ( LA45_0 == 43 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 3) ) {
alt45=1;
}
- else if ( LA45_0 ==44 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 4) ) {
+ else if ( LA45_0 == 44 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 4) ) {
alt45=1;
}
- else if ( LA45_0 ==45 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 5) ) {
+ else if ( LA45_0 == 45 && getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 5) ) {
alt45=1;
}
switch (alt45) {
case 1 :
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:0:0: rule__PhysicalThread__UnorderedGroup_3__5
+ // InternalETPhys.g:5715:2: rule__PhysicalThread__UnorderedGroup_3__5
{
- pushFollow(FOLLOW_rule__PhysicalThread__UnorderedGroup_3__5_in_rule__PhysicalThread__UnorderedGroup_3__411930);
+ pushFollow(FOLLOW_2);
rule__PhysicalThread__UnorderedGroup_3__5();
state._fsp--;
- if (state.failed) return ;
+
}
break;
@@ -16486,20 +15509,20 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__UnorderedGroup_3__5"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5723:1: rule__PhysicalThread__UnorderedGroup_3__5 : rule__PhysicalThread__UnorderedGroup_3__Impl ;
+ // InternalETPhys.g:5722:1: rule__PhysicalThread__UnorderedGroup_3__5 : rule__PhysicalThread__UnorderedGroup_3__Impl ;
public final void rule__PhysicalThread__UnorderedGroup_3__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5727:1: ( rule__PhysicalThread__UnorderedGroup_3__Impl )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5728:2: rule__PhysicalThread__UnorderedGroup_3__Impl
+ // InternalETPhys.g:5726:1: ( rule__PhysicalThread__UnorderedGroup_3__Impl )
+ // InternalETPhys.g:5727:2: rule__PhysicalThread__UnorderedGroup_3__Impl
{
- pushFollow(FOLLOW_rule__PhysicalThread__UnorderedGroup_3__Impl_in_rule__PhysicalThread__UnorderedGroup_3__511955);
+ pushFollow(FOLLOW_2);
rule__PhysicalThread__UnorderedGroup_3__Impl();
state._fsp--;
- if (state.failed) return ;
+
}
@@ -16519,29 +15542,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalModel__NameAssignment_1"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5747:1: rule__PhysicalModel__NameAssignment_1 : ( ruleFQN ) ;
+ // InternalETPhys.g:5746:1: rule__PhysicalModel__NameAssignment_1 : ( ruleFQN ) ;
public final void rule__PhysicalModel__NameAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5751:1: ( ( ruleFQN ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5752:1: ( ruleFQN )
+ // InternalETPhys.g:5750:1: ( ( ruleFQN ) )
+ // InternalETPhys.g:5751:1: ( ruleFQN )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5752:1: ( ruleFQN )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5753:1: ruleFQN
+ // InternalETPhys.g:5751:1: ( ruleFQN )
+ // InternalETPhys.g:5752:1: ruleFQN
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalModelAccess().getNameFQNParserRuleCall_1_0());
- }
- pushFollow(FOLLOW_ruleFQN_in_rule__PhysicalModel__NameAssignment_111995);
+ before(grammarAccess.getPhysicalModelAccess().getNameFQNParserRuleCall_1_0());
+ pushFollow(FOLLOW_2);
ruleFQN();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalModelAccess().getNameFQNParserRuleCall_1_0());
- }
+
+ after(grammarAccess.getPhysicalModelAccess().getNameFQNParserRuleCall_1_0());
}
@@ -16564,29 +15583,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalModel__ImportsAssignment_3"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5762:1: rule__PhysicalModel__ImportsAssignment_3 : ( ruleImport ) ;
+ // InternalETPhys.g:5761:1: rule__PhysicalModel__ImportsAssignment_3 : ( ruleImport ) ;
public final void rule__PhysicalModel__ImportsAssignment_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5766:1: ( ( ruleImport ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5767:1: ( ruleImport )
+ // InternalETPhys.g:5765:1: ( ( ruleImport ) )
+ // InternalETPhys.g:5766:1: ( ruleImport )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5767:1: ( ruleImport )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5768:1: ruleImport
+ // InternalETPhys.g:5766:1: ( ruleImport )
+ // InternalETPhys.g:5767:1: ruleImport
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalModelAccess().getImportsImportParserRuleCall_3_0());
- }
- pushFollow(FOLLOW_ruleImport_in_rule__PhysicalModel__ImportsAssignment_312026);
+ before(grammarAccess.getPhysicalModelAccess().getImportsImportParserRuleCall_3_0());
+ pushFollow(FOLLOW_2);
ruleImport();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalModelAccess().getImportsImportParserRuleCall_3_0());
- }
+
+ after(grammarAccess.getPhysicalModelAccess().getImportsImportParserRuleCall_3_0());
}
@@ -16609,29 +15624,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalModel__SystemsAssignment_4_0"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5777:1: rule__PhysicalModel__SystemsAssignment_4_0 : ( rulePhysicalSystem ) ;
+ // InternalETPhys.g:5776:1: rule__PhysicalModel__SystemsAssignment_4_0 : ( rulePhysicalSystem ) ;
public final void rule__PhysicalModel__SystemsAssignment_4_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5781:1: ( ( rulePhysicalSystem ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5782:1: ( rulePhysicalSystem )
+ // InternalETPhys.g:5780:1: ( ( rulePhysicalSystem ) )
+ // InternalETPhys.g:5781:1: ( rulePhysicalSystem )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5782:1: ( rulePhysicalSystem )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5783:1: rulePhysicalSystem
+ // InternalETPhys.g:5781:1: ( rulePhysicalSystem )
+ // InternalETPhys.g:5782:1: rulePhysicalSystem
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalModelAccess().getSystemsPhysicalSystemParserRuleCall_4_0_0());
- }
- pushFollow(FOLLOW_rulePhysicalSystem_in_rule__PhysicalModel__SystemsAssignment_4_012057);
+ before(grammarAccess.getPhysicalModelAccess().getSystemsPhysicalSystemParserRuleCall_4_0_0());
+ pushFollow(FOLLOW_2);
rulePhysicalSystem();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalModelAccess().getSystemsPhysicalSystemParserRuleCall_4_0_0());
- }
+
+ after(grammarAccess.getPhysicalModelAccess().getSystemsPhysicalSystemParserRuleCall_4_0_0());
}
@@ -16654,29 +15665,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalModel__NodeClassesAssignment_4_1"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5792:1: rule__PhysicalModel__NodeClassesAssignment_4_1 : ( ruleNodeClass ) ;
+ // InternalETPhys.g:5791:1: rule__PhysicalModel__NodeClassesAssignment_4_1 : ( ruleNodeClass ) ;
public final void rule__PhysicalModel__NodeClassesAssignment_4_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5796:1: ( ( ruleNodeClass ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5797:1: ( ruleNodeClass )
+ // InternalETPhys.g:5795:1: ( ( ruleNodeClass ) )
+ // InternalETPhys.g:5796:1: ( ruleNodeClass )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5797:1: ( ruleNodeClass )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5798:1: ruleNodeClass
+ // InternalETPhys.g:5796:1: ( ruleNodeClass )
+ // InternalETPhys.g:5797:1: ruleNodeClass
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalModelAccess().getNodeClassesNodeClassParserRuleCall_4_1_0());
- }
- pushFollow(FOLLOW_ruleNodeClass_in_rule__PhysicalModel__NodeClassesAssignment_4_112088);
+ before(grammarAccess.getPhysicalModelAccess().getNodeClassesNodeClassParserRuleCall_4_1_0());
+ pushFollow(FOLLOW_2);
ruleNodeClass();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalModelAccess().getNodeClassesNodeClassParserRuleCall_4_1_0());
- }
+
+ after(grammarAccess.getPhysicalModelAccess().getNodeClassesNodeClassParserRuleCall_4_1_0());
}
@@ -16699,29 +15706,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalModel__RuntimeClassesAssignment_4_2"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5807:1: rule__PhysicalModel__RuntimeClassesAssignment_4_2 : ( ruleRuntimeClass ) ;
+ // InternalETPhys.g:5806:1: rule__PhysicalModel__RuntimeClassesAssignment_4_2 : ( ruleRuntimeClass ) ;
public final void rule__PhysicalModel__RuntimeClassesAssignment_4_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5811:1: ( ( ruleRuntimeClass ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5812:1: ( ruleRuntimeClass )
+ // InternalETPhys.g:5810:1: ( ( ruleRuntimeClass ) )
+ // InternalETPhys.g:5811:1: ( ruleRuntimeClass )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5812:1: ( ruleRuntimeClass )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5813:1: ruleRuntimeClass
+ // InternalETPhys.g:5811:1: ( ruleRuntimeClass )
+ // InternalETPhys.g:5812:1: ruleRuntimeClass
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalModelAccess().getRuntimeClassesRuntimeClassParserRuleCall_4_2_0());
- }
- pushFollow(FOLLOW_ruleRuntimeClass_in_rule__PhysicalModel__RuntimeClassesAssignment_4_212119);
+ before(grammarAccess.getPhysicalModelAccess().getRuntimeClassesRuntimeClassParserRuleCall_4_2_0());
+ pushFollow(FOLLOW_2);
ruleRuntimeClass();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalModelAccess().getRuntimeClassesRuntimeClassParserRuleCall_4_2_0());
- }
+
+ after(grammarAccess.getPhysicalModelAccess().getRuntimeClassesRuntimeClassParserRuleCall_4_2_0());
}
@@ -16744,25 +15747,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalSystem__NameAssignment_1"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5822:1: rule__PhysicalSystem__NameAssignment_1 : ( RULE_ID ) ;
+ // InternalETPhys.g:5821:1: rule__PhysicalSystem__NameAssignment_1 : ( RULE_ID ) ;
public final void rule__PhysicalSystem__NameAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5826:1: ( ( RULE_ID ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5827:1: ( RULE_ID )
+ // InternalETPhys.g:5825:1: ( ( RULE_ID ) )
+ // InternalETPhys.g:5826:1: ( RULE_ID )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5827:1: ( RULE_ID )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5828:1: RULE_ID
+ // InternalETPhys.g:5826:1: ( RULE_ID )
+ // InternalETPhys.g:5827:1: RULE_ID
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalSystemAccess().getNameIDTerminalRuleCall_1_0());
- }
- match(input,RULE_ID,FOLLOW_RULE_ID_in_rule__PhysicalSystem__NameAssignment_112150); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalSystemAccess().getNameIDTerminalRuleCall_1_0());
- }
+ before(grammarAccess.getPhysicalSystemAccess().getNameIDTerminalRuleCall_1_0());
+ match(input,RULE_ID,FOLLOW_2);
+ after(grammarAccess.getPhysicalSystemAccess().getNameIDTerminalRuleCall_1_0());
}
@@ -16785,29 +15784,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalSystem__DocuAssignment_2"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5837:1: rule__PhysicalSystem__DocuAssignment_2 : ( ruleDocumentation ) ;
+ // InternalETPhys.g:5836:1: rule__PhysicalSystem__DocuAssignment_2 : ( ruleDocumentation ) ;
public final void rule__PhysicalSystem__DocuAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5841:1: ( ( ruleDocumentation ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5842:1: ( ruleDocumentation )
+ // InternalETPhys.g:5840:1: ( ( ruleDocumentation ) )
+ // InternalETPhys.g:5841:1: ( ruleDocumentation )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5842:1: ( ruleDocumentation )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5843:1: ruleDocumentation
+ // InternalETPhys.g:5841:1: ( ruleDocumentation )
+ // InternalETPhys.g:5842:1: ruleDocumentation
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalSystemAccess().getDocuDocumentationParserRuleCall_2_0());
- }
- pushFollow(FOLLOW_ruleDocumentation_in_rule__PhysicalSystem__DocuAssignment_212181);
+ before(grammarAccess.getPhysicalSystemAccess().getDocuDocumentationParserRuleCall_2_0());
+ pushFollow(FOLLOW_2);
ruleDocumentation();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalSystemAccess().getDocuDocumentationParserRuleCall_2_0());
- }
+
+ after(grammarAccess.getPhysicalSystemAccess().getDocuDocumentationParserRuleCall_2_0());
}
@@ -16830,29 +15825,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalSystem__NodeRefsAssignment_4"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5852:1: rule__PhysicalSystem__NodeRefsAssignment_4 : ( ruleNodeRef ) ;
+ // InternalETPhys.g:5851:1: rule__PhysicalSystem__NodeRefsAssignment_4 : ( ruleNodeRef ) ;
public final void rule__PhysicalSystem__NodeRefsAssignment_4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5856:1: ( ( ruleNodeRef ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5857:1: ( ruleNodeRef )
+ // InternalETPhys.g:5855:1: ( ( ruleNodeRef ) )
+ // InternalETPhys.g:5856:1: ( ruleNodeRef )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5857:1: ( ruleNodeRef )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5858:1: ruleNodeRef
+ // InternalETPhys.g:5856:1: ( ruleNodeRef )
+ // InternalETPhys.g:5857:1: ruleNodeRef
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalSystemAccess().getNodeRefsNodeRefParserRuleCall_4_0());
- }
- pushFollow(FOLLOW_ruleNodeRef_in_rule__PhysicalSystem__NodeRefsAssignment_412212);
+ before(grammarAccess.getPhysicalSystemAccess().getNodeRefsNodeRefParserRuleCall_4_0());
+ pushFollow(FOLLOW_2);
ruleNodeRef();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalSystemAccess().getNodeRefsNodeRefParserRuleCall_4_0());
- }
+
+ after(grammarAccess.getPhysicalSystemAccess().getNodeRefsNodeRefParserRuleCall_4_0());
}
@@ -16875,25 +15866,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeRef__NameAssignment_1"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5867:1: rule__NodeRef__NameAssignment_1 : ( RULE_ID ) ;
+ // InternalETPhys.g:5866:1: rule__NodeRef__NameAssignment_1 : ( RULE_ID ) ;
public final void rule__NodeRef__NameAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5871:1: ( ( RULE_ID ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5872:1: ( RULE_ID )
+ // InternalETPhys.g:5870:1: ( ( RULE_ID ) )
+ // InternalETPhys.g:5871:1: ( RULE_ID )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5872:1: ( RULE_ID )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5873:1: RULE_ID
+ // InternalETPhys.g:5871:1: ( RULE_ID )
+ // InternalETPhys.g:5872:1: RULE_ID
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getNodeRefAccess().getNameIDTerminalRuleCall_1_0());
- }
- match(input,RULE_ID,FOLLOW_RULE_ID_in_rule__NodeRef__NameAssignment_112243); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getNodeRefAccess().getNameIDTerminalRuleCall_1_0());
- }
+ before(grammarAccess.getNodeRefAccess().getNameIDTerminalRuleCall_1_0());
+ match(input,RULE_ID,FOLLOW_2);
+ after(grammarAccess.getNodeRefAccess().getNameIDTerminalRuleCall_1_0());
}
@@ -16916,42 +15903,34 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeRef__TypeAssignment_3"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5882:1: rule__NodeRef__TypeAssignment_3 : ( ( ruleFQN ) ) ;
+ // InternalETPhys.g:5881:1: rule__NodeRef__TypeAssignment_3 : ( ( ruleFQN ) ) ;
public final void rule__NodeRef__TypeAssignment_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5886:1: ( ( ( ruleFQN ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5887:1: ( ( ruleFQN ) )
+ // InternalETPhys.g:5885:1: ( ( ( ruleFQN ) ) )
+ // InternalETPhys.g:5886:1: ( ( ruleFQN ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5887:1: ( ( ruleFQN ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5888:1: ( ruleFQN )
+ // InternalETPhys.g:5886:1: ( ( ruleFQN ) )
+ // InternalETPhys.g:5887:1: ( ruleFQN )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getNodeRefAccess().getTypeNodeClassCrossReference_3_0());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5889:1: ( ruleFQN )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5890:1: ruleFQN
+ before(grammarAccess.getNodeRefAccess().getTypeNodeClassCrossReference_3_0());
+ // InternalETPhys.g:5888:1: ( ruleFQN )
+ // InternalETPhys.g:5889:1: ruleFQN
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getNodeRefAccess().getTypeNodeClassFQNParserRuleCall_3_0_1());
- }
- pushFollow(FOLLOW_ruleFQN_in_rule__NodeRef__TypeAssignment_312278);
+ before(grammarAccess.getNodeRefAccess().getTypeNodeClassFQNParserRuleCall_3_0_1());
+ pushFollow(FOLLOW_2);
ruleFQN();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getNodeRefAccess().getTypeNodeClassFQNParserRuleCall_3_0_1());
- }
- }
+ after(grammarAccess.getNodeRefAccess().getTypeNodeClassFQNParserRuleCall_3_0_1());
- if ( state.backtracking==0 ) {
- after(grammarAccess.getNodeRefAccess().getTypeNodeClassCrossReference_3_0());
}
+ after(grammarAccess.getNodeRefAccess().getTypeNodeClassCrossReference_3_0());
+
}
@@ -16973,29 +15952,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeRef__DocuAssignment_4"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5901:1: rule__NodeRef__DocuAssignment_4 : ( ruleDocumentation ) ;
+ // InternalETPhys.g:5900:1: rule__NodeRef__DocuAssignment_4 : ( ruleDocumentation ) ;
public final void rule__NodeRef__DocuAssignment_4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5905:1: ( ( ruleDocumentation ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5906:1: ( ruleDocumentation )
+ // InternalETPhys.g:5904:1: ( ( ruleDocumentation ) )
+ // InternalETPhys.g:5905:1: ( ruleDocumentation )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5906:1: ( ruleDocumentation )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5907:1: ruleDocumentation
+ // InternalETPhys.g:5905:1: ( ruleDocumentation )
+ // InternalETPhys.g:5906:1: ruleDocumentation
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getNodeRefAccess().getDocuDocumentationParserRuleCall_4_0());
- }
- pushFollow(FOLLOW_ruleDocumentation_in_rule__NodeRef__DocuAssignment_412313);
+ before(grammarAccess.getNodeRefAccess().getDocuDocumentationParserRuleCall_4_0());
+ pushFollow(FOLLOW_2);
ruleDocumentation();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getNodeRefAccess().getDocuDocumentationParserRuleCall_4_0());
- }
+
+ after(grammarAccess.getNodeRefAccess().getDocuDocumentationParserRuleCall_4_0());
}
@@ -17018,25 +15993,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeClass__NameAssignment_1"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5916:1: rule__NodeClass__NameAssignment_1 : ( RULE_ID ) ;
+ // InternalETPhys.g:5915:1: rule__NodeClass__NameAssignment_1 : ( RULE_ID ) ;
public final void rule__NodeClass__NameAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5920:1: ( ( RULE_ID ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5921:1: ( RULE_ID )
+ // InternalETPhys.g:5919:1: ( ( RULE_ID ) )
+ // InternalETPhys.g:5920:1: ( RULE_ID )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5921:1: ( RULE_ID )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5922:1: RULE_ID
+ // InternalETPhys.g:5920:1: ( RULE_ID )
+ // InternalETPhys.g:5921:1: RULE_ID
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getNodeClassAccess().getNameIDTerminalRuleCall_1_0());
- }
- match(input,RULE_ID,FOLLOW_RULE_ID_in_rule__NodeClass__NameAssignment_112344); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getNodeClassAccess().getNameIDTerminalRuleCall_1_0());
- }
+ before(grammarAccess.getNodeClassAccess().getNameIDTerminalRuleCall_1_0());
+ match(input,RULE_ID,FOLLOW_2);
+ after(grammarAccess.getNodeClassAccess().getNameIDTerminalRuleCall_1_0());
}
@@ -17059,29 +16030,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeClass__DocuAssignment_2"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5931:1: rule__NodeClass__DocuAssignment_2 : ( ruleDocumentation ) ;
+ // InternalETPhys.g:5930:1: rule__NodeClass__DocuAssignment_2 : ( ruleDocumentation ) ;
public final void rule__NodeClass__DocuAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5935:1: ( ( ruleDocumentation ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5936:1: ( ruleDocumentation )
+ // InternalETPhys.g:5934:1: ( ( ruleDocumentation ) )
+ // InternalETPhys.g:5935:1: ( ruleDocumentation )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5936:1: ( ruleDocumentation )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5937:1: ruleDocumentation
+ // InternalETPhys.g:5935:1: ( ruleDocumentation )
+ // InternalETPhys.g:5936:1: ruleDocumentation
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getNodeClassAccess().getDocuDocumentationParserRuleCall_2_0());
- }
- pushFollow(FOLLOW_ruleDocumentation_in_rule__NodeClass__DocuAssignment_212375);
+ before(grammarAccess.getNodeClassAccess().getDocuDocumentationParserRuleCall_2_0());
+ pushFollow(FOLLOW_2);
ruleDocumentation();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getNodeClassAccess().getDocuDocumentationParserRuleCall_2_0());
- }
+
+ after(grammarAccess.getNodeClassAccess().getDocuDocumentationParserRuleCall_2_0());
}
@@ -17104,42 +16071,34 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeClass__RuntimeAssignment_4_0_2"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5946:1: rule__NodeClass__RuntimeAssignment_4_0_2 : ( ( ruleFQN ) ) ;
+ // InternalETPhys.g:5945:1: rule__NodeClass__RuntimeAssignment_4_0_2 : ( ( ruleFQN ) ) ;
public final void rule__NodeClass__RuntimeAssignment_4_0_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5950:1: ( ( ( ruleFQN ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5951:1: ( ( ruleFQN ) )
+ // InternalETPhys.g:5949:1: ( ( ( ruleFQN ) ) )
+ // InternalETPhys.g:5950:1: ( ( ruleFQN ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5951:1: ( ( ruleFQN ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5952:1: ( ruleFQN )
+ // InternalETPhys.g:5950:1: ( ( ruleFQN ) )
+ // InternalETPhys.g:5951:1: ( ruleFQN )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getNodeClassAccess().getRuntimeRuntimeClassCrossReference_4_0_2_0());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5953:1: ( ruleFQN )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5954:1: ruleFQN
+ before(grammarAccess.getNodeClassAccess().getRuntimeRuntimeClassCrossReference_4_0_2_0());
+ // InternalETPhys.g:5952:1: ( ruleFQN )
+ // InternalETPhys.g:5953:1: ruleFQN
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getNodeClassAccess().getRuntimeRuntimeClassFQNParserRuleCall_4_0_2_0_1());
- }
- pushFollow(FOLLOW_ruleFQN_in_rule__NodeClass__RuntimeAssignment_4_0_212410);
+ before(grammarAccess.getNodeClassAccess().getRuntimeRuntimeClassFQNParserRuleCall_4_0_2_0_1());
+ pushFollow(FOLLOW_2);
ruleFQN();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getNodeClassAccess().getRuntimeRuntimeClassFQNParserRuleCall_4_0_2_0_1());
- }
- }
+ after(grammarAccess.getNodeClassAccess().getRuntimeRuntimeClassFQNParserRuleCall_4_0_2_0_1());
- if ( state.backtracking==0 ) {
- after(grammarAccess.getNodeClassAccess().getRuntimeRuntimeClassCrossReference_4_0_2_0());
}
+ after(grammarAccess.getNodeClassAccess().getRuntimeRuntimeClassCrossReference_4_0_2_0());
+
}
@@ -17161,29 +16120,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeClass__PriominAssignment_4_1_2"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5965:1: rule__NodeClass__PriominAssignment_4_1_2 : ( ruleInteger ) ;
+ // InternalETPhys.g:5964:1: rule__NodeClass__PriominAssignment_4_1_2 : ( ruleInteger ) ;
public final void rule__NodeClass__PriominAssignment_4_1_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5969:1: ( ( ruleInteger ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5970:1: ( ruleInteger )
+ // InternalETPhys.g:5968:1: ( ( ruleInteger ) )
+ // InternalETPhys.g:5969:1: ( ruleInteger )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5970:1: ( ruleInteger )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5971:1: ruleInteger
+ // InternalETPhys.g:5969:1: ( ruleInteger )
+ // InternalETPhys.g:5970:1: ruleInteger
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getNodeClassAccess().getPriominIntegerParserRuleCall_4_1_2_0());
- }
- pushFollow(FOLLOW_ruleInteger_in_rule__NodeClass__PriominAssignment_4_1_212445);
+ before(grammarAccess.getNodeClassAccess().getPriominIntegerParserRuleCall_4_1_2_0());
+ pushFollow(FOLLOW_2);
ruleInteger();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getNodeClassAccess().getPriominIntegerParserRuleCall_4_1_2_0());
- }
+
+ after(grammarAccess.getNodeClassAccess().getPriominIntegerParserRuleCall_4_1_2_0());
}
@@ -17206,29 +16161,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeClass__PriomaxAssignment_4_2_2"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5980:1: rule__NodeClass__PriomaxAssignment_4_2_2 : ( ruleInteger ) ;
+ // InternalETPhys.g:5979:1: rule__NodeClass__PriomaxAssignment_4_2_2 : ( ruleInteger ) ;
public final void rule__NodeClass__PriomaxAssignment_4_2_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5984:1: ( ( ruleInteger ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5985:1: ( ruleInteger )
+ // InternalETPhys.g:5983:1: ( ( ruleInteger ) )
+ // InternalETPhys.g:5984:1: ( ruleInteger )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5985:1: ( ruleInteger )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5986:1: ruleInteger
+ // InternalETPhys.g:5984:1: ( ruleInteger )
+ // InternalETPhys.g:5985:1: ruleInteger
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getNodeClassAccess().getPriomaxIntegerParserRuleCall_4_2_2_0());
- }
- pushFollow(FOLLOW_ruleInteger_in_rule__NodeClass__PriomaxAssignment_4_2_212476);
+ before(grammarAccess.getNodeClassAccess().getPriomaxIntegerParserRuleCall_4_2_2_0());
+ pushFollow(FOLLOW_2);
ruleInteger();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getNodeClassAccess().getPriomaxIntegerParserRuleCall_4_2_2_0());
- }
+
+ after(grammarAccess.getNodeClassAccess().getPriomaxIntegerParserRuleCall_4_2_2_0());
}
@@ -17251,29 +16202,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NodeClass__ThreadsAssignment_5"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5995:1: rule__NodeClass__ThreadsAssignment_5 : ( rulePhysicalThread ) ;
+ // InternalETPhys.g:5994:1: rule__NodeClass__ThreadsAssignment_5 : ( rulePhysicalThread ) ;
public final void rule__NodeClass__ThreadsAssignment_5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5999:1: ( ( rulePhysicalThread ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6000:1: ( rulePhysicalThread )
+ // InternalETPhys.g:5998:1: ( ( rulePhysicalThread ) )
+ // InternalETPhys.g:5999:1: ( rulePhysicalThread )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6000:1: ( rulePhysicalThread )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6001:1: rulePhysicalThread
+ // InternalETPhys.g:5999:1: ( rulePhysicalThread )
+ // InternalETPhys.g:6000:1: rulePhysicalThread
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getNodeClassAccess().getThreadsPhysicalThreadParserRuleCall_5_0());
- }
- pushFollow(FOLLOW_rulePhysicalThread_in_rule__NodeClass__ThreadsAssignment_512507);
+ before(grammarAccess.getNodeClassAccess().getThreadsPhysicalThreadParserRuleCall_5_0());
+ pushFollow(FOLLOW_2);
rulePhysicalThread();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getNodeClassAccess().getThreadsPhysicalThreadParserRuleCall_5_0());
- }
+
+ after(grammarAccess.getNodeClassAccess().getThreadsPhysicalThreadParserRuleCall_5_0());
}
@@ -17296,37 +16243,29 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__DefaultAssignment_0_0"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6010:1: rule__PhysicalThread__DefaultAssignment_0_0 : ( ( 'DefaultThread' ) ) ;
+ // InternalETPhys.g:6009:1: rule__PhysicalThread__DefaultAssignment_0_0 : ( ( 'DefaultThread' ) ) ;
public final void rule__PhysicalThread__DefaultAssignment_0_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6014:1: ( ( ( 'DefaultThread' ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6015:1: ( ( 'DefaultThread' ) )
+ // InternalETPhys.g:6013:1: ( ( ( 'DefaultThread' ) ) )
+ // InternalETPhys.g:6014:1: ( ( 'DefaultThread' ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6015:1: ( ( 'DefaultThread' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6016:1: ( 'DefaultThread' )
+ // InternalETPhys.g:6014:1: ( ( 'DefaultThread' ) )
+ // InternalETPhys.g:6015:1: ( 'DefaultThread' )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalThreadAccess().getDefaultDefaultThreadKeyword_0_0_0());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6017:1: ( 'DefaultThread' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6018:1: 'DefaultThread'
+ before(grammarAccess.getPhysicalThreadAccess().getDefaultDefaultThreadKeyword_0_0_0());
+ // InternalETPhys.g:6016:1: ( 'DefaultThread' )
+ // InternalETPhys.g:6017:1: 'DefaultThread'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalThreadAccess().getDefaultDefaultThreadKeyword_0_0_0());
- }
- match(input,59,FOLLOW_59_in_rule__PhysicalThread__DefaultAssignment_0_012543); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalThreadAccess().getDefaultDefaultThreadKeyword_0_0_0());
- }
+ before(grammarAccess.getPhysicalThreadAccess().getDefaultDefaultThreadKeyword_0_0_0());
+ match(input,59,FOLLOW_2);
+ after(grammarAccess.getPhysicalThreadAccess().getDefaultDefaultThreadKeyword_0_0_0());
}
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalThreadAccess().getDefaultDefaultThreadKeyword_0_0_0());
- }
+ after(grammarAccess.getPhysicalThreadAccess().getDefaultDefaultThreadKeyword_0_0_0());
}
@@ -17349,25 +16288,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__NameAssignment_1"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6033:1: rule__PhysicalThread__NameAssignment_1 : ( RULE_ID ) ;
+ // InternalETPhys.g:6032:1: rule__PhysicalThread__NameAssignment_1 : ( RULE_ID ) ;
public final void rule__PhysicalThread__NameAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6037:1: ( ( RULE_ID ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6038:1: ( RULE_ID )
+ // InternalETPhys.g:6036:1: ( ( RULE_ID ) )
+ // InternalETPhys.g:6037:1: ( RULE_ID )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6038:1: ( RULE_ID )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6039:1: RULE_ID
+ // InternalETPhys.g:6037:1: ( RULE_ID )
+ // InternalETPhys.g:6038:1: RULE_ID
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalThreadAccess().getNameIDTerminalRuleCall_1_0());
- }
- match(input,RULE_ID,FOLLOW_RULE_ID_in_rule__PhysicalThread__NameAssignment_112582); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalThreadAccess().getNameIDTerminalRuleCall_1_0());
- }
+ before(grammarAccess.getPhysicalThreadAccess().getNameIDTerminalRuleCall_1_0());
+ match(input,RULE_ID,FOLLOW_2);
+ after(grammarAccess.getPhysicalThreadAccess().getNameIDTerminalRuleCall_1_0());
}
@@ -17390,29 +16325,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__ExecmodeAssignment_3_0_2"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6048:1: rule__PhysicalThread__ExecmodeAssignment_3_0_2 : ( ruleExecMode ) ;
+ // InternalETPhys.g:6047:1: rule__PhysicalThread__ExecmodeAssignment_3_0_2 : ( ruleExecMode ) ;
public final void rule__PhysicalThread__ExecmodeAssignment_3_0_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6052:1: ( ( ruleExecMode ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6053:1: ( ruleExecMode )
+ // InternalETPhys.g:6051:1: ( ( ruleExecMode ) )
+ // InternalETPhys.g:6052:1: ( ruleExecMode )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6053:1: ( ruleExecMode )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6054:1: ruleExecMode
+ // InternalETPhys.g:6052:1: ( ruleExecMode )
+ // InternalETPhys.g:6053:1: ruleExecMode
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalThreadAccess().getExecmodeExecModeEnumRuleCall_3_0_2_0());
- }
- pushFollow(FOLLOW_ruleExecMode_in_rule__PhysicalThread__ExecmodeAssignment_3_0_212613);
+ before(grammarAccess.getPhysicalThreadAccess().getExecmodeExecModeEnumRuleCall_3_0_2_0());
+ pushFollow(FOLLOW_2);
ruleExecMode();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalThreadAccess().getExecmodeExecModeEnumRuleCall_3_0_2_0());
- }
+
+ after(grammarAccess.getPhysicalThreadAccess().getExecmodeExecModeEnumRuleCall_3_0_2_0());
}
@@ -17435,29 +16366,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__TimeAssignment_3_1_2"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6063:1: rule__PhysicalThread__TimeAssignment_3_1_2 : ( ruleTIME ) ;
+ // InternalETPhys.g:6062:1: rule__PhysicalThread__TimeAssignment_3_1_2 : ( ruleTIME ) ;
public final void rule__PhysicalThread__TimeAssignment_3_1_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6067:1: ( ( ruleTIME ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6068:1: ( ruleTIME )
+ // InternalETPhys.g:6066:1: ( ( ruleTIME ) )
+ // InternalETPhys.g:6067:1: ( ruleTIME )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6068:1: ( ruleTIME )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6069:1: ruleTIME
+ // InternalETPhys.g:6067:1: ( ruleTIME )
+ // InternalETPhys.g:6068:1: ruleTIME
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalThreadAccess().getTimeTIMEParserRuleCall_3_1_2_0());
- }
- pushFollow(FOLLOW_ruleTIME_in_rule__PhysicalThread__TimeAssignment_3_1_212644);
+ before(grammarAccess.getPhysicalThreadAccess().getTimeTIMEParserRuleCall_3_1_2_0());
+ pushFollow(FOLLOW_2);
ruleTIME();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalThreadAccess().getTimeTIMEParserRuleCall_3_1_2_0());
- }
+
+ after(grammarAccess.getPhysicalThreadAccess().getTimeTIMEParserRuleCall_3_1_2_0());
}
@@ -17480,29 +16407,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__PrioAssignment_3_2_2"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6078:1: rule__PhysicalThread__PrioAssignment_3_2_2 : ( ruleInteger ) ;
+ // InternalETPhys.g:6077:1: rule__PhysicalThread__PrioAssignment_3_2_2 : ( ruleInteger ) ;
public final void rule__PhysicalThread__PrioAssignment_3_2_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6082:1: ( ( ruleInteger ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6083:1: ( ruleInteger )
+ // InternalETPhys.g:6081:1: ( ( ruleInteger ) )
+ // InternalETPhys.g:6082:1: ( ruleInteger )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6083:1: ( ruleInteger )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6084:1: ruleInteger
+ // InternalETPhys.g:6082:1: ( ruleInteger )
+ // InternalETPhys.g:6083:1: ruleInteger
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalThreadAccess().getPrioIntegerParserRuleCall_3_2_2_0());
- }
- pushFollow(FOLLOW_ruleInteger_in_rule__PhysicalThread__PrioAssignment_3_2_212675);
+ before(grammarAccess.getPhysicalThreadAccess().getPrioIntegerParserRuleCall_3_2_2_0());
+ pushFollow(FOLLOW_2);
ruleInteger();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalThreadAccess().getPrioIntegerParserRuleCall_3_2_2_0());
- }
+
+ after(grammarAccess.getPhysicalThreadAccess().getPrioIntegerParserRuleCall_3_2_2_0());
}
@@ -17525,25 +16448,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__StacksizeAssignment_3_3_2"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6093:1: rule__PhysicalThread__StacksizeAssignment_3_3_2 : ( RULE_INT ) ;
+ // InternalETPhys.g:6092:1: rule__PhysicalThread__StacksizeAssignment_3_3_2 : ( RULE_INT ) ;
public final void rule__PhysicalThread__StacksizeAssignment_3_3_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6097:1: ( ( RULE_INT ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6098:1: ( RULE_INT )
+ // InternalETPhys.g:6096:1: ( ( RULE_INT ) )
+ // InternalETPhys.g:6097:1: ( RULE_INT )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6098:1: ( RULE_INT )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6099:1: RULE_INT
+ // InternalETPhys.g:6097:1: ( RULE_INT )
+ // InternalETPhys.g:6098:1: RULE_INT
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalThreadAccess().getStacksizeINTTerminalRuleCall_3_3_2_0());
- }
- match(input,RULE_INT,FOLLOW_RULE_INT_in_rule__PhysicalThread__StacksizeAssignment_3_3_212706); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalThreadAccess().getStacksizeINTTerminalRuleCall_3_3_2_0());
- }
+ before(grammarAccess.getPhysicalThreadAccess().getStacksizeINTTerminalRuleCall_3_3_2_0());
+ match(input,RULE_INT,FOLLOW_2);
+ after(grammarAccess.getPhysicalThreadAccess().getStacksizeINTTerminalRuleCall_3_3_2_0());
}
@@ -17566,25 +16485,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__MsgblocksizeAssignment_3_4_2"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6108:1: rule__PhysicalThread__MsgblocksizeAssignment_3_4_2 : ( RULE_INT ) ;
+ // InternalETPhys.g:6107:1: rule__PhysicalThread__MsgblocksizeAssignment_3_4_2 : ( RULE_INT ) ;
public final void rule__PhysicalThread__MsgblocksizeAssignment_3_4_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6112:1: ( ( RULE_INT ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6113:1: ( RULE_INT )
+ // InternalETPhys.g:6111:1: ( ( RULE_INT ) )
+ // InternalETPhys.g:6112:1: ( RULE_INT )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6113:1: ( RULE_INT )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6114:1: RULE_INT
+ // InternalETPhys.g:6112:1: ( RULE_INT )
+ // InternalETPhys.g:6113:1: RULE_INT
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalThreadAccess().getMsgblocksizeINTTerminalRuleCall_3_4_2_0());
- }
- match(input,RULE_INT,FOLLOW_RULE_INT_in_rule__PhysicalThread__MsgblocksizeAssignment_3_4_212737); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalThreadAccess().getMsgblocksizeINTTerminalRuleCall_3_4_2_0());
- }
+ before(grammarAccess.getPhysicalThreadAccess().getMsgblocksizeINTTerminalRuleCall_3_4_2_0());
+ match(input,RULE_INT,FOLLOW_2);
+ after(grammarAccess.getPhysicalThreadAccess().getMsgblocksizeINTTerminalRuleCall_3_4_2_0());
}
@@ -17607,25 +16522,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PhysicalThread__MsgpoolsizeAssignment_3_5_2"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6123:1: rule__PhysicalThread__MsgpoolsizeAssignment_3_5_2 : ( RULE_INT ) ;
+ // InternalETPhys.g:6122:1: rule__PhysicalThread__MsgpoolsizeAssignment_3_5_2 : ( RULE_INT ) ;
public final void rule__PhysicalThread__MsgpoolsizeAssignment_3_5_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6127:1: ( ( RULE_INT ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6128:1: ( RULE_INT )
+ // InternalETPhys.g:6126:1: ( ( RULE_INT ) )
+ // InternalETPhys.g:6127:1: ( RULE_INT )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6128:1: ( RULE_INT )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6129:1: RULE_INT
+ // InternalETPhys.g:6127:1: ( RULE_INT )
+ // InternalETPhys.g:6128:1: RULE_INT
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalThreadAccess().getMsgpoolsizeINTTerminalRuleCall_3_5_2_0());
- }
- match(input,RULE_INT,FOLLOW_RULE_INT_in_rule__PhysicalThread__MsgpoolsizeAssignment_3_5_212768); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getPhysicalThreadAccess().getMsgpoolsizeINTTerminalRuleCall_3_5_2_0());
- }
+ before(grammarAccess.getPhysicalThreadAccess().getMsgpoolsizeINTTerminalRuleCall_3_5_2_0());
+ match(input,RULE_INT,FOLLOW_2);
+ after(grammarAccess.getPhysicalThreadAccess().getMsgpoolsizeINTTerminalRuleCall_3_5_2_0());
}
@@ -17648,25 +16559,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RuntimeClass__NameAssignment_1"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6138:1: rule__RuntimeClass__NameAssignment_1 : ( RULE_ID ) ;
+ // InternalETPhys.g:6137:1: rule__RuntimeClass__NameAssignment_1 : ( RULE_ID ) ;
public final void rule__RuntimeClass__NameAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6142:1: ( ( RULE_ID ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6143:1: ( RULE_ID )
+ // InternalETPhys.g:6141:1: ( ( RULE_ID ) )
+ // InternalETPhys.g:6142:1: ( RULE_ID )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6143:1: ( RULE_ID )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6144:1: RULE_ID
+ // InternalETPhys.g:6142:1: ( RULE_ID )
+ // InternalETPhys.g:6143:1: RULE_ID
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getRuntimeClassAccess().getNameIDTerminalRuleCall_1_0());
- }
- match(input,RULE_ID,FOLLOW_RULE_ID_in_rule__RuntimeClass__NameAssignment_112799); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getRuntimeClassAccess().getNameIDTerminalRuleCall_1_0());
- }
+ before(grammarAccess.getRuntimeClassAccess().getNameIDTerminalRuleCall_1_0());
+ match(input,RULE_ID,FOLLOW_2);
+ after(grammarAccess.getRuntimeClassAccess().getNameIDTerminalRuleCall_1_0());
}
@@ -17689,29 +16596,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RuntimeClass__DocuAssignment_2"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6153:1: rule__RuntimeClass__DocuAssignment_2 : ( ruleDocumentation ) ;
+ // InternalETPhys.g:6152:1: rule__RuntimeClass__DocuAssignment_2 : ( ruleDocumentation ) ;
public final void rule__RuntimeClass__DocuAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6157:1: ( ( ruleDocumentation ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6158:1: ( ruleDocumentation )
+ // InternalETPhys.g:6156:1: ( ( ruleDocumentation ) )
+ // InternalETPhys.g:6157:1: ( ruleDocumentation )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6158:1: ( ruleDocumentation )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6159:1: ruleDocumentation
+ // InternalETPhys.g:6157:1: ( ruleDocumentation )
+ // InternalETPhys.g:6158:1: ruleDocumentation
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getRuntimeClassAccess().getDocuDocumentationParserRuleCall_2_0());
- }
- pushFollow(FOLLOW_ruleDocumentation_in_rule__RuntimeClass__DocuAssignment_212830);
+ before(grammarAccess.getRuntimeClassAccess().getDocuDocumentationParserRuleCall_2_0());
+ pushFollow(FOLLOW_2);
ruleDocumentation();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getRuntimeClassAccess().getDocuDocumentationParserRuleCall_2_0());
- }
+
+ after(grammarAccess.getRuntimeClassAccess().getDocuDocumentationParserRuleCall_2_0());
}
@@ -17734,29 +16637,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RuntimeClass__ThreadModelAssignment_6"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6168:1: rule__RuntimeClass__ThreadModelAssignment_6 : ( ruleThreadModel ) ;
+ // InternalETPhys.g:6167:1: rule__RuntimeClass__ThreadModelAssignment_6 : ( ruleThreadModel ) ;
public final void rule__RuntimeClass__ThreadModelAssignment_6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6172:1: ( ( ruleThreadModel ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6173:1: ( ruleThreadModel )
+ // InternalETPhys.g:6171:1: ( ( ruleThreadModel ) )
+ // InternalETPhys.g:6172:1: ( ruleThreadModel )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6173:1: ( ruleThreadModel )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6174:1: ruleThreadModel
+ // InternalETPhys.g:6172:1: ( ruleThreadModel )
+ // InternalETPhys.g:6173:1: ruleThreadModel
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getRuntimeClassAccess().getThreadModelThreadModelEnumRuleCall_6_0());
- }
- pushFollow(FOLLOW_ruleThreadModel_in_rule__RuntimeClass__ThreadModelAssignment_612861);
+ before(grammarAccess.getRuntimeClassAccess().getThreadModelThreadModelEnumRuleCall_6_0());
+ pushFollow(FOLLOW_2);
ruleThreadModel();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getRuntimeClassAccess().getThreadModelThreadModelEnumRuleCall_6_0());
- }
+
+ after(grammarAccess.getRuntimeClassAccess().getThreadModelThreadModelEnumRuleCall_6_0());
}
@@ -17779,25 +16678,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__KeyValue__KeyAssignment_0"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6186:1: rule__KeyValue__KeyAssignment_0 : ( RULE_ID ) ;
+ // InternalETPhys.g:6185:1: rule__KeyValue__KeyAssignment_0 : ( RULE_ID ) ;
public final void rule__KeyValue__KeyAssignment_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6190:1: ( ( RULE_ID ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6191:1: ( RULE_ID )
+ // InternalETPhys.g:6189:1: ( ( RULE_ID ) )
+ // InternalETPhys.g:6190:1: ( RULE_ID )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6191:1: ( RULE_ID )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6192:1: RULE_ID
+ // InternalETPhys.g:6190:1: ( RULE_ID )
+ // InternalETPhys.g:6191:1: RULE_ID
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getKeyValueAccess().getKeyIDTerminalRuleCall_0_0());
- }
- match(input,RULE_ID,FOLLOW_RULE_ID_in_rule__KeyValue__KeyAssignment_012895); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getKeyValueAccess().getKeyIDTerminalRuleCall_0_0());
- }
+ before(grammarAccess.getKeyValueAccess().getKeyIDTerminalRuleCall_0_0());
+ match(input,RULE_ID,FOLLOW_2);
+ after(grammarAccess.getKeyValueAccess().getKeyIDTerminalRuleCall_0_0());
}
@@ -17820,29 +16715,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__KeyValue__ValueAssignment_2"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6201:1: rule__KeyValue__ValueAssignment_2 : ( ruleLiteral ) ;
+ // InternalETPhys.g:6200:1: rule__KeyValue__ValueAssignment_2 : ( ruleLiteral ) ;
public final void rule__KeyValue__ValueAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6205:1: ( ( ruleLiteral ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6206:1: ( ruleLiteral )
+ // InternalETPhys.g:6204:1: ( ( ruleLiteral ) )
+ // InternalETPhys.g:6205:1: ( ruleLiteral )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6206:1: ( ruleLiteral )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6207:1: ruleLiteral
+ // InternalETPhys.g:6205:1: ( ruleLiteral )
+ // InternalETPhys.g:6206:1: ruleLiteral
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getKeyValueAccess().getValueLiteralParserRuleCall_2_0());
- }
- pushFollow(FOLLOW_ruleLiteral_in_rule__KeyValue__ValueAssignment_212926);
+ before(grammarAccess.getKeyValueAccess().getValueLiteralParserRuleCall_2_0());
+ pushFollow(FOLLOW_2);
ruleLiteral();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getKeyValueAccess().getValueLiteralParserRuleCall_2_0());
- }
+
+ after(grammarAccess.getKeyValueAccess().getValueLiteralParserRuleCall_2_0());
}
@@ -17865,37 +16756,29 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleAnnotationAttribute__OptionalAssignment_0_0"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6222:1: rule__SimpleAnnotationAttribute__OptionalAssignment_0_0 : ( ( 'optional' ) ) ;
+ // InternalETPhys.g:6221:1: rule__SimpleAnnotationAttribute__OptionalAssignment_0_0 : ( ( 'optional' ) ) ;
public final void rule__SimpleAnnotationAttribute__OptionalAssignment_0_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6226:1: ( ( ( 'optional' ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6227:1: ( ( 'optional' ) )
+ // InternalETPhys.g:6225:1: ( ( ( 'optional' ) ) )
+ // InternalETPhys.g:6226:1: ( ( 'optional' ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6227:1: ( ( 'optional' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6228:1: ( 'optional' )
+ // InternalETPhys.g:6226:1: ( ( 'optional' ) )
+ // InternalETPhys.g:6227:1: ( 'optional' )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getSimpleAnnotationAttributeAccess().getOptionalOptionalKeyword_0_0_0());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6229:1: ( 'optional' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6230:1: 'optional'
+ before(grammarAccess.getSimpleAnnotationAttributeAccess().getOptionalOptionalKeyword_0_0_0());
+ // InternalETPhys.g:6228:1: ( 'optional' )
+ // InternalETPhys.g:6229:1: 'optional'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getSimpleAnnotationAttributeAccess().getOptionalOptionalKeyword_0_0_0());
- }
- match(input,60,FOLLOW_60_in_rule__SimpleAnnotationAttribute__OptionalAssignment_0_012968); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getSimpleAnnotationAttributeAccess().getOptionalOptionalKeyword_0_0_0());
- }
+ before(grammarAccess.getSimpleAnnotationAttributeAccess().getOptionalOptionalKeyword_0_0_0());
+ match(input,60,FOLLOW_2);
+ after(grammarAccess.getSimpleAnnotationAttributeAccess().getOptionalOptionalKeyword_0_0_0());
}
- if ( state.backtracking==0 ) {
- after(grammarAccess.getSimpleAnnotationAttributeAccess().getOptionalOptionalKeyword_0_0_0());
- }
+ after(grammarAccess.getSimpleAnnotationAttributeAccess().getOptionalOptionalKeyword_0_0_0());
}
@@ -17918,25 +16801,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleAnnotationAttribute__NameAssignment_2"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6245:1: rule__SimpleAnnotationAttribute__NameAssignment_2 : ( RULE_ID ) ;
+ // InternalETPhys.g:6244:1: rule__SimpleAnnotationAttribute__NameAssignment_2 : ( RULE_ID ) ;
public final void rule__SimpleAnnotationAttribute__NameAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6249:1: ( ( RULE_ID ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6250:1: ( RULE_ID )
+ // InternalETPhys.g:6248:1: ( ( RULE_ID ) )
+ // InternalETPhys.g:6249:1: ( RULE_ID )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6250:1: ( RULE_ID )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6251:1: RULE_ID
+ // InternalETPhys.g:6249:1: ( RULE_ID )
+ // InternalETPhys.g:6250:1: RULE_ID
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getSimpleAnnotationAttributeAccess().getNameIDTerminalRuleCall_2_0());
- }
- match(input,RULE_ID,FOLLOW_RULE_ID_in_rule__SimpleAnnotationAttribute__NameAssignment_213007); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getSimpleAnnotationAttributeAccess().getNameIDTerminalRuleCall_2_0());
- }
+ before(grammarAccess.getSimpleAnnotationAttributeAccess().getNameIDTerminalRuleCall_2_0());
+ match(input,RULE_ID,FOLLOW_2);
+ after(grammarAccess.getSimpleAnnotationAttributeAccess().getNameIDTerminalRuleCall_2_0());
}
@@ -17959,29 +16838,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleAnnotationAttribute__TypeAssignment_4"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6260:1: rule__SimpleAnnotationAttribute__TypeAssignment_4 : ( ruleLiteralType ) ;
+ // InternalETPhys.g:6259:1: rule__SimpleAnnotationAttribute__TypeAssignment_4 : ( ruleLiteralType ) ;
public final void rule__SimpleAnnotationAttribute__TypeAssignment_4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6264:1: ( ( ruleLiteralType ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6265:1: ( ruleLiteralType )
+ // InternalETPhys.g:6263:1: ( ( ruleLiteralType ) )
+ // InternalETPhys.g:6264:1: ( ruleLiteralType )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6265:1: ( ruleLiteralType )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6266:1: ruleLiteralType
+ // InternalETPhys.g:6264:1: ( ruleLiteralType )
+ // InternalETPhys.g:6265:1: ruleLiteralType
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getSimpleAnnotationAttributeAccess().getTypeLiteralTypeEnumRuleCall_4_0());
- }
- pushFollow(FOLLOW_ruleLiteralType_in_rule__SimpleAnnotationAttribute__TypeAssignment_413038);
+ before(grammarAccess.getSimpleAnnotationAttributeAccess().getTypeLiteralTypeEnumRuleCall_4_0());
+ pushFollow(FOLLOW_2);
ruleLiteralType();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getSimpleAnnotationAttributeAccess().getTypeLiteralTypeEnumRuleCall_4_0());
- }
+
+ after(grammarAccess.getSimpleAnnotationAttributeAccess().getTypeLiteralTypeEnumRuleCall_4_0());
}
@@ -18004,37 +16879,29 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumAnnotationAttribute__OptionalAssignment_0_0"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6275:1: rule__EnumAnnotationAttribute__OptionalAssignment_0_0 : ( ( 'optional' ) ) ;
+ // InternalETPhys.g:6274:1: rule__EnumAnnotationAttribute__OptionalAssignment_0_0 : ( ( 'optional' ) ) ;
public final void rule__EnumAnnotationAttribute__OptionalAssignment_0_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6279:1: ( ( ( 'optional' ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6280:1: ( ( 'optional' ) )
+ // InternalETPhys.g:6278:1: ( ( ( 'optional' ) ) )
+ // InternalETPhys.g:6279:1: ( ( 'optional' ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6280:1: ( ( 'optional' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6281:1: ( 'optional' )
+ // InternalETPhys.g:6279:1: ( ( 'optional' ) )
+ // InternalETPhys.g:6280:1: ( 'optional' )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getEnumAnnotationAttributeAccess().getOptionalOptionalKeyword_0_0_0());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6282:1: ( 'optional' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6283:1: 'optional'
+ before(grammarAccess.getEnumAnnotationAttributeAccess().getOptionalOptionalKeyword_0_0_0());
+ // InternalETPhys.g:6281:1: ( 'optional' )
+ // InternalETPhys.g:6282:1: 'optional'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getEnumAnnotationAttributeAccess().getOptionalOptionalKeyword_0_0_0());
- }
- match(input,60,FOLLOW_60_in_rule__EnumAnnotationAttribute__OptionalAssignment_0_013074); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getEnumAnnotationAttributeAccess().getOptionalOptionalKeyword_0_0_0());
- }
+ before(grammarAccess.getEnumAnnotationAttributeAccess().getOptionalOptionalKeyword_0_0_0());
+ match(input,60,FOLLOW_2);
+ after(grammarAccess.getEnumAnnotationAttributeAccess().getOptionalOptionalKeyword_0_0_0());
}
- if ( state.backtracking==0 ) {
- after(grammarAccess.getEnumAnnotationAttributeAccess().getOptionalOptionalKeyword_0_0_0());
- }
+ after(grammarAccess.getEnumAnnotationAttributeAccess().getOptionalOptionalKeyword_0_0_0());
}
@@ -18057,25 +16924,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumAnnotationAttribute__NameAssignment_2"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6298:1: rule__EnumAnnotationAttribute__NameAssignment_2 : ( RULE_ID ) ;
+ // InternalETPhys.g:6297:1: rule__EnumAnnotationAttribute__NameAssignment_2 : ( RULE_ID ) ;
public final void rule__EnumAnnotationAttribute__NameAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6302:1: ( ( RULE_ID ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6303:1: ( RULE_ID )
+ // InternalETPhys.g:6301:1: ( ( RULE_ID ) )
+ // InternalETPhys.g:6302:1: ( RULE_ID )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6303:1: ( RULE_ID )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6304:1: RULE_ID
+ // InternalETPhys.g:6302:1: ( RULE_ID )
+ // InternalETPhys.g:6303:1: RULE_ID
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getEnumAnnotationAttributeAccess().getNameIDTerminalRuleCall_2_0());
- }
- match(input,RULE_ID,FOLLOW_RULE_ID_in_rule__EnumAnnotationAttribute__NameAssignment_213113); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getEnumAnnotationAttributeAccess().getNameIDTerminalRuleCall_2_0());
- }
+ before(grammarAccess.getEnumAnnotationAttributeAccess().getNameIDTerminalRuleCall_2_0());
+ match(input,RULE_ID,FOLLOW_2);
+ after(grammarAccess.getEnumAnnotationAttributeAccess().getNameIDTerminalRuleCall_2_0());
}
@@ -18098,25 +16961,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumAnnotationAttribute__ValuesAssignment_5"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6313:1: rule__EnumAnnotationAttribute__ValuesAssignment_5 : ( RULE_STRING ) ;
+ // InternalETPhys.g:6312:1: rule__EnumAnnotationAttribute__ValuesAssignment_5 : ( RULE_STRING ) ;
public final void rule__EnumAnnotationAttribute__ValuesAssignment_5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6317:1: ( ( RULE_STRING ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6318:1: ( RULE_STRING )
+ // InternalETPhys.g:6316:1: ( ( RULE_STRING ) )
+ // InternalETPhys.g:6317:1: ( RULE_STRING )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6318:1: ( RULE_STRING )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6319:1: RULE_STRING
+ // InternalETPhys.g:6317:1: ( RULE_STRING )
+ // InternalETPhys.g:6318:1: RULE_STRING
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getEnumAnnotationAttributeAccess().getValuesSTRINGTerminalRuleCall_5_0());
- }
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__EnumAnnotationAttribute__ValuesAssignment_513144); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getEnumAnnotationAttributeAccess().getValuesSTRINGTerminalRuleCall_5_0());
- }
+ before(grammarAccess.getEnumAnnotationAttributeAccess().getValuesSTRINGTerminalRuleCall_5_0());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getEnumAnnotationAttributeAccess().getValuesSTRINGTerminalRuleCall_5_0());
}
@@ -18139,25 +16998,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumAnnotationAttribute__ValuesAssignment_6_1"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6328:1: rule__EnumAnnotationAttribute__ValuesAssignment_6_1 : ( RULE_STRING ) ;
+ // InternalETPhys.g:6327:1: rule__EnumAnnotationAttribute__ValuesAssignment_6_1 : ( RULE_STRING ) ;
public final void rule__EnumAnnotationAttribute__ValuesAssignment_6_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6332:1: ( ( RULE_STRING ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6333:1: ( RULE_STRING )
+ // InternalETPhys.g:6331:1: ( ( RULE_STRING ) )
+ // InternalETPhys.g:6332:1: ( RULE_STRING )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6333:1: ( RULE_STRING )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6334:1: RULE_STRING
+ // InternalETPhys.g:6332:1: ( RULE_STRING )
+ // InternalETPhys.g:6333:1: RULE_STRING
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getEnumAnnotationAttributeAccess().getValuesSTRINGTerminalRuleCall_6_1_0());
- }
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__EnumAnnotationAttribute__ValuesAssignment_6_113175); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getEnumAnnotationAttributeAccess().getValuesSTRINGTerminalRuleCall_6_1_0());
- }
+ before(grammarAccess.getEnumAnnotationAttributeAccess().getValuesSTRINGTerminalRuleCall_6_1_0());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getEnumAnnotationAttributeAccess().getValuesSTRINGTerminalRuleCall_6_1_0());
}
@@ -18180,29 +17035,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Import__ImportedNamespaceAssignment_1_0_0"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6343:1: rule__Import__ImportedNamespaceAssignment_1_0_0 : ( ruleImportedFQN ) ;
+ // InternalETPhys.g:6342:1: rule__Import__ImportedNamespaceAssignment_1_0_0 : ( ruleImportedFQN ) ;
public final void rule__Import__ImportedNamespaceAssignment_1_0_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6347:1: ( ( ruleImportedFQN ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6348:1: ( ruleImportedFQN )
+ // InternalETPhys.g:6346:1: ( ( ruleImportedFQN ) )
+ // InternalETPhys.g:6347:1: ( ruleImportedFQN )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6348:1: ( ruleImportedFQN )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6349:1: ruleImportedFQN
+ // InternalETPhys.g:6347:1: ( ruleImportedFQN )
+ // InternalETPhys.g:6348:1: ruleImportedFQN
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getImportAccess().getImportedNamespaceImportedFQNParserRuleCall_1_0_0_0());
- }
- pushFollow(FOLLOW_ruleImportedFQN_in_rule__Import__ImportedNamespaceAssignment_1_0_013206);
+ before(grammarAccess.getImportAccess().getImportedNamespaceImportedFQNParserRuleCall_1_0_0_0());
+ pushFollow(FOLLOW_2);
ruleImportedFQN();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getImportAccess().getImportedNamespaceImportedFQNParserRuleCall_1_0_0_0());
- }
+
+ after(grammarAccess.getImportAccess().getImportedNamespaceImportedFQNParserRuleCall_1_0_0_0());
}
@@ -18225,25 +17076,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Import__ImportURIAssignment_2"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6358:1: rule__Import__ImportURIAssignment_2 : ( RULE_STRING ) ;
+ // InternalETPhys.g:6357:1: rule__Import__ImportURIAssignment_2 : ( RULE_STRING ) ;
public final void rule__Import__ImportURIAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6362:1: ( ( RULE_STRING ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6363:1: ( RULE_STRING )
+ // InternalETPhys.g:6361:1: ( ( RULE_STRING ) )
+ // InternalETPhys.g:6362:1: ( RULE_STRING )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6363:1: ( RULE_STRING )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6364:1: RULE_STRING
+ // InternalETPhys.g:6362:1: ( RULE_STRING )
+ // InternalETPhys.g:6363:1: RULE_STRING
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getImportAccess().getImportURISTRINGTerminalRuleCall_2_0());
- }
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__Import__ImportURIAssignment_213237); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getImportAccess().getImportURISTRINGTerminalRuleCall_2_0());
- }
+ before(grammarAccess.getImportAccess().getImportURISTRINGTerminalRuleCall_2_0());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getImportAccess().getImportURISTRINGTerminalRuleCall_2_0());
}
@@ -18266,25 +17113,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Documentation__LinesAssignment_2"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6373:1: rule__Documentation__LinesAssignment_2 : ( RULE_STRING ) ;
+ // InternalETPhys.g:6372:1: rule__Documentation__LinesAssignment_2 : ( RULE_STRING ) ;
public final void rule__Documentation__LinesAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6377:1: ( ( RULE_STRING ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6378:1: ( RULE_STRING )
+ // InternalETPhys.g:6376:1: ( ( RULE_STRING ) )
+ // InternalETPhys.g:6377:1: ( RULE_STRING )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6378:1: ( RULE_STRING )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6379:1: RULE_STRING
+ // InternalETPhys.g:6377:1: ( RULE_STRING )
+ // InternalETPhys.g:6378:1: RULE_STRING
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getDocumentationAccess().getLinesSTRINGTerminalRuleCall_2_0());
- }
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__Documentation__LinesAssignment_213268); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getDocumentationAccess().getLinesSTRINGTerminalRuleCall_2_0());
- }
+ before(grammarAccess.getDocumentationAccess().getLinesSTRINGTerminalRuleCall_2_0());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getDocumentationAccess().getLinesSTRINGTerminalRuleCall_2_0());
}
@@ -18307,37 +17150,29 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__BooleanLiteral__IsTrueAssignment_1_1"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6390:1: rule__BooleanLiteral__IsTrueAssignment_1_1 : ( ( 'true' ) ) ;
+ // InternalETPhys.g:6389:1: rule__BooleanLiteral__IsTrueAssignment_1_1 : ( ( 'true' ) ) ;
public final void rule__BooleanLiteral__IsTrueAssignment_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6394:1: ( ( ( 'true' ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6395:1: ( ( 'true' ) )
+ // InternalETPhys.g:6393:1: ( ( ( 'true' ) ) )
+ // InternalETPhys.g:6394:1: ( ( 'true' ) )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6395:1: ( ( 'true' ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6396:1: ( 'true' )
+ // InternalETPhys.g:6394:1: ( ( 'true' ) )
+ // InternalETPhys.g:6395:1: ( 'true' )
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getBooleanLiteralAccess().getIsTrueTrueKeyword_1_1_0());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6397:1: ( 'true' )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6398:1: 'true'
+ before(grammarAccess.getBooleanLiteralAccess().getIsTrueTrueKeyword_1_1_0());
+ // InternalETPhys.g:6396:1: ( 'true' )
+ // InternalETPhys.g:6397:1: 'true'
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getBooleanLiteralAccess().getIsTrueTrueKeyword_1_1_0());
- }
- match(input,61,FOLLOW_61_in_rule__BooleanLiteral__IsTrueAssignment_1_113306); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getBooleanLiteralAccess().getIsTrueTrueKeyword_1_1_0());
- }
+ before(grammarAccess.getBooleanLiteralAccess().getIsTrueTrueKeyword_1_1_0());
+ match(input,61,FOLLOW_2);
+ after(grammarAccess.getBooleanLiteralAccess().getIsTrueTrueKeyword_1_1_0());
}
- if ( state.backtracking==0 ) {
- after(grammarAccess.getBooleanLiteralAccess().getIsTrueTrueKeyword_1_1_0());
- }
+ after(grammarAccess.getBooleanLiteralAccess().getIsTrueTrueKeyword_1_1_0());
}
@@ -18360,29 +17195,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RealLiteral__ValueAssignment_1"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6413:1: rule__RealLiteral__ValueAssignment_1 : ( ruleReal ) ;
+ // InternalETPhys.g:6412:1: rule__RealLiteral__ValueAssignment_1 : ( ruleReal ) ;
public final void rule__RealLiteral__ValueAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6417:1: ( ( ruleReal ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6418:1: ( ruleReal )
+ // InternalETPhys.g:6416:1: ( ( ruleReal ) )
+ // InternalETPhys.g:6417:1: ( ruleReal )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6418:1: ( ruleReal )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6419:1: ruleReal
+ // InternalETPhys.g:6417:1: ( ruleReal )
+ // InternalETPhys.g:6418:1: ruleReal
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getRealLiteralAccess().getValueRealParserRuleCall_1_0());
- }
- pushFollow(FOLLOW_ruleReal_in_rule__RealLiteral__ValueAssignment_113345);
+ before(grammarAccess.getRealLiteralAccess().getValueRealParserRuleCall_1_0());
+ pushFollow(FOLLOW_2);
ruleReal();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getRealLiteralAccess().getValueRealParserRuleCall_1_0());
- }
+
+ after(grammarAccess.getRealLiteralAccess().getValueRealParserRuleCall_1_0());
}
@@ -18405,29 +17236,25 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__IntLiteral__ValueAssignment_1"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6428:1: rule__IntLiteral__ValueAssignment_1 : ( ruleInteger ) ;
+ // InternalETPhys.g:6427:1: rule__IntLiteral__ValueAssignment_1 : ( ruleInteger ) ;
public final void rule__IntLiteral__ValueAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6432:1: ( ( ruleInteger ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6433:1: ( ruleInteger )
+ // InternalETPhys.g:6431:1: ( ( ruleInteger ) )
+ // InternalETPhys.g:6432:1: ( ruleInteger )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6433:1: ( ruleInteger )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6434:1: ruleInteger
+ // InternalETPhys.g:6432:1: ( ruleInteger )
+ // InternalETPhys.g:6433:1: ruleInteger
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getIntLiteralAccess().getValueIntegerParserRuleCall_1_0());
- }
- pushFollow(FOLLOW_ruleInteger_in_rule__IntLiteral__ValueAssignment_113376);
+ before(grammarAccess.getIntLiteralAccess().getValueIntegerParserRuleCall_1_0());
+ pushFollow(FOLLOW_2);
ruleInteger();
state._fsp--;
- if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getIntLiteralAccess().getValueIntegerParserRuleCall_1_0());
- }
+
+ after(grammarAccess.getIntLiteralAccess().getValueIntegerParserRuleCall_1_0());
}
@@ -18450,25 +17277,21 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StringLiteral__ValueAssignment_1"
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6443:1: rule__StringLiteral__ValueAssignment_1 : ( RULE_STRING ) ;
+ // InternalETPhys.g:6442:1: rule__StringLiteral__ValueAssignment_1 : ( RULE_STRING ) ;
public final void rule__StringLiteral__ValueAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6447:1: ( ( RULE_STRING ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6448:1: ( RULE_STRING )
+ // InternalETPhys.g:6446:1: ( ( RULE_STRING ) )
+ // InternalETPhys.g:6447:1: ( RULE_STRING )
{
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6448:1: ( RULE_STRING )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:6449:1: RULE_STRING
+ // InternalETPhys.g:6447:1: ( RULE_STRING )
+ // InternalETPhys.g:6448:1: RULE_STRING
{
- if ( state.backtracking==0 ) {
- before(grammarAccess.getStringLiteralAccess().getValueSTRINGTerminalRuleCall_1_0());
- }
- match(input,RULE_STRING,FOLLOW_RULE_STRING_in_rule__StringLiteral__ValueAssignment_113407); if (state.failed) return ;
- if ( state.backtracking==0 ) {
- after(grammarAccess.getStringLiteralAccess().getValueSTRINGTerminalRuleCall_1_0());
- }
+ before(grammarAccess.getStringLiteralAccess().getValueSTRINGTerminalRuleCall_1_0());
+ match(input,RULE_STRING,FOLLOW_2);
+ after(grammarAccess.getStringLiteralAccess().getValueSTRINGTerminalRuleCall_1_0());
}
@@ -18489,1191 +17312,55 @@ public class InternalETPhysParser extends AbstractInternalContentAssistParser {
}
// $ANTLR end "rule__StringLiteral__ValueAssignment_1"
- // $ANTLR start synpred44_InternalETPhys
- public final void synpred44_InternalETPhys_fragment() throws RecognitionException {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5418:4: ( ({...}? => ( ( ( rule__NodeClass__Group_4_0__0 ) ) ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5418:4: ({...}? => ( ( ( rule__NodeClass__Group_4_0__0 ) ) ) )
- {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5418:4: ({...}? => ( ( ( rule__NodeClass__Group_4_0__0 ) ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5419:5: {...}? => ( ( ( rule__NodeClass__Group_4_0__0 ) ) )
- {
- if ( ! getUnorderedGroupHelper().canSelect(grammarAccess.getNodeClassAccess().getUnorderedGroup_4(), 0) ) {
- if (state.backtracking>0) {state.failed=true; return ;}
- throw new FailedPredicateException(input, "synpred44_InternalETPhys", "getUnorderedGroupHelper().canSelect(grammarAccess.getNodeClassAccess().getUnorderedGroup_4(), 0)");
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5419:106: ( ( ( rule__NodeClass__Group_4_0__0 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5420:6: ( ( rule__NodeClass__Group_4_0__0 ) )
- {
- getUnorderedGroupHelper().select(grammarAccess.getNodeClassAccess().getUnorderedGroup_4(), 0);
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5426:6: ( ( rule__NodeClass__Group_4_0__0 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5428:7: ( rule__NodeClass__Group_4_0__0 )
- {
- if ( state.backtracking==0 ) {
- before(grammarAccess.getNodeClassAccess().getGroup_4_0());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5429:7: ( rule__NodeClass__Group_4_0__0 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5429:8: rule__NodeClass__Group_4_0__0
- {
- pushFollow(FOLLOW_rule__NodeClass__Group_4_0__0_in_synpred44_InternalETPhys10885);
- rule__NodeClass__Group_4_0__0();
-
- state._fsp--;
- if (state.failed) return ;
-
- }
-
-
- }
-
-
- }
-
-
- }
-
-
- }
- }
- // $ANTLR end synpred44_InternalETPhys
-
- // $ANTLR start synpred45_InternalETPhys
- public final void synpred45_InternalETPhys_fragment() throws RecognitionException {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5435:4: ( ({...}? => ( ( ( rule__NodeClass__Group_4_1__0 ) ) ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5435:4: ({...}? => ( ( ( rule__NodeClass__Group_4_1__0 ) ) ) )
- {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5435:4: ({...}? => ( ( ( rule__NodeClass__Group_4_1__0 ) ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5436:5: {...}? => ( ( ( rule__NodeClass__Group_4_1__0 ) ) )
- {
- if ( ! getUnorderedGroupHelper().canSelect(grammarAccess.getNodeClassAccess().getUnorderedGroup_4(), 1) ) {
- if (state.backtracking>0) {state.failed=true; return ;}
- throw new FailedPredicateException(input, "synpred45_InternalETPhys", "getUnorderedGroupHelper().canSelect(grammarAccess.getNodeClassAccess().getUnorderedGroup_4(), 1)");
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5436:106: ( ( ( rule__NodeClass__Group_4_1__0 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5437:6: ( ( rule__NodeClass__Group_4_1__0 ) )
- {
- getUnorderedGroupHelper().select(grammarAccess.getNodeClassAccess().getUnorderedGroup_4(), 1);
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5443:6: ( ( rule__NodeClass__Group_4_1__0 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5445:7: ( rule__NodeClass__Group_4_1__0 )
- {
- if ( state.backtracking==0 ) {
- before(grammarAccess.getNodeClassAccess().getGroup_4_1());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5446:7: ( rule__NodeClass__Group_4_1__0 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5446:8: rule__NodeClass__Group_4_1__0
- {
- pushFollow(FOLLOW_rule__NodeClass__Group_4_1__0_in_synpred45_InternalETPhys10976);
- rule__NodeClass__Group_4_1__0();
-
- state._fsp--;
- if (state.failed) return ;
-
- }
-
-
- }
-
-
- }
-
-
- }
-
-
- }
- }
- // $ANTLR end synpred45_InternalETPhys
-
- // $ANTLR start synpred46_InternalETPhys
- public final void synpred46_InternalETPhys_fragment() throws RecognitionException {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5484:2: ( rule__NodeClass__UnorderedGroup_4__1 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5484:2: rule__NodeClass__UnorderedGroup_4__1
- {
- pushFollow(FOLLOW_rule__NodeClass__UnorderedGroup_4__1_in_synpred46_InternalETPhys11129);
- rule__NodeClass__UnorderedGroup_4__1();
-
- state._fsp--;
- if (state.failed) return ;
-
- }
- }
- // $ANTLR end synpred46_InternalETPhys
-
- // $ANTLR start synpred47_InternalETPhys
- public final void synpred47_InternalETPhys_fragment() throws RecognitionException {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5497:2: ( rule__NodeClass__UnorderedGroup_4__2 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5497:2: rule__NodeClass__UnorderedGroup_4__2
- {
- pushFollow(FOLLOW_rule__NodeClass__UnorderedGroup_4__2_in_synpred47_InternalETPhys11157);
- rule__NodeClass__UnorderedGroup_4__2();
-
- state._fsp--;
- if (state.failed) return ;
-
- }
- }
- // $ANTLR end synpred47_InternalETPhys
-
- // $ANTLR start synpred48_InternalETPhys
- public final void synpred48_InternalETPhys_fragment() throws RecognitionException {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5547:4: ( ({...}? => ( ( ( rule__PhysicalThread__Group_3_0__0 ) ) ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5547:4: ({...}? => ( ( ( rule__PhysicalThread__Group_3_0__0 ) ) ) )
- {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5547:4: ({...}? => ( ( ( rule__PhysicalThread__Group_3_0__0 ) ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5548:5: {...}? => ( ( ( rule__PhysicalThread__Group_3_0__0 ) ) )
- {
- if ( ! getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 0) ) {
- if (state.backtracking>0) {state.failed=true; return ;}
- throw new FailedPredicateException(input, "synpred48_InternalETPhys", "getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 0)");
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5548:111: ( ( ( rule__PhysicalThread__Group_3_0__0 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5549:6: ( ( rule__PhysicalThread__Group_3_0__0 ) )
- {
- getUnorderedGroupHelper().select(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 0);
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5555:6: ( ( rule__PhysicalThread__Group_3_0__0 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5557:7: ( rule__PhysicalThread__Group_3_0__0 )
- {
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalThreadAccess().getGroup_3_0());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5558:7: ( rule__PhysicalThread__Group_3_0__0 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5558:8: rule__PhysicalThread__Group_3_0__0
- {
- pushFollow(FOLLOW_rule__PhysicalThread__Group_3_0__0_in_synpred48_InternalETPhys11301);
- rule__PhysicalThread__Group_3_0__0();
-
- state._fsp--;
- if (state.failed) return ;
-
- }
-
-
- }
-
-
- }
-
-
- }
-
-
- }
- }
- // $ANTLR end synpred48_InternalETPhys
-
- // $ANTLR start synpred49_InternalETPhys
- public final void synpred49_InternalETPhys_fragment() throws RecognitionException {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5564:4: ( ({...}? => ( ( ( rule__PhysicalThread__Group_3_1__0 ) ) ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5564:4: ({...}? => ( ( ( rule__PhysicalThread__Group_3_1__0 ) ) ) )
- {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5564:4: ({...}? => ( ( ( rule__PhysicalThread__Group_3_1__0 ) ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5565:5: {...}? => ( ( ( rule__PhysicalThread__Group_3_1__0 ) ) )
- {
- if ( ! getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 1) ) {
- if (state.backtracking>0) {state.failed=true; return ;}
- throw new FailedPredicateException(input, "synpred49_InternalETPhys", "getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 1)");
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5565:111: ( ( ( rule__PhysicalThread__Group_3_1__0 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5566:6: ( ( rule__PhysicalThread__Group_3_1__0 ) )
- {
- getUnorderedGroupHelper().select(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 1);
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5572:6: ( ( rule__PhysicalThread__Group_3_1__0 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5574:7: ( rule__PhysicalThread__Group_3_1__0 )
- {
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalThreadAccess().getGroup_3_1());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5575:7: ( rule__PhysicalThread__Group_3_1__0 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5575:8: rule__PhysicalThread__Group_3_1__0
- {
- pushFollow(FOLLOW_rule__PhysicalThread__Group_3_1__0_in_synpred49_InternalETPhys11392);
- rule__PhysicalThread__Group_3_1__0();
-
- state._fsp--;
- if (state.failed) return ;
-
- }
-
-
- }
-
-
- }
-
-
- }
-
-
- }
- }
- // $ANTLR end synpred49_InternalETPhys
-
- // $ANTLR start synpred50_InternalETPhys
- public final void synpred50_InternalETPhys_fragment() throws RecognitionException {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5581:4: ( ({...}? => ( ( ( rule__PhysicalThread__Group_3_2__0 ) ) ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5581:4: ({...}? => ( ( ( rule__PhysicalThread__Group_3_2__0 ) ) ) )
- {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5581:4: ({...}? => ( ( ( rule__PhysicalThread__Group_3_2__0 ) ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5582:5: {...}? => ( ( ( rule__PhysicalThread__Group_3_2__0 ) ) )
- {
- if ( ! getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 2) ) {
- if (state.backtracking>0) {state.failed=true; return ;}
- throw new FailedPredicateException(input, "synpred50_InternalETPhys", "getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 2)");
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5582:111: ( ( ( rule__PhysicalThread__Group_3_2__0 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5583:6: ( ( rule__PhysicalThread__Group_3_2__0 ) )
- {
- getUnorderedGroupHelper().select(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 2);
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5589:6: ( ( rule__PhysicalThread__Group_3_2__0 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5591:7: ( rule__PhysicalThread__Group_3_2__0 )
- {
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalThreadAccess().getGroup_3_2());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5592:7: ( rule__PhysicalThread__Group_3_2__0 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5592:8: rule__PhysicalThread__Group_3_2__0
- {
- pushFollow(FOLLOW_rule__PhysicalThread__Group_3_2__0_in_synpred50_InternalETPhys11483);
- rule__PhysicalThread__Group_3_2__0();
-
- state._fsp--;
- if (state.failed) return ;
-
- }
-
-
- }
-
-
- }
-
-
- }
-
-
- }
- }
- // $ANTLR end synpred50_InternalETPhys
-
- // $ANTLR start synpred51_InternalETPhys
- public final void synpred51_InternalETPhys_fragment() throws RecognitionException {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5598:4: ( ({...}? => ( ( ( rule__PhysicalThread__Group_3_3__0 ) ) ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5598:4: ({...}? => ( ( ( rule__PhysicalThread__Group_3_3__0 ) ) ) )
- {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5598:4: ({...}? => ( ( ( rule__PhysicalThread__Group_3_3__0 ) ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5599:5: {...}? => ( ( ( rule__PhysicalThread__Group_3_3__0 ) ) )
- {
- if ( ! getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 3) ) {
- if (state.backtracking>0) {state.failed=true; return ;}
- throw new FailedPredicateException(input, "synpred51_InternalETPhys", "getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 3)");
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5599:111: ( ( ( rule__PhysicalThread__Group_3_3__0 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5600:6: ( ( rule__PhysicalThread__Group_3_3__0 ) )
- {
- getUnorderedGroupHelper().select(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 3);
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5606:6: ( ( rule__PhysicalThread__Group_3_3__0 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5608:7: ( rule__PhysicalThread__Group_3_3__0 )
- {
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalThreadAccess().getGroup_3_3());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5609:7: ( rule__PhysicalThread__Group_3_3__0 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5609:8: rule__PhysicalThread__Group_3_3__0
- {
- pushFollow(FOLLOW_rule__PhysicalThread__Group_3_3__0_in_synpred51_InternalETPhys11574);
- rule__PhysicalThread__Group_3_3__0();
-
- state._fsp--;
- if (state.failed) return ;
-
- }
-
-
- }
-
-
- }
-
-
- }
-
-
- }
- }
- // $ANTLR end synpred51_InternalETPhys
-
- // $ANTLR start synpred52_InternalETPhys
- public final void synpred52_InternalETPhys_fragment() throws RecognitionException {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5615:4: ( ({...}? => ( ( ( rule__PhysicalThread__Group_3_4__0 ) ) ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5615:4: ({...}? => ( ( ( rule__PhysicalThread__Group_3_4__0 ) ) ) )
- {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5615:4: ({...}? => ( ( ( rule__PhysicalThread__Group_3_4__0 ) ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5616:5: {...}? => ( ( ( rule__PhysicalThread__Group_3_4__0 ) ) )
- {
- if ( ! getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 4) ) {
- if (state.backtracking>0) {state.failed=true; return ;}
- throw new FailedPredicateException(input, "synpred52_InternalETPhys", "getUnorderedGroupHelper().canSelect(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 4)");
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5616:111: ( ( ( rule__PhysicalThread__Group_3_4__0 ) ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5617:6: ( ( rule__PhysicalThread__Group_3_4__0 ) )
- {
- getUnorderedGroupHelper().select(grammarAccess.getPhysicalThreadAccess().getUnorderedGroup_3(), 4);
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5623:6: ( ( rule__PhysicalThread__Group_3_4__0 ) )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5625:7: ( rule__PhysicalThread__Group_3_4__0 )
- {
- if ( state.backtracking==0 ) {
- before(grammarAccess.getPhysicalThreadAccess().getGroup_3_4());
- }
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5626:7: ( rule__PhysicalThread__Group_3_4__0 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5626:8: rule__PhysicalThread__Group_3_4__0
- {
- pushFollow(FOLLOW_rule__PhysicalThread__Group_3_4__0_in_synpred52_InternalETPhys11665);
- rule__PhysicalThread__Group_3_4__0();
-
- state._fsp--;
- if (state.failed) return ;
-
- }
-
-
- }
-
-
- }
-
-
- }
-
-
- }
- }
- // $ANTLR end synpred52_InternalETPhys
-
- // $ANTLR start synpred53_InternalETPhys
- public final void synpred53_InternalETPhys_fragment() throws RecognitionException {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5664:2: ( rule__PhysicalThread__UnorderedGroup_3__1 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5664:2: rule__PhysicalThread__UnorderedGroup_3__1
- {
- pushFollow(FOLLOW_rule__PhysicalThread__UnorderedGroup_3__1_in_synpred53_InternalETPhys11818);
- rule__PhysicalThread__UnorderedGroup_3__1();
-
- state._fsp--;
- if (state.failed) return ;
-
- }
- }
- // $ANTLR end synpred53_InternalETPhys
-
- // $ANTLR start synpred54_InternalETPhys
- public final void synpred54_InternalETPhys_fragment() throws RecognitionException {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5677:2: ( rule__PhysicalThread__UnorderedGroup_3__2 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5677:2: rule__PhysicalThread__UnorderedGroup_3__2
- {
- pushFollow(FOLLOW_rule__PhysicalThread__UnorderedGroup_3__2_in_synpred54_InternalETPhys11846);
- rule__PhysicalThread__UnorderedGroup_3__2();
-
- state._fsp--;
- if (state.failed) return ;
-
- }
- }
- // $ANTLR end synpred54_InternalETPhys
-
- // $ANTLR start synpred55_InternalETPhys
- public final void synpred55_InternalETPhys_fragment() throws RecognitionException {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5690:2: ( rule__PhysicalThread__UnorderedGroup_3__3 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5690:2: rule__PhysicalThread__UnorderedGroup_3__3
- {
- pushFollow(FOLLOW_rule__PhysicalThread__UnorderedGroup_3__3_in_synpred55_InternalETPhys11874);
- rule__PhysicalThread__UnorderedGroup_3__3();
-
- state._fsp--;
- if (state.failed) return ;
-
- }
- }
- // $ANTLR end synpred55_InternalETPhys
-
- // $ANTLR start synpred56_InternalETPhys
- public final void synpred56_InternalETPhys_fragment() throws RecognitionException {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5703:2: ( rule__PhysicalThread__UnorderedGroup_3__4 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5703:2: rule__PhysicalThread__UnorderedGroup_3__4
- {
- pushFollow(FOLLOW_rule__PhysicalThread__UnorderedGroup_3__4_in_synpred56_InternalETPhys11902);
- rule__PhysicalThread__UnorderedGroup_3__4();
-
- state._fsp--;
- if (state.failed) return ;
-
- }
- }
- // $ANTLR end synpred56_InternalETPhys
-
- // $ANTLR start synpred57_InternalETPhys
- public final void synpred57_InternalETPhys_fragment() throws RecognitionException {
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5716:2: ( rule__PhysicalThread__UnorderedGroup_3__5 )
- // ../org.eclipse.etrice.core.etphys.ui/src-gen/org/eclipse/etrice/core/etphys/ui/contentassist/antlr/internal/InternalETPhys.g:5716:2: rule__PhysicalThread__UnorderedGroup_3__5
- {
- pushFollow(FOLLOW_rule__PhysicalThread__UnorderedGroup_3__5_in_synpred57_InternalETPhys11930);
- rule__PhysicalThread__UnorderedGroup_3__5();
-
- state._fsp--;
- if (state.failed) return ;
-
- }
- }
- // $ANTLR end synpred57_InternalETPhys
-
// Delegated rules
- public final boolean synpred57_InternalETPhys() {
- state.backtracking++;
- int start = input.mark();
- try {
- synpred57_InternalETPhys_fragment(); // can never throw exception
- } catch (RecognitionException re) {
- System.err.println("impossible: "+re);
- }
- boolean success = !state.failed;
- input.rewind(start);
- state.backtracking--;
- state.failed=false;
- return success;
- }
- public final boolean synpred49_InternalETPhys() {
- state.backtracking++;
- int start = input.mark();
- try {
- synpred49_InternalETPhys_fragment(); // can never throw exception
- } catch (RecognitionException re) {
- System.err.println("impossible: "+re);
- }
- boolean success = !state.failed;
- input.rewind(start);
- state.backtracking--;
- state.failed=false;
- return success;
- }
- public final boolean synpred46_InternalETPhys() {
- state.backtracking++;
- int start = input.mark();
- try {
- synpred46_InternalETPhys_fragment(); // can never throw exception
- } catch (RecognitionException re) {
- System.err.println("impossible: "+re);
- }
- boolean success = !state.failed;
- input.rewind(start);
- state.backtracking--;
- state.failed=false;
- return success;
- }
- public final boolean synpred44_InternalETPhys() {
- state.backtracking++;
- int start = input.mark();
- try {
- synpred44_InternalETPhys_fragment(); // can never throw exception
- } catch (RecognitionException re) {
- System.err.println("impossible: "+re);
- }
- boolean success = !state.failed;
- input.rewind(start);
- state.backtracking--;
- state.failed=false;
- return success;
- }
- public final boolean synpred54_InternalETPhys() {
- state.backtracking++;
- int start = input.mark();
- try {
- synpred54_InternalETPhys_fragment(); // can never throw exception
- } catch (RecognitionException re) {
- System.err.println("impossible: "+re);
- }
- boolean success = !state.failed;
- input.rewind(start);
- state.backtracking--;
- state.failed=false;
- return success;
- }
- public final boolean synpred48_InternalETPhys() {
- state.backtracking++;
- int start = input.mark();
- try {
- synpred48_InternalETPhys_fragment(); // can never throw exception
- } catch (RecognitionException re) {
- System.err.println("impossible: "+re);
- }
- boolean success = !state.failed;
- input.rewind(start);
- state.backtracking--;
- state.failed=false;
- return success;
- }
- public final boolean synpred50_InternalETPhys() {
- state.backtracking++;
- int start = input.mark();
- try {
- synpred50_InternalETPhys_fragment(); // can never throw exception
- } catch (RecognitionException re) {
- System.err.println("impossible: "+re);
- }
- boolean success = !state.failed;
- input.rewind(start);
- state.backtracking--;
- state.failed=false;
- return success;
- }
- public final boolean synpred52_InternalETPhys() {
- state.backtracking++;
- int start = input.mark();
- try {
- synpred52_InternalETPhys_fragment(); // can never throw exception
- } catch (RecognitionException re) {
- System.err.println("impossible: "+re);
- }
- boolean success = !state.failed;
- input.rewind(start);
- state.backtracking--;
- state.failed=false;
- return success;
- }
- public final boolean synpred56_InternalETPhys() {
- state.backtracking++;
- int start = input.mark();
- try {
- synpred56_InternalETPhys_fragment(); // can never throw exception
- } catch (RecognitionException re) {
- System.err.println("impossible: "+re);
- }
- boolean success = !state.failed;
- input.rewind(start);
- state.backtracking--;
- state.failed=false;
- return success;
- }
- public final boolean synpred45_InternalETPhys() {
- state.backtracking++;
- int start = input.mark();
- try {
- synpred45_InternalETPhys_fragment(); // can never throw exception
- } catch (RecognitionException re) {
- System.err.println("impossible: "+re);
- }
- boolean success = !state.failed;
- input.rewind(start);
- state.backtracking--;
- state.failed=false;
- return success;
- }
- public final boolean synpred47_InternalETPhys() {
- state.backtracking++;
- int start = input.mark();
- try {
- synpred47_InternalETPhys_fragment(); // can never throw exception
- } catch (RecognitionException re) {
- System.err.println("impossible: "+re);
- }
- boolean success = !state.failed;
- input.rewind(start);
- state.backtracking--;
- state.failed=false;
- return success;
- }
- public final boolean synpred55_InternalETPhys() {
- state.backtracking++;
- int start = input.mark();
- try {
- synpred55_InternalETPhys_fragment(); // can never throw exception
- } catch (RecognitionException re) {
- System.err.println("impossible: "+re);
- }
- boolean success = !state.failed;
- input.rewind(start);
- state.backtracking--;
- state.failed=false;
- return success;
- }
- public final boolean synpred53_InternalETPhys() {
- state.backtracking++;
- int start = input.mark();
- try {
- synpred53_InternalETPhys_fragment(); // can never throw exception
- } catch (RecognitionException re) {
- System.err.println("impossible: "+re);
- }
- boolean success = !state.failed;
- input.rewind(start);
- state.backtracking--;
- state.failed=false;
- return success;
- }
- public final boolean synpred51_InternalETPhys() {
- state.backtracking++;
- int start = input.mark();
- try {
- synpred51_InternalETPhys_fragment(); // can never throw exception
- } catch (RecognitionException re) {
- System.err.println("impossible: "+re);
- }
- boolean success = !state.failed;
- input.rewind(start);
- state.backtracking--;
- state.failed=false;
- return success;
- }
-
- public static final BitSet FOLLOW_rulePhysicalModel_in_entryRulePhysicalModel67 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRulePhysicalModel74 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalModel__Group__0_in_rulePhysicalModel100 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rulePhysicalSystem_in_entryRulePhysicalSystem127 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRulePhysicalSystem134 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalSystem__Group__0_in_rulePhysicalSystem160 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleNodeRef_in_entryRuleNodeRef187 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleNodeRef194 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__NodeRef__Group__0_in_ruleNodeRef220 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleNodeClass_in_entryRuleNodeClass247 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleNodeClass254 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__NodeClass__Group__0_in_ruleNodeClass280 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rulePhysicalThread_in_entryRulePhysicalThread307 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRulePhysicalThread314 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__Group__0_in_rulePhysicalThread340 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleRuntimeClass_in_entryRuleRuntimeClass367 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleRuntimeClass374 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RuntimeClass__Group__0_in_ruleRuntimeClass400 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleKeyValue_in_entryRuleKeyValue429 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleKeyValue436 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__KeyValue__Group__0_in_ruleKeyValue462 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleAnnotationTargetType_in_entryRuleAnnotationTargetType491 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleAnnotationTargetType498 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_ID_in_ruleAnnotationTargetType524 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleAnnotationAttribute_in_entryRuleAnnotationAttribute550 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleAnnotationAttribute557 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__AnnotationAttribute__Alternatives_in_ruleAnnotationAttribute583 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleSimpleAnnotationAttribute_in_entryRuleSimpleAnnotationAttribute610 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleSimpleAnnotationAttribute617 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__SimpleAnnotationAttribute__Group__0_in_ruleSimpleAnnotationAttribute643 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleEnumAnnotationAttribute_in_entryRuleEnumAnnotationAttribute670 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleEnumAnnotationAttribute677 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__EnumAnnotationAttribute__Group__0_in_ruleEnumAnnotationAttribute703 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleImport_in_entryRuleImport730 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleImport737 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Import__Group__0_in_ruleImport763 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleImportedFQN_in_entryRuleImportedFQN790 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleImportedFQN797 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ImportedFQN__Group__0_in_ruleImportedFQN823 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleDocumentation_in_entryRuleDocumentation850 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleDocumentation857 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Documentation__Group__0_in_ruleDocumentation883 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleTIME_in_entryRuleTIME910 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleTIME917 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__TIME__Alternatives_in_ruleTIME943 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleLiteral_in_entryRuleLiteral972 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleLiteral979 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Literal__Alternatives_in_ruleLiteral1005 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleBooleanLiteral_in_entryRuleBooleanLiteral1032 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleBooleanLiteral1039 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__BooleanLiteral__Group__0_in_ruleBooleanLiteral1065 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleNumberLiteral_in_entryRuleNumberLiteral1092 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleNumberLiteral1099 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__NumberLiteral__Alternatives_in_ruleNumberLiteral1125 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleRealLiteral_in_entryRuleRealLiteral1152 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleRealLiteral1159 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RealLiteral__Group__0_in_ruleRealLiteral1185 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleIntLiteral_in_entryRuleIntLiteral1212 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleIntLiteral1219 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__IntLiteral__Group__0_in_ruleIntLiteral1245 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleStringLiteral_in_entryRuleStringLiteral1272 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleStringLiteral1279 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__StringLiteral__Group__0_in_ruleStringLiteral1305 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleInteger_in_entryRuleInteger1332 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleInteger1339 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Integer__Alternatives_in_ruleInteger1365 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleReal_in_entryRuleReal1392 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleReal1399 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Real__Alternatives_in_ruleReal1425 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleDecimal_in_entryRuleDecimal1457 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleDecimal1464 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Decimal__Group__0_in_ruleDecimal1494 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleDecimalExp_in_entryRuleDecimalExp1526 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleDecimalExp1533 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__DecimalExp__Group__0_in_ruleDecimalExp1563 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleFQN_in_entryRuleFQN1590 = new BitSet(new long[]{0x0000000000000000L});
- public static final BitSet FOLLOW_EOF_in_entryRuleFQN1597 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__FQN__Group__0_in_ruleFQN1623 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ExecMode__Alternatives_in_ruleExecMode1660 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ThreadModel__Alternatives_in_ruleThreadModel1696 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__LiteralType__Alternatives_in_ruleLiteralType1732 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalModel__SystemsAssignment_4_0_in_rule__PhysicalModel__Alternatives_41767 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalModel__NodeClassesAssignment_4_1_in_rule__PhysicalModel__Alternatives_41785 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalModel__RuntimeClassesAssignment_4_2_in_rule__PhysicalModel__Alternatives_41803 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__DefaultAssignment_0_0_in_rule__PhysicalThread__Alternatives_01836 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_12_in_rule__PhysicalThread__Alternatives_01855 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleSimpleAnnotationAttribute_in_rule__AnnotationAttribute__Alternatives1890 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleEnumAnnotationAttribute_in_rule__AnnotationAttribute__Alternatives1907 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__SimpleAnnotationAttribute__OptionalAssignment_0_0_in_rule__SimpleAnnotationAttribute__Alternatives_01939 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_13_in_rule__SimpleAnnotationAttribute__Alternatives_01958 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__EnumAnnotationAttribute__OptionalAssignment_0_0_in_rule__EnumAnnotationAttribute__Alternatives_01992 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_13_in_rule__EnumAnnotationAttribute__Alternatives_02011 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Import__Group_1_0__0_in_rule__Import__Alternatives_12045 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_14_in_rule__Import__Alternatives_12064 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__TIME__Group_0__0_in_rule__TIME__Alternatives2098 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__TIME__Group_1__0_in_rule__TIME__Alternatives2116 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__TIME__Group_2__0_in_rule__TIME__Alternatives2134 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__TIME__Group_3__0_in_rule__TIME__Alternatives2152 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleBooleanLiteral_in_rule__Literal__Alternatives2185 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleNumberLiteral_in_rule__Literal__Alternatives2202 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleStringLiteral_in_rule__Literal__Alternatives2219 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_15_in_rule__BooleanLiteral__Alternatives_12252 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__BooleanLiteral__IsTrueAssignment_1_1_in_rule__BooleanLiteral__Alternatives_12271 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleIntLiteral_in_rule__NumberLiteral__Alternatives2304 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleRealLiteral_in_rule__NumberLiteral__Alternatives2321 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Integer__Group_0__0_in_rule__Integer__Alternatives2353 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_HEX_in_rule__Integer__Alternatives2371 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_16_in_rule__Integer__Alternatives_0_02404 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_17_in_rule__Integer__Alternatives_0_02424 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleDecimal_in_rule__Real__Alternatives2458 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleDecimalExp_in_rule__Real__Alternatives2475 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_16_in_rule__Decimal__Alternatives_02508 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_17_in_rule__Decimal__Alternatives_02528 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_16_in_rule__DecimalExp__Alternatives_02563 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_17_in_rule__DecimalExp__Alternatives_02583 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_18_in_rule__DecimalExp__Alternatives_42618 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_19_in_rule__DecimalExp__Alternatives_42638 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_16_in_rule__DecimalExp__Alternatives_52673 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_17_in_rule__DecimalExp__Alternatives_52693 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_20_in_rule__ExecMode__Alternatives2728 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_21_in_rule__ExecMode__Alternatives2749 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_22_in_rule__ExecMode__Alternatives2770 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_23_in_rule__ThreadModel__Alternatives2806 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_24_in_rule__ThreadModel__Alternatives2827 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_25_in_rule__LiteralType__Alternatives2863 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_26_in_rule__LiteralType__Alternatives2884 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_27_in_rule__LiteralType__Alternatives2905 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_28_in_rule__LiteralType__Alternatives2926 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalModel__Group__0__Impl_in_rule__PhysicalModel__Group__02959 = new BitSet(new long[]{0x0000000000000010L});
- public static final BitSet FOLLOW_rule__PhysicalModel__Group__1_in_rule__PhysicalModel__Group__02962 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_29_in_rule__PhysicalModel__Group__0__Impl2990 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalModel__Group__1__Impl_in_rule__PhysicalModel__Group__13021 = new BitSet(new long[]{0x0000000040000000L});
- public static final BitSet FOLLOW_rule__PhysicalModel__Group__2_in_rule__PhysicalModel__Group__13024 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalModel__NameAssignment_1_in_rule__PhysicalModel__Group__1__Impl3051 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalModel__Group__2__Impl_in_rule__PhysicalModel__Group__23081 = new BitSet(new long[]{0x0002400980000000L});
- public static final BitSet FOLLOW_rule__PhysicalModel__Group__3_in_rule__PhysicalModel__Group__23084 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_30_in_rule__PhysicalModel__Group__2__Impl3112 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalModel__Group__3__Impl_in_rule__PhysicalModel__Group__33143 = new BitSet(new long[]{0x0002400980000000L});
- public static final BitSet FOLLOW_rule__PhysicalModel__Group__4_in_rule__PhysicalModel__Group__33146 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalModel__ImportsAssignment_3_in_rule__PhysicalModel__Group__3__Impl3173 = new BitSet(new long[]{0x0002000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalModel__Group__4__Impl_in_rule__PhysicalModel__Group__43204 = new BitSet(new long[]{0x0002400980000000L});
- public static final BitSet FOLLOW_rule__PhysicalModel__Group__5_in_rule__PhysicalModel__Group__43207 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalModel__Alternatives_4_in_rule__PhysicalModel__Group__4__Impl3234 = new BitSet(new long[]{0x0000400900000002L});
- public static final BitSet FOLLOW_rule__PhysicalModel__Group__5__Impl_in_rule__PhysicalModel__Group__53265 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_31_in_rule__PhysicalModel__Group__5__Impl3293 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalSystem__Group__0__Impl_in_rule__PhysicalSystem__Group__03336 = new BitSet(new long[]{0x0000000000000010L});
- public static final BitSet FOLLOW_rule__PhysicalSystem__Group__1_in_rule__PhysicalSystem__Group__03339 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_32_in_rule__PhysicalSystem__Group__0__Impl3367 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalSystem__Group__1__Impl_in_rule__PhysicalSystem__Group__13398 = new BitSet(new long[]{0x0010000040000000L});
- public static final BitSet FOLLOW_rule__PhysicalSystem__Group__2_in_rule__PhysicalSystem__Group__13401 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalSystem__NameAssignment_1_in_rule__PhysicalSystem__Group__1__Impl3428 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalSystem__Group__2__Impl_in_rule__PhysicalSystem__Group__23458 = new BitSet(new long[]{0x0010000040000000L});
- public static final BitSet FOLLOW_rule__PhysicalSystem__Group__3_in_rule__PhysicalSystem__Group__23461 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalSystem__DocuAssignment_2_in_rule__PhysicalSystem__Group__2__Impl3488 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalSystem__Group__3__Impl_in_rule__PhysicalSystem__Group__33519 = new BitSet(new long[]{0x0000000280000000L});
- public static final BitSet FOLLOW_rule__PhysicalSystem__Group__4_in_rule__PhysicalSystem__Group__33522 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_30_in_rule__PhysicalSystem__Group__3__Impl3550 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalSystem__Group__4__Impl_in_rule__PhysicalSystem__Group__43581 = new BitSet(new long[]{0x0000000280000000L});
- public static final BitSet FOLLOW_rule__PhysicalSystem__Group__5_in_rule__PhysicalSystem__Group__43584 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalSystem__NodeRefsAssignment_4_in_rule__PhysicalSystem__Group__4__Impl3611 = new BitSet(new long[]{0x0000000200000002L});
- public static final BitSet FOLLOW_rule__PhysicalSystem__Group__5__Impl_in_rule__PhysicalSystem__Group__53642 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_31_in_rule__PhysicalSystem__Group__5__Impl3670 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__NodeRef__Group__0__Impl_in_rule__NodeRef__Group__03713 = new BitSet(new long[]{0x0000000000000010L});
- public static final BitSet FOLLOW_rule__NodeRef__Group__1_in_rule__NodeRef__Group__03716 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_33_in_rule__NodeRef__Group__0__Impl3744 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__NodeRef__Group__1__Impl_in_rule__NodeRef__Group__13775 = new BitSet(new long[]{0x0000000400000000L});
- public static final BitSet FOLLOW_rule__NodeRef__Group__2_in_rule__NodeRef__Group__13778 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__NodeRef__NameAssignment_1_in_rule__NodeRef__Group__1__Impl3805 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__NodeRef__Group__2__Impl_in_rule__NodeRef__Group__23835 = new BitSet(new long[]{0x0000000000000010L});
- public static final BitSet FOLLOW_rule__NodeRef__Group__3_in_rule__NodeRef__Group__23838 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_34_in_rule__NodeRef__Group__2__Impl3866 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__NodeRef__Group__3__Impl_in_rule__NodeRef__Group__33897 = new BitSet(new long[]{0x0010000000000000L});
- public static final BitSet FOLLOW_rule__NodeRef__Group__4_in_rule__NodeRef__Group__33900 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__NodeRef__TypeAssignment_3_in_rule__NodeRef__Group__3__Impl3927 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__NodeRef__Group__4__Impl_in_rule__NodeRef__Group__43957 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__NodeRef__DocuAssignment_4_in_rule__NodeRef__Group__4__Impl3984 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__NodeClass__Group__0__Impl_in_rule__NodeClass__Group__04025 = new BitSet(new long[]{0x0000000000000010L});
- public static final BitSet FOLLOW_rule__NodeClass__Group__1_in_rule__NodeClass__Group__04028 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_35_in_rule__NodeClass__Group__0__Impl4056 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__NodeClass__Group__1__Impl_in_rule__NodeClass__Group__14087 = new BitSet(new long[]{0x0010000040000000L});
- public static final BitSet FOLLOW_rule__NodeClass__Group__2_in_rule__NodeClass__Group__14090 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__NodeClass__NameAssignment_1_in_rule__NodeClass__Group__1__Impl4117 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__NodeClass__Group__2__Impl_in_rule__NodeClass__Group__24147 = new BitSet(new long[]{0x0010000040000000L});
- public static final BitSet FOLLOW_rule__NodeClass__Group__3_in_rule__NodeClass__Group__24150 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__NodeClass__DocuAssignment_2_in_rule__NodeClass__Group__2__Impl4177 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__NodeClass__Group__3__Impl_in_rule__NodeClass__Group__34208 = new BitSet(new long[]{0x000000D000000000L});
- public static final BitSet FOLLOW_rule__NodeClass__Group__4_in_rule__NodeClass__Group__34211 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_30_in_rule__NodeClass__Group__3__Impl4239 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__NodeClass__Group__4__Impl_in_rule__NodeClass__Group__44270 = new BitSet(new long[]{0x0800000080001000L});
- public static final BitSet FOLLOW_rule__NodeClass__Group__5_in_rule__NodeClass__Group__44273 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__NodeClass__UnorderedGroup_4_in_rule__NodeClass__Group__4__Impl4300 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__NodeClass__Group__5__Impl_in_rule__NodeClass__Group__54330 = new BitSet(new long[]{0x0800000080001000L});
- public static final BitSet FOLLOW_rule__NodeClass__Group__6_in_rule__NodeClass__Group__54333 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__NodeClass__ThreadsAssignment_5_in_rule__NodeClass__Group__5__Impl4360 = new BitSet(new long[]{0x0800000000001002L});
- public static final BitSet FOLLOW_rule__NodeClass__Group__6__Impl_in_rule__NodeClass__Group__64391 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_31_in_rule__NodeClass__Group__6__Impl4419 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__NodeClass__Group_4_0__0__Impl_in_rule__NodeClass__Group_4_0__04464 = new BitSet(new long[]{0x0000002000000000L});
- public static final BitSet FOLLOW_rule__NodeClass__Group_4_0__1_in_rule__NodeClass__Group_4_0__04467 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_36_in_rule__NodeClass__Group_4_0__0__Impl4495 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__NodeClass__Group_4_0__1__Impl_in_rule__NodeClass__Group_4_0__14526 = new BitSet(new long[]{0x0000000000000010L});
- public static final BitSet FOLLOW_rule__NodeClass__Group_4_0__2_in_rule__NodeClass__Group_4_0__14529 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_37_in_rule__NodeClass__Group_4_0__1__Impl4557 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__NodeClass__Group_4_0__2__Impl_in_rule__NodeClass__Group_4_0__24588 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__NodeClass__RuntimeAssignment_4_0_2_in_rule__NodeClass__Group_4_0__2__Impl4615 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__NodeClass__Group_4_1__0__Impl_in_rule__NodeClass__Group_4_1__04651 = new BitSet(new long[]{0x0000002000000000L});
- public static final BitSet FOLLOW_rule__NodeClass__Group_4_1__1_in_rule__NodeClass__Group_4_1__04654 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_38_in_rule__NodeClass__Group_4_1__0__Impl4682 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__NodeClass__Group_4_1__1__Impl_in_rule__NodeClass__Group_4_1__14713 = new BitSet(new long[]{0x0000000000030060L});
- public static final BitSet FOLLOW_rule__NodeClass__Group_4_1__2_in_rule__NodeClass__Group_4_1__14716 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_37_in_rule__NodeClass__Group_4_1__1__Impl4744 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__NodeClass__Group_4_1__2__Impl_in_rule__NodeClass__Group_4_1__24775 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__NodeClass__PriominAssignment_4_1_2_in_rule__NodeClass__Group_4_1__2__Impl4802 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__NodeClass__Group_4_2__0__Impl_in_rule__NodeClass__Group_4_2__04838 = new BitSet(new long[]{0x0000002000000000L});
- public static final BitSet FOLLOW_rule__NodeClass__Group_4_2__1_in_rule__NodeClass__Group_4_2__04841 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_39_in_rule__NodeClass__Group_4_2__0__Impl4869 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__NodeClass__Group_4_2__1__Impl_in_rule__NodeClass__Group_4_2__14900 = new BitSet(new long[]{0x0000000000030060L});
- public static final BitSet FOLLOW_rule__NodeClass__Group_4_2__2_in_rule__NodeClass__Group_4_2__14903 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_37_in_rule__NodeClass__Group_4_2__1__Impl4931 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__NodeClass__Group_4_2__2__Impl_in_rule__NodeClass__Group_4_2__24962 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__NodeClass__PriomaxAssignment_4_2_2_in_rule__NodeClass__Group_4_2__2__Impl4989 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__Group__0__Impl_in_rule__PhysicalThread__Group__05025 = new BitSet(new long[]{0x0000000000000010L});
- public static final BitSet FOLLOW_rule__PhysicalThread__Group__1_in_rule__PhysicalThread__Group__05028 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__Alternatives_0_in_rule__PhysicalThread__Group__0__Impl5055 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__Group__1__Impl_in_rule__PhysicalThread__Group__15085 = new BitSet(new long[]{0x0000000040000000L});
- public static final BitSet FOLLOW_rule__PhysicalThread__Group__2_in_rule__PhysicalThread__Group__15088 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__NameAssignment_1_in_rule__PhysicalThread__Group__1__Impl5115 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__Group__2__Impl_in_rule__PhysicalThread__Group__25145 = new BitSet(new long[]{0x00003F0000000000L});
- public static final BitSet FOLLOW_rule__PhysicalThread__Group__3_in_rule__PhysicalThread__Group__25148 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_30_in_rule__PhysicalThread__Group__2__Impl5176 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__Group__3__Impl_in_rule__PhysicalThread__Group__35207 = new BitSet(new long[]{0x0000000080000000L});
- public static final BitSet FOLLOW_rule__PhysicalThread__Group__4_in_rule__PhysicalThread__Group__35210 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__UnorderedGroup_3_in_rule__PhysicalThread__Group__3__Impl5237 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__Group__4__Impl_in_rule__PhysicalThread__Group__45267 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_31_in_rule__PhysicalThread__Group__4__Impl5295 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__Group_3_0__0__Impl_in_rule__PhysicalThread__Group_3_0__05336 = new BitSet(new long[]{0x0000002000000000L});
- public static final BitSet FOLLOW_rule__PhysicalThread__Group_3_0__1_in_rule__PhysicalThread__Group_3_0__05339 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_40_in_rule__PhysicalThread__Group_3_0__0__Impl5367 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__Group_3_0__1__Impl_in_rule__PhysicalThread__Group_3_0__15398 = new BitSet(new long[]{0x0000000000700000L});
- public static final BitSet FOLLOW_rule__PhysicalThread__Group_3_0__2_in_rule__PhysicalThread__Group_3_0__15401 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_37_in_rule__PhysicalThread__Group_3_0__1__Impl5429 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__Group_3_0__2__Impl_in_rule__PhysicalThread__Group_3_0__25460 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__ExecmodeAssignment_3_0_2_in_rule__PhysicalThread__Group_3_0__2__Impl5487 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__Group_3_1__0__Impl_in_rule__PhysicalThread__Group_3_1__05523 = new BitSet(new long[]{0x0000002000000000L});
- public static final BitSet FOLLOW_rule__PhysicalThread__Group_3_1__1_in_rule__PhysicalThread__Group_3_1__05526 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_41_in_rule__PhysicalThread__Group_3_1__0__Impl5554 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__Group_3_1__1__Impl_in_rule__PhysicalThread__Group_3_1__15585 = new BitSet(new long[]{0x0000000000000040L});
- public static final BitSet FOLLOW_rule__PhysicalThread__Group_3_1__2_in_rule__PhysicalThread__Group_3_1__15588 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_37_in_rule__PhysicalThread__Group_3_1__1__Impl5616 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__Group_3_1__2__Impl_in_rule__PhysicalThread__Group_3_1__25647 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__TimeAssignment_3_1_2_in_rule__PhysicalThread__Group_3_1__2__Impl5674 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__Group_3_2__0__Impl_in_rule__PhysicalThread__Group_3_2__05710 = new BitSet(new long[]{0x0000002000000000L});
- public static final BitSet FOLLOW_rule__PhysicalThread__Group_3_2__1_in_rule__PhysicalThread__Group_3_2__05713 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_42_in_rule__PhysicalThread__Group_3_2__0__Impl5741 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__Group_3_2__1__Impl_in_rule__PhysicalThread__Group_3_2__15772 = new BitSet(new long[]{0x0000000000030060L});
- public static final BitSet FOLLOW_rule__PhysicalThread__Group_3_2__2_in_rule__PhysicalThread__Group_3_2__15775 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_37_in_rule__PhysicalThread__Group_3_2__1__Impl5803 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__Group_3_2__2__Impl_in_rule__PhysicalThread__Group_3_2__25834 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__PrioAssignment_3_2_2_in_rule__PhysicalThread__Group_3_2__2__Impl5861 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__Group_3_3__0__Impl_in_rule__PhysicalThread__Group_3_3__05897 = new BitSet(new long[]{0x0000002000000000L});
- public static final BitSet FOLLOW_rule__PhysicalThread__Group_3_3__1_in_rule__PhysicalThread__Group_3_3__05900 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_43_in_rule__PhysicalThread__Group_3_3__0__Impl5928 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__Group_3_3__1__Impl_in_rule__PhysicalThread__Group_3_3__15959 = new BitSet(new long[]{0x0000000000000040L});
- public static final BitSet FOLLOW_rule__PhysicalThread__Group_3_3__2_in_rule__PhysicalThread__Group_3_3__15962 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_37_in_rule__PhysicalThread__Group_3_3__1__Impl5990 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__Group_3_3__2__Impl_in_rule__PhysicalThread__Group_3_3__26021 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__StacksizeAssignment_3_3_2_in_rule__PhysicalThread__Group_3_3__2__Impl6048 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__Group_3_4__0__Impl_in_rule__PhysicalThread__Group_3_4__06084 = new BitSet(new long[]{0x0000002000000000L});
- public static final BitSet FOLLOW_rule__PhysicalThread__Group_3_4__1_in_rule__PhysicalThread__Group_3_4__06087 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_44_in_rule__PhysicalThread__Group_3_4__0__Impl6115 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__Group_3_4__1__Impl_in_rule__PhysicalThread__Group_3_4__16146 = new BitSet(new long[]{0x0000000000000040L});
- public static final BitSet FOLLOW_rule__PhysicalThread__Group_3_4__2_in_rule__PhysicalThread__Group_3_4__16149 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_37_in_rule__PhysicalThread__Group_3_4__1__Impl6177 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__Group_3_4__2__Impl_in_rule__PhysicalThread__Group_3_4__26208 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__MsgblocksizeAssignment_3_4_2_in_rule__PhysicalThread__Group_3_4__2__Impl6235 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__Group_3_5__0__Impl_in_rule__PhysicalThread__Group_3_5__06271 = new BitSet(new long[]{0x0000002000000000L});
- public static final BitSet FOLLOW_rule__PhysicalThread__Group_3_5__1_in_rule__PhysicalThread__Group_3_5__06274 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_45_in_rule__PhysicalThread__Group_3_5__0__Impl6302 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__Group_3_5__1__Impl_in_rule__PhysicalThread__Group_3_5__16333 = new BitSet(new long[]{0x0000000000000040L});
- public static final BitSet FOLLOW_rule__PhysicalThread__Group_3_5__2_in_rule__PhysicalThread__Group_3_5__16336 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_37_in_rule__PhysicalThread__Group_3_5__1__Impl6364 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__Group_3_5__2__Impl_in_rule__PhysicalThread__Group_3_5__26395 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__MsgpoolsizeAssignment_3_5_2_in_rule__PhysicalThread__Group_3_5__2__Impl6422 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RuntimeClass__Group__0__Impl_in_rule__RuntimeClass__Group__06458 = new BitSet(new long[]{0x0000000000000010L});
- public static final BitSet FOLLOW_rule__RuntimeClass__Group__1_in_rule__RuntimeClass__Group__06461 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_46_in_rule__RuntimeClass__Group__0__Impl6489 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RuntimeClass__Group__1__Impl_in_rule__RuntimeClass__Group__16520 = new BitSet(new long[]{0x0010000040000000L});
- public static final BitSet FOLLOW_rule__RuntimeClass__Group__2_in_rule__RuntimeClass__Group__16523 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RuntimeClass__NameAssignment_1_in_rule__RuntimeClass__Group__1__Impl6550 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RuntimeClass__Group__2__Impl_in_rule__RuntimeClass__Group__26580 = new BitSet(new long[]{0x0010000040000000L});
- public static final BitSet FOLLOW_rule__RuntimeClass__Group__3_in_rule__RuntimeClass__Group__26583 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RuntimeClass__DocuAssignment_2_in_rule__RuntimeClass__Group__2__Impl6610 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RuntimeClass__Group__3__Impl_in_rule__RuntimeClass__Group__36641 = new BitSet(new long[]{0x0000000000004000L});
- public static final BitSet FOLLOW_rule__RuntimeClass__Group__4_in_rule__RuntimeClass__Group__36644 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_30_in_rule__RuntimeClass__Group__3__Impl6672 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RuntimeClass__Group__4__Impl_in_rule__RuntimeClass__Group__46703 = new BitSet(new long[]{0x0000002000000000L});
- public static final BitSet FOLLOW_rule__RuntimeClass__Group__5_in_rule__RuntimeClass__Group__46706 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_14_in_rule__RuntimeClass__Group__4__Impl6734 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RuntimeClass__Group__5__Impl_in_rule__RuntimeClass__Group__56765 = new BitSet(new long[]{0x0000000001800000L});
- public static final BitSet FOLLOW_rule__RuntimeClass__Group__6_in_rule__RuntimeClass__Group__56768 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_37_in_rule__RuntimeClass__Group__5__Impl6796 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RuntimeClass__Group__6__Impl_in_rule__RuntimeClass__Group__66827 = new BitSet(new long[]{0x0000000080000000L});
- public static final BitSet FOLLOW_rule__RuntimeClass__Group__7_in_rule__RuntimeClass__Group__66830 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RuntimeClass__ThreadModelAssignment_6_in_rule__RuntimeClass__Group__6__Impl6857 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RuntimeClass__Group__7__Impl_in_rule__RuntimeClass__Group__76887 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_31_in_rule__RuntimeClass__Group__7__Impl6915 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__KeyValue__Group__0__Impl_in_rule__KeyValue__Group__06965 = new BitSet(new long[]{0x0000002000000000L});
- public static final BitSet FOLLOW_rule__KeyValue__Group__1_in_rule__KeyValue__Group__06968 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__KeyValue__KeyAssignment_0_in_rule__KeyValue__Group__0__Impl6995 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__KeyValue__Group__1__Impl_in_rule__KeyValue__Group__17025 = new BitSet(new long[]{0x20000000000380E0L});
- public static final BitSet FOLLOW_rule__KeyValue__Group__2_in_rule__KeyValue__Group__17028 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_37_in_rule__KeyValue__Group__1__Impl7056 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__KeyValue__Group__2__Impl_in_rule__KeyValue__Group__27087 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__KeyValue__ValueAssignment_2_in_rule__KeyValue__Group__2__Impl7114 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__SimpleAnnotationAttribute__Group__0__Impl_in_rule__SimpleAnnotationAttribute__Group__07153 = new BitSet(new long[]{0x0000800000000000L});
- public static final BitSet FOLLOW_rule__SimpleAnnotationAttribute__Group__1_in_rule__SimpleAnnotationAttribute__Group__07156 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__SimpleAnnotationAttribute__Alternatives_0_in_rule__SimpleAnnotationAttribute__Group__0__Impl7183 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__SimpleAnnotationAttribute__Group__1__Impl_in_rule__SimpleAnnotationAttribute__Group__17213 = new BitSet(new long[]{0x0000000000000010L});
- public static final BitSet FOLLOW_rule__SimpleAnnotationAttribute__Group__2_in_rule__SimpleAnnotationAttribute__Group__17216 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_47_in_rule__SimpleAnnotationAttribute__Group__1__Impl7244 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__SimpleAnnotationAttribute__Group__2__Impl_in_rule__SimpleAnnotationAttribute__Group__27275 = new BitSet(new long[]{0x0000000400000000L});
- public static final BitSet FOLLOW_rule__SimpleAnnotationAttribute__Group__3_in_rule__SimpleAnnotationAttribute__Group__27278 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__SimpleAnnotationAttribute__NameAssignment_2_in_rule__SimpleAnnotationAttribute__Group__2__Impl7305 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__SimpleAnnotationAttribute__Group__3__Impl_in_rule__SimpleAnnotationAttribute__Group__37335 = new BitSet(new long[]{0x000000001E000000L});
- public static final BitSet FOLLOW_rule__SimpleAnnotationAttribute__Group__4_in_rule__SimpleAnnotationAttribute__Group__37338 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_34_in_rule__SimpleAnnotationAttribute__Group__3__Impl7366 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__SimpleAnnotationAttribute__Group__4__Impl_in_rule__SimpleAnnotationAttribute__Group__47397 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__SimpleAnnotationAttribute__TypeAssignment_4_in_rule__SimpleAnnotationAttribute__Group__4__Impl7424 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__EnumAnnotationAttribute__Group__0__Impl_in_rule__EnumAnnotationAttribute__Group__07464 = new BitSet(new long[]{0x0000800000000000L});
- public static final BitSet FOLLOW_rule__EnumAnnotationAttribute__Group__1_in_rule__EnumAnnotationAttribute__Group__07467 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__EnumAnnotationAttribute__Alternatives_0_in_rule__EnumAnnotationAttribute__Group__0__Impl7494 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__EnumAnnotationAttribute__Group__1__Impl_in_rule__EnumAnnotationAttribute__Group__17524 = new BitSet(new long[]{0x0000000000000010L});
- public static final BitSet FOLLOW_rule__EnumAnnotationAttribute__Group__2_in_rule__EnumAnnotationAttribute__Group__17527 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_47_in_rule__EnumAnnotationAttribute__Group__1__Impl7555 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__EnumAnnotationAttribute__Group__2__Impl_in_rule__EnumAnnotationAttribute__Group__27586 = new BitSet(new long[]{0x0000000400000000L});
- public static final BitSet FOLLOW_rule__EnumAnnotationAttribute__Group__3_in_rule__EnumAnnotationAttribute__Group__27589 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__EnumAnnotationAttribute__NameAssignment_2_in_rule__EnumAnnotationAttribute__Group__2__Impl7616 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__EnumAnnotationAttribute__Group__3__Impl_in_rule__EnumAnnotationAttribute__Group__37646 = new BitSet(new long[]{0x0000000040000000L});
- public static final BitSet FOLLOW_rule__EnumAnnotationAttribute__Group__4_in_rule__EnumAnnotationAttribute__Group__37649 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_34_in_rule__EnumAnnotationAttribute__Group__3__Impl7677 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__EnumAnnotationAttribute__Group__4__Impl_in_rule__EnumAnnotationAttribute__Group__47708 = new BitSet(new long[]{0x0000000000000080L});
- public static final BitSet FOLLOW_rule__EnumAnnotationAttribute__Group__5_in_rule__EnumAnnotationAttribute__Group__47711 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_30_in_rule__EnumAnnotationAttribute__Group__4__Impl7739 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__EnumAnnotationAttribute__Group__5__Impl_in_rule__EnumAnnotationAttribute__Group__57770 = new BitSet(new long[]{0x0001000080000000L});
- public static final BitSet FOLLOW_rule__EnumAnnotationAttribute__Group__6_in_rule__EnumAnnotationAttribute__Group__57773 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__EnumAnnotationAttribute__ValuesAssignment_5_in_rule__EnumAnnotationAttribute__Group__5__Impl7800 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__EnumAnnotationAttribute__Group__6__Impl_in_rule__EnumAnnotationAttribute__Group__67830 = new BitSet(new long[]{0x0001000080000000L});
- public static final BitSet FOLLOW_rule__EnumAnnotationAttribute__Group__7_in_rule__EnumAnnotationAttribute__Group__67833 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__EnumAnnotationAttribute__Group_6__0_in_rule__EnumAnnotationAttribute__Group__6__Impl7860 = new BitSet(new long[]{0x0001000000000002L});
- public static final BitSet FOLLOW_rule__EnumAnnotationAttribute__Group__7__Impl_in_rule__EnumAnnotationAttribute__Group__77891 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_31_in_rule__EnumAnnotationAttribute__Group__7__Impl7919 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__EnumAnnotationAttribute__Group_6__0__Impl_in_rule__EnumAnnotationAttribute__Group_6__07966 = new BitSet(new long[]{0x0000000000000080L});
- public static final BitSet FOLLOW_rule__EnumAnnotationAttribute__Group_6__1_in_rule__EnumAnnotationAttribute__Group_6__07969 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_48_in_rule__EnumAnnotationAttribute__Group_6__0__Impl7997 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__EnumAnnotationAttribute__Group_6__1__Impl_in_rule__EnumAnnotationAttribute__Group_6__18028 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__EnumAnnotationAttribute__ValuesAssignment_6_1_in_rule__EnumAnnotationAttribute__Group_6__1__Impl8055 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Import__Group__0__Impl_in_rule__Import__Group__08089 = new BitSet(new long[]{0x0000000000004010L});
- public static final BitSet FOLLOW_rule__Import__Group__1_in_rule__Import__Group__08092 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_49_in_rule__Import__Group__0__Impl8120 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Import__Group__1__Impl_in_rule__Import__Group__18151 = new BitSet(new long[]{0x0000000000000080L});
- public static final BitSet FOLLOW_rule__Import__Group__2_in_rule__Import__Group__18154 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Import__Alternatives_1_in_rule__Import__Group__1__Impl8181 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Import__Group__2__Impl_in_rule__Import__Group__28211 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Import__ImportURIAssignment_2_in_rule__Import__Group__2__Impl8238 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Import__Group_1_0__0__Impl_in_rule__Import__Group_1_0__08274 = new BitSet(new long[]{0x0004000000000000L});
- public static final BitSet FOLLOW_rule__Import__Group_1_0__1_in_rule__Import__Group_1_0__08277 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Import__ImportedNamespaceAssignment_1_0_0_in_rule__Import__Group_1_0__0__Impl8304 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Import__Group_1_0__1__Impl_in_rule__Import__Group_1_0__18334 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_50_in_rule__Import__Group_1_0__1__Impl8362 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ImportedFQN__Group__0__Impl_in_rule__ImportedFQN__Group__08397 = new BitSet(new long[]{0x0008000000000000L});
- public static final BitSet FOLLOW_rule__ImportedFQN__Group__1_in_rule__ImportedFQN__Group__08400 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleFQN_in_rule__ImportedFQN__Group__0__Impl8427 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__ImportedFQN__Group__1__Impl_in_rule__ImportedFQN__Group__18456 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_51_in_rule__ImportedFQN__Group__1__Impl8485 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Documentation__Group__0__Impl_in_rule__Documentation__Group__08522 = new BitSet(new long[]{0x0010000000000000L});
- public static final BitSet FOLLOW_rule__Documentation__Group__1_in_rule__Documentation__Group__08525 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Documentation__Group__1__Impl_in_rule__Documentation__Group__18583 = new BitSet(new long[]{0x0020000000000080L});
- public static final BitSet FOLLOW_rule__Documentation__Group__2_in_rule__Documentation__Group__18586 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_52_in_rule__Documentation__Group__1__Impl8614 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Documentation__Group__2__Impl_in_rule__Documentation__Group__28645 = new BitSet(new long[]{0x0020000000000080L});
- public static final BitSet FOLLOW_rule__Documentation__Group__3_in_rule__Documentation__Group__28648 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Documentation__LinesAssignment_2_in_rule__Documentation__Group__2__Impl8675 = new BitSet(new long[]{0x0000000000000082L});
- public static final BitSet FOLLOW_rule__Documentation__Group__3__Impl_in_rule__Documentation__Group__38706 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_53_in_rule__Documentation__Group__3__Impl8734 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__TIME__Group_0__0__Impl_in_rule__TIME__Group_0__08773 = new BitSet(new long[]{0x0040000000000000L});
- public static final BitSet FOLLOW_rule__TIME__Group_0__1_in_rule__TIME__Group_0__08776 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_INT_in_rule__TIME__Group_0__0__Impl8803 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__TIME__Group_0__1__Impl_in_rule__TIME__Group_0__18832 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_54_in_rule__TIME__Group_0__1__Impl8860 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__TIME__Group_1__0__Impl_in_rule__TIME__Group_1__08895 = new BitSet(new long[]{0x0080000000000000L});
- public static final BitSet FOLLOW_rule__TIME__Group_1__1_in_rule__TIME__Group_1__08898 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_INT_in_rule__TIME__Group_1__0__Impl8925 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__TIME__Group_1__1__Impl_in_rule__TIME__Group_1__18954 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_55_in_rule__TIME__Group_1__1__Impl8982 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__TIME__Group_2__0__Impl_in_rule__TIME__Group_2__09017 = new BitSet(new long[]{0x0100000000000000L});
- public static final BitSet FOLLOW_rule__TIME__Group_2__1_in_rule__TIME__Group_2__09020 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_INT_in_rule__TIME__Group_2__0__Impl9047 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__TIME__Group_2__1__Impl_in_rule__TIME__Group_2__19076 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_56_in_rule__TIME__Group_2__1__Impl9104 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__TIME__Group_3__0__Impl_in_rule__TIME__Group_3__09139 = new BitSet(new long[]{0x0200000000000000L});
- public static final BitSet FOLLOW_rule__TIME__Group_3__1_in_rule__TIME__Group_3__09142 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_INT_in_rule__TIME__Group_3__0__Impl9169 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__TIME__Group_3__1__Impl_in_rule__TIME__Group_3__19198 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_57_in_rule__TIME__Group_3__1__Impl9226 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__BooleanLiteral__Group__0__Impl_in_rule__BooleanLiteral__Group__09263 = new BitSet(new long[]{0x2000000000008000L});
- public static final BitSet FOLLOW_rule__BooleanLiteral__Group__1_in_rule__BooleanLiteral__Group__09266 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__BooleanLiteral__Group__1__Impl_in_rule__BooleanLiteral__Group__19324 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__BooleanLiteral__Alternatives_1_in_rule__BooleanLiteral__Group__1__Impl9351 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RealLiteral__Group__0__Impl_in_rule__RealLiteral__Group__09385 = new BitSet(new long[]{0x0000000000030060L});
- public static final BitSet FOLLOW_rule__RealLiteral__Group__1_in_rule__RealLiteral__Group__09388 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RealLiteral__Group__1__Impl_in_rule__RealLiteral__Group__19446 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__RealLiteral__ValueAssignment_1_in_rule__RealLiteral__Group__1__Impl9473 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__IntLiteral__Group__0__Impl_in_rule__IntLiteral__Group__09507 = new BitSet(new long[]{0x0000000000030060L});
- public static final BitSet FOLLOW_rule__IntLiteral__Group__1_in_rule__IntLiteral__Group__09510 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__IntLiteral__Group__1__Impl_in_rule__IntLiteral__Group__19568 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__IntLiteral__ValueAssignment_1_in_rule__IntLiteral__Group__1__Impl9595 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__StringLiteral__Group__0__Impl_in_rule__StringLiteral__Group__09629 = new BitSet(new long[]{0x20000000000380E0L});
- public static final BitSet FOLLOW_rule__StringLiteral__Group__1_in_rule__StringLiteral__Group__09632 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__StringLiteral__Group__1__Impl_in_rule__StringLiteral__Group__19690 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__StringLiteral__ValueAssignment_1_in_rule__StringLiteral__Group__1__Impl9717 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Integer__Group_0__0__Impl_in_rule__Integer__Group_0__09751 = new BitSet(new long[]{0x0000000000030040L});
- public static final BitSet FOLLOW_rule__Integer__Group_0__1_in_rule__Integer__Group_0__09754 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Integer__Alternatives_0_0_in_rule__Integer__Group_0__0__Impl9781 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Integer__Group_0__1__Impl_in_rule__Integer__Group_0__19812 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_INT_in_rule__Integer__Group_0__1__Impl9839 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Decimal__Group__0__Impl_in_rule__Decimal__Group__09872 = new BitSet(new long[]{0x0000000000030040L});
- public static final BitSet FOLLOW_rule__Decimal__Group__1_in_rule__Decimal__Group__09875 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Decimal__Alternatives_0_in_rule__Decimal__Group__0__Impl9902 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Decimal__Group__1__Impl_in_rule__Decimal__Group__19933 = new BitSet(new long[]{0x0400000000000000L});
- public static final BitSet FOLLOW_rule__Decimal__Group__2_in_rule__Decimal__Group__19936 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_INT_in_rule__Decimal__Group__1__Impl9963 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Decimal__Group__2__Impl_in_rule__Decimal__Group__29992 = new BitSet(new long[]{0x0000000000000040L});
- public static final BitSet FOLLOW_rule__Decimal__Group__3_in_rule__Decimal__Group__29995 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_58_in_rule__Decimal__Group__2__Impl10023 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__Decimal__Group__3__Impl_in_rule__Decimal__Group__310054 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_INT_in_rule__Decimal__Group__3__Impl10081 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__DecimalExp__Group__0__Impl_in_rule__DecimalExp__Group__010118 = new BitSet(new long[]{0x0000000000030060L});
- public static final BitSet FOLLOW_rule__DecimalExp__Group__1_in_rule__DecimalExp__Group__010121 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__DecimalExp__Alternatives_0_in_rule__DecimalExp__Group__0__Impl10148 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__DecimalExp__Group__1__Impl_in_rule__DecimalExp__Group__110179 = new BitSet(new long[]{0x0400000000000000L});
- public static final BitSet FOLLOW_rule__DecimalExp__Group__2_in_rule__DecimalExp__Group__110182 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_INT_in_rule__DecimalExp__Group__1__Impl10209 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__DecimalExp__Group__2__Impl_in_rule__DecimalExp__Group__210238 = new BitSet(new long[]{0x0000000000000040L});
- public static final BitSet FOLLOW_rule__DecimalExp__Group__3_in_rule__DecimalExp__Group__210241 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_58_in_rule__DecimalExp__Group__2__Impl10269 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__DecimalExp__Group__3__Impl_in_rule__DecimalExp__Group__310300 = new BitSet(new long[]{0x00000000000C0000L});
- public static final BitSet FOLLOW_rule__DecimalExp__Group__4_in_rule__DecimalExp__Group__310303 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_INT_in_rule__DecimalExp__Group__3__Impl10330 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__DecimalExp__Group__4__Impl_in_rule__DecimalExp__Group__410359 = new BitSet(new long[]{0x0000000000030040L});
- public static final BitSet FOLLOW_rule__DecimalExp__Group__5_in_rule__DecimalExp__Group__410362 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__DecimalExp__Alternatives_4_in_rule__DecimalExp__Group__4__Impl10389 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__DecimalExp__Group__5__Impl_in_rule__DecimalExp__Group__510419 = new BitSet(new long[]{0x0000000000030040L});
- public static final BitSet FOLLOW_rule__DecimalExp__Group__6_in_rule__DecimalExp__Group__510422 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__DecimalExp__Alternatives_5_in_rule__DecimalExp__Group__5__Impl10449 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__DecimalExp__Group__6__Impl_in_rule__DecimalExp__Group__610480 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_INT_in_rule__DecimalExp__Group__6__Impl10508 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__FQN__Group__0__Impl_in_rule__FQN__Group__010552 = new BitSet(new long[]{0x0400000000000000L});
- public static final BitSet FOLLOW_rule__FQN__Group__1_in_rule__FQN__Group__010555 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_ID_in_rule__FQN__Group__0__Impl10582 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__FQN__Group__1__Impl_in_rule__FQN__Group__110611 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__FQN__Group_1__0_in_rule__FQN__Group__1__Impl10638 = new BitSet(new long[]{0x0400000000000002L});
- public static final BitSet FOLLOW_rule__FQN__Group_1__0__Impl_in_rule__FQN__Group_1__010673 = new BitSet(new long[]{0x0000000000000010L});
- public static final BitSet FOLLOW_rule__FQN__Group_1__1_in_rule__FQN__Group_1__010676 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_58_in_rule__FQN__Group_1__0__Impl10704 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__FQN__Group_1__1__Impl_in_rule__FQN__Group_1__110735 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_ID_in_rule__FQN__Group_1__1__Impl10762 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__NodeClass__UnorderedGroup_4__0_in_rule__NodeClass__UnorderedGroup_410796 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__NodeClass__Group_4_0__0_in_rule__NodeClass__UnorderedGroup_4__Impl10885 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__NodeClass__Group_4_1__0_in_rule__NodeClass__UnorderedGroup_4__Impl10976 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__NodeClass__Group_4_2__0_in_rule__NodeClass__UnorderedGroup_4__Impl11067 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__NodeClass__UnorderedGroup_4__Impl_in_rule__NodeClass__UnorderedGroup_4__011126 = new BitSet(new long[]{0x000000D000000002L});
- public static final BitSet FOLLOW_rule__NodeClass__UnorderedGroup_4__1_in_rule__NodeClass__UnorderedGroup_4__011129 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__NodeClass__UnorderedGroup_4__Impl_in_rule__NodeClass__UnorderedGroup_4__111154 = new BitSet(new long[]{0x000000D000000002L});
- public static final BitSet FOLLOW_rule__NodeClass__UnorderedGroup_4__2_in_rule__NodeClass__UnorderedGroup_4__111157 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__NodeClass__UnorderedGroup_4__Impl_in_rule__NodeClass__UnorderedGroup_4__211182 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__UnorderedGroup_3__0_in_rule__PhysicalThread__UnorderedGroup_311212 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__Group_3_0__0_in_rule__PhysicalThread__UnorderedGroup_3__Impl11301 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__Group_3_1__0_in_rule__PhysicalThread__UnorderedGroup_3__Impl11392 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__Group_3_2__0_in_rule__PhysicalThread__UnorderedGroup_3__Impl11483 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__Group_3_3__0_in_rule__PhysicalThread__UnorderedGroup_3__Impl11574 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__Group_3_4__0_in_rule__PhysicalThread__UnorderedGroup_3__Impl11665 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__Group_3_5__0_in_rule__PhysicalThread__UnorderedGroup_3__Impl11756 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__UnorderedGroup_3__Impl_in_rule__PhysicalThread__UnorderedGroup_3__011815 = new BitSet(new long[]{0x00003F0000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__UnorderedGroup_3__1_in_rule__PhysicalThread__UnorderedGroup_3__011818 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__UnorderedGroup_3__Impl_in_rule__PhysicalThread__UnorderedGroup_3__111843 = new BitSet(new long[]{0x00003F0000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__UnorderedGroup_3__2_in_rule__PhysicalThread__UnorderedGroup_3__111846 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__UnorderedGroup_3__Impl_in_rule__PhysicalThread__UnorderedGroup_3__211871 = new BitSet(new long[]{0x00003F0000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__UnorderedGroup_3__3_in_rule__PhysicalThread__UnorderedGroup_3__211874 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__UnorderedGroup_3__Impl_in_rule__PhysicalThread__UnorderedGroup_3__311899 = new BitSet(new long[]{0x00003F0000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__UnorderedGroup_3__4_in_rule__PhysicalThread__UnorderedGroup_3__311902 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__UnorderedGroup_3__Impl_in_rule__PhysicalThread__UnorderedGroup_3__411927 = new BitSet(new long[]{0x00003F0000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__UnorderedGroup_3__5_in_rule__PhysicalThread__UnorderedGroup_3__411930 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__UnorderedGroup_3__Impl_in_rule__PhysicalThread__UnorderedGroup_3__511955 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleFQN_in_rule__PhysicalModel__NameAssignment_111995 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleImport_in_rule__PhysicalModel__ImportsAssignment_312026 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rulePhysicalSystem_in_rule__PhysicalModel__SystemsAssignment_4_012057 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleNodeClass_in_rule__PhysicalModel__NodeClassesAssignment_4_112088 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleRuntimeClass_in_rule__PhysicalModel__RuntimeClassesAssignment_4_212119 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_ID_in_rule__PhysicalSystem__NameAssignment_112150 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleDocumentation_in_rule__PhysicalSystem__DocuAssignment_212181 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleNodeRef_in_rule__PhysicalSystem__NodeRefsAssignment_412212 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_ID_in_rule__NodeRef__NameAssignment_112243 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleFQN_in_rule__NodeRef__TypeAssignment_312278 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleDocumentation_in_rule__NodeRef__DocuAssignment_412313 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_ID_in_rule__NodeClass__NameAssignment_112344 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleDocumentation_in_rule__NodeClass__DocuAssignment_212375 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleFQN_in_rule__NodeClass__RuntimeAssignment_4_0_212410 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleInteger_in_rule__NodeClass__PriominAssignment_4_1_212445 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleInteger_in_rule__NodeClass__PriomaxAssignment_4_2_212476 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rulePhysicalThread_in_rule__NodeClass__ThreadsAssignment_512507 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_59_in_rule__PhysicalThread__DefaultAssignment_0_012543 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_ID_in_rule__PhysicalThread__NameAssignment_112582 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleExecMode_in_rule__PhysicalThread__ExecmodeAssignment_3_0_212613 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleTIME_in_rule__PhysicalThread__TimeAssignment_3_1_212644 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleInteger_in_rule__PhysicalThread__PrioAssignment_3_2_212675 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_INT_in_rule__PhysicalThread__StacksizeAssignment_3_3_212706 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_INT_in_rule__PhysicalThread__MsgblocksizeAssignment_3_4_212737 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_INT_in_rule__PhysicalThread__MsgpoolsizeAssignment_3_5_212768 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_ID_in_rule__RuntimeClass__NameAssignment_112799 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleDocumentation_in_rule__RuntimeClass__DocuAssignment_212830 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleThreadModel_in_rule__RuntimeClass__ThreadModelAssignment_612861 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_ID_in_rule__KeyValue__KeyAssignment_012895 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleLiteral_in_rule__KeyValue__ValueAssignment_212926 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_60_in_rule__SimpleAnnotationAttribute__OptionalAssignment_0_012968 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_ID_in_rule__SimpleAnnotationAttribute__NameAssignment_213007 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleLiteralType_in_rule__SimpleAnnotationAttribute__TypeAssignment_413038 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_60_in_rule__EnumAnnotationAttribute__OptionalAssignment_0_013074 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_ID_in_rule__EnumAnnotationAttribute__NameAssignment_213113 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__EnumAnnotationAttribute__ValuesAssignment_513144 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__EnumAnnotationAttribute__ValuesAssignment_6_113175 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleImportedFQN_in_rule__Import__ImportedNamespaceAssignment_1_0_013206 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__Import__ImportURIAssignment_213237 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__Documentation__LinesAssignment_213268 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_61_in_rule__BooleanLiteral__IsTrueAssignment_1_113306 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleReal_in_rule__RealLiteral__ValueAssignment_113345 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_ruleInteger_in_rule__IntLiteral__ValueAssignment_113376 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_RULE_STRING_in_rule__StringLiteral__ValueAssignment_113407 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__NodeClass__Group_4_0__0_in_synpred44_InternalETPhys10885 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__NodeClass__Group_4_1__0_in_synpred45_InternalETPhys10976 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__NodeClass__UnorderedGroup_4__1_in_synpred46_InternalETPhys11129 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__NodeClass__UnorderedGroup_4__2_in_synpred47_InternalETPhys11157 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__Group_3_0__0_in_synpred48_InternalETPhys11301 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__Group_3_1__0_in_synpred49_InternalETPhys11392 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__Group_3_2__0_in_synpred50_InternalETPhys11483 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__Group_3_3__0_in_synpred51_InternalETPhys11574 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__Group_3_4__0_in_synpred52_InternalETPhys11665 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__UnorderedGroup_3__1_in_synpred53_InternalETPhys11818 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__UnorderedGroup_3__2_in_synpred54_InternalETPhys11846 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__UnorderedGroup_3__3_in_synpred55_InternalETPhys11874 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__UnorderedGroup_3__4_in_synpred56_InternalETPhys11902 = new BitSet(new long[]{0x0000000000000002L});
- public static final BitSet FOLLOW_rule__PhysicalThread__UnorderedGroup_3__5_in_synpred57_InternalETPhys11930 = 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[]{0x0000000040000000L});
+ public static final BitSet FOLLOW_5 = new BitSet(new long[]{0x0002400980000000L});
+ public static final BitSet FOLLOW_6 = new BitSet(new long[]{0x0002000000000002L});
+ public static final BitSet FOLLOW_7 = new BitSet(new long[]{0x0000400900000002L});
+ public static final BitSet FOLLOW_8 = new BitSet(new long[]{0x0010000040000000L});
+ public static final BitSet FOLLOW_9 = new BitSet(new long[]{0x0000000280000000L});
+ public static final BitSet FOLLOW_10 = new BitSet(new long[]{0x0000000200000002L});
+ public static final BitSet FOLLOW_11 = new BitSet(new long[]{0x0000000400000000L});
+ public static final BitSet FOLLOW_12 = new BitSet(new long[]{0x0010000000000000L});
+ public static final BitSet FOLLOW_13 = new BitSet(new long[]{0x000000D000000000L});
+ public static final BitSet FOLLOW_14 = new BitSet(new long[]{0x0800000080001000L});
+ public static final BitSet FOLLOW_15 = new BitSet(new long[]{0x0800000000001002L});
+ public static final BitSet FOLLOW_16 = new BitSet(new long[]{0x0000002000000000L});
+ public static final BitSet FOLLOW_17 = new BitSet(new long[]{0x0000000000030060L});
+ public static final BitSet FOLLOW_18 = new BitSet(new long[]{0x00003F0000000000L});
+ public static final BitSet FOLLOW_19 = new BitSet(new long[]{0x0000000080000000L});
+ public static final BitSet FOLLOW_20 = new BitSet(new long[]{0x0000000000700000L});
+ public static final BitSet FOLLOW_21 = new BitSet(new long[]{0x0000000000000040L});
+ public static final BitSet FOLLOW_22 = new BitSet(new long[]{0x0000000000004000L});
+ public static final BitSet FOLLOW_23 = new BitSet(new long[]{0x0000000001800000L});
+ public static final BitSet FOLLOW_24 = new BitSet(new long[]{0x20000000000380E0L});
+ public static final BitSet FOLLOW_25 = new BitSet(new long[]{0x0000800000000000L});
+ public static final BitSet FOLLOW_26 = new BitSet(new long[]{0x000000001E000000L});
+ public static final BitSet FOLLOW_27 = new BitSet(new long[]{0x0000000000000080L});
+ public static final BitSet FOLLOW_28 = new BitSet(new long[]{0x0001000080000000L});
+ public static final BitSet FOLLOW_29 = new BitSet(new long[]{0x0001000000000002L});
+ public static final BitSet FOLLOW_30 = new BitSet(new long[]{0x0000000000004010L});
+ public static final BitSet FOLLOW_31 = new BitSet(new long[]{0x0004000000000000L});
+ public static final BitSet FOLLOW_32 = new BitSet(new long[]{0x0008000000000000L});
+ public static final BitSet FOLLOW_33 = new BitSet(new long[]{0x0020000000000080L});
+ public static final BitSet FOLLOW_34 = new BitSet(new long[]{0x0000000000000082L});
+ public static final BitSet FOLLOW_35 = new BitSet(new long[]{0x0040000000000000L});
+ public static final BitSet FOLLOW_36 = new BitSet(new long[]{0x0080000000000000L});
+ public static final BitSet FOLLOW_37 = new BitSet(new long[]{0x0100000000000000L});
+ public static final BitSet FOLLOW_38 = new BitSet(new long[]{0x0200000000000000L});
+ public static final BitSet FOLLOW_39 = new BitSet(new long[]{0x2000000000008000L});
+ public static final BitSet FOLLOW_40 = new BitSet(new long[]{0x0000000000030040L});
+ public static final BitSet FOLLOW_41 = new BitSet(new long[]{0x0400000000000000L});
+ public static final BitSet FOLLOW_42 = new BitSet(new long[]{0x00000000000C0000L});
+ public static final BitSet FOLLOW_43 = new BitSet(new long[]{0x0400000000000002L});
+ public static final BitSet FOLLOW_44 = new BitSet(new long[]{0x000000D000000002L});
+ public static final BitSet FOLLOW_45 = new BitSet(new long[]{0x00003F0000000002L});
}

Back to the top