()
| 11244 | } |
| 11245 | |
| 11246 | function parse_DefaultCollationDecl() |
| 11247 | { |
| 11248 | eventHandler.startNonterminal("DefaultCollationDecl", e0); |
| 11249 | shift(109); // 'declare' |
| 11250 | lookahead1W(49); // S^WS | '(:' | 'default' |
| 11251 | shift(110); // 'default' |
| 11252 | lookahead1W(41); // S^WS | '(:' | 'collation' |
| 11253 | shift(95); // 'collation' |
| 11254 | lookahead1W(15); // URILiteral | S^WS | '(:' |
| 11255 | shift(7); // URILiteral |
| 11256 | eventHandler.endNonterminal("DefaultCollationDecl", e0); |
| 11257 | } |
| 11258 | |
| 11259 | function try_DefaultCollationDecl() |
| 11260 | { |
no test coverage detected
searching dependent graphs…