UNPKG

@abaplint/core

Version:
13 lines 539 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Events = void 0; const combi_1 = require("../combi"); const expressions_1 = require("../expressions"); class Events { getMatcher() { const exporting = (0, combi_1.seq)("EXPORTING", (0, combi_1.plus)(expressions_1.MethodParamOptional)); return (0, combi_1.seq)((0, combi_1.altPrio)("CLASS-EVENTS", "EVENTS"), expressions_1.EventName, (0, combi_1.optPrio)(exporting)); } } exports.Events = Events; //# sourceMappingURL=events.js.map