UNPKG

@abaplint/core

Version:
14 lines 554 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StaticBegin = void 0; const combi_1 = require("../combi"); const expressions_1 = require("../expressions"); class StaticBegin { getMatcher() { const occurs = (0, combi_1.seq)("OCCURS", expressions_1.Integer); const ret = (0, combi_1.seq)((0, combi_1.alt)("STATIC", "STATICS"), "BEGIN OF", expressions_1.DefinitionName, (0, combi_1.opt)(occurs)); return ret; } } exports.StaticBegin = StaticBegin; //# sourceMappingURL=static_begin.js.map