N Boolean expression type. More...
import "nsIAbBooleanExpression.idl";
Collaboration diagram for nsIAbBooleanExpression:Public Attributes | |
| attribute nsAbBooleanOperationType | operation |
| The boolean operation to be applied to results of all evaluated expressions. | |
| attribute nsIArray | expressions |
| List of peer expressions. | |
N Boolean expression type.
Supports Unary Binary and N boolean expressions
An operation represents a node in a boolean expression tree which may contain one or more child conditions or expressions
| attribute nsIArray nsIAbBooleanExpression::expressions |
List of peer expressions.
e1 [op] e2 [op] .... en
The boolean operation to be applied to results of all evaluated expressions.
1.7.1