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