MCPcopy
hub / github.com/dianping/cat / try_Param

Function try_Param

cat-home/src/main/webapp/assets/js/editor/worker-xquery.js:4169–4179  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4167 }
4168
4169 function try_Param()
4170 {
4171 shiftT(31); // '$'
4172 lookahead1W(246); // EQName^Token | S^WS | '(:' | 'after' | 'allowing' | 'ancestor' |
4173 try_EQName();
4174 lookahead1W(153); // S^WS | '(:' | ')' | ',' | 'as'
4175 if (l1 == 80) // 'as'
4176 {
4177 try_TypeDeclaration();
4178 }
4179 }
4180
4181 function parse_FunctionBody()
4182 {

Callers 1

try_ParamListFunction · 0.85

Calls 4

shiftTFunction · 0.85
try_EQNameFunction · 0.85
try_TypeDeclarationFunction · 0.85
lookahead1WFunction · 0.70

Tested by

no test coverage detected