Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'dsls/ACG/Metamodel/ACG.ann')
-rw-r--r--dsls/ACG/Metamodel/ACG.ann28
1 files changed, 28 insertions, 0 deletions
diff --git a/dsls/ACG/Metamodel/ACG.ann b/dsls/ACG/Metamodel/ACG.ann
new file mode 100644
index 00000000..68d632af
--- /dev/null
+++ b/dsls/ACG/Metamodel/ACG.ann
@@ -0,0 +1,28 @@
+annotate ACG {
+ annotate ACG with
+ nsURI='http://www.eclipse.org/m2m/atl/2007/ACG',
+ nsPrefix='acg';
+
+ annotate "ACG::critic" with
+ literalValue='critic';
+
+ annotate "ACG::error" with
+ literalValue='error';
+
+ annotate "ACG::warning" with
+ literalValue='warning';
+
+ annotate PrimitiveTypes with
+ nsURI='http://www.eclipse.org/m2m/atl/2007/ACG-PrimitiveTypes',
+ nsPrefix='pt';
+
+ annotate "PrimitiveTypes::Boolean" with
+ instanceClassName='boolean';
+
+ annotate "PrimitiveTypes::Integer" with
+ instanceClassName='int';
+
+ annotate "PrimitiveTypes::String" with
+ instanceClassName='java.lang.String';
+
+} \ No newline at end of file

Back to the top