Unit 'jstoken' Package
[Overview][Constants][Types][Index] [#fcl-js]

TokenInfos

Declaration

Source position: jstoken.pp line 61

const TokenInfos: array [TJSToken] of string = ('unknown', 'EOF', 'whitespace', 'Char', 'String', 'identifier', 'number', 'comment', 'regular expression', 'reserved word', '&&', '&=', '(', ')', '[', ']', '{', '}', ',', ':', '.', ';', '=', '>', '<', '?', '+', '-', '*', '/', '&', '|', '~', '%', '^', '!', '==', '>=', '<=', '<<', '<<=', '-=', '--', '%=', '/=', '^=', '!=', '|=', '||', '+=', '++', '>>>', '>>>=', '>>', '>>=', '===', '!==', '*=', '=>', '...', 'await', 'break', 'case', 'catch', 'class', 'const', 'continue', 'debugger', 'default', 'delete', 'do', 'else', 'enum', 'export', 'extends', 'false', 'finally', 'for', 'function', 'if', 'import', 'in', 'instanceof', 'let', 'new', 'null', 'return', 'super', 'switch', 'this', 'throw', 'true', 'try', 'typeof', 'var', 'void', 'while', 'with', 'yield');


Documentation generated on: 2023-03-18