* Whether the operator is boolean ('all', 'any', 'not') * @returns {Boolean}
()
| 143 | * @returns {Boolean} |
| 144 | */ |
| 145 | isBooleanOperator () { |
| 146 | return Condition.booleanOperator(this) !== undefined |
| 147 | } |
| 148 | |
| 149 | /** |
| 150 | * Whether the condition represents a reference to a condition |
no test coverage detected