Enum CodeTokenType
Namespace: Ludiq.CodeDom
Syntax
public enum CodeTokenType
  Fields
| Name | Description | 
|---|---|
| BoolLiteral | |
| CharLiteral | |
| Comment | |
| Directive | |
| FloatLiteral | |
| GenericTypeParameter | |
| Identifier | |
| Indentation | |
| IntLiteral | |
| Invalid | |
| Keyword | |
| Newline | |
| NullLiteral | |
| Operator | |
| Punctuation | |
| Space | |
| StringLiteral | |
| TypeIdentifier |