TokenType Enumeration |
Namespace: Akka.Configuration.Hocon
Member name | Value | Description | |
---|---|---|---|
Comment | 0 | The comment | |
Key | 1 | The key | |
LiteralValue | 2 | The literal value | |
Assign | 3 | The assign | |
ObjectStart | 4 | The object start | |
ObjectEnd | 5 | The object end | |
Dot | 6 | The dot | |
EoF | 7 | The eo f | |
ArrayStart | 8 | The array start | |
ArrayEnd | 9 | The array end | |
Comma | 10 | The comma | |
Substitute | 11 | The substitute |