923924925926927928929
return parse.conclude(new ExpLiteralMapArray(nodeListView(mapElements))); } else { return parse.conclude(new ExpLiteralArray(nodeListView(elements))); } } return parse.conclude(new ExpIndex(calleeExp, nodeListView(elements))); }