Searched refs:tNot (Results 1 – 2 of 2) sorted by relevance
515 case tNot: in parse()1154 type != tNot && type != tWithin && type != tEqual && type != tNotEqual) { in checkSyntax()1174 if ( type != tNumber && type != tNot) { in checkSyntax()1178 case tNot: in checkSyntax()1209 if (type != tDot2 && type != tSemiColon && type != tIs && type != tNot && in checkSyntax()1387 keyType = tNot; in getKeyType()
129 tNot, // 'not' only. enumerator