Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.etrice.core.common/src-gen/org/eclipse/etrice/core/common/parser/antlr/internal/InternalBaseParser.java')
-rw-r--r--plugins/org.eclipse.etrice.core.common/src-gen/org/eclipse/etrice/core/common/parser/antlr/internal/InternalBaseParser.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.etrice.core.common/src-gen/org/eclipse/etrice/core/common/parser/antlr/internal/InternalBaseParser.java b/plugins/org.eclipse.etrice.core.common/src-gen/org/eclipse/etrice/core/common/parser/antlr/internal/InternalBaseParser.java
index 01a256583..e0b4c82b5 100644
--- a/plugins/org.eclipse.etrice.core.common/src-gen/org/eclipse/etrice/core/common/parser/antlr/internal/InternalBaseParser.java
+++ b/plugins/org.eclipse.etrice.core.common/src-gen/org/eclipse/etrice/core/common/parser/antlr/internal/InternalBaseParser.java
@@ -850,7 +850,7 @@ public class InternalBaseParser extends AbstractInternalAntlrParser {
if (current==null) {
current = createModelElement(grammarAccess.getSimpleAnnotationAttributeRule());
}
- setWithLastConsumed(current, "optional", true, "optional");
+ setWithLastConsumed(current, "optional", lv_optional_0_0 != null, "optional");
}
@@ -1057,7 +1057,7 @@ public class InternalBaseParser extends AbstractInternalAntlrParser {
if (current==null) {
current = createModelElement(grammarAccess.getEnumAnnotationAttributeRule());
}
- setWithLastConsumed(current, "optional", true, "optional");
+ setWithLastConsumed(current, "optional", lv_optional_0_0 != null, "optional");
}
@@ -1748,7 +1748,7 @@ public class InternalBaseParser extends AbstractInternalAntlrParser {
if (current==null) {
current = createModelElement(grammarAccess.getBooleanLiteralRule());
}
- setWithLastConsumed(current, "isTrue", true, "true");
+ setWithLastConsumed(current, "isTrue", lv_isTrue_2_0 != null, "true");
}

Back to the top