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

Function parse_FTOptionDecl

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

Source from the content-addressed store, hash-verified

11738 }
11739
11740 function parse_FTOptionDecl()
11741 {
11742 eventHandler.startNonterminal("FTOptionDecl", e0);
11743 shift(109); // 'declare'
11744 lookahead1W(55); // S^WS | '(:' | 'ft-option'
11745 shift(143); // 'ft-option'
11746 lookahead1W(84); // S^WS | '(:' | 'using'
11747 whitespace();
11748 parse_FTMatchOptions();
11749 eventHandler.endNonterminal("FTOptionDecl", e0);
11750 }
11751
11752 function parse_AnnotatedDecl()
11753 {

Callers 1

parse_PrologFunction · 0.85

Calls 4

parse_FTMatchOptionsFunction · 0.85
shiftFunction · 0.70
lookahead1WFunction · 0.70
whitespaceFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…