@abaplint/core
Version:
abaplint - Core API
12 lines • 475 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Catch = void 0;
const combi_1 = require("../combi");
const expressions_1 = require("../expressions");
class Catch {
getMatcher() {
return (0, combi_1.seq)("CATCH", (0, combi_1.optPrio)("BEFORE UNWIND"), (0, combi_1.plus)(expressions_1.ClassName), (0, combi_1.opt)((0, combi_1.seq)("INTO", expressions_1.Target)));
}
}
exports.Catch = Catch;
//# sourceMappingURL=catch.js.map