LiteralExpressionKind Enum
Specifies the type of literal expression.
public enum LiteralExpressionKind
Fields
| Name | Description |
|---|---|
| BinaryBigInteger | A binary big integer. |
| BinaryInteger | A binary integer. |
| Boolean | A boolean. |
| DecimalBigInteger | A decimal big integer. |
| DecimalInteger | A decimal integer. |
| DoubleQuoteString | A string of characters. |
| HexadecimalBigInteger | A hexadecimal big integer. |
| HexadecimalInteger | A hexadecimal integer. |
| None | No kind indicated. |
| Null | A null value. |
| OctalBigInteger | An octal big integer. |
| OctalInteger | An octal integer. |
| Real | A real number. |
| RegularExpression | A regular expression. |
| SingleQuoteString | A string of characters. |
| Template | A template. |