UNPKG

@abaplint/core

Version:
12 lines 592 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Constants = void 0; const Statements = require("../../2_statements/statements"); const _combi_1 = require("./_combi"); class Constants { getMatcher() { return (0, _combi_1.beginEnd)((0, _combi_1.sta)(Statements.ConstantBegin), (0, _combi_1.star)((0, _combi_1.alt)((0, _combi_1.sta)(Statements.Constant), (0, _combi_1.sta)(Statements.Include), (0, _combi_1.sub)(Constants))), (0, _combi_1.sta)(Statements.ConstantEnd)); } } exports.Constants = Constants; //# sourceMappingURL=constants.js.map