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