UNPKG

@abaplint/core

Version:
15 lines 505 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Else = void 0; const _combi_1 = require("./_combi"); const Statements = require("../../2_statements/statements"); const body_1 = require("./body"); class Else { getMatcher() { const body = (0, _combi_1.opt)((0, _combi_1.sub)(body_1.Body)); const elseif = (0, _combi_1.seq)((0, _combi_1.sta)(Statements.Else), body); return elseif; } } exports.Else = Else; //# sourceMappingURL=else.js.map