Tokens

object Tokens(source)

Properties

Link copied to clipboard
const val ABSTRACT: Int = 126
Link copied to clipboard
const val ACTUAL: Int = 136
Link copied to clipboard
const val ADD: Int = 18
Link copied to clipboard
const val ADD_ASSIGNMENT: Int = 29
Link copied to clipboard
const val AMP: Int = 57
Link copied to clipboard
const val ANNOTATION: Int = 115
Link copied to clipboard
const val ARROW: Int = 34
Link copied to clipboard
const val AS: Int = 102
Link copied to clipboard
const val AS_SAFE: Int = 53
Link copied to clipboard
const val ASSIGNMENT: Int = 28
Link copied to clipboard
const val AT_BOTH_WS: Int = 44
Link copied to clipboard
const val AT_NO_WS: Int = 41
Link copied to clipboard
const val AT_POST_WS: Int = 42
Link copied to clipboard
const val AT_PRE_WS: Int = 43
Link copied to clipboard
const val BinLiteral: Int = 142
Link copied to clipboard
const val BooleanLiteral: Int = 145
Link copied to clipboard
const val BREAK: Int = 101
Link copied to clipboard
const val BREAK_AT: Int = 60
Link copied to clipboard
const val BY: Int = 82
Link copied to clipboard
const val CATCH: Int = 93
Link copied to clipboard
const val CharacterLiteral: Int = 147
Link copied to clipboard
const val CLASS: Int = 74
Link copied to clipboard
const val COLON: Int = 26
Link copied to clipboard
const val COLONCOLON: Int = 38
Link copied to clipboard
const val COMMA: Int = 8
Link copied to clipboard
const val COMPANION: Int = 83
Link copied to clipboard
const val CONJ: Int = 22
Link copied to clipboard
const val CONST: Int = 129
Link copied to clipboard
const val CONSTRUCTOR: Int = 81
Link copied to clipboard
const val CONTINUE: Int = 100
Link copied to clipboard
const val CONTINUE_AT: Int = 59
Link copied to clipboard
const val CROSSINLINE: Int = 133
Link copied to clipboard
const val DATA: Int = 116
Link copied to clipboard
const val DECR: Int = 21
Link copied to clipboard
const val DELEGATE: Int = 71
Link copied to clipboard
const val DelimitedComment: Int = 2
Link copied to clipboard
const val DISJ: Int = 23
Link copied to clipboard
const val DIV: Int = 17
Link copied to clipboard
const val DIV_ASSIGNMENT: Int = 32
Link copied to clipboard
const val DO: Int = 96
Link copied to clipboard
const val DOT: Int = 7
Link copied to clipboard
const val DOUBLE_ARROW: Int = 35
Link copied to clipboard
const val DOUBLE_SEMICOLON: Int = 39
Link copied to clipboard
const val DoubleLiteral: Int = 139
Link copied to clipboard
const val DYNAMIC: Int = 108
Link copied to clipboard
const val ELSE: Int = 90
Link copied to clipboard
const val ENUM: Int = 113
Link copied to clipboard
const val EQEQ: Int = 54
Link copied to clipboard
const val EQEQEQ: Int = 55
Link copied to clipboard
const val ErrorCharacter: Int = 173
Link copied to clipboard
const val EXCL_EQ: Int = 51
Link copied to clipboard
const val EXCL_EQEQ: Int = 52
Link copied to clipboard
const val EXCL_NO_WS: Int = 25
Link copied to clipboard
const val EXCL_WS: Int = 24
Link copied to clipboard
const val EXPECT: Int = 135
Link copied to clipboard
const val EXTERNAL: Int = 123
Link copied to clipboard
const val FIELD: Int = 64
Link copied to clipboard
const val FieldIdentifier: Int = 150
Link copied to clipboard
const val FILE: Int = 63
Link copied to clipboard
const val FINAL: Int = 127
Link copied to clipboard
const val FINALLY: Int = 94
Link copied to clipboard
const val FloatLiteral: Int = 138
Link copied to clipboard
const val FOR: Int = 95
Link copied to clipboard
const val FUN: Int = 76
Link copied to clipboard
const val GE: Int = 50
Link copied to clipboard
const val GET: Int = 66
Link copied to clipboard
const val HASH: Int = 40
Link copied to clipboard
const val HexLiteral: Int = 141
Link copied to clipboard
const val Identifier: Int = 148
Link copied to clipboard
const val IdentifierOrSoftKey: Int = 149
Link copied to clipboard
const val IF: Int = 89
Link copied to clipboard
const val IMPORT: Int = 73
Link copied to clipboard
const val IN: Int = 104
Link copied to clipboard
const val INCR: Int = 20
Link copied to clipboard
const val INFIX: Int = 122
Link copied to clipboard
const val INIT: Int = 84
Link copied to clipboard
const val INLINE: Int = 121
Link copied to clipboard
const val INNER: Int = 117
Link copied to clipboard
const val Inside_Comment: Int = 170
Link copied to clipboard
const val Inside_NL: Int = 172
Link copied to clipboard
const val Inside_WS: Int = 171
Link copied to clipboard
const val IntegerLiteral: Int = 140
Link copied to clipboard
const val INTERFACE: Int = 75
Link copied to clipboard
const val INTERNAL: Int = 112
Link copied to clipboard
const val IS: Int = 103
Link copied to clipboard
const val LANGLE: Int = 47
Link copied to clipboard
const val LATEINIT: Int = 130
Link copied to clipboard
const val LCURL: Int = 13
Link copied to clipboard
const val LE: Int = 49
Link copied to clipboard
const val LineComment: Int = 3
Link copied to clipboard
const val LineStrEscapedChar: Int = 163
Link copied to clipboard
const val LineStrExprStart: Int = 164
Link copied to clipboard
const val LineStrRef: Int = 161
Link copied to clipboard
const val LineStrText: Int = 162
Link copied to clipboard
const val LongLiteral: Int = 144
Link copied to clipboard
const val LPAREN: Int = 9
Link copied to clipboard
const val LSQUARE: Int = 11
Link copied to clipboard
const val MOD: Int = 16
Link copied to clipboard
const val MOD_ASSIGNMENT: Int = 33
Link copied to clipboard
const val MULT: Int = 15
Link copied to clipboard
const val MULT_ASSIGNMENT: Int = 31
Link copied to clipboard
const val MultiLineStrExprStart: Int = 169
Link copied to clipboard
const val MultiLineStringQuote: Int = 166
Link copied to clipboard
const val MultiLineStrRef: Int = 167
Link copied to clipboard
const val MultiLineStrText: Int = 168
Link copied to clipboard
const val NL: Int = 5
Link copied to clipboard
const val NOINLINE: Int = 132
Link copied to clipboard
const val NOT_IN: Int = 106
Link copied to clipboard
const val NOT_IS: Int = 105
Link copied to clipboard
const val NullLiteral: Int = 146
Link copied to clipboard
const val OBJECT: Int = 77
Link copied to clipboard
const val OPEN: Int = 128
Link copied to clipboard
const val OPERATOR: Int = 120
Link copied to clipboard
const val OUT: Int = 107
Link copied to clipboard
const val OVERRIDE: Int = 125
Link copied to clipboard
const val PACKAGE: Int = 72
Link copied to clipboard
const val PARAM: Int = 69
Link copied to clipboard
const val PRIVATE: Int = 110
Link copied to clipboard
const val PROPERTY: Int = 65
Link copied to clipboard
const val PROTECTED: Int = 111
Link copied to clipboard
const val PUBLIC: Int = 109
Link copied to clipboard
const val QUEST_NO_WS: Int = 46
Link copied to clipboard
const val QUEST_WS: Int = 45
Link copied to clipboard
const val QUOTE_CLOSE: Int = 160
Link copied to clipboard
const val QUOTE_OPEN: Int = 151
Link copied to clipboard
const val RANGE: Int = 36
Link copied to clipboard
const val RANGE_UNTIL: Int = 37
Link copied to clipboard
const val RANGLE: Int = 48
Link copied to clipboard
const val RCURL: Int = 14
Link copied to clipboard
const val RealLiteral: Int = 137
Link copied to clipboard
const val RECEIVER: Int = 68
Link copied to clipboard
const val REIFIED: Int = 134
Link copied to clipboard
const val RESERVED: Int = 6
Link copied to clipboard
const val RETURN: Int = 99
Link copied to clipboard
const val RETURN_AT: Int = 58
Link copied to clipboard
const val RPAREN: Int = 10
Link copied to clipboard
const val RSQUARE: Int = 12
Link copied to clipboard
const val SEALED: Int = 114
Link copied to clipboard
const val SEMICOLON: Int = 27
Link copied to clipboard
const val SET: Int = 67
Link copied to clipboard
const val SETPARAM: Int = 70
Link copied to clipboard
const val ShebangLine: Int = 1
Link copied to clipboard
const val SINGLE_QUOTE: Int = 56
Link copied to clipboard
const val SUB: Int = 19
Link copied to clipboard
const val SUB_ASSIGNMENT: Int = 30
Link copied to clipboard
const val SUPER: Int = 86
Link copied to clipboard
const val SUPER_AT: Int = 62
Link copied to clipboard
const val SUSPEND: Int = 124
Link copied to clipboard
const val TAILREC: Int = 119
Link copied to clipboard
const val THIS: Int = 85
Link copied to clipboard
const val THIS_AT: Int = 61
Link copied to clipboard
const val THROW: Int = 98
Link copied to clipboard
const val TRIPLE_QUOTE_CLOSE: Int = 165
Link copied to clipboard
const val TRIPLE_QUOTE_OPEN: Int = 152
Link copied to clipboard
const val TRY: Int = 92
Link copied to clipboard
const val TYPE_ALIAS: Int = 80
Link copied to clipboard
const val TYPEOF: Int = 87
Link copied to clipboard
const val UNICODE_CLASS_LL: Int = 153
Link copied to clipboard
const val UNICODE_CLASS_LM: Int = 154
Link copied to clipboard
const val UNICODE_CLASS_LO: Int = 155
Link copied to clipboard
const val UNICODE_CLASS_LT: Int = 156
Link copied to clipboard
const val UNICODE_CLASS_LU: Int = 157
Link copied to clipboard
const val UNICODE_CLASS_ND: Int = 158
Link copied to clipboard
const val UNICODE_CLASS_NL: Int = 159
Link copied to clipboard
const val UnsignedLiteral: Int = 143
Link copied to clipboard
const val VAL: Int = 78
Link copied to clipboard
const val VALUE: Int = 118
Link copied to clipboard
const val VAR: Int = 79
Link copied to clipboard
const val VARARG: Int = 131
Link copied to clipboard
const val WHEN: Int = 91
Link copied to clipboard
const val WHERE: Int = 88
Link copied to clipboard
const val WHILE: Int = 97
Link copied to clipboard
const val WS: Int = 4