Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.xtend/src/org/eclipse/internal/xtend/xtend/parser/Xtend.tokens')
-rw-r--r--plugins/org.eclipse.xtend/src/org/eclipse/internal/xtend/xtend/parser/Xtend.tokens119
1 files changed, 60 insertions, 59 deletions
diff --git a/plugins/org.eclipse.xtend/src/org/eclipse/internal/xtend/xtend/parser/Xtend.tokens b/plugins/org.eclipse.xtend/src/org/eclipse/internal/xtend/xtend/parser/Xtend.tokens
index 8e631107..e42e20e6 100644
--- a/plugins/org.eclipse.xtend/src/org/eclipse/internal/xtend/xtend/parser/Xtend.tokens
+++ b/plugins/org.eclipse.xtend/src/org/eclipse/internal/xtend/xtend/parser/Xtend.tokens
@@ -12,67 +12,68 @@ COMMENT=14
StringLiteral=4
LINE_COMMENT=15
XPAND_TAG_CLOSE=17
-'<'=60
-'exists'=75
-'>'=59
+'<'=61
+'exists'=76
+'>'=60
'context'=22
-'case'=49
-'let'=41
-'else'=46
-'selectFirst'=73
-'-'=62
+'case'=50
+'let'=42
+'else'=47
+'selectFirst'=74
+'-'=63
'reexport'=21
-'?'=44
-'!='=56
-'List'=39
-'>='=57
-'GLOBALVAR'=65
-'||'=52
-'<='=58
-'typeSelect'=70
-'='=42
-'JAVA'=35
-'forAll'=78
-'ERROR'=24
-'collect'=71
-'::'=32
-'around'=27
-'{'=48
-'then'=45
-':'=26
-'new'=66
-'.'=36
-'*'=30
-'sortBy'=77
-'Set'=40
-'notExists'=76
-'}'=51
-'->'=43
-'create'=37
+'?'=45
+'!='=57
+'List'=40
+'>='=58
+'GLOBALVAR'=66
+'||'=53
+'<='=59
+'typeSelect'=71
+'JAVA'=36
+'='=43
+'forAll'=79
+'ERROR'=25
+'collect'=72
+'::'=33
+'around'=28
+'{'=49
+'then'=46
+'new'=67
+':'=27
+'#'=23
+'.'=37
+'*'=31
+'sortBy'=78
+'Set'=41
+'notExists'=77
+'}'=52
+'->'=44
+'create'=38
'extension'=20
';'=19
-']'=81
-'true'=68
-'default'=50
-'false'=67
-','=29
-'&&'=53
-'['=80
-'/'=63
-'Collection'=38
-'implies'=54
-'reject'=74
-'private'=33
-'|'=79
-')'=31
-'=='=55
+']'=82
+'true'=69
+'default'=51
+'false'=68
+','=30
+'&&'=54
+'['=81
+'/'=64
+'Collection'=39
+'implies'=55
+'reject'=75
+'private'=34
+'|'=80
+')'=32
+'=='=56
'import'=18
-'if'=23
-'!'=64
-'('=28
-'switch'=47
-'select'=72
-'cached'=34
-'null'=69
-'+'=61
-'WARNING'=25
+'if'=24
+'!'=65
+'('=29
+'switch'=48
+'select'=73
+'cached'=35
+'null'=70
+'+'=62
+'WARNING'=26

Back to the top