Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/marte/org.eclipse.papyrus.marte.vsl/src-gen/org/eclipse/papyrus/marte/vsl/parser/antlr/internal/InternalVSL.tokens')
-rw-r--r--extraplugins/marte/org.eclipse.papyrus.marte.vsl/src-gen/org/eclipse/papyrus/marte/vsl/parser/antlr/internal/InternalVSL.tokens48
1 files changed, 48 insertions, 0 deletions
diff --git a/extraplugins/marte/org.eclipse.papyrus.marte.vsl/src-gen/org/eclipse/papyrus/marte/vsl/parser/antlr/internal/InternalVSL.tokens b/extraplugins/marte/org.eclipse.papyrus.marte.vsl/src-gen/org/eclipse/papyrus/marte/vsl/parser/antlr/internal/InternalVSL.tokens
new file mode 100644
index 00000000000..63aaea2ace9
--- /dev/null
+++ b/extraplugins/marte/org.eclipse.papyrus.marte.vsl/src-gen/org/eclipse/papyrus/marte/vsl/parser/antlr/internal/InternalVSL.tokens
@@ -0,0 +1,48 @@
+RULE_NULLLITERAL=9
+RULE_DATETIMELITERAL=7
+RULE_BOOLEANLITERAL=8
+RULE_ID=4
+RULE_STRING=10
+RULE_ANY_OTHER=15
+RULE_REALLITERAL=6
+RULE_INTEGERLITERAL=5
+RULE_INT=11
+RULE_WS=14
+RULE_SL_COMMENT=13
+RULE_ML_COMMENT=12
+'..'=39
+'out'=50
+'>='=24
+'when'=45
+'=='=19
+'/'=30
+'mod'=31
+'>'=22
+'='=43
+'<>'=20
+'@'=44
+'::'=36
+'+'=27
+'.'=33
+')'=35
+'xor'=18
+'$'=48
+'}'=41
+'jitter('=47
+'inout'=51
+'and'=16
+'{'=40
+'?'=25
+'<='=23
+'<'=21
+':'=26
+'not'=32
+'('=34
+'-'=28
+'or'=17
+'*'=29
+'['=38
+','=42
+'in'=49
+'&'=46
+']'=37

Back to the top