UNPKG

@abaplint/core

Version:
11 lines 395 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CDSInteger = void 0; const combi_1 = require("../../abap/2_statements/combi"); class CDSInteger extends combi_1.Expression { getRunnable() { return (0, combi_1.seq)((0, combi_1.opt)("-"), (0, combi_1.regex)(/^\d+$/)); } } exports.CDSInteger = CDSInteger; //# sourceMappingURL=cds_integer.js.map