Enum VbLexerToken
Represents lexical tokens for Vb parser.
public enum VbLexerToken
Fields
AddHandler = 0AddressOf = 1Aggregate = 176Alias = 2And = 3AndAlso = 4Ansi = 5As = 6Ascending = 164Assembly = 7Assign = 191Async = 8Auto = 9Await = 10Bang = 190Boolean = 11By = 161ByRef = 12ByVal = 14Byte = 13CBool = 18CByte = 19CChar = 20CDate = 21CDbl = 22CDec = 23CInt = 25CLng = 27CObj = 28CShort = 31CSng = 32CStr = 33CType = 34Call = 15Carret = 204Case = 16Catch = 17Char = 24Character_Literal = 228Class = 26Close_brace = 178Close_parens = 180Colon = 185Comma = 183Comment_Literal = 230Compare = 172Const = 29Continue = 30Custom = 35Date = 36Date_Literal = 227Decimal = 37Decimal_Literal = 226Declare = 38Default = 39Delegate = 40Descending = 165Dim = 41DirectCast = 42Directive_Literal = 233Distinct = 166Div = 201Do = 43Dot = 181Double = 44Double_Literal = 225Each = 45Else = 46ElseIf = 47End = 48EndIf = 49Enum = 50Equals = 162Erase = 51Error = 52Event = 53Exit = 54Explicit = 170False = 55Finally = 56Float_Literal = 224For = 57Friend = 58From = 157Function = 59Get = 60GetType = 61GoSub = 62GoTo = 63Group = 159Handles = 64Identifier_Literal = 220If = 65Implements = 66Imports = 67In = 68Infer = 173Inherits = 69IntDiv = 202Integer = 70Integer_Literal = 221Interface = 71Interr = 203Into = 163Is = 72IsFalse = 74IsNot = 73IsTrue = 76Iterator = 75Join = 158Key = 155Let = 156Lib = 77Like = 78LineContinuation = 187Long = 79Long_Literal = 223Loop = 80Me = 81Mid = 82Minus = 189Mod = 83Module = 84MustInherit = 85MustOverride = 86MyBase = 87MyClass = 88NameOf = 89Namespace = 90Narrowing = 91New = 92Next = 93None = 234Not = 94NotInheritable = 96NotOverridable = 97Nothing = 95Object = 98Of = 99Off = 175On = 174Op_add_assign = 213Op_decimal = 196Op_div_assign = 211Op_double = 198Op_exp_assign = 217Op_ge = 208Op_gt = 193Op_intdiv_assign = 212Op_integer = 194Op_le = 207Op_long = 195Op_lt = 192Op_mult_assign = 210Op_ne = 209Op_shift_left = 205Op_shift_left_assign = 215Op_shift_right = 206Op_shift_right_assign = 216Op_single = 197Op_string = 199Op_sub_assign = 214Open_brace = 177Open_parens = 179Operator = 100Option = 101Optional = 102Or = 103OrElse = 104Order = 160Overloads = 105Overridable = 106Overrides = 107ParamArray = 108Partial = 109Plus = 188Pound = 186Preserve = 110Private = 111Property = 112Protected = 113Public = 114REM = 119RaiseEvent = 115ReDim = 117ReadOnly = 116Region = 118RemoveHandler = 120Resume = 121Return = 122Select = 123Semicolon = 184Set = 124Shadows = 125Short = 127Short_Literal = 222Single = 128Skip = 169Star = 200Static = 129Step = 130Stop = 131Strict = 171String = 132String_Literal = 229String_and_assign = 218Structure = 133Sub = 134SyncLock = 135Take = 168Then = 136Throw = 137To = 138TripleDot = 182True = 139Try = 140TryCast = 141TypeOf = 142Unicode = 143Until = 144Using = 145Variant = 146Wend = 147When = 148Where = 167While = 149Whitespace_Literal = 219Widening = 150With = 151WithEvents = 152WriteOnly = 153XmlComment_Literal = 231XmlInnerComment_Literal = 232Xor = 154