Home
last modified time | relevance | path

Searched refs:NOT_OP (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPV1SSrvMsg.java70 final static char NOT_OP = '!'; field in SLPV1SSrvMsg
427 tk.ordinaryChar(NOT_OP); in rewriteQuery()
677 if (compOp == NOT_OP) { in parse()
736 buf.append(NOT_OP); in parse()
878 if (tok != EQUAL_OP && tok != NOT_OP && in parseOperator()
903 compOp != EQUAL_OP && compOp != NOT_OP) { in parseOperator()