UNPKG

@abaplint/core

Version:
13 lines 529 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EventHandler = void 0; const combi_1 = require("../combi"); const _1 = require("."); class EventHandler extends combi_1.Expression { getRunnable() { const event = (0, combi_1.seq)("FOR EVENT", _1.EventName, "OF", _1.ClassName, (0, combi_1.optPrio)((0, combi_1.seq)("IMPORTING", (0, combi_1.plusPrio)(_1.MethodParamName)))); return event; } } exports.EventHandler = EventHandler; //# sourceMappingURL=event_handler.js.map