UNPKG

@abaplint/core

Version:
12 lines 442 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FinalMethods = void 0; const combi_1 = require("../combi"); const method_name_1 = require("./method_name"); class FinalMethods extends combi_1.Expression { getRunnable() { return (0, combi_1.seq)("FINAL METHODS", (0, combi_1.plus)(method_name_1.MethodName)); } } exports.FinalMethods = FinalMethods; //# sourceMappingURL=final_methods.js.map