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

Function try_Expr

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

Source from the content-addressed store, hash-verified

4242 }
4243
4244 function try_Expr()
4245 {
4246 try_ExprSingle();
4247 for (;;)
4248 {
4249 if (l1 != 42) // ','
4250 {
4251 break;
4252 }
4253 shiftT(42); // ','
4254 lookahead1W(267); // EQName^Token | IntegerLiteral | DecimalLiteral | DoubleLiteral | StringLiteral |
4255 try_ExprSingle();
4256 }
4257 }
4258
4259 function parse_FLWORExpr()
4260 {

Callers 15

try_EnclosedExprFunction · 0.85
try_SwitchExprFunction · 0.85
try_TypeswitchExprFunction · 0.85
try_IfExprFunction · 0.85
try_TryTargetExprFunction · 0.85
try_CatchClauseFunction · 0.85
try_ValidateExprFunction · 0.85
try_ExtensionExprFunction · 0.85
try_ArrayLookupFunction · 0.85
try_PredicateFunction · 0.85
try_ParenthesizedExprFunction · 0.85
try_OrderedExprFunction · 0.85

Calls 3

try_ExprSingleFunction · 0.85
shiftTFunction · 0.85
lookahead1WFunction · 0.70

Tested by

no test coverage detected