CSTokenType EnumerationNFX Class Library

[This is preliminary documentation and is subject to change.]

Denotes CSharp token types

Namespace: NFX.CodeAnalysis.CSharp
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public enum CSTokenType
Members

  Member nameValueDescription
tUnknown0
NONLANG_START1
tBOF2
tEOF3
tDirective4
NONLANG_END5
tComment6
tIdentifier7
SYMBOLS_START8
tTerminator9
tComma10
tColon11
tBraceOpen12
tBraceClose13
tBracketOpen14
tBracketClose15
tSqBracketOpen16
tSqBracketClose17
SYMBOLS_END18
OPERATORS_START19
tPlus20
tMinus21
tMul22
tDiv23
tMod24
tAnd25
tAndShort26
tOr27
tOrShort28
tXor29
tNot30
tBitNot31
tInc32
tDec33
tShl34
tShr35
tE36
tNE37
tL38
tG39
tLE40
tGE41
tAssign42
tPlusAssign43
tMinusAssign44
tMulAssign45
tDivAssign46
tModAssign47
tAndAssign48
tOrAssign49
tXorAssign50
tShlAssign51
tShrAssign52
tDot53
tAs54
tIs55
tNew56
tSizeOf57
tTypeOf58
tDeref59
tTernaryIf60
tNullCoalesce61
tLambda62
OPERATORS_END63
KEYWORDS_START64
tAbstract65
tBase66
tBreak67
tCase68
tCatch69
tChecked70
tClass71
tConst72
tContinue73
tDefault74
tDelegate75
tDo76
tElse77
tEnum78
tEvent79
tExplicit80
tExtern81
tFinally82
tFixed83
tFor84
tForeach85
tGoto86
tIf87
tImplicit88
tIn89
tInterface90
tLock91
tNamespace92
tOperator93
tOut94
tOverride95
tParams96
tPrivate97
tProtected98
tPublic99
tReadonly100
tRef101
tReturn102
tSealed103
tStackAlloc104
tStatic105
tStruct106
tSwitch107
tThis108
tThrow109
tTry110
tUnchecked111
tUnsafe112
tUsing113
tVar114
tVirtual115
tVolatile116
tVoid117
tWhile118
KEYWORDS_END119
TYPES_START120
tBool121
tByte122
tChar123
tDecimal124
tDouble125
tFloat126
tLong127
tObject128
tSByte129
tShort130
tString131
tInt132
tUInt133
tULong134
tUShort135
TYPES_END136
LITERALS_START137
NUMLITERALS_START138
tIntLiteral139
tLongIntLiteral140
tUIntLiteral141
tULongIntLiteral142
tFloatLiteral143
tDoubleLiteral144
tDecimalLiteral145
NUMLITERALS_END146
tNull147
tStringLiteral148
tTrue149
tFalse150
LITERALS_END151
See Also