Enum TokenKind
Provides language-agnostic token classification
Namespace: NFX.CodeAnalysis
Assembly: NFX.dll
Syntax
public enum TokenKind
Fields
Name | Description |
---|---|
BOF | |
Comment | |
Directive | |
EOF | |
Identifier | |
Keyword | |
Literal | |
Operator | |
Other | |
Symbol |