Expression |
The ExpressionParser Type exposes the following members.
| Name | Description of the | |
|---|---|---|
| ExpressionParser | initializes a new instance of the ExpressionParser class |
| Name | Description of the | |
|---|---|---|
| ExpressionString | The originally transferred text expression. | |
| MetaRules | List of high-order operators with assigned sub-expressions. BooleanParser | |
| OperatorPriority | List of operators with their relative priorities. BooleanParser | |
| Operators | List of one or two possible operands with each an assigned operator. BooleanParser | |
| Token | List of several possible text tokens, each with an assigned internal key. BooleanParser |
| Name | Description of the | |
|---|---|---|
| GetOperands | Parses and returns all names that do not belong to the operators defined for this parser type. | |
| Parse | Converts a text expression using predefined rules into an equivalent syntax tree. |