Enum CLexerToken
Represents lexical tokens for C parser.
public enum CLexerToken
Fields
Assign = 60Attribute = 38Auto = 0Bang = 59Bitwise_and = 65Bitwise_or = 66Bool = 39Break = 1Case = 2Char = 4Character_Literal = 105Class = 3Close_brace = 43Close_bracket = 45Close_parens = 47Colon = 53Colon_shift_right = 52Comma = 51Comment_Literal = 108Complex = 40Const = 5Continue = 6DblColon = 55DblInterr = 74DblSharp = 68Default = 7Directive_Literal = 111Div = 72Do = 8Dot = 50Double = 9Double_Literal = 104Ellipsis = 48Else = 10Enum = 11Evro = 62Exponent = 71Extern = 12False = 13Float = 14Float_Literal = 103For = 15Goto = 16H_Char_Literal = 113Identifier_Literal = 107If = 17Imaginary = 41Inline = 18Int = 19Integer_Literal = 102Interr = 73LineContinuation = 54Long = 20Minus = 58Null = 21Op_Dbl_persent_colon = 76Op_add_assign = 94Op_and = 88Op_and_assign = 98Op_dec = 81Op_div_assign = 92Op_eq = 86Op_evro_assign = 61Op_exp_assign = 91Op_ge = 85Op_gt = 64Op_inc = 80Op_le = 84Op_lt = 63Op_lt_colon = 79Op_lt_persent = 78Op_mod_assign = 93Op_mult_assign = 90Op_ne = 87Op_or = 89Op_or_assign = 100Op_percent_shift_right = 75Op_persent_colon = 77Op_ptr = 101Op_shift_left = 82Op_shift_left_assign = 96Op_shift_right = 83Op_shift_right_assign = 97Op_sub_assign = 95Op_xor_assign = 99Open_brace = 42Open_bracket = 44Open_parens = 46Percent = 70Plus = 57Q_Char_Literal = 114Region_Literal = 115Register = 22Restrict = 23Return = 24Semicolon = 56Sharp = 67Short = 25Signed = 26Sizeof = 27Star = 69Static = 28String_Literal = 106Struct = 29Switch = 30Tilda = 49True = 31Typedef = 32Union = 33Unsigned = 34Void = 35Volatile = 36While = 37Whitespace_Literal = 112XmlComment_Literal = 109XmlInnerComment_Literal = 110