Click or drag to resize

ExpressionParser properties

The ExpressionParser Type exposes the following members.

Properties
 NameDescription of the
Public PropertyExpressionString The originally transferred text expression.
Public PropertyMetaRules List of high-order operators with assigned sub-expressions. BooleanParser
Public PropertyOperatorPriority List of operators with their relative priorities. BooleanParser
Public PropertyOperators List of one or two possible operands with each an assigned operator. BooleanParser
Public PropertyToken List of several possible text tokens, each with an assigned internal key. BooleanParser
Back to the top
See also