@abaplint/core
Version:
abaplint - Core API
13 lines • 435 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Length = void 0;
const combi_1 = require("../combi");
const _1 = require(".");
class Length extends combi_1.Expression {
getRunnable() {
const ret = (0, combi_1.seq)("LENGTH", (0, combi_1.altPrio)(_1.Integer, _1.ConstantString, _1.SimpleFieldChain));
return ret;
}
}
exports.Length = Length;
//# sourceMappingURL=length.js.map