Searched refs:LESS_OP (Results 1 – 1 of 1) sorted by relevance
71 final static char LESS_OP = '<'; field in SLPV1SSrvMsg428 tk.ordinaryChar(LESS_OP); in rewriteQuery()703 buf.append(LESS_OP); in parse()747 } else if ((compOp == LESS_OP) || (compOp == GREATER_OP)) { in parse()785 if (compOp == LESS_OP) { in parse()786 buf.append(LESS_OP); in parse()810 buf.append(LESS_OP); in parse()879 tok != LESS_OP && tok != GREATER_OP) { in parseOperator()902 if (compOp != LESS_OP && compOp != GREATER_OP && in parseOperator()913 if (compOp == LESS_OP) { in parseOperator()[all …]