()
| 4242 | } |
| 4243 | |
| 4244 | function try_Expr() |
| 4245 | { |
| 4246 | try_ExprSingle(); |
| 4247 | for (;;) |
| 4248 | { |
| 4249 | if (l1 != 42) // ',' |
| 4250 | { |
| 4251 | break; |
| 4252 | } |
| 4253 | shiftT(42); // ',' |
| 4254 | lookahead1W(267); // EQName^Token | IntegerLiteral | DecimalLiteral | DoubleLiteral | StringLiteral | |
| 4255 | try_ExprSingle(); |
| 4256 | } |
| 4257 | } |
| 4258 | |
| 4259 | function parse_FLWORExpr() |
| 4260 | { |
no test coverage detected