()
| 11357 | } |
| 11358 | |
| 11359 | function parse_CopyNamespacesDecl() |
| 11360 | { |
| 11361 | eventHandler.startNonterminal("CopyNamespacesDecl", e0); |
| 11362 | shift(109); // 'declare' |
| 11363 | lookahead1W(47); // S^WS | '(:' | 'copy-namespaces' |
| 11364 | shift(105); // 'copy-namespaces' |
| 11365 | lookahead1W(132); // S^WS | '(:' | 'no-preserve' | 'preserve' |
| 11366 | whitespace(); |
| 11367 | parse_PreserveMode(); |
| 11368 | lookahead1W(25); // S^WS | '(:' | ',' |
| 11369 | shift(42); // ',' |
| 11370 | lookahead1W(127); // S^WS | '(:' | 'inherit' | 'no-inherit' |
| 11371 | whitespace(); |
| 11372 | parse_InheritMode(); |
| 11373 | eventHandler.endNonterminal("CopyNamespacesDecl", e0); |
| 11374 | } |
| 11375 | |
| 11376 | function parse_PreserveMode() |
| 11377 | { |
no test coverage detected
searching dependent graphs…