MCPcopy
hub / github.com/OmniDB/OmniDB / try_Expr

Function try_Expr

OmniDB/OmniDB_app/static/OmniDB_app/lib/ace/worker-xquery.js:8383–8396  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8381 }
8382
8383 function try_Expr()
8384 {
8385 try_ExprSingle();
8386 for (;;)
8387 {
8388 if (l1 != 42) // ','
8389 {
8390 break;
8391 }
8392 shiftT(42); // ','
8393 lookahead1W(266); // EQName^Token | IntegerLiteral | DecimalLiteral | DoubleLiteral | StringLiteral |
8394 try_ExprSingle();
8395 }
8396 }
8397
8398 function parse_FLWORExpr()
8399 {

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