Searched refs:tNot (Results 1 – 2 of 2) sorted by relevance
511 case tNot: in parse()1118 type != tNot && type != tWithin && type != tEqual && type != tNotEqual) { in checkSyntax()1138 if ( type != tNumber && type != tNot) { in checkSyntax()1142 case tNot: in checkSyntax()1173 if (type != tDot2 && type != tSemiColon && type != tIs && type != tNot && in checkSyntax()1351 keyType = tNot; in getKeyType()
123 tNot, // 'not' only. enumerator