()
| 10985 | } |
| 10986 | |
| 10987 | function try_Predicate() |
| 10988 | { |
| 10989 | shiftT(69); // '[' |
| 10990 | lookahead1W(267); // EQName^Token | IntegerLiteral | DecimalLiteral | DoubleLiteral | StringLiteral | |
| 10991 | try_Expr(); |
| 10992 | shiftT(70); // ']' |
| 10993 | } |
| 10994 | |
| 10995 | function parse_Literal() |
| 10996 | { |
no test coverage detected