pair = function()

in backend/src/tools/AgtypeParser.js [815:824]


    pair = function (i) {
        if (i === undefined) {
            i = null;
        }
        if (i === null) {
            return this.getTypedRuleContexts(PairContext);
        } else {
            return this.getTypedRuleContext(PairContext, i);
        }
    };