Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.etrice.core.fsm/src-gen/org/eclipse/etrice/core/fsm/parser/antlr/internal/InternalFSM.tokens')
-rw-r--r--plugins/org.eclipse.etrice.core.fsm/src-gen/org/eclipse/etrice/core/fsm/parser/antlr/internal/InternalFSM.tokens46
1 files changed, 24 insertions, 22 deletions
diff --git a/plugins/org.eclipse.etrice.core.fsm/src-gen/org/eclipse/etrice/core/fsm/parser/antlr/internal/InternalFSM.tokens b/plugins/org.eclipse.etrice.core.fsm/src-gen/org/eclipse/etrice/core/fsm/parser/antlr/internal/InternalFSM.tokens
index f4cd6ff2c..9c2680dda 100644
--- a/plugins/org.eclipse.etrice.core.fsm/src-gen/org/eclipse/etrice/core/fsm/parser/antlr/internal/InternalFSM.tokens
+++ b/plugins/org.eclipse.etrice.core.fsm/src-gen/org/eclipse/etrice/core/fsm/parser/antlr/internal/InternalFSM.tokens
@@ -1,17 +1,18 @@
'('=47
')'=49
-'+'=60
+'+'=61
','=48
-'-'=61
+'-'=62
'->'=33
-'.'=62
-'.*'=55
+'.'=63
+'.*'=56
':'=31
'<'=43
-'='=51
+'='=52
'>'=45
+'@'=51
'ChoicePoint'=29
-'E'=64
+'E'=65
'EntryPoint'=27
'ExitPoint'=28
'ModelComponent'=14
@@ -21,40 +22,40 @@
'StateMachine'=18
'Transition'=30
'TransitionPoint'=26
-'['=56
-']'=57
+'['=57
+']'=58
'abstract'=13
'action'=34
-'async'=67
-'attribute'=54
+'async'=68
+'attribute'=55
'cond'=38
'cp'=42
-'datadriven'=66
+'datadriven'=67
'do'=22
-'e'=63
+'e'=64
'entry'=20
-'eventdriven'=65
+'eventdriven'=66
'exit'=21
'extends'=15
-'false'=58
+'false'=59
'guard'=37
'handler'=25
'in'=46
'initial'=32
-'mandatory'=53
+'mandatory'=54
'my'=40
'of'=41
-'optional'=52
+'optional'=53
'or'=36
'out'=50
-'ptBoolean'=69
-'ptCharacter'=72
-'ptInteger'=70
-'ptReal'=71
+'ptBoolean'=70
+'ptCharacter'=73
+'ptInteger'=71
+'ptReal'=72
'subgraph'=23
-'sync'=68
+'sync'=69
'triggers'=35
-'true'=59
+'true'=60
'{'=16
'|'=44
'}'=17
@@ -127,3 +128,4 @@ T__69=69
T__70=70
T__71=71
T__72=72
+T__73=73

Back to the top