B_NOT
QOP(B_NOT);
case B_NOT:
if (fOp == B_NOT) {
case B_NOT:
TestPredicate(OpNode(B_NOT, new AttributeNode("attribute")));
TestPredicate(OpNode(B_NOT, new Int32Node(42)));
TestPredicate(OpNode(B_NOT, new StringNode("some string")));
TestPredicate(OpNode(B_NOT, new StringNode("some string", true)));
TestPredicate(OpNode(B_NOT, new DateNode("22 May 2002")));
TestPredicate(OpNode(B_NOT, NULL), B_OK, B_NO_INIT);
new OpNode(B_NOT,
new OpNode(B_NOT,
new OpNode(B_NOT, NULL)