Enum JavaScriptLexerToken
Represents lexical tokens for Java Script parser.
public enum JavaScriptLexerToken
Fields
Abstract = 0Array = 1Assert = 2Assign = 107Bang = 109Bitwise_and = 121Bitwise_or = 119Bitwise_xor = 120Boolean = 3Break = 4Byte = 5Case = 6Catch = 7Char = 8Character_Literal = 134Class = 9Close_brace = 84Close_bracket = 88Close_parens = 86Colon = 91Comma = 90Comment_Literal = 138Const = 10Continue = 11Debugger = 12Decimal = 78Default = 13Delegate = 14Delete = 15Directive_Literal = 141Div = 115Do = 16Dot = 89Double = 17Double_Literal = 133Else = 18Enum = 19Eval = 20Expando = 74Export = 21Extends = 22False = 23Field = 24Final = 25Finally = 26Float = 27Float_Literal = 132For = 28Function = 29Get = 75Goto = 30Hide = 73Identifier_Literal = 137If = 31Implements = 32Import = 33In = 34Infinity = 71Instanceof = 35Int = 36Integer_Literal = 131Interface = 37Internal = 70Interr = 93Lambda = 118Long = 38Minus = 99Multicast = 39Native = 40New = 41Null = 42Number = 43Object = 44Op_add_assign = 95Op_and = 110Op_and_assign = 123Op_dec = 97Op_div_assign = 114Op_eq = 106Op_ge = 102Op_gt = 103Op_inc = 94Op_le = 100Op_lt = 101Op_mod_assign = 116Op_mult_assign = 112Op_ne = 108Op_op_eq = 104Op_op_ne = 105Op_or = 111Op_or_assign = 122Op_shift_left = 125Op_shift_left_assign = 127Op_shift_right = 126Op_shift_right_assign = 128Op_sub_assign = 98Op_unsigned_shift_right = 129Op_unsigned_shift_right_assign = 130Op_xor_assign = 124Open_brace = 83Open_bracket = 87Open_parens = 85Override = 72Package = 45Percent = 117Plus = 96Private = 46Protected = 47Public = 48RegEx_Literal = 136Return = 49Sbyte = 79Semicolon = 92Set = 76Short = 50Star = 113Static = 51Strictfp = 52String = 53String_Literal = 135Super = 54Switch = 55Synchronized = 56This = 57Throw = 58Throws = 59Transient = 60True = 61Try = 62Typeof = 63Uint = 80Ulong = 81Undefined = 77Ushort = 82Using = 64Var = 65Void = 66Volatile = 67While = 68Whitespace_Literal = 142With = 69XmlComment_Literal = 139XmlInnerComment_Literal = 140