Namespace Mediachase.Commerce.Marketing.Validators.Providers.DomParser
Classes
Parser
Parses expressions written in strings into CodeDom expressions. There is a certain amount of context that the parser may need to be familiar with. This is why the parsing methods are not exposed as static.
Token
Represents a token that is parsed out by the Tokenizer.
Tokenizer
Divides the string into tokens.
Enums
TokenPriority
Indicates priority in order of operations.
TokenType
Enumerates the types of tokens that can be classified by the tokenizer.