agValue = function()

in backend/src/tools/AgtypeParser.js [894:903]


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