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/InternalBaseTest.g')
-rw-r--r--plugins/org.eclipse.etrice.core.common/src-gen/org/eclipse/etrice/core/common/parser/antlr/internal/InternalBaseTest.g46
1 files changed, 23 insertions, 23 deletions
diff --git a/plugins/org.eclipse.etrice.core.common/src-gen/org/eclipse/etrice/core/common/parser/antlr/internal/InternalBaseTest.g b/plugins/org.eclipse.etrice.core.common/src-gen/org/eclipse/etrice/core/common/parser/antlr/internal/InternalBaseTest.g
index 09ac81dec..44608cbbd 100644
--- a/plugins/org.eclipse.etrice.core.common/src-gen/org/eclipse/etrice/core/common/parser/antlr/internal/InternalBaseTest.g
+++ b/plugins/org.eclipse.etrice.core.common/src-gen/org/eclipse/etrice/core/common/parser/antlr/internal/InternalBaseTest.g
@@ -1,6 +1,6 @@
/*
-* generated by Xtext
-*/
+ * generated by Xtext
+ */
grammar InternalBaseTest;
options {
@@ -92,7 +92,7 @@ ruleBaseModel returns [EObject current=null]
$current,
"elements",
lv_elements_0_1,
- "Annotation");
+ "org.eclipse.etrice.core.common.Base.Annotation");
afterParserOrEnumRuleCall();
}
@@ -107,7 +107,7 @@ ruleBaseModel returns [EObject current=null]
$current,
"elements",
lv_elements_0_2,
- "AnnotationType");
+ "org.eclipse.etrice.core.common.Base.AnnotationType");
afterParserOrEnumRuleCall();
}
@@ -171,7 +171,7 @@ ruleAnnotation returns [EObject current=null]
$current,
"attributes",
lv_attributes_3_0,
- "KeyValue");
+ "org.eclipse.etrice.core.common.Base.KeyValue");
afterParserOrEnumRuleCall();
}
@@ -193,7 +193,7 @@ ruleAnnotation returns [EObject current=null]
$current,
"attributes",
lv_attributes_5_0,
- "KeyValue");
+ "org.eclipse.etrice.core.common.Base.KeyValue");
afterParserOrEnumRuleCall();
}
@@ -237,7 +237,7 @@ ruleKeyValue returns [EObject current=null]
$current,
"key",
lv_key_0_0,
- "ID");
+ "org.eclipse.xtext.common.Terminals.ID");
}
)
@@ -258,7 +258,7 @@ ruleKeyValue returns [EObject current=null]
$current,
"value",
lv_value_2_0,
- "Literal");
+ "org.eclipse.etrice.core.common.Base.Literal");
afterParserOrEnumRuleCall();
}
@@ -302,7 +302,7 @@ ruleAnnotationType returns [EObject current=null]
$current,
"name",
lv_name_1_0,
- "ID");
+ "org.eclipse.xtext.common.Terminals.ID");
}
)
@@ -319,7 +319,7 @@ ruleAnnotationType returns [EObject current=null]
$current,
"docu",
lv_docu_2_0,
- "Documentation");
+ "org.eclipse.etrice.core.common.Base.Documentation");
afterParserOrEnumRuleCall();
}
@@ -349,7 +349,7 @@ ruleAnnotationType returns [EObject current=null]
$current,
"targets",
lv_targets_6_0,
- "AnnotationTargetType");
+ "org.eclipse.etrice.core.common.Base.AnnotationTargetType");
afterParserOrEnumRuleCall();
}
@@ -372,7 +372,7 @@ ruleAnnotationType returns [EObject current=null]
$current,
"targets",
lv_targets_8_0,
- "AnnotationTargetType");
+ "org.eclipse.etrice.core.common.Base.AnnotationTargetType");
afterParserOrEnumRuleCall();
}
@@ -394,7 +394,7 @@ ruleAnnotationType returns [EObject current=null]
$current,
"targets",
lv_targets_10_0,
- "AnnotationTargetType");
+ "org.eclipse.etrice.core.common.Base.AnnotationTargetType");
afterParserOrEnumRuleCall();
}
@@ -416,7 +416,7 @@ ruleAnnotationType returns [EObject current=null]
$current,
"attributes",
lv_attributes_12_0,
- "AnnotationAttribute");
+ "org.eclipse.etrice.core.common.Base.AnnotationAttribute");
afterParserOrEnumRuleCall();
}
@@ -552,7 +552,7 @@ ruleSimpleAnnotationAttribute returns [EObject current=null]
$current,
"name",
lv_name_3_0,
- "ID");
+ "org.eclipse.xtext.common.Terminals.ID");
}
)
@@ -573,7 +573,7 @@ ruleSimpleAnnotationAttribute returns [EObject current=null]
$current,
"type",
lv_type_5_0,
- "LiteralType");
+ "org.eclipse.etrice.core.common.Base.LiteralType");
afterParserOrEnumRuleCall();
}
@@ -637,7 +637,7 @@ ruleEnumAnnotationAttribute returns [EObject current=null]
$current,
"name",
lv_name_3_0,
- "ID");
+ "org.eclipse.xtext.common.Terminals.ID");
}
)
@@ -663,7 +663,7 @@ ruleEnumAnnotationAttribute returns [EObject current=null]
$current,
"values",
lv_values_6_0,
- "STRING");
+ "org.eclipse.xtext.common.Terminals.STRING");
}
)
@@ -685,7 +685,7 @@ ruleEnumAnnotationAttribute returns [EObject current=null]
$current,
"values",
lv_values_8_0,
- "STRING");
+ "org.eclipse.xtext.common.Terminals.STRING");
}
)
@@ -778,7 +778,7 @@ ruleDocumentation returns [EObject current=null]
$current,
"lines",
lv_lines_2_0,
- "STRING");
+ "org.eclipse.xtext.common.Terminals.STRING");
}
)
@@ -967,7 +967,7 @@ ruleRealLiteral returns [EObject current=null]
$current,
"value",
lv_value_1_0,
- "Real");
+ "org.eclipse.etrice.core.common.Base.Real");
afterParserOrEnumRuleCall();
}
@@ -1012,7 +1012,7 @@ ruleIntLiteral returns [EObject current=null]
$current,
"value",
lv_value_1_0,
- "Integer");
+ "org.eclipse.etrice.core.common.Base.Integer");
afterParserOrEnumRuleCall();
}
@@ -1058,7 +1058,7 @@ ruleStringLiteral returns [EObject current=null]
$current,
"value",
lv_value_1_0,
- "STRING");
+ "org.eclipse.xtext.common.Terminals.STRING");
}
)

Back to the top