UNPKG

@abaplint/core

Version:
11 lines 374 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Redefinition = void 0; const combi_1 = require("../combi"); class Redefinition extends combi_1.Expression { getRunnable() { return (0, combi_1.seq)((0, combi_1.opt)("FINAL"), "REDEFINITION"); } } exports.Redefinition = Redefinition; //# sourceMappingURL=redefinition.js.map