Click or drag to resize

BooleanParser properties

The BooleanParser Type exposes the following members.

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