MCPcopy
hub / github.com/ajaxorg/ace / parse_DefaultCollationDecl

Function parse_DefaultCollationDecl

lib/ace/mode/xquery/xqlint.js:11246–11257  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 {

Callers 1

parse_SetterFunction · 0.85

Calls 2

shiftFunction · 0.70
lookahead1WFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…