//PrimaryExpr primExp = new PrimaryExpr();
 public static bool isValidOp(XPathLexer lexer)
 {
     return(PrimaryExpr.isValidOp(lexer));
 }