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

Function try_ArrayLookup

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

Source from the content-addressed store, hash-verified

10869 }
10870
10871 function try_ArrayLookup()
10872 {
10873 shiftT(69); // '['
10874 lookahead1W(31); // S^WS | '(:' | '['
10875 shiftT(69); // '['
10876 lookahead1W(267); // EQName^Token | IntegerLiteral | DecimalLiteral | DoubleLiteral | StringLiteral |
10877 try_Expr();
10878 shiftT(70); // ']'
10879 lookahead1W(32); // S^WS | '(:' | ']'
10880 shiftT(70); // ']'
10881 }
10882
10883 function parse_ArrayUnboxing()
10884 {

Callers 1

try_PostfixExprFunction · 0.85

Calls 3

shiftTFunction · 0.85
try_ExprFunction · 0.85
lookahead1WFunction · 0.70

Tested by

no test coverage detected