Contracts.Expressions.Tokens Namespace
Name | Description | |
---|---|---|
![]() |
CommandToken | A token for a command, such as [[if ...] |
![]() |
LiteralToken | A literal otken |
![]() |
OperatorToken | A token that represents an operator |
![]() |
StringLiteralToken | A literal that is a string "abc" |
![]() |
Token | The base token type |
![]() |
VariableLiteralToken | A literal that is also a variable ($xyz) |